2022-09-27T15:24:18.6270057Z Requested labels: linux.2xlarge 2022-09-27T15:24:18.6270136Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:18.6270164Z Waiting for a runner to pick up this job... 2022-09-27T15:24:22.5083515Z Job is about to start running on the runner: i-0590ad533056a1764 (organization) 2022-09-27T15:24:27.5232900Z Current runner version: '2.296.2' 2022-09-27T15:24:27.5238785Z Runner name: 'i-0590ad533056a1764' 2022-09-27T15:24:27.5239236Z Runner group name: 'Default' 2022-09-27T15:24:27.5239866Z Machine name: 'ip-10-0-9-125' 2022-09-27T15:24:27.5241764Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:27.5242389Z Actions: read 2022-09-27T15:24:27.5242683Z Checks: read 2022-09-27T15:24:27.5243001Z Contents: read 2022-09-27T15:24:27.5243257Z Deployments: read 2022-09-27T15:24:27.5243551Z Discussions: read 2022-09-27T15:24:27.5243841Z Issues: read 2022-09-27T15:24:27.5244081Z Metadata: read 2022-09-27T15:24:27.5244432Z Packages: read 2022-09-27T15:24:27.5244714Z Pages: read 2022-09-27T15:24:27.5244967Z PullRequests: read 2022-09-27T15:24:27.5245292Z RepositoryProjects: read 2022-09-27T15:24:27.5245641Z SecurityEvents: read 2022-09-27T15:24:27.5245896Z Statuses: read 2022-09-27T15:24:27.5246180Z ##[endgroup] 2022-09-27T15:24:27.5249539Z Secret source: None 2022-09-27T15:24:27.5250149Z Prepare workflow directory 2022-09-27T15:24:27.7537711Z Prepare all required actions 2022-09-27T15:24:27.7717850Z Getting action download info 2022-09-27T15:24:27.9773364Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:30.9453795Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:31.0723121Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:31.3127771Z Getting action download info 2022-09-27T15:24:31.4756223Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:31.6630306Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:31.6632184Z ##[group] Inputs 2022-09-27T15:24:31.6632461Z build-environment: linux-focal-py3.7-gcc7 2022-09-27T15:24:31.6633236Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:31.6634078Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:31.6634414Z sync-tag: 2022-09-27T15:24:31.6634592Z ##[endgroup] 2022-09-27T15:24:31.6635018Z Complete job name: linux-focal-py3.7-gcc7 / test (default, 2, 2, linux.2xlarge) 2022-09-27T15:24:31.7342523Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:31.7342833Z with: 2022-09-27T15:24:31.7343017Z submodules: recursive 2022-09-27T15:24:31.7343208Z fetch-depth: 0 2022-09-27T15:24:31.7343379Z env: 2022-09-27T15:24:31.7343543Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:31.7343738Z ##[endgroup] 2022-09-27T15:24:31.7574759Z ##[group]Run retry () { 2022-09-27T15:24:31.7575042Z retry () { 2022-09-27T15:24:31.7575272Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:31.7575489Z } 2022-09-27T15:24:31.7575665Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:31.7575887Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:31.7576115Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:31.7576318Z else 2022-09-27T15:24:31.7576501Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:31.7576715Z fi 2022-09-27T15:24:31.7576981Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:31.7593402Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:31.7593649Z env: 2022-09-27T15:24:31.7593833Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:31.7594006Z NO_SUDO: 2022-09-27T15:24:31.7594183Z ##[endgroup] 2022-09-27T15:24:31.7767741Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.5608875Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:33.5609105Z with: 2022-09-27T15:24:33.5609300Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:33.5609507Z fetch-depth: 0 2022-09-27T15:24:33.5609675Z submodules: recursive 2022-09-27T15:24:33.5609861Z quiet-checkout: true 2022-09-27T15:24:33.5610056Z repository: pytorch/pytorch 2022-09-27T15:24:33.5610419Z token: *** 2022-09-27T15:24:33.5610591Z ssh-strict: true 2022-09-27T15:24:33.5610784Z persist-credentials: true 2022-09-27T15:24:33.5610973Z clean: true 2022-09-27T15:24:33.5611128Z lfs: false 2022-09-27T15:24:33.5611310Z set-safe-directory: true 2022-09-27T15:24:33.5611494Z env: 2022-09-27T15:24:33.5611652Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:33.5611834Z ##[endgroup] 2022-09-27T15:24:33.6726112Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:33.6727469Z ##[group]Getting Git version info 2022-09-27T15:24:33.6727908Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:33.6728335Z [command]/usr/bin/git version 2022-09-27T15:24:33.6728530Z git version 2.37.1 2022-09-27T15:24:33.6732368Z ##[endgroup] 2022-09-27T15:24:33.6746738Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1e19dba6-710c-4394-9669-1652d867dcc8' before making global git config changes 2022-09-27T15:24:33.6747160Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:33.6752548Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.6789310Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:33.6793006Z ##[group]Initializing the repository 2022-09-27T15:24:33.6797499Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.6827124Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:33.6827449Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:33.6827772Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:33.6828010Z hint: 2022-09-27T15:24:33.6828381Z hint: git config --global init.defaultBranch 2022-09-27T15:24:33.6828734Z hint: 2022-09-27T15:24:33.6829025Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:33.6829403Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:33.6829625Z hint: 2022-09-27T15:24:33.6830026Z hint: git branch -m 2022-09-27T15:24:33.6830400Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:33.6837853Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:33.6869526Z ##[endgroup] 2022-09-27T15:24:33.6869909Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:33.6874485Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:33.6906098Z ##[endgroup] 2022-09-27T15:24:33.6906444Z ##[group]Setting up auth 2022-09-27T15:24:33.6914117Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:33.6947895Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:24:33.7210661Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:33.7245430Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:24:33.7496594Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:33.7543182Z ##[endgroup] 2022-09-27T15:24:33.7543831Z ##[group]Fetching the repository 2022-09-27T15:24:33.7551180Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:25:26.3395485Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:26.3431649Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:27.2627603Z ##[endgroup] 2022-09-27T15:25:27.2628111Z ##[group]Determining the checkout info 2022-09-27T15:25:27.2628924Z ##[endgroup] 2022-09-27T15:25:27.2629405Z ##[group]Checking out the ref 2022-09-27T15:25:27.2634236Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:28.4997248Z ##[endgroup] 2022-09-27T15:25:28.4997872Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:28.5003266Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:28.5052061Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:28.5083043Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:28.5113285Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:28.5138770Z ##[endgroup] 2022-09-27T15:25:28.5139189Z ##[group]Fetching submodules 2022-09-27T15:25:28.5143204Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:28.5403024Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:28.5653614Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:28.5654704Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:28.5655813Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:28.5658087Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:28.5660428Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:28.5663001Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:28.5664981Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:28.5667444Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:28.5670098Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:28.5672659Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:28.5675399Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:28.5678245Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:28.5681211Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:28.5728047Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:28.5728963Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:28.5729594Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:28.5730429Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:28.5731370Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:28.5732287Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:28.5733314Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:28.5734075Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:28.5734696Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:28.5735374Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:28.5735845Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:28.5736314Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:28.5736800Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:28.5737298Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:28.5739880Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:28.5744511Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:28.5748961Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:28.5753680Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:28.5758427Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:28.5763401Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:28.5768471Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:28.5773595Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:28.5780042Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:28.5784925Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:28.5790194Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:28.5795768Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:28.5801647Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:28.5807361Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:28.5832734Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:28.8534775Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:29.0824582Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:29.2961946Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:29.5711810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:29.8512529Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:32.1240967Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:37.7866398Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:38.1655022Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:38.6647672Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:40.0722895Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:41.3974507Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:42.7813456Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:48.9308310Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:49.5737974Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:50.7283694Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:51.8930500Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:52.0864515Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:52.5019767Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:52.8455565Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:53.8091194Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:54.2187493Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:54.4200088Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:54.6539204Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:55.9972137Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:25:56.5019956Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:25:56.8699031Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:26:03.4947373Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:26:05.1839500Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:05.6606112Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:05.9938120Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:11.2872162Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:11.5244314Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:11.7405386Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:12.5317700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:12.7555942Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:13.0850632Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:13.3828595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:14.0315838Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:16.1712311Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:16.6574046Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:19.4348743Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:19.4448566Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:19.4525524Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:19.4738314Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:19.4951132Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:19.5310985Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:20.0861277Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:20.1057308Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:20.1975059Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:20.2301338Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:20.4955354Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:20.8713427Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:21.0951278Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:21.1390079Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:21.1403527Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:21.1405421Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:21.1407490Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:21.1409867Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:21.1433267Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:21.9511333Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:22.4807703Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:23.5136738Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:25.8104823Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:25.9041704Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:25.9582667Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:25.9682728Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:26.0478521Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:26.0794228Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:26.0881674Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:26.1256528Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:26.1477702Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:26.1915770Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:26.2032226Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:26.2045815Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:26.2068326Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:33.1566171Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:33.1582744Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:33.1604319Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:40.1367899Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:40.1461975Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:40.1590910Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:40.2458713Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:40.2473161Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:40.2475234Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:40.2498388Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:41.3964561Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:42.4084897Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:42.4587052Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:42.4783649Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:42.4918120Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:42.5898807Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:42.8155458Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:42.8182147Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.8184104Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.8207210Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:43.1933647Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:43.9940746Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:44.0233951Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:44.0373173Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:44.0385759Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:44.0406729Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:45.6514492Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:45.6532189Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:45.6534217Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:45.6557019Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:46.0647505Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:46.8937080Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:46.9530667Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:46.9546511Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:46.9569737Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:26:47.4445661Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:47.4527894Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:47.6853017Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:47.6872348Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:47.6874308Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:47.6897658Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:48.0859609Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:49.0877207Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:49.1513241Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:49.1591802Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:49.1689055Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:49.1999719Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:49.2085828Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:49.2345149Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:49.2431413Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:49.2834834Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:49.3821115Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:49.4055568Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:49.4068762Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:49.4070620Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:49.4072631Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:49.4074824Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:49.4096644Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:50.4097665Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:50.6763693Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:53.6479848Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:54.6117348Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:54.6258330Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:54.6870037Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:54.7141280Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:54.7155471Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.7181091Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:55.0223362Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:55.1454729Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:55.1483405Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:55.1743064Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.1775963Z Entering 'third_party/FP16' 2022-09-27T15:26:55.1808613Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.1846024Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.1884669Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.1923589Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.1966658Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.2019216Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.2055682Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.2090509Z Entering 'third_party/cub' 2022-09-27T15:26:55.2124362Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.2163451Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.2204198Z Entering 'third_party/eigen' 2022-09-27T15:26:55.2240800Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.2277532Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.2309729Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.2345278Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.2378247Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.2413406Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.2449471Z Entering 'third_party/fmt' 2022-09-27T15:26:55.2482877Z Entering 'third_party/foxi' 2022-09-27T15:26:55.2516910Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.2551804Z Entering 'third_party/gloo' 2022-09-27T15:26:55.2586533Z Entering 'third_party/googletest' 2022-09-27T15:26:55.2621885Z Entering 'third_party/ideep' 2022-09-27T15:26:55.2655131Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.2691087Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.2730121Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.2763707Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.2798998Z Entering 'third_party/kineto' 2022-09-27T15:26:55.2833020Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.2866230Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.2900455Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.2934368Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.2966892Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.3001571Z Entering 'third_party/onnx' 2022-09-27T15:26:55.3047722Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.3081352Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.3116750Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.3150019Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.3187473Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.3221818Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.3254172Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.3292601Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.3327189Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.3364145Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.3397145Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.3433450Z Entering 'third_party/psimd' 2022-09-27T15:26:55.3468230Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.3502708Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.3536565Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.3571971Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.3607566Z Entering 'third_party/python-six' 2022-09-27T15:26:55.3642287Z Entering 'third_party/sleef' 2022-09-27T15:26:55.3677255Z Entering 'third_party/tbb' 2022-09-27T15:26:55.3714149Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.3748848Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.3782944Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.3815372Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.3849382Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.3882916Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.3918777Z Entering 'third_party/zstd' 2022-09-27T15:26:55.3960307Z ##[endgroup] 2022-09-27T15:26:55.3961906Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:55.3968232Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:26:55.4223206Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.4255977Z Entering 'third_party/FP16' 2022-09-27T15:26:55.4288565Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.4323485Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.4357740Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.4392595Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.4427314Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.4472836Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.4507576Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.4542038Z Entering 'third_party/cub' 2022-09-27T15:26:55.4577024Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.4618795Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.4662420Z Entering 'third_party/eigen' 2022-09-27T15:26:55.4698941Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.4733682Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.4768871Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.4802379Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.4835632Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.4871400Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.4909083Z Entering 'third_party/fmt' 2022-09-27T15:26:55.4944508Z Entering 'third_party/foxi' 2022-09-27T15:26:55.4980246Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.5014783Z Entering 'third_party/gloo' 2022-09-27T15:26:55.5049990Z Entering 'third_party/googletest' 2022-09-27T15:26:55.5083799Z Entering 'third_party/ideep' 2022-09-27T15:26:55.5117162Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.5153517Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.5193393Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.5228674Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.5262456Z Entering 'third_party/kineto' 2022-09-27T15:26:55.5297237Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.5330355Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.5365910Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.5400274Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.5434300Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.5468141Z Entering 'third_party/onnx' 2022-09-27T15:26:55.5513421Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.5546403Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.5582962Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.5615843Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.5653197Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.5686525Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.5719233Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.5758617Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.5792522Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.5831010Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.5864011Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.5898935Z Entering 'third_party/psimd' 2022-09-27T15:26:55.5932449Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.5966941Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.6000442Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.6033728Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.6068262Z Entering 'third_party/python-six' 2022-09-27T15:26:55.6102189Z Entering 'third_party/sleef' 2022-09-27T15:26:55.6136507Z Entering 'third_party/tbb' 2022-09-27T15:26:55.6171904Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.6206211Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.6239598Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.6274444Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.6307938Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.6341648Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.6378008Z Entering 'third_party/zstd' 2022-09-27T15:26:55.6424559Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:26:55.6684095Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.6720033Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:55.6735002Z Entering 'third_party/FP16' 2022-09-27T15:26:55.6770946Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:55.6784975Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.6820034Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:55.6834165Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.6870040Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:55.6884293Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.6917189Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:55.6931122Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.6963866Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:55.6978424Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.7009645Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:55.7034052Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.7066373Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:55.7080524Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.7112407Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:55.7126672Z Entering 'third_party/cub' 2022-09-27T15:26:55.7158058Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:55.7171726Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.7203211Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:55.7222075Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.7253332Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:55.7274032Z Entering 'third_party/eigen' 2022-09-27T15:26:55.7305228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:55.7320767Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.7353585Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:55.7367941Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.7398976Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:26:55.7413213Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.7444586Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:55.7459338Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.7490524Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.7505711Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.7537234Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:26:55.7553535Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.7584989Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:55.7601097Z Entering 'third_party/fmt' 2022-09-27T15:26:55.7632683Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:55.7647380Z Entering 'third_party/foxi' 2022-09-27T15:26:55.7680514Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:55.7694491Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.7725470Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:55.7739613Z Entering 'third_party/gloo' 2022-09-27T15:26:55.7771254Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:55.7786176Z Entering 'third_party/googletest' 2022-09-27T15:26:55.7817116Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.7830819Z Entering 'third_party/ideep' 2022-09-27T15:26:55.7862366Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:55.7875302Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.7908211Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:26:55.7924398Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.7956156Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:26:55.7977739Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.8009045Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:55.8023339Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.8054804Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:55.8069850Z Entering 'third_party/kineto' 2022-09-27T15:26:55.8103024Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:55.8118162Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.8154783Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:26:55.8169002Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.8204548Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.8221665Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.8256946Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:55.8273218Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.8308461Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:55.8323150Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.8359923Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:55.8375392Z Entering 'third_party/onnx' 2022-09-27T15:26:55.8408890Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:55.8435618Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.8469162Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:55.8482708Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.8514700Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:55.8530936Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.8562327Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:55.8576867Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.8607638Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:55.8627277Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.8659183Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:55.8672796Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.8704474Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:55.8718423Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.8750086Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:26:55.8768456Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.8799476Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:55.8813913Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.8845456Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:55.8864044Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.8896040Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:55.8910105Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.8941401Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.8958039Z Entering 'third_party/psimd' 2022-09-27T15:26:55.8991889Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:55.9005734Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.9039149Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:55.9054123Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.9086476Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:55.9101986Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.9134132Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:55.9148133Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.9181935Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:55.9196660Z Entering 'third_party/python-six' 2022-09-27T15:26:55.9229672Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:55.9243918Z Entering 'third_party/sleef' 2022-09-27T15:26:55.9277451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:55.9292333Z Entering 'third_party/tbb' 2022-09-27T15:26:55.9326065Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:55.9342477Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.9376180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:55.9391033Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.9424765Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.9439004Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.9473289Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:26:55.9487207Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.9519406Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:26:55.9534658Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.9568051Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:55.9582395Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.9617762Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:26:55.9637542Z Entering 'third_party/zstd' 2022-09-27T15:26:55.9674538Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:56.0576945Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:56.0844966Z Entering 'android/libs/fbjni' 2022-09-27T15:26:56.0880846Z Entering 'third_party/FP16' 2022-09-27T15:26:56.0915410Z Entering 'third_party/FXdiv' 2022-09-27T15:26:56.0951380Z Entering 'third_party/NNPACK' 2022-09-27T15:26:56.0986519Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:56.1022249Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:56.1059576Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:56.1105498Z Entering 'third_party/benchmark' 2022-09-27T15:26:56.1140327Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:56.1174704Z Entering 'third_party/cub' 2022-09-27T15:26:56.1211002Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:56.1250761Z Entering 'third_party/cutlass' 2022-09-27T15:26:56.1291757Z Entering 'third_party/eigen' 2022-09-27T15:26:56.1328292Z Entering 'third_party/fbgemm' 2022-09-27T15:26:56.1364533Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:56.1398459Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:56.1432865Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:56.1466883Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:56.1503125Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:56.1540064Z Entering 'third_party/fmt' 2022-09-27T15:26:56.1575153Z Entering 'third_party/foxi' 2022-09-27T15:26:56.1609037Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:56.1643844Z Entering 'third_party/gloo' 2022-09-27T15:26:56.1678186Z Entering 'third_party/googletest' 2022-09-27T15:26:56.1714212Z Entering 'third_party/ideep' 2022-09-27T15:26:56.1748250Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:56.1783690Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:56.1824439Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:56.1864396Z Entering 'third_party/ittapi' 2022-09-27T15:26:56.1902730Z Entering 'third_party/kineto' 2022-09-27T15:26:56.1942299Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:56.1979593Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:56.2019634Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:56.2057784Z Entering 'third_party/neon2sse' 2022-09-27T15:26:56.2093374Z Entering 'third_party/nlohmann' 2022-09-27T15:26:56.2130465Z Entering 'third_party/onnx' 2022-09-27T15:26:56.2177539Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:56.2212177Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:56.2249718Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:56.2284268Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:56.2324674Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:56.2358580Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:56.2393244Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:56.2431554Z Entering 'third_party/pocketfft' 2022-09-27T15:26:56.2466303Z Entering 'third_party/protobuf' 2022-09-27T15:26:56.2504101Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:56.2539935Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:56.2573985Z Entering 'third_party/psimd' 2022-09-27T15:26:56.2608010Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:56.2641934Z Entering 'third_party/pybind11' 2022-09-27T15:26:56.2676994Z Entering 'third_party/python-enum' 2022-09-27T15:26:56.2710292Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:56.2744657Z Entering 'third_party/python-six' 2022-09-27T15:26:56.2778495Z Entering 'third_party/sleef' 2022-09-27T15:26:56.2813121Z Entering 'third_party/tbb' 2022-09-27T15:26:56.2849165Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:56.2883894Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:56.2917950Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:56.2953341Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:56.2988145Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:56.3021802Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:56.3059578Z Entering 'third_party/zstd' 2022-09-27T15:26:56.3103924Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:56.3361411Z Entering 'android/libs/fbjni' 2022-09-27T15:26:56.3395318Z Entering 'third_party/FP16' 2022-09-27T15:26:56.3431098Z Entering 'third_party/FXdiv' 2022-09-27T15:26:56.3465328Z Entering 'third_party/NNPACK' 2022-09-27T15:26:56.3500149Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:56.3534953Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:56.3569413Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:56.3614593Z Entering 'third_party/benchmark' 2022-09-27T15:26:56.3649027Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:56.3684020Z Entering 'third_party/cub' 2022-09-27T15:26:56.3719231Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:56.3759722Z Entering 'third_party/cutlass' 2022-09-27T15:26:56.3800826Z Entering 'third_party/eigen' 2022-09-27T15:26:56.3838230Z Entering 'third_party/fbgemm' 2022-09-27T15:26:56.3873403Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:56.3907642Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:56.3942109Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:56.3975959Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:56.4011585Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:56.4047625Z Entering 'third_party/fmt' 2022-09-27T15:26:56.4081923Z Entering 'third_party/foxi' 2022-09-27T15:26:56.4117651Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:56.4152346Z Entering 'third_party/gloo' 2022-09-27T15:26:56.4186787Z Entering 'third_party/googletest' 2022-09-27T15:26:56.4221424Z Entering 'third_party/ideep' 2022-09-27T15:26:56.4254444Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:56.4290080Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:56.4329436Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:56.4363805Z Entering 'third_party/ittapi' 2022-09-27T15:26:56.4397398Z Entering 'third_party/kineto' 2022-09-27T15:26:56.4432593Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:56.4471221Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:56.4510720Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:56.4550502Z Entering 'third_party/neon2sse' 2022-09-27T15:26:56.4587850Z Entering 'third_party/nlohmann' 2022-09-27T15:26:56.4628278Z Entering 'third_party/onnx' 2022-09-27T15:26:56.4678719Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:56.4717112Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:56.4754347Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:56.4788965Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:56.4828806Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:56.4864257Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:56.4898986Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:56.4938382Z Entering 'third_party/pocketfft' 2022-09-27T15:26:56.4973660Z Entering 'third_party/protobuf' 2022-09-27T15:26:56.5011838Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:56.5046344Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:56.5083709Z Entering 'third_party/psimd' 2022-09-27T15:26:56.5119249Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:56.5156804Z Entering 'third_party/pybind11' 2022-09-27T15:26:56.5191779Z Entering 'third_party/python-enum' 2022-09-27T15:26:56.5225922Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:56.5261493Z Entering 'third_party/python-six' 2022-09-27T15:26:56.5295725Z Entering 'third_party/sleef' 2022-09-27T15:26:56.5330767Z Entering 'third_party/tbb' 2022-09-27T15:26:56.5367270Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:56.5401699Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:56.5436347Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:56.5469833Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:56.5503824Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:56.5536748Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:56.5574116Z Entering 'third_party/zstd' 2022-09-27T15:26:56.5616861Z ##[endgroup] 2022-09-27T15:26:56.5656748Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:56.5682943Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:56.5803537Z Prepare all required actions 2022-09-27T15:26:56.5830382Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:56.5830617Z env: 2022-09-27T15:26:56.5830813Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.5831033Z ##[endgroup] 2022-09-27T15:26:56.5847215Z ##[group]Run set -euo pipefail 2022-09-27T15:26:56.5847483Z set -euo pipefail 2022-09-27T15:26:56.5847709Z function get_ec2_metadata() { 2022-09-27T15:26:56.5847992Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:56.5848379Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:56.5848705Z  category=$1 2022-09-27T15:26:56.5848963Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:56.5849220Z } 2022-09-27T15:26:56.5849455Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:56.5849765Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:56.5850152Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:56.5850433Z echo "system info $(uname -a)" 2022-09-27T15:26:56.5862311Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:56.5862551Z env: 2022-09-27T15:26:56.5862758Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.5862980Z ##[endgroup] 2022-09-27T15:26:56.5941364Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:56.5991649Z instance-id: i-0590ad533056a1764 2022-09-27T15:26:56.6040449Z instance-type: c5.2xlarge 2022-09-27T15:26:56.6047483Z system info Linux ip-10-0-9-125.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:26:56.6065577Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:56.6065884Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:56.6066157Z  echo "Docker daemon is running..."; 2022-09-27T15:26:56.6066406Z else 2022-09-27T15:26:56.6066669Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:56.6066911Z fi 2022-09-27T15:26:56.6078808Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:56.6079055Z env: 2022-09-27T15:26:56.6079251Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.6079466Z ##[endgroup] 2022-09-27T15:26:56.6122100Z Docker daemon is running... 2022-09-27T15:26:56.6139186Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:56.6139573Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:56.6139885Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:56.6140322Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:56.6140693Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:56.6151637Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:56.6151885Z env: 2022-09-27T15:26:56.6152079Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.6152304Z AWS_RETRY_MODE: standard 2022-09-27T15:26:56.6152524Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:56.6152738Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:56.6152954Z ##[endgroup] 2022-09-27T15:26:57.3721113Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:57.3721467Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:57.3721903Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:57.3722190Z 2022-09-27T15:26:57.3722288Z Login Succeeded 2022-09-27T15:26:57.3750988Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:57.3751303Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:57.3751643Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:57.3763425Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:57.3763646Z env: 2022-09-27T15:26:57.3763824Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.3764001Z ##[endgroup] 2022-09-27T15:26:57.3825110Z Prepare all required actions 2022-09-27T15:26:57.3825441Z Getting action download info 2022-09-27T15:26:57.5428060Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:57.6890113Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:57.6890347Z with: 2022-09-27T15:26:57.6890702Z github-secret: *** 2022-09-27T15:26:57.6890890Z env: 2022-09-27T15:26:57.6891090Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.6891305Z ##[endgroup] 2022-09-27T15:26:57.6912922Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:57.6913163Z with: 2022-09-27T15:26:57.6913481Z GITHUB_TOKEN: *** 2022-09-27T15:26:57.6913694Z activate-with-label: false 2022-09-27T15:26:57.6913988Z label: with-ssh 2022-09-27T15:26:57.6914209Z remove-existing-keys: true 2022-09-27T15:26:57.6914407Z env: 2022-09-27T15:26:57.6914608Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.6914823Z ##[endgroup] 2022-09-27T15:26:58.1008787Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:58.1754707Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:58.1767746Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:58.1790885Z Login using: ssh ec2-user@ec2-54-242-160-18.compute-1.amazonaws.com 2022-09-27T15:26:58.1842575Z Prepare all required actions 2022-09-27T15:26:58.1861820Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:58.1862035Z with: 2022-09-27T15:26:58.1862378Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:58.1862692Z env: 2022-09-27T15:26:58.1862867Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:58.1863052Z ##[endgroup] 2022-09-27T15:26:58.1893235Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:58.1893522Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:58.1893790Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:58.1894061Z # only pull docker image if it's not available locally 2022-09-27T15:26:58.1894363Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:58.1894676Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:58.1894859Z fi 2022-09-27T15:26:58.1906778Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:58.1907002Z env: 2022-09-27T15:26:58.1907163Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:58.1907527Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:58.1907871Z ##[endgroup] 2022-09-27T15:26:58.4324725Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:26:58.4327895Z 675920708c8b: Pulling fs layer 2022-09-27T15:26:58.4328251Z 7249ff1ca2cc: Pulling fs layer 2022-09-27T15:26:58.4328557Z a1a4ad211d43: Pulling fs layer 2022-09-27T15:26:58.4328891Z dac0b0909394: Pulling fs layer 2022-09-27T15:26:58.4329226Z 4e5e6fbf81d0: Pulling fs layer 2022-09-27T15:26:58.4329537Z 1fd57c418b4f: Pulling fs layer 2022-09-27T15:26:58.4329881Z c252dd0cf292: Pulling fs layer 2022-09-27T15:26:58.4330218Z 6d1cf6420de5: Pulling fs layer 2022-09-27T15:26:58.4330552Z 22ff1eeb7cfc: Pulling fs layer 2022-09-27T15:26:58.4330871Z d8d2312a3e95: Pulling fs layer 2022-09-27T15:26:58.4331181Z 6b8fe070c229: Pulling fs layer 2022-09-27T15:26:58.4331491Z f860349178a3: Pulling fs layer 2022-09-27T15:26:58.4331797Z b9600c108e0a: Pulling fs layer 2022-09-27T15:26:58.4332108Z d7379e9f0242: Pulling fs layer 2022-09-27T15:26:58.4332379Z 4e5e6fbf81d0: Waiting 2022-09-27T15:26:58.4332684Z 111b3362d2ab: Pulling fs layer 2022-09-27T15:26:58.4333047Z 6d1cf6420de5: Waiting 2022-09-27T15:26:58.4333306Z 1fd57c418b4f: Waiting 2022-09-27T15:26:58.4333640Z c252dd0cf292: Waiting 2022-09-27T15:26:58.4333932Z 357e25b632e3: Pulling fs layer 2022-09-27T15:26:58.4334244Z 041ccbc6424a: Pulling fs layer 2022-09-27T15:26:58.4334586Z f83a7aa0ae33: Pulling fs layer 2022-09-27T15:26:58.4334912Z f860349178a3: Waiting 2022-09-27T15:26:58.4335239Z 7dd92e4c6366: Pulling fs layer 2022-09-27T15:26:58.4335556Z b9600c108e0a: Waiting 2022-09-27T15:26:58.4335862Z d7379e9f0242: Waiting 2022-09-27T15:26:58.4336184Z 4c3fc199e49b: Pulling fs layer 2022-09-27T15:26:58.4336435Z 357e25b632e3: Waiting 2022-09-27T15:26:58.4336592Z 111b3362d2ab: Waiting 2022-09-27T15:26:58.4336770Z 1cf2d121678f: Pulling fs layer 2022-09-27T15:26:58.4336960Z 3d0511d3c79c: Pulling fs layer 2022-09-27T15:26:58.4337142Z 14b2bb0370e4: Pulling fs layer 2022-09-27T15:26:58.4337663Z 8da4048e870a: Pulling fs layer 2022-09-27T15:26:58.4337859Z df7557c6da37: Pulling fs layer 2022-09-27T15:26:58.4338040Z c47c4a7e8472: Pulling fs layer 2022-09-27T15:26:58.4338236Z fbbb9ed3e845: Pulling fs layer 2022-09-27T15:26:58.4338427Z 25c87328e320: Pulling fs layer 2022-09-27T15:26:58.4338603Z 6ce6383c8b4c: Pulling fs layer 2022-09-27T15:26:58.4338826Z 805e81bf1b07: Pulling fs layer 2022-09-27T15:26:58.4339018Z 658a981e4c72: Pulling fs layer 2022-09-27T15:26:58.4339194Z 6e614c1c92e2: Pulling fs layer 2022-09-27T15:26:58.4339384Z ca8c741a00af: Pulling fs layer 2022-09-27T15:26:58.4339653Z ec20b9c0ab8c: Pulling fs layer 2022-09-27T15:26:58.4339827Z 041ccbc6424a: Waiting 2022-09-27T15:26:58.4340008Z 4778e25ffa15: Pulling fs layer 2022-09-27T15:26:58.4340189Z f83a7aa0ae33: Waiting 2022-09-27T15:26:58.4340382Z 6178951b0ba1: Pulling fs layer 2022-09-27T15:26:58.4340561Z 7dd92e4c6366: Waiting 2022-09-27T15:26:58.4340807Z 5f80c355afff: Pulling fs layer 2022-09-27T15:26:58.4340980Z 4c3fc199e49b: Waiting 2022-09-27T15:26:58.4341224Z 8fd17095407b: Pulling fs layer 2022-09-27T15:26:58.4341416Z 7d3e30f68342: Pulling fs layer 2022-09-27T15:26:58.4341583Z 1cf2d121678f: Waiting 2022-09-27T15:26:58.4341768Z df7d91b50502: Pulling fs layer 2022-09-27T15:26:58.4341965Z ddc86fc3214e: Pulling fs layer 2022-09-27T15:26:58.4342145Z 46ee14c7b526: Pulling fs layer 2022-09-27T15:26:58.4342336Z 9ce9a24e805b: Pulling fs layer 2022-09-27T15:26:58.4342528Z 19cd914bfdcb: Pulling fs layer 2022-09-27T15:26:58.4342696Z 3d0511d3c79c: Waiting 2022-09-27T15:26:58.4342880Z a7f4338ecba2: Pulling fs layer 2022-09-27T15:26:58.4343064Z 14b2bb0370e4: Waiting 2022-09-27T15:26:58.4343230Z c75978fac091: Pulling fs layer 2022-09-27T15:26:58.4343410Z 6ce6383c8b4c: Waiting 2022-09-27T15:26:58.4343589Z f89a91cff893: Pulling fs layer 2022-09-27T15:26:58.4343765Z 8da4048e870a: Waiting 2022-09-27T15:26:58.4343926Z fbbb9ed3e845: Waiting 2022-09-27T15:26:58.4344096Z df7557c6da37: Waiting 2022-09-27T15:26:58.4344270Z f345365236d1: Pulling fs layer 2022-09-27T15:26:58.4344434Z 805e81bf1b07: Waiting 2022-09-27T15:26:58.4344598Z 25c87328e320: Waiting 2022-09-27T15:26:58.4344759Z c47c4a7e8472: Waiting 2022-09-27T15:26:58.4344925Z 4a3f3d395eb7: Pulling fs layer 2022-09-27T15:26:58.4345107Z ec20b9c0ab8c: Waiting 2022-09-27T15:26:58.4345314Z e421c81bb4cf: Pulling fs layer 2022-09-27T15:26:58.4345482Z ca8c741a00af: Waiting 2022-09-27T15:26:58.4345647Z 4778e25ffa15: Waiting 2022-09-27T15:26:58.4345810Z 8fd17095407b: Waiting 2022-09-27T15:26:58.4346018Z 658a981e4c72: Waiting 2022-09-27T15:26:58.4346199Z 775c0184544e: Pulling fs layer 2022-09-27T15:26:58.4346376Z 6178951b0ba1: Waiting 2022-09-27T15:26:58.4346605Z 7d3e30f68342: Waiting 2022-09-27T15:26:58.4346785Z 5a69da2170e4: Pulling fs layer 2022-09-27T15:26:58.4346964Z dac0b0909394: Waiting 2022-09-27T15:26:58.4347120Z 5f80c355afff: Waiting 2022-09-27T15:26:58.4347286Z 6e614c1c92e2: Waiting 2022-09-27T15:26:58.4347464Z d3273d80d5f9: Pulling fs layer 2022-09-27T15:26:58.4347632Z 19cd914bfdcb: Waiting 2022-09-27T15:26:58.4347806Z ddc86fc3214e: Waiting 2022-09-27T15:26:58.4347983Z f5905b45d58c: Pulling fs layer 2022-09-27T15:26:58.4348147Z 9ce9a24e805b: Waiting 2022-09-27T15:26:58.4348330Z a7f4338ecba2: Waiting 2022-09-27T15:26:58.4348498Z 46ee14c7b526: Waiting 2022-09-27T15:26:58.4348661Z 42b9d02069e0: Pulling fs layer 2022-09-27T15:26:58.4348842Z e421c81bb4cf: Waiting 2022-09-27T15:26:58.4349009Z c75978fac091: Waiting 2022-09-27T15:26:58.4349159Z f345365236d1: Waiting 2022-09-27T15:26:58.4349322Z 4a3f3d395eb7: Waiting 2022-09-27T15:26:58.4349488Z f89a91cff893: Waiting 2022-09-27T15:26:58.4349654Z c00b10f24e83: Pulling fs layer 2022-09-27T15:26:58.4349835Z 5a69da2170e4: Waiting 2022-09-27T15:26:58.4350012Z 93c6c1ce6a86: Pulling fs layer 2022-09-27T15:26:58.4350177Z d3273d80d5f9: Waiting 2022-09-27T15:26:58.4350340Z 42b9d02069e0: Waiting 2022-09-27T15:26:58.4350514Z 239233a60227: Pulling fs layer 2022-09-27T15:26:58.4350674Z 239233a60227: Waiting 2022-09-27T15:26:58.5133417Z 7249ff1ca2cc: Verifying Checksum 2022-09-27T15:26:58.5133910Z 7249ff1ca2cc: Download complete 2022-09-27T15:26:58.5926895Z dac0b0909394: Verifying Checksum 2022-09-27T15:26:58.5927329Z dac0b0909394: Download complete 2022-09-27T15:26:58.6839604Z 4e5e6fbf81d0: Verifying Checksum 2022-09-27T15:26:58.7890800Z 675920708c8b: Verifying Checksum 2022-09-27T15:26:58.7891404Z 675920708c8b: Download complete 2022-09-27T15:26:58.8616982Z 6d1cf6420de5: Verifying Checksum 2022-09-27T15:26:58.8617671Z 6d1cf6420de5: Download complete 2022-09-27T15:26:58.8760341Z c252dd0cf292: Download complete 2022-09-27T15:26:58.9483305Z d8d2312a3e95: Verifying Checksum 2022-09-27T15:26:58.9483947Z d8d2312a3e95: Download complete 2022-09-27T15:26:58.9486329Z 22ff1eeb7cfc: Verifying Checksum 2022-09-27T15:26:58.9486695Z 22ff1eeb7cfc: Download complete 2022-09-27T15:26:59.0933789Z b9600c108e0a: Verifying Checksum 2022-09-27T15:26:59.0934153Z b9600c108e0a: Download complete 2022-09-27T15:26:59.5018690Z 675920708c8b: Pull complete 2022-09-27T15:26:59.6112054Z 7249ff1ca2cc: Pull complete 2022-09-27T15:27:00.4660670Z 6b8fe070c229: Verifying Checksum 2022-09-27T15:27:00.4661081Z 6b8fe070c229: Download complete 2022-09-27T15:27:00.5507957Z 111b3362d2ab: Download complete 2022-09-27T15:27:00.6174834Z 357e25b632e3: Verifying Checksum 2022-09-27T15:27:00.6175204Z 357e25b632e3: Download complete 2022-09-27T15:27:01.1200062Z 041ccbc6424a: Verifying Checksum 2022-09-27T15:27:01.1200334Z 041ccbc6424a: Download complete 2022-09-27T15:27:01.1926846Z f83a7aa0ae33: Verifying Checksum 2022-09-27T15:27:01.1927098Z f83a7aa0ae33: Download complete 2022-09-27T15:27:01.2927370Z 7dd92e4c6366: Download complete 2022-09-27T15:27:01.3791493Z 4c3fc199e49b: Verifying Checksum 2022-09-27T15:27:01.3791779Z 4c3fc199e49b: Download complete 2022-09-27T15:27:01.4517192Z 1cf2d121678f: Verifying Checksum 2022-09-27T15:27:01.4517588Z 1cf2d121678f: Download complete 2022-09-27T15:27:01.5404122Z 3d0511d3c79c: Download complete 2022-09-27T15:27:01.5594619Z a1a4ad211d43: Verifying Checksum 2022-09-27T15:27:01.5594999Z a1a4ad211d43: Download complete 2022-09-27T15:27:01.6169863Z 14b2bb0370e4: Download complete 2022-09-27T15:27:01.6335477Z 8da4048e870a: Verifying Checksum 2022-09-27T15:27:01.6335808Z 8da4048e870a: Download complete 2022-09-27T15:27:01.7221236Z c47c4a7e8472: Verifying Checksum 2022-09-27T15:27:01.7221670Z c47c4a7e8472: Download complete 2022-09-27T15:27:01.8275870Z fbbb9ed3e845: Verifying Checksum 2022-09-27T15:27:01.8276258Z fbbb9ed3e845: Download complete 2022-09-27T15:27:01.9125741Z 25c87328e320: Download complete 2022-09-27T15:27:01.9741735Z 6ce6383c8b4c: Verifying Checksum 2022-09-27T15:27:01.9742165Z 6ce6383c8b4c: Download complete 2022-09-27T15:27:02.0431784Z 805e81bf1b07: Download complete 2022-09-27T15:27:04.2945205Z 658a981e4c72: Verifying Checksum 2022-09-27T15:27:04.2945486Z 658a981e4c72: Download complete 2022-09-27T15:27:04.3629698Z 6e614c1c92e2: Verifying Checksum 2022-09-27T15:27:04.3630056Z 6e614c1c92e2: Download complete 2022-09-27T15:27:04.4372486Z ca8c741a00af: Verifying Checksum 2022-09-27T15:27:04.4372847Z ca8c741a00af: Download complete 2022-09-27T15:27:04.5111241Z ec20b9c0ab8c: Download complete 2022-09-27T15:27:04.5823154Z 4778e25ffa15: Download complete 2022-09-27T15:27:04.6563093Z 6178951b0ba1: Download complete 2022-09-27T15:27:04.7114954Z 5f80c355afff: Verifying Checksum 2022-09-27T15:27:04.7115403Z 5f80c355afff: Download complete 2022-09-27T15:27:04.8442676Z 7d3e30f68342: Verifying Checksum 2022-09-27T15:27:04.8443137Z 7d3e30f68342: Download complete 2022-09-27T15:27:04.9214503Z df7d91b50502: Download complete 2022-09-27T15:27:04.9989055Z ddc86fc3214e: Download complete 2022-09-27T15:27:05.0590094Z 46ee14c7b526: Verifying Checksum 2022-09-27T15:27:05.0590863Z 46ee14c7b526: Download complete 2022-09-27T15:27:05.1249892Z 9ce9a24e805b: Download complete 2022-09-27T15:27:05.5892244Z 19cd914bfdcb: Verifying Checksum 2022-09-27T15:27:05.5892726Z 19cd914bfdcb: Download complete 2022-09-27T15:27:05.6504263Z a7f4338ecba2: Verifying Checksum 2022-09-27T15:27:05.6504970Z a7f4338ecba2: Download complete 2022-09-27T15:27:05.7110887Z c75978fac091: Verifying Checksum 2022-09-27T15:27:05.7111290Z c75978fac091: Download complete 2022-09-27T15:27:05.8324934Z f89a91cff893: Download complete 2022-09-27T15:27:05.9175659Z f345365236d1: Download complete 2022-09-27T15:27:06.1704698Z 4a3f3d395eb7: Verifying Checksum 2022-09-27T15:27:06.1705103Z 4a3f3d395eb7: Download complete 2022-09-27T15:27:06.2476530Z e421c81bb4cf: Verifying Checksum 2022-09-27T15:27:06.2476972Z e421c81bb4cf: Download complete 2022-09-27T15:27:06.3246219Z 775c0184544e: Download complete 2022-09-27T15:27:07.9282892Z a1a4ad211d43: Pull complete 2022-09-27T15:27:08.0992330Z dac0b0909394: Pull complete 2022-09-27T15:27:08.3154752Z 4e5e6fbf81d0: Pull complete 2022-09-27T15:27:08.5014343Z 1fd57c418b4f: Pull complete 2022-09-27T15:27:08.7139110Z c252dd0cf292: Pull complete 2022-09-27T15:27:08.9585696Z 6d1cf6420de5: Pull complete 2022-09-27T15:27:09.0838874Z 5a69da2170e4: Verifying Checksum 2022-09-27T15:27:09.1702230Z 5a69da2170e4: Download complete 2022-09-27T15:27:09.1702736Z d3273d80d5f9: Verifying Checksum 2022-09-27T15:27:09.1703145Z d3273d80d5f9: Download complete 2022-09-27T15:27:09.1887130Z 22ff1eeb7cfc: Pull complete 2022-09-27T15:27:09.2502418Z f5905b45d58c: Download complete 2022-09-27T15:27:09.3273327Z 42b9d02069e0: Download complete 2022-09-27T15:27:09.4022030Z c00b10f24e83: Verifying Checksum 2022-09-27T15:27:09.4022505Z c00b10f24e83: Download complete 2022-09-27T15:27:09.4083941Z d8d2312a3e95: Pull complete 2022-09-27T15:27:09.4675000Z 93c6c1ce6a86: Verifying Checksum 2022-09-27T15:27:09.4675295Z 93c6c1ce6a86: Download complete 2022-09-27T15:27:09.5256466Z df7557c6da37: Verifying Checksum 2022-09-27T15:27:09.5256931Z df7557c6da37: Download complete 2022-09-27T15:27:10.0525060Z 239233a60227: Verifying Checksum 2022-09-27T15:27:10.0525571Z 239233a60227: Download complete 2022-09-27T15:27:11.1607307Z 6b8fe070c229: Pull complete 2022-09-27T15:27:11.3934612Z f860349178a3: Pull complete 2022-09-27T15:27:11.6149635Z b9600c108e0a: Pull complete 2022-09-27T15:27:26.7457714Z d7379e9f0242: Verifying Checksum 2022-09-27T15:27:26.7458001Z d7379e9f0242: Download complete 2022-09-27T15:27:45.7267566Z d7379e9f0242: Pull complete 2022-09-27T15:27:46.1237750Z 111b3362d2ab: Pull complete 2022-09-27T15:27:46.3289431Z 357e25b632e3: Pull complete 2022-09-27T15:27:47.2144961Z 041ccbc6424a: Pull complete 2022-09-27T15:27:47.4034142Z f83a7aa0ae33: Pull complete 2022-09-27T15:27:47.6334391Z 7dd92e4c6366: Pull complete 2022-09-27T15:27:47.8661530Z 4c3fc199e49b: Pull complete 2022-09-27T15:27:48.0776127Z 1cf2d121678f: Pull complete 2022-09-27T15:27:48.3068198Z 3d0511d3c79c: Pull complete 2022-09-27T15:27:48.4709352Z 14b2bb0370e4: Pull complete 2022-09-27T15:27:48.5986509Z 8da4048e870a: Pull complete 2022-09-27T15:27:50.4594689Z df7557c6da37: Pull complete 2022-09-27T15:27:50.7111630Z c47c4a7e8472: Pull complete 2022-09-27T15:27:50.9728944Z fbbb9ed3e845: Pull complete 2022-09-27T15:27:51.3342610Z 25c87328e320: Pull complete 2022-09-27T15:27:51.6598308Z 6ce6383c8b4c: Pull complete 2022-09-27T15:27:51.9649895Z 805e81bf1b07: Pull complete 2022-09-27T15:27:56.4276880Z 658a981e4c72: Pull complete 2022-09-27T15:27:56.5957810Z 6e614c1c92e2: Pull complete 2022-09-27T15:27:56.7339049Z ca8c741a00af: Pull complete 2022-09-27T15:27:56.8893964Z ec20b9c0ab8c: Pull complete 2022-09-27T15:27:57.0645516Z 4778e25ffa15: Pull complete 2022-09-27T15:27:57.2059525Z 6178951b0ba1: Pull complete 2022-09-27T15:27:57.4064405Z 5f80c355afff: Pull complete 2022-09-27T15:27:57.6401946Z 8fd17095407b: Pull complete 2022-09-27T15:27:57.8692206Z 7d3e30f68342: Pull complete 2022-09-27T15:27:58.0877029Z df7d91b50502: Pull complete 2022-09-27T15:27:58.3223508Z ddc86fc3214e: Pull complete 2022-09-27T15:27:58.5389190Z 46ee14c7b526: Pull complete 2022-09-27T15:27:58.7630671Z 9ce9a24e805b: Pull complete 2022-09-27T15:28:00.0339421Z 19cd914bfdcb: Pull complete 2022-09-27T15:28:00.2651158Z a7f4338ecba2: Pull complete 2022-09-27T15:28:00.4822775Z c75978fac091: Pull complete 2022-09-27T15:28:00.6707763Z f89a91cff893: Pull complete 2022-09-27T15:28:00.8974873Z f345365236d1: Pull complete 2022-09-27T15:28:01.3636978Z 4a3f3d395eb7: Pull complete 2022-09-27T15:28:01.5735346Z e421c81bb4cf: Pull complete 2022-09-27T15:28:01.8200751Z 775c0184544e: Pull complete 2022-09-27T15:28:05.5759019Z 5a69da2170e4: Pull complete 2022-09-27T15:28:05.8090311Z d3273d80d5f9: Pull complete 2022-09-27T15:28:06.0314613Z f5905b45d58c: Pull complete 2022-09-27T15:28:06.2709607Z 42b9d02069e0: Pull complete 2022-09-27T15:28:06.5037546Z c00b10f24e83: Pull complete 2022-09-27T15:28:06.7028626Z 93c6c1ce6a86: Pull complete 2022-09-27T15:28:08.2800976Z 239233a60227: Pull complete 2022-09-27T15:28:08.3871647Z Digest: sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:28:08.4261676Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:08.4444020Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:08.4495162Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:28:08.4495457Z python3 -m pip install psutil==5.9.1 2022-09-27T15:28:08.4495703Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:28:08.4495963Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:28:08.4496231Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:28:08.4508311Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:08.4508537Z env: 2022-09-27T15:28:08.4508699Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:08.4508894Z ##[endgroup] 2022-09-27T15:28:08.6707826Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:08.6897251Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:28:09.0881015Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:09.1058407Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:28:09.2950454Z Prepare all required actions 2022-09-27T15:28:09.2950706Z Getting action download info 2022-09-27T15:28:09.4735124Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:28:09.6367928Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:28:09.7685632Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:28:09.7685858Z with: 2022-09-27T15:28:09.7686031Z name: linux-focal-py3.7-gcc7 2022-09-27T15:28:09.7686220Z env: 2022-09-27T15:28:09.7686388Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:09.7686559Z ##[endgroup] 2022-09-27T15:28:09.7835084Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:28:09.7835310Z with: 2022-09-27T15:28:09.7835509Z name: linux-focal-py3.7-gcc7 2022-09-27T15:28:09.7835705Z s3-bucket: gha-artifacts 2022-09-27T15:28:09.7835899Z region: us-east-1 2022-09-27T15:28:09.7836067Z env: 2022-09-27T15:28:09.7836275Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:09.7836520Z ##[endgroup] 2022-09-27T15:28:10.1727172Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-gcc7/ 2022-09-27T15:28:10.1727810Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:13.1845081Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:13.1845337Z 2022-09-27T15:28:13.1846119Z Artifact download has finished successfully 2022-09-27T15:28:13.1992289Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:28:13.1992521Z unzip -o artifacts.zip 2022-09-27T15:28:13.2004111Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:13.2004326Z env: 2022-09-27T15:28:13.2004501Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:13.2004814Z ##[endgroup] 2022-09-27T15:28:13.2042812Z Archive: artifacts.zip 2022-09-27T15:28:13.2043587Z creating: dist/ 2022-09-27T15:28:13.9621276Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:13.9621691Z creating: build/custom_test_artifacts/ 2022-09-27T15:28:13.9622008Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:28:13.9622351Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:28:13.9623926Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:13.9624660Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:13.9625379Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:13.9625788Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:13.9626207Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:13.9627077Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:13.9628355Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:13.9629130Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:13.9629580Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:13.9630893Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:13.9632199Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:13.9633546Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:13.9634405Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:13.9635717Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:13.9636592Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:13.9637321Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:13.9638061Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:13.9638805Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:13.9639566Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:28:13.9640353Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:13.9641283Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:28:13.9641993Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:28:13.9642457Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:28:13.9642881Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:13.9643321Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:28:13.9643768Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:13.9644196Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:28:13.9644648Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:28:13.9657296Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:28:13.9744872Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:28:13.9745683Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:28:13.9746503Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:13.9747411Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:28:13.9748137Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:28:13.9748962Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:28:13.9749802Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:13.9750562Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:28:13.9751028Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:13.9751468Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:28:13.9751918Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:28:13.9766077Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:28:13.9828182Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:28:13.9829044Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:13.9829907Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:13.9830711Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:28:13.9831500Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:28:13.9832203Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:13.9832920Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:28:13.9833575Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:28:13.9833956Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:28:13.9904797Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:28:13.9952099Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:28:13.9952763Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:28:13.9953266Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:28:13.9954892Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:13.9955629Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:13.9956287Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:13.9956689Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:13.9957100Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:13.9957899Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:13.9959175Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:13.9959929Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:13.9960382Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:13.9961674Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:13.9962947Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:13.9964279Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:13.9965162Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:13.9966294Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:13.9967127Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:13.9967861Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:13.9968566Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:13.9969306Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:13.9970045Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:28:13.9970869Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:28:13.9971736Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:28:13.9972583Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:28:13.9973126Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:28:13.9973556Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:28:13.9974002Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:28:13.9974457Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:28:13.9975025Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:28:13.9975461Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:28:13.9988544Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:28:14.0037433Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:28:14.0038328Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:14.0039134Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:14.0039911Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:28:14.0040352Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:28:14.0041068Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:14.0041763Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:28:14.0042344Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:28:14.0042712Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:28:14.0079777Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:28:14.0080424Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:28:14.0080793Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:28:14.0082642Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:14.0083423Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:14.0084279Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:14.0084713Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:14.0085154Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:14.0086006Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:14.0086967Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:14.0087794Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:14.0088247Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:14.0089489Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:14.0090749Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:14.0092119Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:14.0093097Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:14.0094272Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:14.0095158Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:14.0095921Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:14.0096699Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:14.0097667Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:14.0098618Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:28:14.0099477Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:14.0100404Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:28:14.0101042Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:28:14.0101511Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:28:14.0101981Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:14.0102460Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:28:14.0102927Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:14.0103526Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:28:14.0104308Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:28:14.0104803Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:28:14.0217380Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:28:14.0218397Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:28:14.0219306Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:14.0220475Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:28:14.0221355Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:28:14.0222252Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:28:14.0222737Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:14.0223277Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:28:14.0223748Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:14.0224227Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:28:14.0224711Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:28:14.0237757Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:28:14.0282028Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:28:14.0282993Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:14.0283886Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:14.0284573Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:28:14.0285210Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:28:14.0285823Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:14.0286611Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:28:14.0287526Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:28:14.0287940Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:28:14.0379309Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:28:14.0414003Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:28:14.0414478Z creating: build/lib/ 2022-09-27T15:28:14.0414845Z inflating: build/lib/libclog.a 2022-09-27T15:28:14.0466205Z inflating: build/lib/libgtest.a 2022-09-27T15:28:14.0474039Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:28:14.0545566Z inflating: build/lib/libbenchmark.a 2022-09-27T15:28:14.0628244Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:28:14.0635020Z inflating: build/lib/libittnotify.a 2022-09-27T15:28:14.0660205Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:28:14.0720515Z inflating: build/lib/libasmjit.a 2022-09-27T15:28:14.0810896Z inflating: build/lib/libgloo.a 2022-09-27T15:28:14.1226319Z inflating: build/lib/libprotobuf.a 2022-09-27T15:28:14.1241304Z inflating: build/lib/libfmt.a 2022-09-27T15:28:14.1241803Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:28:14.1298265Z inflating: build/lib/libc10.so 2022-09-27T15:28:14.1299268Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:28:14.1306701Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:28:14.1313831Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:28:14.1326014Z inflating: build/lib/libqnnpack.a 2022-09-27T15:28:14.1344908Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:28:14.1346640Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:28:14.1796331Z inflating: build/lib/libprotoc.a 2022-09-27T15:28:14.1811628Z inflating: build/lib/libgmock.a 2022-09-27T15:28:14.1812353Z inflating: build/lib/libgtest_main.a 2022-09-27T15:28:14.1813029Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:28:14.8239197Z inflating: build/lib/libdnnl.a 2022-09-27T15:28:14.8255973Z inflating: build/lib/libnnpack.a 2022-09-27T15:28:14.8781503Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:28:14.8781926Z inflating: build/lib/libgmock_main.a 2022-09-27T15:28:14.9957883Z inflating: build/lib/libfbgemm.a 2022-09-27T15:28:15.0831273Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:28:15.1021989Z inflating: build/lib/libkineto.a 2022-09-27T15:28:15.1057122Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:28:15.1094164Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:28:15.1204723Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:28:15.1733109Z inflating: build/lib/libonnx.a 2022-09-27T15:28:16.9600710Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:16.9601293Z inflating: build/lib/libtorch.so 2022-09-27T15:28:16.9620201Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:16.9667019Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:16.9690939Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:16.9694536Z inflating: build/lib/libshm.so 2022-09-27T15:28:17.0975113Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:17.1006334Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:17.1006728Z creating: build/bin/ 2022-09-27T15:28:17.1048160Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:17.1091852Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:17.1134487Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:17.1184316Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:17.1224673Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:17.1266906Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:17.1313789Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:17.1360630Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:17.1408991Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:17.1449304Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:17.1494139Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:17.1534817Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:17.1577965Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:17.1618963Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:17.1666512Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:17.1708405Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:17.1761502Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:17.1803535Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:17.1851633Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:17.1972302Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:17.2016555Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:17.2059026Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:17.2099477Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:17.2143050Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:17.2189930Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:17.2235208Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:17.2282288Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:17.2374122Z inflating: build/bin/c10_either_test 2022-09-27T15:28:17.2417854Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:17.2459619Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:17.2502155Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:17.2643598Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:17.2692650Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:17.2755075Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:17.2807243Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:17.2853137Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:17.2903059Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:17.2946171Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:17.2994172Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:17.3041587Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:17.3452090Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:17.3863163Z inflating: build/bin/protoc 2022-09-27T15:28:17.4140394Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:17.4388465Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:17.4433491Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:17.4478446Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:17.4529957Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:17.4532368Z inflating: build/bin/example_allreduce 2022-09-27T15:28:17.4587631Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:17.4631718Z inflating: build/bin/Dimname_test 2022-09-27T15:28:17.4693142Z inflating: build/bin/Dict_test 2022-09-27T15:28:17.4746669Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:17.4794730Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:17.4844595Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:17.4895390Z inflating: build/bin/basic 2022-09-27T15:28:17.4945229Z inflating: build/bin/atest 2022-09-27T15:28:17.4990742Z inflating: build/bin/broadcast_test 2022-09-27T15:28:17.5039902Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:17.5084371Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:17.5126175Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:17.5167889Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:17.5242152Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:17.5290895Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:17.5337828Z inflating: build/bin/half_test 2022-09-27T15:28:17.5416625Z inflating: build/bin/ivalue_test 2022-09-27T15:28:17.5458301Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:17.5502238Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:17.5546218Z inflating: build/bin/memory_format_test 2022-09-27T15:28:17.5590553Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:17.5633342Z inflating: build/bin/operator_name_test 2022-09-27T15:28:17.5680670Z inflating: build/bin/native_test 2022-09-27T15:28:17.5724402Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:17.5766571Z inflating: build/bin/operators_test 2022-09-27T15:28:17.5810885Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:17.5859428Z inflating: build/bin/quantized_test 2022-09-27T15:28:17.5913415Z inflating: build/bin/pow_test 2022-09-27T15:28:17.5955992Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:17.5997355Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:17.6044648Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:17.6092632Z inflating: build/bin/scalar_test 2022-09-27T15:28:17.6135651Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:17.6201033Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:17.6247747Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:17.6249823Z inflating: build/bin/thread_init_test 2022-09-27T15:28:17.6291142Z inflating: build/bin/variant_test 2022-09-27T15:28:17.6337952Z inflating: build/bin/test_parallel 2022-09-27T15:28:17.6381520Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:17.6432346Z inflating: build/bin/type_test 2022-09-27T15:28:17.6433582Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:17.6491497Z inflating: build/bin/vmap_test 2022-09-27T15:28:17.6534079Z inflating: build/bin/weakref_test 2022-09-27T15:28:17.6576571Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:17.6668513Z inflating: build/bin/List_test 2022-09-27T15:28:17.6709342Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:17.6759572Z inflating: build/bin/IListRef_test 2022-09-27T15:28:17.6862423Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:17.6943448Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:17.6997715Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:17.7106524Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:17.7194589Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:17.7245270Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:17.7287868Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:17.7369380Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:17.7409579Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:17.7453942Z inflating: build/bin/inline_container_test 2022-09-27T15:28:17.7697974Z inflating: build/bin/op_registration_test 2022-09-27T15:28:17.7745180Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:17.7758648Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:17.7803660Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:17.7805758Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:17.7865006Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:17.7923071Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:17.7931591Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:17.8225492Z inflating: build/bin/test_lazy 2022-09-27T15:28:17.8904136Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:17.8908023Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:17.9913393Z inflating: build/bin/test_api 2022-09-27T15:28:18.0404765Z inflating: build/bin/test_jit 2022-09-27T15:28:18.0405465Z inflating: .pytorch-test-times.json 2022-09-27T15:28:18.0431056Z ##[group]Run df -H 2022-09-27T15:28:18.0431336Z df -H 2022-09-27T15:28:18.0444909Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:18.0445226Z env: 2022-09-27T15:28:18.0445407Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:18.0445584Z ##[endgroup] 2022-09-27T15:28:18.0477147Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:18.0477534Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:28:18.0477926Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-09-27T15:28:18.0478252Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:18.0478576Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:18.0478777Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-09-27T15:28:18.0495963Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:18.0496212Z .github/scripts/parse_ref.py 2022-09-27T15:28:18.0506406Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:18.0506578Z env: 2022-09-27T15:28:18.0506754Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:18.0506953Z ##[endgroup] 2022-09-27T15:28:18.0728326Z ##[group]Run set -x 2022-09-27T15:28:18.0728601Z set -x 2022-09-27T15:28:18.0728754Z  2022-09-27T15:28:18.0728955Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:18.0729211Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:18.0729455Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:18.0729692Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:18.0729892Z else 2022-09-27T15:28:18.0730082Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:18.0730279Z fi 2022-09-27T15:28:18.0730436Z  2022-09-27T15:28:18.0730656Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:18.0730888Z  2022-09-27T15:28:18.0731105Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:18.0731317Z # 2022-09-27T15:28:18.0731658Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:18.0732038Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:18.0732340Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:18.0732568Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:18.0732755Z  2022-09-27T15:28:18.0733095Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:18.0733375Z # wreak havoc internally 2022-09-27T15:28:18.0733611Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:18.0733858Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:18.0734035Z  2022-09-27T15:28:18.0734263Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:18.0734564Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:18.0734828Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:18.0735068Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:18.0735290Z container_name=$(docker run \ 2022-09-27T15:28:18.0735489Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:18.0735672Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:18.0735889Z  -e PR_NUMBER \ 2022-09-27T15:28:18.0736156Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:18.0736334Z  -e BASE_SHA \ 2022-09-27T15:28:18.0736515Z  -e BRANCH \ 2022-09-27T15:28:18.0736691Z  -e SHA1 \ 2022-09-27T15:28:18.0736868Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:18.0737068Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:18.0737256Z  -e SHARD_NUMBER \ 2022-09-27T15:28:18.0737629Z  -e TEST_CONFIG \ 2022-09-27T15:28:18.0737827Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:18.0738024Z  -e PR_BODY \ 2022-09-27T15:28:18.0738207Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:18.0738422Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:18.0738654Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:18.0738849Z  -e PR_LABELS \ 2022-09-27T15:28:18.0739062Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:18.0739275Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:18.0739479Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:18.0739665Z  -e XLA_CUDA \ 2022-09-27T15:28:18.0739870Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:18.0740119Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:18.0740340Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:18.0740566Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:18.0740790Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:18.0740971Z  --ipc=host \ 2022-09-27T15:28:18.0741247Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:18.0741440Z  --tty \ 2022-09-27T15:28:18.0741600Z  --detach \ 2022-09-27T15:28:18.0741797Z  --name="${container_name}" \ 2022-09-27T15:28:18.0741997Z  --user jenkins \ 2022-09-27T15:28:18.0742233Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:18.0742472Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:18.0742681Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:18.0742858Z ) 2022-09-27T15:28:18.0743091Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:18.0754166Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:18.0754355Z env: 2022-09-27T15:28:18.0754517Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:18.0754748Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:28:18.0754968Z PR_NUMBER: 85462 2022-09-27T15:28:18.0755132Z BRANCH: pull/85462 2022-09-27T15:28:18.0755421Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:18.0755659Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:18.0755866Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:18.0756077Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:18.0756278Z TEST_CONFIG: default 2022-09-27T15:28:18.0756456Z SHARD_NUMBER: 2 2022-09-27T15:28:18.0756615Z NUM_TEST_SHARDS: 2 2022-09-27T15:28:18.0758321Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:28:18.0760209Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:18.0760443Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:18.0760635Z SHM_SIZE: 1g 2022-09-27T15:28:18.0760979Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:18.0761296Z XLA_CUDA: 2022-09-27T15:28:18.0761556Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:18.0761821Z ##[endgroup] 2022-09-27T15:28:18.0785682Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:18.0786123Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-09-27T15:28:18.0786358Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:18.0788822Z ++ git cherry -v origin/master 2022-09-27T15:28:18.0986182Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:18.0986965Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:18.0987275Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:18.0987556Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:18.0987832Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:18.0988674Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:18.1000727Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:18.1003255Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:18.1004357Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:18.1009663Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:18.1014038Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:18.1016236Z +++ nproc --ignore=2 2022-09-27T15:28:18.1025290Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:31.3068983Z + container_name=7893ed3f3a3711a18614feeccbb833872573f95e7d94c7f83cb31a54dadd8240 2022-09-27T15:28:31.3069952Z + docker exec -t 7893ed3f3a3711a18614feeccbb833872573f95e7d94c7f83cb31a54dadd8240 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:28:31.7423962Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:31.8169519Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:28:32.6163033Z Installing collected packages: torch 2022-09-27T15:28:38.9506836Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:28:39.0933878Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:28:39.1090245Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:28:39.1090832Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:28:39.1093364Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:28:39.1093898Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:28:39.1094235Z + BUILD_DIR=build 2022-09-27T15:28:39.1094523Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:28:39.1094806Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:28:39.1095087Z + export VALGRIND=ON 2022-09-27T15:28:39.1095337Z + VALGRIND=ON 2022-09-27T15:28:39.1095719Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-09-27T15:28:39.1096147Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-09-27T15:28:39.1096748Z ++ realpath build/custom_test_artifacts 2022-09-27T15:28:39.1102032Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:28:39.1112733Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:28:39.1118689Z + source .jenkins/pytorch/common.sh 2022-09-27T15:28:39.1121788Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:28:39.1126951Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:28:39.1128522Z +++ declare -f -t trap_add 2022-09-27T15:28:39.1131963Z ++ set -ex 2022-09-27T15:28:39.1132378Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:39.1132706Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:28:39.1133227Z ++ [[ default == *xla* ]] 2022-09-27T15:28:39.1133630Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:39.1133984Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-09-27T15:28:39.1134290Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-09-27T15:28:39.1134525Z ++ which conda 2022-09-27T15:28:39.1140774Z /opt/conda/bin/conda 2022-09-27T15:28:39.1141399Z ++ conda install -q -y cmake 2022-09-27T15:28:41.2410740Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:28:41.7225590Z Solving environment: ...working... done 2022-09-27T15:28:41.8130449Z 2022-09-27T15:28:41.8130703Z ## Package Plan ## 2022-09-27T15:28:41.8130894Z 2022-09-27T15:28:41.8132572Z environment location: /opt/conda 2022-09-27T15:28:41.8132897Z 2022-09-27T15:28:41.8133021Z added / updated specs: 2022-09-27T15:28:41.8133428Z - cmake 2022-09-27T15:28:41.8133533Z 2022-09-27T15:28:41.8133539Z 2022-09-27T15:28:41.8133656Z The following packages will be downloaded: 2022-09-27T15:28:41.8133799Z 2022-09-27T15:28:41.8133879Z package | build 2022-09-27T15:28:41.8134165Z ---------------------------|----------------- 2022-09-27T15:28:41.8138996Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:28:41.8139518Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:28:41.8140029Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:28:41.8140607Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:28:41.8141032Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:28:41.8141447Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:28:41.8141948Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:28:41.8142420Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:28:41.8142715Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:28:41.8142997Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:28:41.8143291Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:28:41.8143566Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:28:41.8143848Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:28:41.8144332Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:28:41.8144601Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:28:41.8144880Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:28:41.8145183Z ------------------------------------------------------------ 2022-09-27T15:28:41.8145416Z Total: 13.0 MB 2022-09-27T15:28:41.8145545Z 2022-09-27T15:28:41.8146699Z The following NEW packages will be INSTALLED: 2022-09-27T15:28:41.8146976Z 2022-09-27T15:28:41.8160533Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:28:41.8160971Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:28:41.8161338Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:28:41.8161693Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:28:41.8162192Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:28:41.8162547Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:28:41.8162922Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:28:41.8163267Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:28:41.8163637Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:28:41.8164010Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:28:41.8164377Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:28:41.8164709Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:28:41.8165048Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:28:41.8165390Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:28:41.8165537Z 2022-09-27T15:28:41.8165640Z The following packages will be UPDATED: 2022-09-27T15:28:41.8165766Z 2022-09-27T15:28:41.8165972Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:28:41.8166319Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:28:41.8166470Z 2022-09-27T15:28:41.8166474Z 2022-09-27T15:28:42.9899610Z Preparing transaction: ...working... done 2022-09-27T15:28:43.4049293Z Verifying transaction: ...working... done 2022-09-27T15:28:44.7235838Z Executing transaction: ...working... done 2022-09-27T15:28:44.8576587Z Retrieving notices: ...working... done 2022-09-27T15:28:45.1019660Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:45.1020153Z + echo 'Environment variables' 2022-09-27T15:28:45.1020352Z Environment variables 2022-09-27T15:28:45.1020531Z + env 2022-09-27T15:28:45.1026285Z INSTALLED_DB=yes 2022-09-27T15:28:45.1027146Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:28:45.1027865Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-09-27T15:28:45.1028263Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:28:45.1028522Z HOSTNAME=7893ed3f3a37 2022-09-27T15:28:45.1029186Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_996e1081-65ac-4c39-b3f2-6eaea29c577a 2022-09-27T15:28:45.1029694Z GITHUB_ACTION=__self 2022-09-27T15:28:45.1029890Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:28:45.1030176Z TEST_CONFIG=default 2022-09-27T15:28:45.1030570Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:28:45.1030942Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:28:45.1031267Z GITHUB_REF_TYPE=branch 2022-09-27T15:28:45.1031705Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:28:45.1032116Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:45.1032414Z XLA_CUDA= 2022-09-27T15:28:45.1040466Z *** 2022-09-27T15:28:45.1040939Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:28:45.1041371Z GITHUB_ACTIONS=true 2022-09-27T15:28:45.1041807Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:45.1042621Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:28:45.1043088Z UCC_HOME=/usr 2022-09-27T15:28:45.1043473Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:28:45.1043879Z SHARD_NUMBER=2 2022-09-27T15:28:45.1044285Z GITHUB_REF_PROTECTED=false 2022-09-27T15:28:45.1044689Z HOME=/var/lib/jenkins 2022-09-27T15:28:45.1045134Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:28:45.1045578Z INSTALLED_THRIFT= 2022-09-27T15:28:45.1045949Z UCX_COMMIT= 2022-09-27T15:28:45.1046321Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:28:45.1046716Z NUM_TEST_SHARDS=2 2022-09-27T15:28:45.1047072Z UCX_HOME=/usr 2022-09-27T15:28:45.1047437Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:28:45.1048397Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_996e1081-65ac-4c39-b3f2-6eaea29c577a 2022-09-27T15:28:45.1049346Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:28:45.1049911Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:28:45.1050442Z GITHUB_RUN_ID=3133193930 2022-09-27T15:28:45.1051357Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_996e1081-65ac-4c39-b3f2-6eaea29c577a 2022-09-27T15:28:45.1051982Z GITHUB_ACTOR=kongzii 2022-09-27T15:28:45.1052360Z PR_NUMBER=85462 2022-09-27T15:28:45.1052721Z DESIRED_CUDA= 2022-09-27T15:28:45.1053151Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:28:45.1053523Z VALGRIND=ON 2022-09-27T15:28:45.1054008Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:28:45.1054457Z TERM=xterm 2022-09-27T15:28:45.1054829Z INSTALLED_VISION=yes 2022-09-27T15:28:45.1058515Z BRANCH=pull/85462 2022-09-27T15:28:45.1058916Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:28:45.1059258Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:28:45.1060014Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:28:45.1060825Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:28:45.1061138Z UCC_COMMIT= 2022-09-27T15:28:45.1061427Z INSTALLED_ANDROID= 2022-09-27T15:28:45.1061728Z SHLVL=1 2022-09-27T15:28:45.1062026Z MAX_JOBS=6 2022-09-27T15:28:45.1062933Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:28:45.1063820Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:28:45.1064423Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:45.1064687Z GITHUB_JOB=test 2022-09-27T15:28:45.1064870Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:28:45.1065076Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:28:45.1065268Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:28:45.1065448Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:28:45.1065766Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:45.1066060Z GITHUB_BASE_REF=master 2022-09-27T15:28:45.1066221Z CI=true 2022-09-27T15:28:45.1066399Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:28:45.1066595Z INSTALLED_PROTOBUF=yes 2022-09-27T15:28:45.1066830Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:28:45.1067030Z GITHUB_ACTION_REF= 2022-09-27T15:28:45.1067305Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:28:45.1067524Z GITHUB_WORKFLOW=pull 2022-09-27T15:28:45.1067722Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:28:45.1070588Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:28:45.1072400Z _=/usr/bin/env 2022-09-27T15:28:45.1114232Z + echo 'Testing pytorch' 2022-09-27T15:28:45.1114536Z Testing pytorch 2022-09-27T15:28:45.1114903Z + export LANG=C.UTF-8 2022-09-27T15:28:45.1115218Z + LANG=C.UTF-8 2022-09-27T15:28:45.1115514Z + PR_NUMBER=85462 2022-09-27T15:28:45.1115853Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:28:45.1116224Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:28:45.1116573Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:28:45.1116926Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:28:45.1117266Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:28:45.1117462Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:28:45.1117658Z + [[ default == \s\l\o\w ]] 2022-09-27T15:28:45.1117941Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-09-27T15:28:45.1118226Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-09-27T15:28:45.1118503Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:45.1118783Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-09-27T15:28:45.1118990Z + [[ default == *crossref* ]] 2022-09-27T15:28:45.1119184Z + [[ default == *dynamo* ]] 2022-09-27T15:28:45.1119391Z + [[ -n 85462 ]] 2022-09-27T15:28:45.1119567Z + [[ -z '' ]] 2022-09-27T15:28:45.1119775Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:45.1120013Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:45.1120280Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:45.1120547Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-09-27T15:28:45.1120794Z + pip_install --user ninja 2022-09-27T15:28:45.1121060Z + pip install --progress-bar off --user ninja 2022-09-27T15:28:45.5248062Z Collecting ninja 2022-09-27T15:28:45.5416940Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:28:46.2542805Z Installing collected packages: ninja 2022-09-27T15:28:46.2631675Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:28:46.2632216Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:28:46.2698354Z Successfully installed ninja-1.10.2.3 2022-09-27T15:28:46.3517123Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:46.3517722Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:46.3518515Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-09-27T15:28:46.3518794Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:28:46.3519028Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:28:46.3522242Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-09-27T15:28:46.3534039Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:28:46.3534355Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-09-27T15:28:46.3536625Z + cd test 2022-09-27T15:28:46.3537135Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:28:47.4317935Z PyTorch built with: 2022-09-27T15:28:47.4318408Z - GCC 7.5 2022-09-27T15:28:47.4318678Z - C++ Version: 201402 2022-09-27T15:28:47.4319104Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:47.4319608Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:47.4319904Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:47.4320244Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:28:47.4320483Z - NNPACK is enabled 2022-09-27T15:28:47.4320699Z - CPU capability usage: AVX2 2022-09-27T15:28:47.4323248Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:28:47.4325263Z 2022-09-27T15:28:47.6279480Z + cd test 2022-09-27T15:28:47.6280108Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:28:48.6754341Z ATen/Parallel: 2022-09-27T15:28:48.6754729Z at::get_num_threads() : 4 2022-09-27T15:28:48.6755133Z at::get_num_interop_threads() : 4 2022-09-27T15:28:48.6755540Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:48.6755895Z omp_get_max_threads() : 4 2022-09-27T15:28:48.6756498Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:48.6756785Z mkl_get_max_threads() : 4 2022-09-27T15:28:48.6757124Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:48.6757385Z std::thread::hardware_concurrency() : 8 2022-09-27T15:28:48.6757598Z Environment variables: 2022-09-27T15:28:48.6757814Z OMP_NUM_THREADS : [not set] 2022-09-27T15:28:48.6757997Z MKL_NUM_THREADS : [not set] 2022-09-27T15:28:48.6758202Z ATen parallel backend: OpenMP 2022-09-27T15:28:48.6758329Z 2022-09-27T15:28:48.8756693Z + [[ default == *deploy* ]] 2022-09-27T15:28:48.8757063Z + [[ default == *backward* ]] 2022-09-27T15:28:48.8757317Z + [[ default == *xla* ]] 2022-09-27T15:28:48.8757558Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:28:48.8757956Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:28:48.8758249Z + [[ default == distributed ]] 2022-09-27T15:28:48.8758449Z + [[ default == *dynamo* ]] 2022-09-27T15:28:48.8758628Z + [[ default == *dynamo* ]] 2022-09-27T15:28:48.8758845Z + [[ 2 == 1 ]] 2022-09-27T15:28:48.8759010Z + [[ 2 == 2 ]] 2022-09-27T15:28:48.8759192Z + [[ 2 -gt 1 ]] 2022-09-27T15:28:48.8759371Z + install_torchvision 2022-09-27T15:28:48.8759628Z + local commit 2022-09-27T15:28:48.8760783Z ++ get_pinned_commit vision 2022-09-27T15:28:48.8761170Z ++ cat .github/ci_commit_pins/vision.txt 2022-09-27T15:28:48.8772122Z + commit=2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:48.8772987Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:48.8773921Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:49.2375278Z Collecting git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:49.2381646Z Cloning https://github.com/pytorch/vision.git (to revision 2c1022e3ee89834228d64445d569f0efd6b93fb8) to /tmp/pip-req-build-0tjdfvli 2022-09-27T15:28:49.2415039Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-0tjdfvli 2022-09-27T15:28:51.4957867Z Running command git rev-parse -q --verify 'sha^2c1022e3ee89834228d64445d569f0efd6b93fb8' 2022-09-27T15:28:51.4992568Z Running command git fetch -q https://github.com/pytorch/vision.git 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:52.3636859Z Running command git checkout -q 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:52.6891427Z Resolved https://github.com/pytorch/vision.git to commit 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:28:54.6251620Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:28:54.6327540Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (4.3.0) 2022-09-27T15:28:54.6331455Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.18.5) 2022-09-27T15:28:54.6335202Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (2.27.1) 2022-09-27T15:28:54.6339023Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.13.0a0+git52424e2) 2022-09-27T15:28:54.6346006Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (9.2.0) 2022-09-27T15:28:54.6593374Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2022.9.14) 2022-09-27T15:28:54.6604826Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (3.3) 2022-09-27T15:28:54.6618579Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2.0.4) 2022-09-27T15:28:54.6624831Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (1.26.8) 2022-09-27T15:28:54.6762375Z Building wheels for collected packages: torchvision 2022-09-27T15:30:03.1465588Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2022-09-27T15:30:03.1810162Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+2c1022e-cp37-cp37m-linux_x86_64.whl size=13795218 sha256=be92fafbc45de38f6290d2db19257865f3d70d2ff753995bffa2301d55f592e1 2022-09-27T15:30:03.1811025Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/54/3c/b1/9e73e6e3c514e799d3391d5ca318b09f89e7fa0e9f925d2c5a 2022-09-27T15:30:03.1857031Z Successfully built torchvision 2022-09-27T15:30:03.8579696Z Installing collected packages: torchvision 2022-09-27T15:30:04.4597606Z Successfully installed torchvision-0.14.0a0+2c1022e 2022-09-27T15:30:04.5933322Z + checkout_install_torchdynamo 2022-09-27T15:30:04.5933791Z + local commit 2022-09-27T15:30:04.5934989Z ++ get_pinned_commit torchdynamo 2022-09-27T15:30:04.5935399Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:30:04.5960066Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:04.5960339Z + pushd .. 2022-09-27T15:30:04.5960601Z ~ ~/workspace 2022-09-27T15:30:04.5960893Z + git clone https://github.com/pytorch/torchdynamo 2022-09-27T15:30:04.5971129Z Cloning into 'torchdynamo'... 2022-09-27T15:30:04.8804488Z remote: Enumerating objects: 14538, done. 2022-09-27T15:30:04.8804807Z remote: Counting objects: 0% (1/335) 2022-09-27T15:30:04.8805153Z remote: Counting objects: 1% (4/335) 2022-09-27T15:30:04.8806725Z remote: Counting objects: 2% (7/335) 2022-09-27T15:30:04.8807151Z remote: Counting objects: 3% (11/335) 2022-09-27T15:30:04.8807611Z remote: Counting objects: 4% (14/335) 2022-09-27T15:30:04.8808068Z remote: Counting objects: 5% (17/335) 2022-09-27T15:30:04.8808392Z remote: Counting objects: 6% (21/335) 2022-09-27T15:30:04.8808665Z remote: Counting objects: 7% (24/335) 2022-09-27T15:30:04.8808932Z remote: Counting objects: 8% (27/335) 2022-09-27T15:30:04.8809408Z remote: Counting objects: 9% (31/335) 2022-09-27T15:30:04.8809790Z remote: Counting objects: 10% (34/335) 2022-09-27T15:30:04.8810202Z remote: Counting objects: 11% (37/335) 2022-09-27T15:30:04.8810541Z remote: Counting objects: 12% (41/335) 2022-09-27T15:30:04.8810950Z remote: Counting objects: 13% (44/335) 2022-09-27T15:30:04.8811351Z remote: Counting objects: 14% (47/335) 2022-09-27T15:30:04.8811774Z remote: Counting objects: 15% (51/335) 2022-09-27T15:30:04.8812120Z remote: Counting objects: 16% (54/335) 2022-09-27T15:30:04.8812387Z remote: Counting objects: 17% (57/335) 2022-09-27T15:30:04.8812689Z remote: Counting objects: 18% (61/335) 2022-09-27T15:30:04.8813120Z remote: Counting objects: 19% (64/335) 2022-09-27T15:30:04.8813598Z remote: Counting objects: 20% (67/335) 2022-09-27T15:30:04.8813883Z remote: Counting objects: 21% (71/335) 2022-09-27T15:30:04.8814127Z remote: Counting objects: 22% (74/335) 2022-09-27T15:30:04.8814427Z remote: Counting objects: 23% (78/335) 2022-09-27T15:30:04.8814687Z remote: Counting objects: 24% (81/335) 2022-09-27T15:30:04.8814927Z remote: Counting objects: 25% (84/335) 2022-09-27T15:30:04.8815187Z remote: Counting objects: 26% (88/335) 2022-09-27T15:30:04.8815441Z remote: Counting objects: 27% (91/335) 2022-09-27T15:30:04.8815684Z remote: Counting objects: 28% (94/335) 2022-09-27T15:30:04.8815955Z remote: Counting objects: 29% (98/335) 2022-09-27T15:30:04.8816221Z remote: Counting objects: 30% (101/335) 2022-09-27T15:30:04.8816489Z remote: Counting objects: 31% (104/335) 2022-09-27T15:30:04.8816746Z remote: Counting objects: 32% (108/335) 2022-09-27T15:30:04.8817169Z remote: Counting objects: 33% (111/335) 2022-09-27T15:30:04.8817843Z remote: Counting objects: 34% (114/335) 2022-09-27T15:30:04.8818272Z remote: Counting objects: 35% (118/335) 2022-09-27T15:30:04.8818735Z remote: Counting objects: 36% (121/335) 2022-09-27T15:30:04.8819227Z remote: Counting objects: 37% (124/335) 2022-09-27T15:30:04.8819648Z remote: Counting objects: 38% (128/335) 2022-09-27T15:30:04.8819974Z remote: Counting objects: 39% (131/335) 2022-09-27T15:30:04.8820233Z remote: Counting objects: 40% (134/335) 2022-09-27T15:30:04.8820515Z remote: Counting objects: 41% (138/335) 2022-09-27T15:30:04.8820821Z remote: Counting objects: 42% (141/335) 2022-09-27T15:30:04.8821101Z remote: Counting objects: 43% (145/335) 2022-09-27T15:30:04.8821361Z remote: Counting objects: 44% (148/335) 2022-09-27T15:30:04.8821606Z remote: Counting objects: 45% (151/335) 2022-09-27T15:30:04.8821863Z remote: Counting objects: 46% (155/335) 2022-09-27T15:30:04.8822120Z remote: Counting objects: 47% (158/335) 2022-09-27T15:30:04.8822367Z remote: Counting objects: 48% (161/335) 2022-09-27T15:30:04.8822626Z remote: Counting objects: 49% (165/335) 2022-09-27T15:30:04.8822882Z remote: Counting objects: 50% (168/335) 2022-09-27T15:30:04.8823124Z remote: Counting objects: 51% (171/335) 2022-09-27T15:30:04.8823518Z remote: Counting objects: 52% (175/335) 2022-09-27T15:30:04.8823780Z remote: Counting objects: 53% (178/335) 2022-09-27T15:30:04.8824022Z remote: Counting objects: 54% (181/335) 2022-09-27T15:30:04.8824284Z remote: Counting objects: 55% (185/335) 2022-09-27T15:30:04.8824546Z remote: Counting objects: 56% (188/335) 2022-09-27T15:30:04.8824808Z remote: Counting objects: 57% (191/335) 2022-09-27T15:30:04.8825053Z remote: Counting objects: 58% (195/335) 2022-09-27T15:30:04.8825309Z remote: Counting objects: 59% (198/335) 2022-09-27T15:30:04.8825568Z remote: Counting objects: 60% (201/335) 2022-09-27T15:30:04.8825812Z remote: Counting objects: 61% (205/335) 2022-09-27T15:30:04.8826070Z remote: Counting objects: 62% (208/335) 2022-09-27T15:30:04.8826329Z remote: Counting objects: 63% (212/335) 2022-09-27T15:30:04.8826579Z remote: Counting objects: 64% (215/335) 2022-09-27T15:30:04.8826838Z remote: Counting objects: 65% (218/335) 2022-09-27T15:30:04.8827161Z remote: Counting objects: 66% (222/335) 2022-09-27T15:30:04.8827403Z remote: Counting objects: 67% (225/335) 2022-09-27T15:30:04.8827665Z remote: Counting objects: 68% (228/335) 2022-09-27T15:30:04.8827926Z remote: Counting objects: 69% (232/335) 2022-09-27T15:30:04.8829884Z remote: Counting objects: 70% (235/335) 2022-09-27T15:30:04.8830360Z remote: Counting objects: 71% (238/335) 2022-09-27T15:30:04.8830887Z remote: Counting objects: 72% (242/335) 2022-09-27T15:30:04.8831360Z remote: Counting objects: 73% (245/335) 2022-09-27T15:30:04.8831733Z remote: Counting objects: 74% (248/335) 2022-09-27T15:30:04.8832200Z remote: Counting objects: 75% (252/335) 2022-09-27T15:30:04.8832665Z remote: Counting objects: 76% (255/335) 2022-09-27T15:30:04.8832975Z remote: Counting objects: 77% (258/335) 2022-09-27T15:30:04.8833425Z remote: Counting objects: 78% (262/335) 2022-09-27T15:30:04.8833903Z remote: Counting objects: 79% (265/335) 2022-09-27T15:30:04.8834226Z remote: Counting objects: 80% (268/335) 2022-09-27T15:30:04.8834488Z remote: Counting objects: 81% (272/335) 2022-09-27T15:30:04.8834745Z remote: Counting objects: 82% (275/335) 2022-09-27T15:30:04.8835002Z remote: Counting objects: 83% (279/335) 2022-09-27T15:30:04.8835244Z remote: Counting objects: 84% (282/335) 2022-09-27T15:30:04.8835498Z remote: Counting objects: 85% (285/335) 2022-09-27T15:30:04.8835751Z remote: Counting objects: 86% (289/335) 2022-09-27T15:30:04.8835994Z remote: Counting objects: 87% (292/335) 2022-09-27T15:30:04.8836256Z remote: Counting objects: 88% (295/335) 2022-09-27T15:30:04.8836512Z remote: Counting objects: 89% (299/335) 2022-09-27T15:30:04.8836754Z remote: Counting objects: 90% (302/335) 2022-09-27T15:30:04.8837016Z remote: Counting objects: 91% (305/335) 2022-09-27T15:30:04.8837275Z remote: Counting objects: 92% (309/335) 2022-09-27T15:30:04.8837518Z remote: Counting objects: 93% (312/335) 2022-09-27T15:30:04.8837783Z remote: Counting objects: 94% (315/335) 2022-09-27T15:30:04.8838043Z remote: Counting objects: 95% (319/335) 2022-09-27T15:30:04.8838287Z remote: Counting objects: 96% (322/335) 2022-09-27T15:30:04.8838545Z remote: Counting objects: 97% (325/335) 2022-09-27T15:30:04.8838802Z remote: Counting objects: 98% (329/335) 2022-09-27T15:30:04.8839057Z remote: Counting objects: 99% (332/335) 2022-09-27T15:30:04.8839303Z remote: Counting objects: 100% (335/335) 2022-09-27T15:30:04.8839572Z remote: Counting objects: 100% (335/335), done. 2022-09-27T15:30:04.8839858Z remote: Compressing objects: 0% (1/157) 2022-09-27T15:30:04.8841585Z remote: Compressing objects: 1% (2/157) 2022-09-27T15:30:04.8869863Z remote: Compressing objects: 2% (4/157) 2022-09-27T15:30:04.8955892Z remote: Compressing objects: 3% (5/157) 2022-09-27T15:30:04.8976831Z remote: Compressing objects: 4% (7/157) 2022-09-27T15:30:04.8987175Z remote: Compressing objects: 5% (8/157) 2022-09-27T15:30:04.8999623Z remote: Compressing objects: 6% (10/157) 2022-09-27T15:30:04.9112605Z remote: Compressing objects: 7% (11/157) 2022-09-27T15:30:04.9165357Z remote: Compressing objects: 8% (13/157) 2022-09-27T15:30:04.9182593Z remote: Compressing objects: 9% (15/157) 2022-09-27T15:30:04.9201292Z remote: Compressing objects: 10% (16/157) 2022-09-27T15:30:04.9219167Z remote: Compressing objects: 11% (18/157) 2022-09-27T15:30:04.9235118Z remote: Compressing objects: 12% (19/157) 2022-09-27T15:30:04.9250023Z remote: Compressing objects: 13% (21/157) 2022-09-27T15:30:04.9297040Z remote: Compressing objects: 14% (22/157) 2022-09-27T15:30:04.9322216Z remote: Compressing objects: 15% (24/157) 2022-09-27T15:30:04.9322495Z remote: Compressing objects: 16% (26/157) 2022-09-27T15:30:04.9335430Z remote: Compressing objects: 17% (27/157) 2022-09-27T15:30:04.9335708Z remote: Compressing objects: 18% (29/157) 2022-09-27T15:30:04.9355906Z remote: Compressing objects: 19% (30/157) 2022-09-27T15:30:04.9356215Z remote: Compressing objects: 20% (32/157) 2022-09-27T15:30:04.9356489Z remote: Compressing objects: 21% (33/157) 2022-09-27T15:30:04.9358232Z remote: Compressing objects: 22% (35/157) 2022-09-27T15:30:04.9359644Z remote: Compressing objects: 23% (37/157) 2022-09-27T15:30:04.9365985Z remote: Compressing objects: 24% (38/157) 2022-09-27T15:30:04.9366266Z remote: Compressing objects: 25% (40/157) 2022-09-27T15:30:04.9368667Z remote: Compressing objects: 26% (41/157) 2022-09-27T15:30:04.9369001Z remote: Compressing objects: 27% (43/157) 2022-09-27T15:30:04.9373169Z remote: Compressing objects: 28% (44/157) 2022-09-27T15:30:04.9373613Z remote: Compressing objects: 29% (46/157) 2022-09-27T15:30:04.9374137Z remote: Compressing objects: 30% (48/157) 2022-09-27T15:30:04.9374490Z remote: Compressing objects: 31% (49/157) 2022-09-27T15:30:04.9374810Z remote: Compressing objects: 32% (51/157) 2022-09-27T15:30:04.9375106Z remote: Compressing objects: 33% (52/157) 2022-09-27T15:30:04.9375414Z remote: Compressing objects: 34% (54/157) 2022-09-27T15:30:04.9375685Z remote: Compressing objects: 35% (55/157) 2022-09-27T15:30:04.9375948Z remote: Compressing objects: 36% (57/157) 2022-09-27T15:30:04.9376215Z remote: Compressing objects: 37% (59/157) 2022-09-27T15:30:04.9376524Z remote: Compressing objects: 38% (60/157) 2022-09-27T15:30:04.9376952Z remote: Compressing objects: 39% (62/157) 2022-09-27T15:30:04.9377379Z remote: Compressing objects: 40% (63/157) 2022-09-27T15:30:04.9377943Z remote: Compressing objects: 41% (65/157) 2022-09-27T15:30:04.9378324Z remote: Compressing objects: 42% (66/157) 2022-09-27T15:30:04.9378752Z remote: Compressing objects: 43% (68/157) 2022-09-27T15:30:04.9379029Z remote: Compressing objects: 44% (70/157) 2022-09-27T15:30:04.9379372Z remote: Compressing objects: 45% (71/157) 2022-09-27T15:30:04.9379692Z remote: Compressing objects: 46% (73/157) 2022-09-27T15:30:04.9380032Z remote: Compressing objects: 47% (74/157) 2022-09-27T15:30:04.9380333Z remote: Compressing objects: 48% (76/157) 2022-09-27T15:30:04.9380799Z remote: Compressing objects: 49% (77/157) 2022-09-27T15:30:04.9381291Z remote: Compressing objects: 50% (79/157) 2022-09-27T15:30:04.9381678Z remote: Compressing objects: 51% (81/157) 2022-09-27T15:30:04.9382074Z remote: Compressing objects: 52% (82/157) 2022-09-27T15:30:04.9382343Z remote: Compressing objects: 53% (84/157) 2022-09-27T15:30:04.9382746Z remote: Compressing objects: 54% (85/157) 2022-09-27T15:30:04.9383082Z remote: Compressing objects: 55% (87/157) 2022-09-27T15:30:04.9383391Z remote: Compressing objects: 56% (88/157) 2022-09-27T15:30:04.9383731Z remote: Compressing objects: 57% (90/157) 2022-09-27T15:30:04.9384006Z remote: Compressing objects: 58% (92/157) 2022-09-27T15:30:04.9384411Z remote: Compressing objects: 59% (93/157) 2022-09-27T15:30:04.9385119Z remote: Compressing objects: 60% (95/157) 2022-09-27T15:30:04.9385423Z remote: Compressing objects: 61% (96/157) 2022-09-27T15:30:04.9385684Z remote: Compressing objects: 62% (98/157) 2022-09-27T15:30:04.9385956Z remote: Compressing objects: 63% (99/157) 2022-09-27T15:30:04.9386231Z remote: Compressing objects: 64% (101/157) 2022-09-27T15:30:04.9386512Z remote: Compressing objects: 65% (103/157) 2022-09-27T15:30:04.9388325Z remote: Compressing objects: 66% (104/157) 2022-09-27T15:30:04.9388802Z remote: Compressing objects: 67% (106/157) 2022-09-27T15:30:04.9389292Z remote: Compressing objects: 68% (107/157) 2022-09-27T15:30:04.9389784Z remote: Compressing objects: 69% (109/157) 2022-09-27T15:30:04.9390154Z remote: Compressing objects: 70% (110/157) 2022-09-27T15:30:04.9390569Z remote: Compressing objects: 71% (112/157) 2022-09-27T15:30:04.9390883Z remote: Compressing objects: 72% (114/157) 2022-09-27T15:30:04.9391206Z remote: Compressing objects: 73% (115/157) 2022-09-27T15:30:04.9391646Z remote: Compressing objects: 74% (117/157) 2022-09-27T15:30:04.9392013Z remote: Compressing objects: 75% (118/157) 2022-09-27T15:30:04.9392404Z remote: Compressing objects: 76% (120/157) 2022-09-27T15:30:04.9392811Z remote: Compressing objects: 77% (121/157) 2022-09-27T15:30:04.9393086Z remote: Compressing objects: 78% (123/157) 2022-09-27T15:30:04.9393456Z remote: Compressing objects: 79% (125/157) 2022-09-27T15:30:04.9393727Z remote: Compressing objects: 80% (126/157) 2022-09-27T15:30:04.9394049Z remote: Compressing objects: 81% (128/157) 2022-09-27T15:30:04.9394433Z remote: Compressing objects: 82% (129/157) 2022-09-27T15:30:04.9394755Z remote: Compressing objects: 83% (131/157) 2022-09-27T15:30:04.9395108Z remote: Compressing objects: 84% (132/157) 2022-09-27T15:30:04.9395478Z remote: Compressing objects: 85% (134/157) 2022-09-27T15:30:04.9395753Z remote: Compressing objects: 86% (136/157) 2022-09-27T15:30:04.9396154Z remote: Compressing objects: 87% (137/157) 2022-09-27T15:30:04.9396504Z remote: Compressing objects: 88% (139/157) 2022-09-27T15:30:04.9396886Z remote: Compressing objects: 89% (140/157) 2022-09-27T15:30:04.9397323Z remote: Compressing objects: 90% (142/157) 2022-09-27T15:30:04.9397725Z remote: Compressing objects: 91% (143/157) 2022-09-27T15:30:04.9397985Z remote: Compressing objects: 92% (145/157) 2022-09-27T15:30:04.9398250Z remote: Compressing objects: 93% (147/157) 2022-09-27T15:30:04.9398519Z remote: Compressing objects: 94% (148/157) 2022-09-27T15:30:04.9398777Z remote: Compressing objects: 95% (150/157) 2022-09-27T15:30:04.9399045Z remote: Compressing objects: 96% (151/157) 2022-09-27T15:30:04.9399322Z remote: Compressing objects: 97% (153/157) 2022-09-27T15:30:04.9399589Z remote: Compressing objects: 98% (154/157) 2022-09-27T15:30:04.9399846Z remote: Compressing objects: 99% (156/157) 2022-09-27T15:30:04.9400114Z remote: Compressing objects: 100% (157/157) 2022-09-27T15:30:04.9400407Z remote: Compressing objects: 100% (157/157), done. 2022-09-27T15:30:04.9431407Z Receiving objects: 0% (1/14538) 2022-09-27T15:30:04.9446316Z Receiving objects: 1% (146/14538) 2022-09-27T15:30:04.9460191Z Receiving objects: 2% (291/14538) 2022-09-27T15:30:04.9475929Z Receiving objects: 3% (437/14538) 2022-09-27T15:30:04.9489539Z Receiving objects: 4% (582/14538) 2022-09-27T15:30:04.9503071Z Receiving objects: 5% (727/14538) 2022-09-27T15:30:04.9515888Z Receiving objects: 6% (873/14538) 2022-09-27T15:30:04.9529206Z Receiving objects: 7% (1018/14538) 2022-09-27T15:30:04.9540269Z Receiving objects: 8% (1164/14538) 2022-09-27T15:30:04.9549087Z Receiving objects: 9% (1309/14538) 2022-09-27T15:30:04.9559707Z Receiving objects: 10% (1454/14538) 2022-09-27T15:30:04.9572007Z Receiving objects: 11% (1600/14538) 2022-09-27T15:30:04.9588179Z Receiving objects: 12% (1745/14538) 2022-09-27T15:30:04.9603706Z Receiving objects: 13% (1890/14538) 2022-09-27T15:30:04.9621418Z Receiving objects: 14% (2036/14538) 2022-09-27T15:30:04.9632158Z Receiving objects: 15% (2181/14538) 2022-09-27T15:30:04.9656668Z Receiving objects: 16% (2327/14538) 2022-09-27T15:30:04.9721554Z Receiving objects: 17% (2472/14538) 2022-09-27T15:30:04.9871350Z Receiving objects: 18% (2617/14538) 2022-09-27T15:30:04.9933380Z Receiving objects: 19% (2763/14538) 2022-09-27T15:30:04.9977760Z Receiving objects: 20% (2908/14538) 2022-09-27T15:30:04.9988981Z Receiving objects: 21% (3053/14538) 2022-09-27T15:30:05.0040951Z Receiving objects: 22% (3199/14538) 2022-09-27T15:30:05.0047821Z Receiving objects: 23% (3344/14538) 2022-09-27T15:30:05.0061823Z Receiving objects: 24% (3490/14538) 2022-09-27T15:30:05.0083219Z Receiving objects: 25% (3635/14538) 2022-09-27T15:30:05.0092177Z Receiving objects: 26% (3780/14538) 2022-09-27T15:30:05.0106807Z Receiving objects: 27% (3926/14538) 2022-09-27T15:30:05.0117884Z Receiving objects: 28% (4071/14538) 2022-09-27T15:30:05.0133553Z Receiving objects: 29% (4217/14538) 2022-09-27T15:30:05.0145665Z Receiving objects: 30% (4362/14538) 2022-09-27T15:30:05.0158836Z Receiving objects: 31% (4507/14538) 2022-09-27T15:30:05.0169452Z Receiving objects: 32% (4653/14538) 2022-09-27T15:30:05.0185948Z Receiving objects: 33% (4798/14538) 2022-09-27T15:30:05.0200347Z Receiving objects: 34% (4943/14538) 2022-09-27T15:30:05.0209317Z Receiving objects: 35% (5089/14538) 2022-09-27T15:30:05.0218999Z Receiving objects: 36% (5234/14538) 2022-09-27T15:30:05.0233038Z Receiving objects: 37% (5380/14538) 2022-09-27T15:30:05.0257761Z Receiving objects: 38% (5525/14538) 2022-09-27T15:30:05.0263387Z Receiving objects: 39% (5670/14538) 2022-09-27T15:30:05.0276686Z Receiving objects: 40% (5816/14538) 2022-09-27T15:30:05.0287033Z Receiving objects: 41% (5961/14538) 2022-09-27T15:30:05.0301600Z Receiving objects: 42% (6106/14538) 2022-09-27T15:30:05.0318145Z Receiving objects: 43% (6252/14538) 2022-09-27T15:30:05.0324935Z Receiving objects: 44% (6397/14538) 2022-09-27T15:30:05.0334747Z Receiving objects: 45% (6543/14538) 2022-09-27T15:30:05.0348102Z Receiving objects: 46% (6688/14538) 2022-09-27T15:30:05.0432957Z Receiving objects: 47% (6833/14538) 2022-09-27T15:30:05.0437507Z Receiving objects: 48% (6979/14538) 2022-09-27T15:30:05.0440922Z Receiving objects: 49% (7124/14538) 2022-09-27T15:30:05.0446557Z Receiving objects: 50% (7269/14538) 2022-09-27T15:30:05.0451909Z Receiving objects: 51% (7415/14538) 2022-09-27T15:30:05.0456633Z Receiving objects: 52% (7560/14538) 2022-09-27T15:30:05.0463742Z Receiving objects: 53% (7706/14538) 2022-09-27T15:30:05.0474738Z Receiving objects: 54% (7851/14538) 2022-09-27T15:30:05.0480087Z Receiving objects: 55% (7996/14538) 2022-09-27T15:30:05.0485079Z Receiving objects: 56% (8142/14538) 2022-09-27T15:30:05.0493198Z Receiving objects: 57% (8287/14538) 2022-09-27T15:30:05.0499702Z Receiving objects: 58% (8433/14538) 2022-09-27T15:30:05.0504052Z Receiving objects: 59% (8578/14538) 2022-09-27T15:30:05.0511170Z Receiving objects: 60% (8723/14538) 2022-09-27T15:30:05.0514622Z Receiving objects: 61% (8869/14538) 2022-09-27T15:30:05.0521194Z Receiving objects: 62% (9014/14538) 2022-09-27T15:30:05.0523839Z Receiving objects: 63% (9159/14538) 2022-09-27T15:30:05.0528039Z Receiving objects: 64% (9305/14538) 2022-09-27T15:30:05.0531045Z Receiving objects: 65% (9450/14538) 2022-09-27T15:30:05.0535215Z Receiving objects: 66% (9596/14538) 2022-09-27T15:30:05.0539653Z Receiving objects: 67% (9741/14538) 2022-09-27T15:30:05.0543562Z Receiving objects: 68% (9886/14538) 2022-09-27T15:30:05.0549746Z Receiving objects: 69% (10032/14538) 2022-09-27T15:30:05.0554150Z Receiving objects: 70% (10177/14538) 2022-09-27T15:30:05.0559801Z Receiving objects: 71% (10322/14538) 2022-09-27T15:30:05.0563939Z Receiving objects: 72% (10468/14538) 2022-09-27T15:30:05.0567971Z Receiving objects: 73% (10613/14538) 2022-09-27T15:30:05.0571857Z Receiving objects: 74% (10759/14538) 2022-09-27T15:30:05.0580559Z Receiving objects: 75% (10904/14538) 2022-09-27T15:30:05.0589025Z Receiving objects: 76% (11049/14538) 2022-09-27T15:30:05.0594431Z Receiving objects: 77% (11195/14538) 2022-09-27T15:30:05.0599411Z Receiving objects: 78% (11340/14538) 2022-09-27T15:30:05.0605209Z Receiving objects: 79% (11486/14538) 2022-09-27T15:30:05.0609383Z Receiving objects: 80% (11631/14538) 2022-09-27T15:30:05.0612042Z Receiving objects: 81% (11776/14538) 2022-09-27T15:30:05.0619023Z Receiving objects: 82% (11922/14538) 2022-09-27T15:30:05.0621795Z Receiving objects: 83% (12067/14538) 2022-09-27T15:30:05.0624236Z Receiving objects: 84% (12212/14538) 2022-09-27T15:30:05.0630049Z Receiving objects: 85% (12358/14538) 2022-09-27T15:30:05.0632528Z Receiving objects: 86% (12503/14538) 2022-09-27T15:30:05.0635746Z Receiving objects: 87% (12649/14538) 2022-09-27T15:30:05.0640219Z Receiving objects: 88% (12794/14538) 2022-09-27T15:30:05.0647075Z Receiving objects: 89% (12939/14538) 2022-09-27T15:30:05.0652708Z Receiving objects: 90% (13085/14538) 2022-09-27T15:30:05.0662713Z Receiving objects: 91% (13230/14538) 2022-09-27T15:30:05.0669580Z Receiving objects: 92% (13375/14538) 2022-09-27T15:30:05.0674999Z Receiving objects: 93% (13521/14538) 2022-09-27T15:30:05.0681677Z Receiving objects: 94% (13666/14538) 2022-09-27T15:30:05.0688955Z Receiving objects: 95% (13812/14538) 2022-09-27T15:30:05.0694548Z Receiving objects: 96% (13957/14538) 2022-09-27T15:30:05.0704217Z Receiving objects: 97% (14102/14538) 2022-09-27T15:30:05.0708385Z Receiving objects: 98% (14248/14538) 2022-09-27T15:30:05.0751400Z Receiving objects: 99% (14393/14538) 2022-09-27T15:30:05.0751890Z remote: Total 14538 (delta 220), reused 275 (delta 176), pack-reused 14203 2022-09-27T15:30:05.0771347Z Receiving objects: 100% (14538/14538) 2022-09-27T15:30:05.0771620Z Receiving objects: 100% (14538/14538), 5.78 MiB | 42.92 MiB/s, done. 2022-09-27T15:30:05.0795020Z Resolving deltas: 0% (0/11251) 2022-09-27T15:30:05.0804642Z Resolving deltas: 1% (130/11251) 2022-09-27T15:30:05.0806395Z Resolving deltas: 2% (333/11251) 2022-09-27T15:30:05.0814170Z Resolving deltas: 3% (363/11251) 2022-09-27T15:30:05.0825563Z Resolving deltas: 4% (514/11251) 2022-09-27T15:30:05.0862890Z Resolving deltas: 5% (588/11251) 2022-09-27T15:30:05.0884536Z Resolving deltas: 6% (687/11251) 2022-09-27T15:30:05.0900649Z Resolving deltas: 7% (789/11251) 2022-09-27T15:30:05.0929410Z Resolving deltas: 8% (924/11251) 2022-09-27T15:30:05.0943790Z Resolving deltas: 9% (1015/11251) 2022-09-27T15:30:05.0969908Z Resolving deltas: 10% (1138/11251) 2022-09-27T15:30:05.1000460Z Resolving deltas: 11% (1267/11251) 2022-09-27T15:30:05.1020062Z Resolving deltas: 12% (1403/11251) 2022-09-27T15:30:05.1035088Z Resolving deltas: 13% (1504/11251) 2022-09-27T15:30:05.1067413Z Resolving deltas: 14% (1578/11251) 2022-09-27T15:30:05.1115953Z Resolving deltas: 15% (1689/11251) 2022-09-27T15:30:05.1132890Z Resolving deltas: 16% (1857/11251) 2022-09-27T15:30:05.1170687Z Resolving deltas: 17% (1976/11251) 2022-09-27T15:30:05.1228731Z Resolving deltas: 19% (2183/11251) 2022-09-27T15:30:05.1269135Z Resolving deltas: 21% (2385/11251) 2022-09-27T15:30:05.1301794Z Resolving deltas: 22% (2487/11251) 2022-09-27T15:30:05.1322804Z Resolving deltas: 23% (2639/11251) 2022-09-27T15:30:05.1350878Z Resolving deltas: 24% (2702/11251) 2022-09-27T15:30:05.1369702Z Resolving deltas: 25% (2846/11251) 2022-09-27T15:30:05.1411601Z Resolving deltas: 26% (2948/11251) 2022-09-27T15:30:05.1459909Z Resolving deltas: 27% (3038/11251) 2022-09-27T15:30:05.1615840Z Resolving deltas: 28% (3166/11251) 2022-09-27T15:30:05.1623938Z Resolving deltas: 30% (3414/11251) 2022-09-27T15:30:05.1649783Z Resolving deltas: 31% (3550/11251) 2022-09-27T15:30:05.1658576Z Resolving deltas: 32% (3603/11251) 2022-09-27T15:30:05.1677780Z Resolving deltas: 33% (3769/11251) 2022-09-27T15:30:05.1719105Z Resolving deltas: 34% (3834/11251) 2022-09-27T15:30:05.1760107Z Resolving deltas: 35% (3939/11251) 2022-09-27T15:30:05.1771372Z Resolving deltas: 40% (4579/11251) 2022-09-27T15:30:05.1781696Z Resolving deltas: 41% (4649/11251) 2022-09-27T15:30:05.1797603Z Resolving deltas: 42% (4735/11251) 2022-09-27T15:30:05.1805628Z Resolving deltas: 43% (4839/11251) 2022-09-27T15:30:05.1811130Z Resolving deltas: 44% (5006/11251) 2022-09-27T15:30:05.1819511Z Resolving deltas: 45% (5129/11251) 2022-09-27T15:30:05.1828433Z Resolving deltas: 47% (5293/11251) 2022-09-27T15:30:05.1834967Z Resolving deltas: 48% (5437/11251) 2022-09-27T15:30:05.1842224Z Resolving deltas: 49% (5525/11251) 2022-09-27T15:30:05.1853254Z Resolving deltas: 50% (5641/11251) 2022-09-27T15:30:05.1857276Z Resolving deltas: 51% (5821/11251) 2022-09-27T15:30:05.1861249Z Resolving deltas: 52% (5922/11251) 2022-09-27T15:30:05.1868285Z Resolving deltas: 53% (6025/11251) 2022-09-27T15:30:05.1871807Z Resolving deltas: 55% (6212/11251) 2022-09-27T15:30:05.1881712Z Resolving deltas: 56% (6308/11251) 2022-09-27T15:30:05.1887482Z Resolving deltas: 58% (6585/11251) 2022-09-27T15:30:05.1890615Z Resolving deltas: 59% (6705/11251) 2022-09-27T15:30:05.1901671Z Resolving deltas: 60% (6766/11251) 2022-09-27T15:30:05.1908498Z Resolving deltas: 61% (6866/11251) 2022-09-27T15:30:05.1912272Z Resolving deltas: 62% (6997/11251) 2022-09-27T15:30:05.1965047Z Resolving deltas: 63% (7093/11251) 2022-09-27T15:30:05.2022950Z Resolving deltas: 64% (7264/11251) 2022-09-27T15:30:05.2028183Z Resolving deltas: 65% (7393/11251) 2022-09-27T15:30:05.2037295Z Resolving deltas: 66% (7503/11251) 2022-09-27T15:30:05.2038930Z Resolving deltas: 68% (7748/11251) 2022-09-27T15:30:05.2043642Z Resolving deltas: 69% (7779/11251) 2022-09-27T15:30:05.2052737Z Resolving deltas: 70% (7886/11251) 2022-09-27T15:30:05.2053102Z Resolving deltas: 71% (8086/11251) 2022-09-27T15:30:05.2059848Z Resolving deltas: 72% (8103/11251) 2022-09-27T15:30:05.2062684Z Resolving deltas: 73% (8264/11251) 2022-09-27T15:30:05.2067802Z Resolving deltas: 74% (8329/11251) 2022-09-27T15:30:05.2075746Z Resolving deltas: 75% (8440/11251) 2022-09-27T15:30:05.2089256Z Resolving deltas: 76% (8592/11251) 2022-09-27T15:30:05.2106445Z Resolving deltas: 77% (8723/11251) 2022-09-27T15:30:05.2111608Z Resolving deltas: 78% (8849/11251) 2022-09-27T15:30:05.2155103Z Resolving deltas: 79% (8901/11251) 2022-09-27T15:30:05.2162449Z Resolving deltas: 81% (9127/11251) 2022-09-27T15:30:05.2165548Z Resolving deltas: 82% (9337/11251) 2022-09-27T15:30:05.2170583Z Resolving deltas: 83% (9397/11251) 2022-09-27T15:30:05.2186887Z Resolving deltas: 84% (9452/11251) 2022-09-27T15:30:05.2191882Z Resolving deltas: 85% (9565/11251) 2022-09-27T15:30:05.2196811Z Resolving deltas: 86% (9680/11251) 2022-09-27T15:30:05.2204332Z Resolving deltas: 87% (9810/11251) 2022-09-27T15:30:05.2204731Z Resolving deltas: 88% (10006/11251) 2022-09-27T15:30:05.2211207Z Resolving deltas: 89% (10015/11251) 2022-09-27T15:30:05.2215973Z Resolving deltas: 90% (10161/11251) 2022-09-27T15:30:05.2222001Z Resolving deltas: 91% (10249/11251) 2022-09-27T15:30:05.2230717Z Resolving deltas: 92% (10353/11251) 2022-09-27T15:30:05.2235221Z Resolving deltas: 93% (10506/11251) 2022-09-27T15:30:05.2244703Z Resolving deltas: 94% (10587/11251) 2022-09-27T15:30:05.2250097Z Resolving deltas: 95% (10702/11251) 2022-09-27T15:30:05.2255459Z Resolving deltas: 96% (10806/11251) 2022-09-27T15:30:05.2261850Z Resolving deltas: 97% (10915/11251) 2022-09-27T15:30:05.2266138Z Resolving deltas: 98% (11036/11251) 2022-09-27T15:30:05.2305935Z Resolving deltas: 99% (11140/11251) 2022-09-27T15:30:05.2306263Z Resolving deltas: 100% (11251/11251) 2022-09-27T15:30:05.2306670Z Resolving deltas: 100% (11251/11251), done. 2022-09-27T15:30:05.3453792Z + pushd torchdynamo 2022-09-27T15:30:05.3454175Z ~/torchdynamo ~ ~/workspace 2022-09-27T15:30:05.3454416Z + git checkout 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:05.3785014Z Note: switching to '41c44bc1d080d6cf063419a4166732b983b84eef'. 2022-09-27T15:30:05.3785299Z 2022-09-27T15:30:05.3785539Z You are in 'detached HEAD' state. You can look around, make experimental 2022-09-27T15:30:05.3786033Z changes and commit them, and you can discard any commits you make in this 2022-09-27T15:30:05.3786336Z state without impacting any branches by switching back to a branch. 2022-09-27T15:30:05.3786503Z 2022-09-27T15:30:05.3786640Z If you want to create a new branch to retain commits you create, you may 2022-09-27T15:30:05.3786992Z do so (now or later) by using -c with the switch command. Example: 2022-09-27T15:30:05.3787137Z 2022-09-27T15:30:05.3787317Z git switch -c 2022-09-27T15:30:05.3787512Z 2022-09-27T15:30:05.3787643Z Or undo this operation with: 2022-09-27T15:30:05.3787802Z 2022-09-27T15:30:05.3787875Z git switch - 2022-09-27T15:30:05.3787982Z 2022-09-27T15:30:05.3788118Z Turn off this advice by setting config variable advice.detachedHead to false 2022-09-27T15:30:05.3788299Z 2022-09-27T15:30:05.3788426Z HEAD is now at 41c44bc add oneDNN graph backend for CPU (#1240) 2022-09-27T15:30:05.3788671Z + python setup.py develop 2022-09-27T15:30:06.8523153Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:06.8907838Z running develop 2022-09-27T15:30:06.8931624Z /opt/conda/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-09-27T15:30:06.8932099Z EasyInstallDeprecationWarning, 2022-09-27T15:30:06.9015764Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T15:30:06.9016210Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T15:30:06.9790706Z running egg_info 2022-09-27T15:30:06.9791189Z creating torchdynamo.egg-info 2022-09-27T15:30:06.9843432Z writing torchdynamo.egg-info/PKG-INFO 2022-09-27T15:30:06.9846692Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-09-27T15:30:06.9848967Z writing requirements to torchdynamo.egg-info/requires.txt 2022-09-27T15:30:06.9850171Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-09-27T15:30:06.9851540Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:06.9995124Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:06.9995651Z adding license file 'LICENSE' 2022-09-27T15:30:07.0008901Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:07.0009309Z running build_ext 2022-09-27T15:30:07.0024202Z building 'torchdynamo._eval_frame' extension 2022-09-27T15:30:07.0024857Z creating build 2022-09-27T15:30:07.0025236Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T15:30:07.0026021Z creating build/temp.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:30:07.0027247Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torchdynamo/_eval_frame.c -o build/temp.linux-x86_64-cpython-37/torchdynamo/_eval_frame.o -Wall 2022-09-27T15:30:07.1525769Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T15:30:07.1526185Z creating build/lib.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:30:07.1526969Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torchdynamo/_eval_frame.o -o build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so 2022-09-27T15:30:07.1806246Z building 'torchdynamo._guards' extension 2022-09-27T15:30:07.1807400Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c torchdynamo/_guards.cpp -o build/temp.linux-x86_64-cpython-37/torchdynamo/_guards.o -std=c++14 2022-09-27T15:30:08.0675986Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T15:30:08.0685287Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torchdynamo/_guards.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so 2022-09-27T15:30:08.3556925Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:30:08.3558090Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:30:08.3614866Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-09-27T15:30:08.3619808Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-09-27T15:30:08.3629741Z 2022-09-27T15:30:08.3630205Z Installed /var/lib/jenkins/torchdynamo 2022-09-27T15:30:08.3643091Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:30:08.3678475Z Searching for tabulate 2022-09-27T15:30:08.3680246Z Reading https://pypi.org/simple/tabulate/ 2022-09-27T15:30:08.3891469Z /opt/conda/lib/python3.7/site-packages/pkg_resources/__init__.py:126: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2022-09-27T15:30:08.3891878Z PkgResourcesDeprecationWarning, 2022-09-27T15:30:08.4230753Z Downloading https://files.pythonhosted.org/packages/92/4e/e5a13fdb3e6f81ce11893523ff289870c87c8f1f289a7369fb0e9840c3bb/tabulate-0.8.10-py3-none-any.whl#sha256=0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc 2022-09-27T15:30:08.4381320Z Best match: tabulate 0.8.10 2022-09-27T15:30:08.4381877Z Processing tabulate-0.8.10-py3-none-any.whl 2022-09-27T15:30:08.4428379Z Installing tabulate-0.8.10-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:08.4706810Z Adding tabulate 0.8.10 to easy-install.pth file 2022-09-27T15:30:08.4723056Z Installing tabulate script to /opt/conda/bin 2022-09-27T15:30:08.4724617Z 2022-09-27T15:30:08.4725075Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.8.10-py3.7.egg 2022-09-27T15:30:08.4799269Z Searching for sympy==1.10.1 2022-09-27T15:30:08.4799655Z Best match: sympy 1.10.1 2022-09-27T15:30:08.4800161Z Adding sympy 1.10.1 to easy-install.pth file 2022-09-27T15:30:08.4803610Z Installing isympy script to /opt/conda/bin 2022-09-27T15:30:08.4805240Z 2022-09-27T15:30:08.4805758Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:08.4811253Z Searching for PyYAML==6.0 2022-09-27T15:30:08.4812401Z Best match: PyYAML 6.0 2022-09-27T15:30:08.4812892Z Adding PyYAML 6.0 to easy-install.pth file 2022-09-27T15:30:08.4814839Z 2022-09-27T15:30:08.4815054Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:08.4829468Z Searching for numpy==1.18.5 2022-09-27T15:30:08.4830231Z Best match: numpy 1.18.5 2022-09-27T15:30:08.4831106Z Adding numpy 1.18.5 to easy-install.pth file 2022-09-27T15:30:08.4834714Z Installing f2py script to /opt/conda/bin 2022-09-27T15:30:08.4836515Z Installing f2py3 script to /opt/conda/bin 2022-09-27T15:30:08.4838047Z Installing f2py3.7 script to /opt/conda/bin 2022-09-27T15:30:08.4839230Z 2022-09-27T15:30:08.4839442Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:08.4852987Z Searching for torch==1.13.0a0+git52424e2 2022-09-27T15:30:08.4853470Z Best match: torch 1.13.0a0+git52424e2 2022-09-27T15:30:08.4854191Z Adding torch 1.13.0a0+git52424e2 to easy-install.pth file 2022-09-27T15:30:08.4856923Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-09-27T15:30:08.4859648Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-09-27T15:30:08.4860542Z Installing torchrun script to /opt/conda/bin 2022-09-27T15:30:08.4861941Z 2022-09-27T15:30:08.4862530Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:08.4867489Z Searching for mpmath==1.2.1 2022-09-27T15:30:08.4868262Z Best match: mpmath 1.2.1 2022-09-27T15:30:08.4868856Z Adding mpmath 1.2.1 to easy-install.pth file 2022-09-27T15:30:08.4870615Z 2022-09-27T15:30:08.4870894Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:08.4878095Z Searching for typing-extensions==4.3.0 2022-09-27T15:30:08.4878862Z Best match: typing-extensions 4.3.0 2022-09-27T15:30:08.4879410Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-09-27T15:30:08.4881428Z 2022-09-27T15:30:08.4881845Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:08.4882290Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:30:08.8341877Z 2022-09-27T15:30:08.8342222Z real 0m3.455s 2022-09-27T15:30:08.8342539Z user 0m2.333s 2022-09-27T15:30:08.8342861Z sys 0m0.671s 2022-09-27T15:30:08.8343161Z + popd 2022-09-27T15:30:08.8343332Z ~ ~/workspace 2022-09-27T15:30:08.8343697Z + popd 2022-09-27T15:30:08.8343858Z ~/workspace 2022-09-27T15:30:08.8344019Z + test_python_shard 2 2022-09-27T15:30:08.8344314Z + [[ -z 2 ]] 2022-09-27T15:30:08.8344693Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-09-27T15:30:10.3138298Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:10.4555557Z Ignoring disabled issues: [] 2022-09-27T15:30:10.4828671Z Found test time stats from artifacts 2022-09-27T15:30:10.4829421Z Selected tests: 2022-09-27T15:30:10.4829601Z test_ops_gradients 2022-09-27T15:30:10.4830021Z test_ops_jit 2022-09-27T15:30:10.4830287Z test_decomp 2022-09-27T15:30:10.4830530Z test_fx 2022-09-27T15:30:10.4830890Z test_proxy_tensor 2022-09-27T15:30:10.4831200Z test_unary_ufuncs 2022-09-27T15:30:10.4831497Z test_sparse_csr 2022-09-27T15:30:10.4831801Z test_nn 2022-09-27T15:30:10.4831980Z test_foreach 2022-09-27T15:30:10.4832145Z test_cpp_extensions_jit 2022-09-27T15:30:10.4832341Z test_binary_ufuncs 2022-09-27T15:30:10.4832527Z test_fx_experimental 2022-09-27T15:30:10.4832716Z distributions/test_distributions 2022-09-27T15:30:10.4832913Z test_jit_llga_fuser 2022-09-27T15:30:10.4833147Z test_tensor_creation_ops 2022-09-27T15:30:10.4833428Z test_serialization 2022-09-27T15:30:10.4833774Z test_functional_autograd_benchmark 2022-09-27T15:30:10.4834071Z test_sparse 2022-09-27T15:30:10.4834333Z test_view_ops 2022-09-27T15:30:10.4834602Z test_torch 2022-09-27T15:30:10.4834871Z test_jit_autocast 2022-09-27T15:30:10.4835143Z test_meta 2022-09-27T15:30:10.4835444Z test_xnnpack_integration 2022-09-27T15:30:10.4835852Z test_cpp_extensions_open_device_registration 2022-09-27T15:30:10.4836222Z test_stateless 2022-09-27T15:30:10.4836517Z test_spectral_ops 2022-09-27T15:30:10.4836847Z test_multiprocessing 2022-09-27T15:30:10.4837178Z test_openmp 2022-09-27T15:30:10.4837354Z test_import_stats 2022-09-27T15:30:10.4837532Z test_mobile_optimizer 2022-09-27T15:30:10.4837719Z lazy/test_step_closures 2022-09-27T15:30:10.4837897Z test_maskedtensor 2022-09-27T15:30:10.4838071Z test_indexing 2022-09-27T15:30:10.4838246Z test_public_bindings 2022-09-27T15:30:10.4838413Z test_transformers 2022-09-27T15:30:10.4838590Z test_scatter_gather_ops 2022-09-27T15:30:10.4838773Z test_expanded_weights 2022-09-27T15:30:10.4838935Z test_prims 2022-09-27T15:30:10.4839105Z test_bundled_inputs 2022-09-27T15:30:10.4839298Z test_futures 2022-09-27T15:30:10.4839455Z test_model_dump 2022-09-27T15:30:10.4839649Z benchmark_utils/test_benchmark_utils 2022-09-27T15:30:10.4839849Z test_function_schema 2022-09-27T15:30:10.4840014Z test_dynamic_shapes 2022-09-27T15:30:10.4840196Z test_fx_reinplace_pass 2022-09-27T15:30:10.4840378Z test_python_dispatch 2022-09-27T15:30:10.4840542Z test_jit_disabled 2022-09-27T15:30:10.4840707Z test_autocast 2022-09-27T15:30:10.4840881Z test_functional_optim 2022-09-27T15:30:10.4841042Z nn/test_dropout 2022-09-27T15:30:10.4841209Z test_pytree 2022-09-27T15:30:10.4841390Z test_per_overload_api 2022-09-27T15:30:10.4841779Z test_set_default_mobile_cpu_allocator 2022-09-27T15:30:10.4841981Z test_jit_cuda_fuser 2022-09-27T15:30:10.4842156Z test_numpy_interop 2022-09-27T15:30:10.4842313Z test_dlpack 2022-09-27T15:30:10.4842501Z test_cpp_extensions_aot_no_ninja 2022-09-27T15:30:10.4842709Z test_cpp_extensions_aot_ninja 2022-09-27T15:30:10.4842891Z test_numba_integration 2022-09-27T15:30:10.4843090Z distributions/test_constraints 2022-09-27T15:30:10.4843300Z lazy/test_extract_compiled_graph 2022-09-27T15:30:10.4843501Z test_comparison_utils 2022-09-27T15:30:10.4843671Z test_cuda_primary_ctx 2022-09-27T15:30:10.4843842Z test_cuda_trace 2022-09-27T15:30:10.4844007Z test_deploy 2022-09-27T15:30:10.4844153Z test_hub 2022-09-27T15:30:10.4844309Z test_mps 2022-09-27T15:30:10.4844464Z doctests 2022-09-27T15:30:10.5104103Z Prioritized test from test file changes. 2022-09-27T15:30:10.5104413Z reordering tests for PR: 2022-09-27T15:30:10.5105202Z prioritized: ['test_ops_jit', 'test_decomp', 'test_fx', 'test_proxy_tensor', 'test_sparse_csr', 'test_nn', 'test_fx_experimental', 'test_sparse', 'test_meta', 'test_maskedtensor', 'test_public_bindings', 'test_transformers', 'test_prims', 'test_dynamic_shapes', 'test_python_dispatch', 'test_jit_cuda_fuser', 'test_mps'] 2022-09-27T15:30:10.5107789Z the rest: ['test_ops_gradients', 'test_unary_ufuncs', 'test_foreach', 'test_cpp_extensions_jit', 'test_binary_ufuncs', 'distributions/test_distributions', 'test_jit_llga_fuser', 'test_tensor_creation_ops', 'test_serialization', 'test_functional_autograd_benchmark', 'test_view_ops', 'test_torch', 'test_jit_autocast', 'test_xnnpack_integration', 'test_cpp_extensions_open_device_registration', 'test_stateless', 'test_spectral_ops', 'test_multiprocessing', 'test_openmp', 'test_import_stats', 'test_mobile_optimizer', 'lazy/test_step_closures', 'test_indexing', 'test_scatter_gather_ops', 'test_expanded_weights', 'test_bundled_inputs', 'test_futures', 'test_model_dump', 'benchmark_utils/test_benchmark_utils', 'test_function_schema', 'test_fx_reinplace_pass', 'test_jit_disabled', 'test_autocast', 'test_functional_optim', 'nn/test_dropout', 'test_pytree', 'test_per_overload_api', 'test_set_default_mobile_cpu_allocator', 'test_numpy_interop', 'test_dlpack', 'test_cpp_extensions_aot_no_ninja', 'test_cpp_extensions_aot_ninja', 'test_numba_integration', 'distributions/test_constraints', 'lazy/test_extract_compiled_graph', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_deploy', 'test_hub', 'doctests'] 2022-09-27T15:30:10.5109106Z 2022-09-27T15:30:10.5109523Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:30:10.5294510Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:30:10.5496953Z Running test_ops_jit ... [2022-09-27 15:30:10.549411] 2022-09-27T15:30:10.5497676Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:30:10.549459] 2022-09-27T15:30:14.5030073Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit.xml 2022-09-27T15:30:14.7343905Z ============================= test session starts ============================== 2022-09-27T15:30:14.7344460Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:30:14.7405803Z cachedir: .pytest_cache 2022-09-27T15:30:14.7406326Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:30:14.7406750Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:30:14.7407281Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:30:14.7407572Z 2022-09-27T15:30:14.7798915Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:14.7799461Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:14.7799624Z 2022-09-27T15:30:14.8195551Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:14.8195861Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:14.8196023Z 2022-09-27T15:30:14.8710653Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:30:14.8711118Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:14.8711343Z 2022-09-27T15:30:14.9278815Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:30:14.9279325Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:14.9279549Z 2022-09-27T15:30:15.4180586Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:30:15.4181297Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:15.4181562Z 2022-09-27T15:30:15.4181697Z gw0 C / gw1 C / gw2 ok / gw3 C 2022-09-27T15:30:15.4182210Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:15.4182720Z 2022-09-27T15:30:15.4212763Z gw0 C / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:30:15.4213433Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:15.4213701Z 2022-09-27T15:30:15.4395325Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:30:15.4396252Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:15.4396648Z 2022-09-27T15:30:18.1890299Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:30:18.2271665Z gw0 ok / gw1 ok / gw2 [1014] / gw3 ok 2022-09-27T15:30:18.2547937Z gw0 [1014] / gw1 ok / gw2 [1014] / gw3 ok 2022-09-27T15:30:18.3664326Z gw0 [1014] / gw1 ok / gw2 [1014] / gw3 [1014] 2022-09-27T15:30:18.3664639Z gw0 [1014] / gw1 [1014] / gw2 [1014] / gw3 [1014] 2022-09-27T15:30:18.3664865Z scheduling tests via LoadScheduling 2022-09-27T15:30:18.3756843Z 2022-09-27T15:30:18.3758384Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:30:18.3758975Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:30:18.3759469Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:30:18.4314887Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:30:18.4377227Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:30:18.4385906Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:30:18.4391920Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:30:18.4396989Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:30:18.4401509Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:30:18.4409102Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:30:18.4420268Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:30:18.4431104Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:30:18.4509955Z [gw1] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:30:18.4520000Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:30:18.4527776Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:30:18.4788068Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:30:18.4831661Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:30:18.4834439Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:30:18.4834940Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:30:18.4880453Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:30:18.4889652Z [gw2] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:30:18.4938005Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:30:18.5262089Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:30:18.5271405Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:30:18.5279676Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:30:18.5285542Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:30:18.5286351Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:30:18.5347567Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:30:18.5413321Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:30:18.5415471Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:30:18.5418117Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:30:18.5714280Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:30:18.5715699Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:30:18.5726926Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:30:18.5731005Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:30:18.5780642Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:30:18.5791779Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:30:18.5794287Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:30:18.5796854Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:30:18.6151280Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:30:18.6156500Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:30:18.6159745Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:30:18.6163151Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:30:18.6213662Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:30:18.6227475Z [gw3] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:30:18.6272789Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:30:18.6283840Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:30:18.6594843Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:30:18.6601199Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:30:18.6603853Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:30:18.6608207Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:30:18.6628587Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:30:18.6654270Z [gw2] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:30:18.6680919Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:30:18.6707948Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:30:18.7035341Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:30:18.7042276Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:30:18.7052525Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:30:18.7053092Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:30:18.7125079Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:30:18.7132352Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:30:18.7145297Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:30:18.7215854Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:30:18.7474498Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:30:18.7476612Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:30:18.7481856Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:30:18.7483365Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:30:18.7528554Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:30:18.7576845Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:30:18.7629524Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:30:18.7638858Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:30:18.7909675Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:30:18.7916286Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:30:18.7922469Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:30:18.7924909Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:30:18.7976592Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:30:18.8022878Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:30:18.8031205Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:30:18.8040213Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:30:18.8356180Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:30:18.8361782Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:30:18.8363779Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:30:18.8364326Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:30:18.8393527Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:30:18.8408854Z [gw1] [ 4%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:30:18.8423639Z [gw0] [ 4%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:30:18.8444491Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:30:18.8788890Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:30:18.8798370Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:30:18.8799179Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:30:18.8805985Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:30:18.8853120Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:30:18.8868797Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:30:18.8876293Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:30:18.8908089Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:30:18.9232625Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:30:18.9236219Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:30:18.9237407Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:30:18.9246593Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:30:18.9360820Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:30:18.9367540Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:30:18.9375830Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:30:18.9424270Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:30:18.9674439Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:30:18.9679588Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:30:18.9680745Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:30:18.9684193Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:30:18.9755413Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:30:18.9783487Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:30:18.9793800Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:30:18.9844773Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:30:19.0114411Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:30:19.0117367Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:30:19.0119922Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:30:19.0120369Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:30:19.0171208Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:30:19.0185624Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:30:19.0210846Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:30:19.0218524Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:30:19.0555515Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:30:19.0557841Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:30:19.0558692Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:30:19.0562897Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:30:19.0572798Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:30:19.0584105Z [gw2] [ 6%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:30:19.0615140Z [gw1] [ 6%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:30:19.0657976Z [gw3] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:30:19.0995888Z [gw0] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:30:19.1001363Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:30:19.1004170Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:30:19.1005802Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:30:19.1095178Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:30:19.1114594Z [gw3] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:30:19.1120774Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:30:19.1163868Z [gw1] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:30:19.1431012Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:30:19.1437241Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:30:19.1442631Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:30:19.1446361Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:30:19.1486456Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:30:19.1506032Z [gw0] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:30:19.1561150Z [gw3] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:30:19.1650270Z [gw1] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:30:19.1874861Z [gw2] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:30:19.1877614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:30:19.1880558Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:30:19.1909368Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:30:19.1921854Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:30:19.1924644Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:30:19.1927230Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:30:19.1941146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:30:19.2314269Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:30:19.2314842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:30:19.2315393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:30:19.2347782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:30:19.2376837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:30:19.2391633Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:30:19.2751895Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:30:19.2752748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:30:19.2829241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:30:19.2846548Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:30:19.3190652Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:30:19.3234495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:30:19.3235082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:30:19.3284912Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:30:19.3630451Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:30:19.3631068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:30:19.3648229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:30:19.3671057Z [gw3] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:30:19.4070422Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:30:19.4071000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:30:19.4087883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:30:19.4119813Z [gw3] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:30:19.4510193Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:30:19.4510816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:30:19.4525813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:30:19.4592338Z [gw0] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:30:19.4950713Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:30:19.4951573Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:30:19.5031218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:30:19.5043382Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:30:19.5391603Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:30:19.5392306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:30:19.5486523Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:30:19.5515917Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:30:19.5829866Z [gw0] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:30:19.5830427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:30:19.5883136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:30:19.5905596Z [gw0] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:30:19.6270518Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:30:19.6271086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:30:19.6359840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:30:19.6362410Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:30:19.6711988Z [gw0] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:30:19.6712757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:30:19.8311293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:30:19.8322322Z [gw0] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:30:19.9206054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:30:19.9211193Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:30:20.1849469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:30:20.1857243Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:30:20.2522718Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:30:20.2535616Z [gw0] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:30:20.3775540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:30:20.3789210Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:30:20.3826674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:30:20.4190890Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:30:20.4271753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:30:20.4678598Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:30:20.4771126Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:30:20.5111346Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:30:20.5190076Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:30:20.5551749Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:30:20.5570808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:30:20.5990295Z [gw1] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:30:20.6021004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:30:20.6431415Z [gw1] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:30:20.6508417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:30:20.6869568Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:30:20.6967349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:30:20.7315147Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:30:20.7391436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:30:20.7792613Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:30:20.7866884Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:30:20.8272440Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:30:20.9433723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:30:20.9449855Z [gw3] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:30:21.1225408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:30:21.1234598Z [gw1] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:30:21.2209964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:30:21.2220879Z [gw2] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:30:21.2300656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:30:21.2629667Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:30:21.2667911Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:30:21.3069084Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:30:21.3109938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:30:21.3509591Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:30:21.3571514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:30:21.3989469Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:30:21.4018841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:30:21.4433046Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:30:21.4457798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:30:21.4871690Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:30:21.4900598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:30:21.5311233Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:30:21.5486920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:30:21.5750470Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:30:21.6431989Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:30:21.6439569Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:30:21.8125565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:30:21.8142587Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:30:22.2262685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:30:22.2271092Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:30:22.2712098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:30:22.2718922Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:30:22.3153875Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:30:22.3163114Z [gw2] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:30:22.5844301Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:30:22.5849170Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:30:22.9564744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:30:22.9583724Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:30:22.9588322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:30:22.9598781Z [gw0] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:30:22.9617133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:30:22.9990008Z [gw3] [ 12%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:30:23.1557987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:30:23.1570145Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:30:23.1749977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:30:23.1989820Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:30:23.2757800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:30:23.2766386Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:30:23.4882888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:30:23.4891557Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:30:23.4910806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:30:23.5310393Z [gw3] [ 13%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:30:23.6071620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:30:23.6082874Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:30:23.6870466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:30:23.6883503Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:30:23.7737188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:30:23.7746261Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:30:23.8294056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:30:23.8301771Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:30:23.8858739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:30:23.8867321Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:30:23.8911120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:30:23.9312380Z [gw3] [ 14%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:30:24.1687042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:30:24.1692347Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:30:24.1845598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:30:24.1857737Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:30:24.1870816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:30:24.2270436Z [gw3] [ 14%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:30:24.3339693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:30:24.3348209Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:30:24.4893523Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:30:24.4901849Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:30:24.8061611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:30:24.8069488Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:30:25.0426695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:30:25.0436087Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:30:25.3621534Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:30:25.3632431Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:30:26.0482047Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:30:26.0489233Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:30:26.3657992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:30:26.3666414Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:30:26.3823868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:30:26.3830950Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:30:26.6511897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:30:26.6526112Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:30:26.9571483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:30:26.9580519Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:30:27.0725156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:30:27.0736513Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:30:27.0753951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:30:27.1149985Z [gw0] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:30:27.4065043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-09-27T15:30:27.4066912Z [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-09-27T15:30:27.4088518Z 2022-09-27T15:30:27.4098640Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:30:27.4119208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:30:27.4127016Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:30:27.4246185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-09-27T15:30:27.4247213Z [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-09-27T15:30:27.4264279Z 2022-09-27T15:30:27.4289326Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:30:27.5850616Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:30:27.5863241Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:30:27.7329125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:30:27.7336991Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:30:27.7352663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:30:27.7749996Z [gw0] [ 16%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:30:28.0016396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:30:28.0026949Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:30:28.0933014Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:30:28.0941064Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:30:28.2678450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:30:28.2687052Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:30:28.3245860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:30:28.3254782Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:30:28.4053535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:30:28.4061590Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:30:28.4274081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:30:28.4282334Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:30:28.4719102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:30:28.4726833Z [gw1] [ 16%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:30:28.7534199Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:30:28.7549355Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:30:29.0615773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:30:29.0628830Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:30:29.1874073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:30:29.1886383Z [gw2] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:30:29.2093222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:30:29.2104710Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:30:29.2136611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:30:29.2509422Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:30:29.3056939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:30:29.3066005Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:30:29.3110022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:30:29.3510692Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:30:29.7318027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:30:29.7325561Z [gw1] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:30:29.7379766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:30:29.7751070Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:30:29.8296441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:30:29.8304624Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:30:29.8546695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:30:29.8708658Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:30:30.4560089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:30:30.4568276Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:30:30.4889767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:30:30.4892679Z [gw0] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:30:30.4900965Z [gw1] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:30:30.4989889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:30:30.5007807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:30:30.5310959Z [gw1] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:30:30.8988443Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:30:30.8997052Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:30:30.9789163Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:30:30.9836632Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:30:31.0002723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:30:31.0009002Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:30:31.0100227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:30:31.0430588Z [gw0] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:30:31.3556689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:30:31.3570532Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:30:31.5044020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:30:31.5053122Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:30:31.5072130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:30:31.5470031Z [gw2] [ 18%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:30:31.6289441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:30:31.6311598Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:30:31.8593960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:30:31.8610743Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:30:32.4699185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:30:32.4711246Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:30:32.8567023Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:30:32.8590124Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:30:33.8010425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:30:33.8043915Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:30:34.1055407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:30:34.1073103Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:30:34.1345874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:30:34.1662906Z [gw3] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:30:35.4229683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:30:35.4296969Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:30:36.2112815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:30:36.2126663Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:30:36.4874098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:30:36.4896121Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:30:36.4976503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:30:36.4996881Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:30:36.5034902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:30:36.5431196Z [gw2] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:30:36.6425917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:30:36.6446864Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:30:36.7534492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:30:36.7543167Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:30:36.7560507Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:30:36.7950122Z [gw2] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:30:36.8460098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:30:36.8469671Z [gw2] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:30:36.8590309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:30:36.8597650Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:30:36.8622495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:30:36.9030887Z [gw0] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:30:36.9332152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:30:36.9341894Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:30:36.9585513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:30:36.9788236Z [gw2] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:30:36.9856535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:30:36.9866282Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:30:37.1531595Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:30:37.1537161Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:30:37.4383993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:30:37.4399366Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:30:37.5890247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:30:37.5903129Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:30:37.6712846Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:30:37.6724812Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:30:37.7476211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:30:37.7488436Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:30:37.9741361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:30:37.9756133Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:30:38.2439597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:30:38.2450037Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:30:38.2459958Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:30:38.2460619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:30:38.3799334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:30:38.3807560Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:30:38.5271223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:30:38.5279734Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:30:38.5595153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:30:38.5608295Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:30:38.6904699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:30:38.6913440Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:30:38.8431736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:30:38.8440166Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:30:38.8720379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:30:38.8729660Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:30:38.9571016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:30:38.9579246Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:30:39.0923638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:30:39.0932247Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:30:39.2011142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:30:39.2019476Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:30:39.4420350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:30:39.4431834Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:30:39.5233787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:30:39.5247282Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:30:39.6469347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:30:39.6482607Z [gw1] [ 22%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:30:39.8879497Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:30:39.8888892Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:30:40.1008131Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:30:40.1017562Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:30:40.2138667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:30:40.2146241Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:30:40.2167451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:30:40.2590488Z [gw1] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:30:40.2609241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:30:40.2915976Z [gw1] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:30:40.2926486Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:30:40.3067841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:30:40.3965532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:30:40.3973675Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:30:40.3993856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:30:40.4390272Z [gw1] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:30:40.7735226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:30:40.7752856Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:30:41.2664525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:30:41.2671679Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:30:41.5622159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:30:41.5632377Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:30:42.0150695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:30:42.0164269Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:30:42.1211627Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:30:42.1225852Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:30:42.4000106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:30:42.4011427Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:30:42.5082969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:30:42.5093367Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:30:42.8335641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:30:42.8344222Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:30:42.9985654Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:30:42.9998810Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:30:43.0753215Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:30:43.0766154Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:30:43.2969753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:30:43.2981000Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:30:43.3383448Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:30:43.3395977Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:30:43.3528347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:30:43.3540449Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:30:43.5427039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:30:43.5440257Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:30:43.6621711Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:30:43.6630114Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:30:43.8423018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:30:43.8435204Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:30:44.0275209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:30:44.0292838Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:30:44.0543951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:30:44.0570638Z [gw2] [ 25%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:30:44.0606318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:30:44.0616970Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:30:44.3254404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:30:44.3266479Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:30:44.4293813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:30:44.4306259Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:30:44.4486402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:30:44.4494216Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:30:44.7770503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:30:44.7779376Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:30:44.8231897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:30:44.8243620Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:30:44.8405589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:30:44.8414192Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:30:44.9389289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:30:44.9401361Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:30:45.0058620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:30:45.0066256Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:30:45.0294400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:30:45.0302726Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:30:45.0794058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:30:45.0808802Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:30:45.1684120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:30:45.1699414Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:30:45.5641296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:30:45.5651149Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:30:45.8100972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:30:45.8122551Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:30:45.8323709Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:30:45.8337680Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:30:45.8393912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:30:45.8404249Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:30:46.1062502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:30:46.1074863Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:30:46.1174002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:30:46.1190912Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:30:46.4873409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:30:46.4899617Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:30:46.7089436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:30:46.7104177Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:30:46.7437576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:30:46.7507746Z [gw2] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:30:46.8036798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:30:46.8061482Z [gw2] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:30:46.8216126Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:30:46.8222889Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:30:47.2913471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:30:47.2939601Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:30:47.3194223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:30:47.3214823Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:30:47.6857169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:30:47.6870124Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:30:47.8812262Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:30:47.8812975Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:30:48.1562862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:30:48.1572780Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:30:48.2227942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:30:48.2240707Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:30:48.4860724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:30:48.4876075Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:30:48.4907586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:30:48.4918621Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:30:48.4933152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:30:48.5350121Z [gw1] [ 28%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:30:48.5373692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:30:48.5791849Z [gw1] [ 28%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:30:48.6386022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:30:48.6396297Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:30:48.6410492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:30:48.6422793Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:30:48.7398320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:30:48.7410856Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:30:48.7789570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:30:48.7869928Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:30:48.8424600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:30:48.8436455Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:30:48.8716862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:30:48.8869445Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:30:48.8909528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:30:48.8920036Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:30:48.9374920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:30:48.9386924Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:30:48.9417150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:30:48.9427170Z [gw1] [ 29%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:30:48.9669419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:30:48.9829099Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:30:48.9943113Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:30:48.9952182Z [gw1] [ 29%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:30:49.0169762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:30:49.0269153Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:30:49.0626481Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:30:49.0707773Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:30:49.2539973Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:30:49.2547179Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:30:49.2753572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:30:49.2768452Z [gw0] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:30:49.2785593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:30:49.2798375Z [gw1] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:30:49.3467920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:30:49.3480277Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:30:49.3493634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:30:49.3909961Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:30:49.3928515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:30:49.4349901Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:30:49.4380893Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:30:49.4789944Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:30:49.4817717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:30:49.5229853Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:30:49.5262714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:30:49.5711596Z [gw2] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:30:49.5741613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:30:49.6024319Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:30:49.6032884Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:30:49.6149471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:30:49.6183729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:30:49.6589882Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:30:49.6617185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:30:49.7029975Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:30:49.7064111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:30:49.7469894Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:30:49.7501635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:30:49.7910438Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:30:49.7934500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:30:49.8390588Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:30:49.8423237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:30:49.8831023Z [gw2] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:30:50.0804933Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:30:50.0813350Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:30:50.1712738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:30:50.1768026Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:30:50.2444181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:30:50.2451246Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:30:50.5667613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:30:50.5679656Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:30:50.8628838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:30:50.8640511Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:30:51.0789552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:30:51.0803096Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:30:51.3428555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:30:51.3429357Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:30:51.7494310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:30:51.7506433Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:30:51.9793725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:30:51.9802762Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:30:52.1361872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:30:52.1373576Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:30:52.1472266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:30:52.1481776Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:30:52.3415700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:30:52.3426131Z [gw1] [ 32%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:30:52.3529505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:30:52.3542171Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:30:52.4623531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:30:52.4637695Z [gw1] [ 33%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:30:52.5728778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:30:52.5741777Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:30:52.7530525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:30:52.7544250Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:30:52.8254938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:30:52.8266936Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:30:53.0026049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:30:53.0042208Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:30:53.0937664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:30:53.0951626Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:30:53.1790309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:30:53.1806087Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:30:53.2637299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:30:53.2651545Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:30:53.4103883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:30:53.4126321Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:30:53.5091628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:30:53.5099378Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:30:53.7187249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:30:53.7196349Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:30:53.9690289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:30:53.9703666Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:30:54.1309749Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:30:54.1322284Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:30:54.1788837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:30:54.1802355Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:30:54.3883710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:30:54.3898251Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:30:54.4518614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:30:54.4530914Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:30:54.6193867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:30:54.6201511Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:30:54.9084386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:30:54.9101609Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:30:54.9193290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:30:54.9200371Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:30:55.0902662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:30:55.0914107Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:30:55.4230959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:30:55.4240521Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:30:56.1902062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:30:56.1906224Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:30:56.2886204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:30:56.2898609Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:30:56.5890372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:30:56.5900678Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:30:56.8995446Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:30:56.8999641Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:30:56.9774968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:30:56.9786538Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:30:57.1319821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:30:57.1331639Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:30:57.2281809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:30:57.2295749Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:30:57.5743016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:30:57.5753412Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:30:57.6405956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:30:57.6415909Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:30:57.6457127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:30:57.6829311Z [gw0] [ 36%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:30:57.6873886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:30:57.7310918Z [gw0] [ 36%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:30:57.9210034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:30:57.9218190Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:30:58.3909654Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:30:58.3917833Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:30:58.6119225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:30:58.6129200Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:30:58.6387296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:30:58.6398705Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:30:58.6405091Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:30:58.6410706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:30:59.0932273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:30:59.0938849Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:30:59.1169713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:30:59.1180931Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:30:59.3815560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:30:59.3827904Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:30:59.9787439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:30:59.9800045Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:31:00.0247434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:31:00.0253626Z [gw2] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:31:00.0655209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:31:00.0663890Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:31:00.3473934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:31:00.3484171Z [gw2] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:31:00.4114033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:31:00.4125798Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:31:00.8333777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:31:00.8342228Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:31:01.1538223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:31:01.1539087Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:31:01.6380744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:31:01.6392370Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:31:01.7040321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:31:01.7049340Z [gw2] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:31:01.9349670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:31:01.9357630Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:31:02.0933887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:31:02.0948331Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:31:02.3539686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:31:02.3547602Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:31:02.3949892Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:31:02.3950641Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:31:02.4275278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:31:02.4287746Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:31:02.5439172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:31:02.5448544Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:31:02.6095522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:31:02.6109633Z [gw0] [ 38%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:31:02.6699323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:31:02.6704889Z [gw0] [ 38%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:31:02.7970521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:31:02.7983689Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:31:03.1930647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:31:03.1940940Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:31:03.3910200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:03.3917917Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:03.4831152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:31:03.4843756Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:31:04.2751439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:31:04.2768477Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:31:04.3569483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:31:04.3590282Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:31:04.5664359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:31:04.5677322Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:31:04.7161471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:04.7169799Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:31:05.5467135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:31:05.5480804Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:05.9224563Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:31:05.9236923Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:31:06.1270097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:31:06.1286908Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:31:06.3986808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:31:06.4001814Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:31:06.5580329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:31:06.5593033Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:31:06.5753293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:31:06.5762237Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:31:07.3242010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:31:07.3266706Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:31:07.3390442Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:31:07.3401543Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:31:07.7304527Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:31:07.7316574Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:31:08.7741948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:31:08.7767508Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:31:09.2919396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:31:09.2931649Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:31:10.1763582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:10.1790469Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:10.7800130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:31:10.7811300Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:31:11.4055143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:31:11.4074698Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:31:12.8320208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:31:12.8330935Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:31:13.5989056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:31:13.6000947Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:31:14.0405554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:31:14.0413811Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:31:14.3135995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:31:14.3141969Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:31:14.8415373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:31:14.8425396Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:31:15.3021186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:31:15.3033680Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:31:15.9616955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:31:15.9625333Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:31:16.2979935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:31:16.2989017Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:31:16.9360476Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:31:16.9372176Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:31:17.2789088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:17.2797554Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:18.1846613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:31:18.1847332Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:31:18.6483786Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:31:18.6505281Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:31:19.3899471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:31:19.3912844Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:31:19.7048127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:31:19.7056490Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:31:19.9622710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:31:19.9634937Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:31:20.1849546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:31:20.1859558Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:31:20.4361607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:31:20.4370773Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:31:20.7630782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:31:20.7639305Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:31:20.9585841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:31:20.9597390Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:31:21.0239547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:31:21.0253240Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:31:21.2220873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:31:21.2234104Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:31:21.2851446Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:31:21.2860690Z [gw2] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:31:21.9550012Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:31:21.9570404Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:31:22.2157455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:31:22.2169652Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:31:27.0840398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:31:27.0849919Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:31:27.1491489Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:31:27.1505780Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:31:28.8876073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:31:28.8897929Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:31:29.6437769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:31:29.6453519Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:31:29.6997240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:31:29.7018169Z [gw2] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:31:29.7182986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:31:29.7430703Z [gw2] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:31:31.5432536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:31:31.5448724Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:31:32.1862709Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:31:32.1870418Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:31:32.7949401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:31:32.7953777Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:31:33.0969736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:31:33.0977699Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:31:33.2893773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:31:33.2905171Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:31:34.1017866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:31:34.1024785Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:31:34.1611219Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:31:34.1619444Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:31:34.6899693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:31:34.6908383Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:31:35.1671798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:31:35.1683010Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:31:35.7054158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:31:35.7071216Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:31:36.4577801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:31:36.4589975Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:31:36.4769732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:31:36.5029771Z [gw0] [ 44%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:31:36.5472619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:31:36.5482409Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:31:36.9636968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:31:36.9649138Z [gw0] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:31:37.2072547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:31:37.2080699Z [gw0] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:31:37.2329828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:31:37.2342132Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:31:37.3259629Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:31:37.3270561Z [gw0] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:31:37.3820267Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:31:37.3827336Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:31:37.7211271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:31:37.7219771Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:31:37.7740097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:31:37.7747181Z [gw0] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:31:37.8064570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:31:37.8072465Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:31:37.8626285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:31:37.8637889Z [gw3] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:31:37.9121515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:31:37.9128871Z [gw3] [ 46%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:31:38.0105447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:31:38.0115922Z [gw0] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:31:38.2823156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:31:38.2838803Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:31:38.4708762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:31:38.4719603Z [gw0] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:31:38.4797540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:31:38.4807875Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:31:38.5992801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:31:38.6003025Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:31:38.6873434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:31:38.6881151Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:31:38.7041983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:31:38.7051048Z [gw0] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:31:38.7852730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:31:38.7870900Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:31:38.7887485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:31:38.8270020Z [gw3] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:31:38.8290023Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:31:38.8709935Z [gw3] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:31:38.8727761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:31:38.9149941Z [gw3] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:31:38.9170597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:31:38.9590317Z [gw3] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:31:38.9616063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:31:39.0031013Z [gw3] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:31:39.0059181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:31:39.0471668Z [gw3] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:31:39.0869727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:31:39.0882858Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:31:39.2218855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:31:39.2232070Z [gw0] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:31:39.3231715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:31:39.3243857Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:31:39.5360230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:31:39.5368957Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:31:39.8243518Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:31:39.8252717Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:31:39.9981691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:31:39.9990033Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:31:40.0842616Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:31:40.0851005Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:31:40.1366706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:31:40.1376875Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:31:40.1873439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:31:40.1881322Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:31:40.2760917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:31:40.2773474Z [gw0] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:31:40.2810706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:31:40.2819100Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:31:40.4488356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:31:40.4502276Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:31:40.5307165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:31:40.5318611Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:31:40.6526525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:31:40.6535026Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:31:40.7646715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:31:40.7653800Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:31:40.8277585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:31:40.8285772Z [gw0] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:31:40.9100737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:31:40.9108053Z [gw0] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:31:40.9916961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:31:40.9925269Z [gw0] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:31:41.2038521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:31:41.2047542Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:31:41.3171924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:31:41.3180285Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:31:41.4765850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:31:41.4774360Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:31:41.4793697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:31:41.4802012Z [gw0] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:31:41.5988357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:31:41.6001546Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:31:41.7091135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:31:41.7100603Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:31:41.8562153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:31:41.8576547Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:31:42.6236434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:31:42.6242225Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:31:43.1179326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:31:43.1203674Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:31:43.1455773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:31:43.1465581Z [gw0] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:31:43.2032673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:31:43.2043054Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:31:43.2085602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:31:43.2469143Z [gw3] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:31:43.2513453Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:31:43.2909293Z [gw3] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:31:43.3762108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:31:43.3770434Z [gw3] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:31:43.7687308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:31:43.7699284Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:31:43.8566715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:31:43.8589290Z [gw0] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:31:44.0208249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:31:44.0217645Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:31:44.1856423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:31:44.1864686Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:31:44.2479324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:31:44.2488517Z [gw0] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:31:44.2640520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:31:44.2650131Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:31:44.2663838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:31:44.3068949Z [gw3] [ 51%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:31:44.3086625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:31:44.3508525Z [gw3] [ 51%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:31:44.3524095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:31:44.3949833Z [gw3] [ 51%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:31:44.3971862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:31:44.4390370Z [gw3] [ 51%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:31:44.4504431Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:31:44.4510587Z [gw0] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:31:44.5916153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:31:44.5924857Z [gw0] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:31:44.6369912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:31:44.6379134Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:31:44.6650619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:31:44.6660595Z [gw0] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:31:44.7607013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:31:44.7616306Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:31:44.8416070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:31:44.8423616Z [gw2] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:31:44.9779606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:31:44.9788442Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:31:45.0869103Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:31:45.0877292Z [gw0] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:31:45.0942257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:31:45.0948641Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:31:45.2949672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:31:45.2958077Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:31:45.3641200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:31:45.3649979Z [gw0] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:31:45.4123325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:31:45.4137944Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:31:45.6484092Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:31:45.6495467Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:31:45.7989446Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:31:45.8003320Z [gw0] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:31:45.9353825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:31:45.9379165Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:31:46.0136964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:31:46.0153671Z [gw0] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:31:46.0965308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:31:46.0985078Z [gw3] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:31:46.3749181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:31:46.3763643Z [gw3] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:31:46.7845596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:31:46.7875634Z [gw0] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:31:46.9224784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:31:46.9248834Z [gw2] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:31:46.9768610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:31:46.9782521Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:31:47.3561971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:31:47.3574902Z [gw3] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:31:47.3695816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:31:47.3991029Z [gw3] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:31:47.8904248Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:31:47.8927873Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:31:48.1408083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:31:48.1423135Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:31:48.3239405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:31:48.3250389Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:31:48.7559955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:31:48.7567545Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:31:49.1099998Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:31:49.1111920Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:31:49.6185149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:31:49.6193648Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:31:49.6209281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:31:49.6630805Z [gw2] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:31:49.6648363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:31:49.7070659Z [gw2] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:31:49.8044730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:31:49.8060139Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:31:50.5629752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:31:50.5638196Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:31:50.6784195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:31:50.6792095Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:31:50.7176903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:31:50.7188585Z [gw2] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:31:51.0693701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:31:51.0703182Z [gw2] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:31:51.3604454Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:31:51.3613495Z [gw3] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:31:51.3630271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:31:51.4028660Z [gw3] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:31:51.5580773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:31:51.5590399Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:31:51.5608170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:31:51.6028775Z [gw3] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:31:51.6053785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:31:51.6510183Z [gw3] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:31:51.6531482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:31:51.6948754Z [gw3] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:31:51.6971290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:31:51.7388908Z [gw3] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:31:51.7412234Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:31:51.7735570Z [gw3] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:31:51.7743512Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:31:51.7869581Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:31:51.8753923Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:31:51.8762307Z [gw3] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:31:51.8777935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:31:51.9190026Z [gw3] [ 56%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:31:51.9209404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:31:51.9630045Z [gw3] [ 56%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:31:52.1427610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:31:52.1438134Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:31:52.2321104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:31:52.2332745Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:31:52.5031274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:31:52.5043684Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:31:52.8749164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:31:52.8760193Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:31:52.9580708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:31:52.9589914Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:31:53.2688736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:31:53.2764710Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:31:53.4786064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:31:53.4792216Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:31:53.6876590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:31:53.6884454Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:31:54.5047877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:31:54.5055999Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:31:54.5071615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:31:54.5470007Z [gw3] [ 57%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:31:54.5517806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:31:54.5909358Z [gw3] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:31:54.5965282Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:31:54.6350663Z [gw3] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:31:54.6403416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:31:54.6790948Z [gw3] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:31:54.8381511Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:31:54.8390190Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:31:54.8459969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:31:54.8832144Z [gw3] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:31:54.8877720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:31:54.9271016Z [gw3] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:31:54.9305093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:31:54.9710424Z [gw3] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:31:54.9762311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:31:55.0190510Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:31:55.0225662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:31:55.0630277Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:31:55.0678241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:31:55.1069851Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:31:55.1125177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:31:55.1510434Z [gw3] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:31:55.1527074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:31:55.1949893Z [gw3] [ 58%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:31:55.2770358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:31:55.2780214Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:31:55.5675667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:31:55.5683505Z [gw3] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:31:56.1106046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:31:56.1112399Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:31:56.1144014Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:31:56.1549389Z [gw2] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:31:56.3288637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:31:56.3296910Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:31:56.4153885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:31:56.4162016Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:31:57.2201624Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:31:57.2210424Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:31:57.6675306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:31:57.6684376Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:31:57.9632940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:31:57.9640877Z [gw0] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:31:57.9884939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:31:58.0068465Z [gw0] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:31:58.0132588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:31:58.0144383Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:31:58.0295434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:31:58.0304459Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:31:58.8876058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:31:58.8887872Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:31:59.0199191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:31:59.0212310Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:31:59.0453376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:31:59.0628732Z [gw3] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:31:59.1194326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:31:59.1205471Z [gw2] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:31:59.1224106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:31:59.1630165Z [gw2] [ 60%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:31:59.3107128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:31:59.3120138Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:31:59.4013798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:31:59.4024387Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:31:59.4945754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:31:59.4954978Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:31:59.5186155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:31:59.5390080Z [gw0] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:31:59.5706005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:31:59.5783020Z [gw0] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:31:59.5792655Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:31:59.5826556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:31:59.8488089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:31:59.8495680Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:31:59.8832668Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:31:59.8844815Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:31:59.9890616Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:31:59.9899690Z [gw0] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:32:00.0933325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:32:00.0942533Z [gw0] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:32:00.4041233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:32:00.4052230Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:32:00.5871686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:32:00.5883651Z [gw3] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:00.5897806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:00.6310051Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:00.6574870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:00.6751508Z [gw3] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:01.2066946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:01.2078649Z [gw3] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:01.4419613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:01.4427938Z [gw3] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:01.7162941Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:01.7175369Z [gw3] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:01.9781899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:01.9790214Z [gw3] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:02.2337020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:02.2343441Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:02.4710372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:02.4722943Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:03.7708525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:03.7788540Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:04.4840561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:04.4856788Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:05.0295123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:05.0310347Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:05.1048440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:05.1055968Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:05.4322885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:05.4331332Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:06.1056797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:32:06.1065567Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:32:06.3511223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:32:06.3523386Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:32:06.3532619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:32:06.3950373Z [gw2] [ 62%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:32:06.4589897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:32:06.4599037Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:32:06.6033663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:32:06.6046175Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:32:06.6523523Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:32:06.6531852Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:32:06.7760390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:32:06.7768974Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:32:06.7868149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:32:06.7876122Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:32:07.1171830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:32:07.1181740Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:32:07.5109038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:32:07.5119090Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:32:07.6630882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:32:07.6655449Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:07.8076922Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:07.8084775Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:32:08.1041160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:32:08.1047162Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:32:08.3741814Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:32:08.3753543Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:32:08.4898778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:32:08.4906974Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:32:09.2378151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:32:09.2393094Z [gw1] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:09.3429922Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:32:09.3438355Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:32:09.4912568Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:09.4920375Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:32:09.7579739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:32:09.7589455Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:10.0155394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:32:10.0165805Z [gw1] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:32:10.0177622Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:32:10.0590777Z [gw1] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:32:10.0608352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:10.1030041Z [gw1] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:10.1051909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:32:10.1063375Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:32:10.1184867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:32:10.1470120Z [gw3] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:32:10.1587703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:32:10.1910177Z [gw3] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:32:10.1932879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:32:10.2350056Z [gw3] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:32:10.2368286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:32:10.2829967Z [gw3] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:32:10.3073448Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:32:10.3080685Z [gw1] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:32:10.4439143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:10.4447327Z [gw1] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:10.5234564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:32:10.5248960Z [gw3] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:32:10.7479434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:32:10.7521804Z [gw3] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:32:10.7571885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:32:10.7949872Z [gw3] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:32:10.8009299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:32:10.8389557Z [gw3] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:32:11.0580363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:32:11.0594230Z [gw1] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:32:11.3698711Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:32:11.3708017Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:32:11.3737197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:32:11.3748523Z [gw1] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:32:12.2386163Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:32:12.2394119Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:32:12.4706347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:12.4720124Z [gw2] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:12.6223070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:12.6233663Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:13.7217384Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:13.7231062Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:32:14.4799700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:32:14.4812023Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:14.4827770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:14.5230034Z [gw2] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:14.5249245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:14.5720222Z [gw2] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:21.0055416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:32:21.0064461Z [gw1] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:32:21.0460738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:32:21.0472156Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:32:22.7779039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:32:22.7786769Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:32:24.6250479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:32:24.6270720Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:32:25.5069306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:32:25.5093732Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:32:25.5136593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:32:25.5510537Z [gw0] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:32:25.5548952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:32:25.5949841Z [gw0] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:32:25.6000077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:32:25.6390070Z [gw0] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:32:25.6436891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:32:25.6827252Z [gw0] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:32:25.9426314Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:32:25.9431681Z [gw1] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:32:26.5654972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:32:26.5667221Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:32:26.7793606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:32:26.7805243Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:32:26.9903309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:32:26.9923788Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:32:27.0472522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:32:27.0479931Z [gw0] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:32:28.0239375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:32:28.0263412Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:32:28.4657575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:32:28.4683553Z [gw0] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:32:28.4704252Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:28.5110850Z [gw0] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:28.5215677Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:32:28.5227092Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:32:28.6037906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:32:28.6050442Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:32:28.6876354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:32:28.6886608Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:32:28.6918272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:32:28.7348740Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:32:28.7384670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:32:28.7788813Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:32:28.7813903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:32:28.8273400Z [gw3] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:32:28.8298302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:32:28.8751821Z [gw3] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:32:29.1070315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:32:29.1086821Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:32:29.2182992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:32:29.2206436Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:32:29.8315807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:32:29.8342961Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:32:29.8365368Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:29.8750866Z [gw0] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:29.8772646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:32:29.9190599Z [gw0] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:32:29.9209201Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:29.9629736Z [gw0] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:30.2138071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:32:30.2147738Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:32:30.2164148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:32:30.2590677Z [gw0] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:32:30.2627488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:30.3030544Z [gw0] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:30.3066019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:32:30.3469446Z [gw0] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:32:30.3492193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:30.3909646Z [gw0] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:32.9826280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:32.9838402Z [gw1] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:32:36.4982029Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:36.4984147Z [gw1] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:36.7081464Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:32:36.7094424Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:32:36.7200541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:32:36.7509275Z [gw0] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:32:36.9414619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:32:36.9421956Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:32:37.1930727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:32:37.1947182Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:32:37.1993436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:32:37.2465168Z [gw0] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:32:37.3614447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:32:37.3628091Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:32:37.4415206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:32:37.4431452Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:32:37.5275820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:32:37.5288688Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:32:37.5778591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:32:37.5790104Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:32:37.6581842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:37.6594328Z [gw0] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:38.0561848Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:32:38.0589864Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:32:38.4491235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:32:38.4509290Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:32:38.4569732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:32:38.4949399Z [gw0] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:32:38.4987046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:32:38.5440250Z [gw0] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:32:38.5447191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:32:38.5828932Z [gw0] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:32:38.5862703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:32:38.6269301Z [gw0] [ 72%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:32:38.6305182Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:32:38.6708755Z [gw0] [ 72%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:32:38.6757680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:32:38.7149160Z [gw0] [ 72%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:32:38.7187339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:32:38.7589107Z [gw0] [ 72%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:32:39.1656538Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:32:39.1675205Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:32:39.3406713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:32:39.3416075Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:32:39.5989000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:32:39.6001081Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:32:39.8376109Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:32:39.8391454Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:32:39.9604482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:32:39.9617331Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:32:40.4015999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:32:40.4028015Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:32:40.4892949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:32:40.4902632Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:32:40.7471690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:32:40.7482575Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:32:41.1853909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:32:41.1859554Z [gw1] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:32:41.6108102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:32:41.6125356Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:32:41.6132734Z [gw1] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:32:41.6137783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:32:41.6157162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:32:41.6550207Z [gw1] [ 73%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:32:41.6580976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:41.6990275Z [gw1] [ 73%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:41.9502699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:32:41.9602871Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:32:42.1476535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:32:42.1491504Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:32:42.2312795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:32:42.2327175Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:32:42.2528355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:32:42.2750479Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:32:42.4428317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:32:42.4442889Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:32:42.8408154Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:32:42.8424465Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:32:42.9993889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:32:43.0006382Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:32:43.4086615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:32:43.4275479Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:32:44.9654713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:32:44.9655358Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:32:45.5782359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:32:45.5811698Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:32:45.9363636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:32:45.9387564Z [gw1] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:32:46.0764888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:32:46.0792564Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:32:46.0828755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:32:46.1269660Z [gw0] [ 74%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:32:46.1277141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:32:46.1706845Z [gw0] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:32:46.5858377Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:32:46.5870683Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:32:46.6619646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:32:46.6631817Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:32:46.7834800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:32:46.7846871Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:32:47.0648380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:32:47.0680618Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:32:47.5976450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:47.5989765Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:47.6005680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:32:47.6454929Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:32:47.6464766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:47.6895843Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:47.6899252Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:32:47.7338463Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:32:47.7339324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:47.7750018Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:48.1225069Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:32:48.1238830Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:32:48.1448966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:32:48.1473629Z [gw1] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:32:48.3761678Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:32:48.3766810Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:32:48.6426200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:32:48.6439141Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:32:48.8113413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:32:48.8126677Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:32:48.8358891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:32:48.8548819Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:32:48.8796369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:32:48.8988199Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:32:48.9220321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:32:48.9427819Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:32:48.9660387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:32:48.9868296Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:32:49.1711399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:32:49.1732469Z [gw1] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:32:49.3749504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:32:49.3755702Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:32:49.5719988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:32:49.5733575Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:32:49.6658618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:32:49.6680309Z [gw1] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:32:49.9515569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:32:49.9541507Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:32:50.1383530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:32:50.1398661Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:32:50.7636458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:32:50.7643543Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:32:51.7952303Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:32:51.7962950Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:32:51.9033521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:32:51.9045987Z [gw1] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:32:52.9045830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:32:52.9046917Z [gw1] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:32:53.3847725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:32:53.3873653Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:32:54.8967359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:32:54.8978611Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:32:55.3143687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:32:55.3156451Z [gw1] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:32:56.3809651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:32:56.3824427Z [gw1] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:33:00.2269484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:33:00.2290096Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:33:01.9472146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:33:01.9492282Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:33:04.3848104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:33:04.3861757Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:33:05.4522322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:33:05.4527633Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:33:05.5657230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:33:05.5674261Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:33:05.8783983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:33:05.8819734Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:33:05.8858197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:33:05.9270498Z [gw0] [ 78%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:33:05.9299133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:33:05.9712258Z [gw0] [ 78%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:33:06.5327702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:33:06.5340119Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:33:06.7127370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:33:06.7140463Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:06.8180687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:06.8193042Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:33:07.9519853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:33:07.9534135Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:33:08.5374147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:33:08.5398609Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:33:08.5726185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:33:08.5742710Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:33:09.8488721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:33:09.8501713Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:33:10.4958533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:33:10.4966063Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:33:10.6643403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:33:10.6644056Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:33:12.0332377Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:33:12.0355851Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:33:12.7752744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:33:12.7760024Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:33:15.2564990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:15.2601948Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:17.2195783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:17.2213346Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:18.9717375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:18.9730633Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:33:19.3541578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:33:19.3552209Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:21.5174947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:21.5187625Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:22.7089185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:22.7109708Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:33:23.5675769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:33:23.5688717Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:23.5704007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:33:23.6109108Z [gw0] [ 80%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:33:27.0006188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:27.0022073Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:29.1272636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:29.1296704Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:33:29.3779788Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:33:29.3803168Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:33:29.9915573Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:33:29.9930891Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:33:29.9938695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:33:29.9948054Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:30.6235275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:33:30.6249955Z [gw2] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:30.8612353Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:33:30.8622250Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:33:31.1369570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:33:31.1387535Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:33:31.3229978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:33:31.3243174Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:33:31.7581673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:33:31.7591467Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:33:31.7912172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:33:31.7926180Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:33:31.9665985Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:33:31.9679505Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:33:32.0556531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:33:32.0573209Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:33:32.0821321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:33:32.0990166Z [gw0] [ 82%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:33:32.1282870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:33:32.1431524Z [gw0] [ 82%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:33:32.6287151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:33:32.6299364Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:33:32.8833121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:33:32.8898720Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:33:32.9507561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:33:32.9527243Z [gw2] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:33:32.9782588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:32.9810938Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:33:33.0136577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:33:33.0227076Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:33:33.2168424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:33:33.2195708Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:33:33.3176288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:33:33.3190741Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:33:33.8062018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:33:33.8085409Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:33:34.0693659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:33:34.0707136Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:33:34.2926990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:33:34.2943247Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:33:34.3848586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:33:34.3874119Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:33:35.4543378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:33:35.4556926Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:33:35.6095833Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:33:35.6109480Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:33:35.7566757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:33:35.7590913Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:33:35.8450413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:33:35.8467140Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:33:35.9701101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:33:35.9713399Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:33:36.0975114Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:33:36.0987597Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:33:36.2155801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:33:36.2168481Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:33:36.2189361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:33:36.2631679Z [gw0] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:33:36.4162834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:33:36.4177231Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:33:36.4585025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:33:36.4627654Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:33:36.5016394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:33:36.5109239Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:33:36.5515865Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:33:36.5547128Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:33:36.5976726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:33:36.5986039Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:33:36.7306376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:33:36.7318563Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:33:36.8549423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:33:36.8561843Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:33:36.8590753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:33:36.8989343Z [gw0] [ 85%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:33:36.9491255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:33:36.9504666Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:33:36.9993582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:33:37.0007728Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:33:37.0026056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:37.0431164Z [gw0] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:37.0503297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:37.0872715Z [gw0] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:37.0896682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:37.1342530Z [gw0] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:37.1353216Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:37.1754800Z [gw0] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:37.2261121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:33:37.2273554Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:33:37.4047346Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:33:37.4054840Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:33:37.4069586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:33:37.4470128Z [gw3] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:33:37.4493905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:37.4986485Z [gw3] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:37.5465713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:33:37.5488165Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:33:37.6030226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:33:37.6036232Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:33:37.6418599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:33:37.6459273Z [gw0] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:33:37.6468647Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:33:37.6517140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:33:37.6912107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:33:37.6987776Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:33:37.7432428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:33:37.7467453Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:33:37.7770607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:37.7782228Z [gw0] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:33:37.8823893Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:33:37.8835051Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:37.9966858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:37.9977804Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:37.9992769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:38.0430201Z [gw3] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:38.0447375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:38.0869825Z [gw3] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:38.1612770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:33:38.1623926Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:33:38.1634978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:33:38.1647128Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:33:38.2745583Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:33:38.2757452Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:33:38.3548305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:33:38.3556757Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:33:39.1223196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:33:39.1239915Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:33:39.4509957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:33:39.4517841Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:33:39.5655322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:33:39.5663802Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:33:40.1656957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:33:40.1663967Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:33:40.3568976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:33:40.3581222Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:33:40.7314391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:33:40.7328850Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:33:40.9143726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:33:40.9170896Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:33:40.9813900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:33:40.9821534Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:33:41.0153080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:33:41.0167553Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:33:41.4013259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:33:41.4026181Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:33:41.4426908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:33:41.4442230Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:33:41.6566811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:33:41.6580482Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:33:41.6599415Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:33:41.6988987Z [gw0] [ 88%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:33:43.3095952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:33:43.3108024Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:33:43.7330752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:33:43.7345181Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:33:44.0974358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:33:44.0990638Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:33:44.8469549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:33:44.8556495Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:33:45.0090865Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:33:45.0100742Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:33:45.4181428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:33:45.4195507Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:33:45.4219524Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:33:45.4632028Z [gw3] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:33:46.8406296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:33:46.8406986Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:33:48.3177095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:33:48.3183299Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:33:50.4464655Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:33:50.4477356Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:33:51.8466231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:33:51.8474008Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:33:52.3301295Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:33:52.3317544Z [gw0] [ 89%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:33:52.3335950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:33:52.3748980Z [gw0] [ 90%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:33:53.9623026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:33:53.9636144Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:33:54.8856076Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:33:54.8861453Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:33:55.0711887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:33:55.0723566Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:33:55.1701813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:33:55.1714973Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:33:55.3547676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:33:55.3560340Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:33:55.4498837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:33:55.4511325Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:33:57.8756466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:33:57.8767043Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:33:58.9081607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:33:58.9089654Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:33:59.2560657Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:33:59.2575007Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:33:59.4017637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:33:59.4029150Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:34:04.3757083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:34:04.3774733Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:34:07.0015308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:34:07.0027912Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:34:07.0036710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:34:07.0489818Z [gw0] [ 91%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:34:07.0498793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:34:07.0910387Z [gw0] [ 91%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:34:07.2309829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:34:07.2325362Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:34:07.4398608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:34:07.4420351Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:34:08.7787322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:34:08.7804864Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:34:08.9220292Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:34:08.9233269Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:34:08.9946275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:34:08.9964172Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:34:10.4332932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:34:10.4338476Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:34:11.3116449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:34:11.3135090Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:34:11.7512392Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:34:11.7541761Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:34:12.2299873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:34:12.2329376Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:34:12.5954721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:34:12.5976426Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:34:12.6125464Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:34:12.6388591Z [gw3] [ 92%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:34:12.6462856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:34:12.6477914Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:34:12.8482664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:34:12.8489724Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:34:13.4730777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:34:13.4745250Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:34:13.8718542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:34:13.8723812Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:34:14.5752982Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:34:14.5768154Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:34:15.4736467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:34:15.4744639Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:34:15.5833931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:34:15.5848393Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:34:16.0802356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:34:16.0817762Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:34:16.3405726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:34:16.3418445Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:34:17.0433890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:34:17.0443743Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:34:17.1600723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:34:17.1616979Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:34:17.5954785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:34:17.5964692Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:34:18.8149715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:34:18.8175424Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:34:19.1698757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:34:19.1722214Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:34:23.1165758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:34:23.1179052Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:34:23.3978468Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:34:23.4002713Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:34:24.0933598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:34:24.0956061Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:34:24.1953136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:34:24.1974990Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:34:25.3078236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:34:25.3099846Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:34:25.5620193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:34:25.5633924Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:34:26.2219197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:34:26.2239650Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:34:27.2696233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:34:27.2704937Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:34:28.1030775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:34:28.1048288Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:34:29.0233990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:34:29.0242562Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:34:29.0264886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:34:29.0670831Z [gw0] [ 94%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:34:29.1292086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:34:29.1302921Z [gw0] [ 95%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:34:29.1880061Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:34:29.1895825Z [gw0] [ 95%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:34:29.4149889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:34:29.4158427Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:34:30.4071984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:34:30.4088978Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:34:30.4121940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:34:30.4509231Z [gw3] [ 95%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:34:30.7672729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:34:30.7687238Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:34:31.3381086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:34:31.3399861Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:34:31.5598652Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:34:31.5617967Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:34:32.2516753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:34:32.2520841Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:34:32.7013651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:34:32.7027182Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:34:32.8159456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:34:32.8178432Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:34:32.8625607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:34:32.8639853Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:34:33.2079111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:34:33.2097302Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:34:33.3376562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:34:33.3398260Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:34:33.3785943Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:34:33.3809525Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:34:33.4592314Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:34:33.4613520Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:34:33.5285588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:34:33.5294876Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:34:33.6807562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:34:33.6830518Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:34:33.7571173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:34:33.7592196Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:34:34.1665374Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:34:34.1677440Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:34:34.3078096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:34:34.3096765Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:34:34.3408344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:34:34.3427237Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:34:34.4624858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:34:34.4640074Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:34:34.4659207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:34:34.5069839Z [gw3] [ 97%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:34:34.5094670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:34:34.5113794Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:34:34.5133758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:34:34.5549800Z [gw0] [ 97%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:34:34.5591170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:34:34.5989339Z [gw0] [ 97%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:34:34.6007970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:34:34.6428927Z [gw0] [ 97%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:34:34.6442526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:34:34.6869612Z [gw0] [ 97%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:34:34.8941197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:34:34.8954583Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:34:34.9942853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:34:35.2246737Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:34:35.2256677Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:34:35.3661451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:34:35.3672229Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:34:35.3927804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:34:35.3940796Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:34:35.4004338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:34:35.4473582Z [gw3] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:34:35.4481329Z [gw2] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:34:35.6882125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:34:35.6891533Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:34:35.8279947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:34:35.8287204Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:34:36.5789417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:34:36.5797050Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:34:36.5812193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:34:36.6227829Z [gw2] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:34:37.8246856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:34:37.8256108Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:34:38.3884289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:34:38.3891012Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:34:38.9190770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:34:38.9196738Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:34:39.1829042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:34:39.1837905Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:34:39.1851071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:34:39.2269182Z [gw2] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:34:43.4943151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:34:43.4950473Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:34:45.6650662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:34:49.0340090Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:34:49.0348706Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:34:51.8499929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:34:51.8506565Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:34:53.2447903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:34:53.2455525Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:34:53.4250158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:34:55.0972610Z [gw1] [100%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:34:55.0973942Z 2022-09-27T15:34:55.0978775Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml - 2022-09-27T15:34:55.0982326Z === 753 passed, 107 skipped, 154 xfailed, 143 warnings in 280.36s (0:04:40) ==== 2022-09-27T15:34:55.1133116Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:34:55.7046114Z Running test_decomp ... [2022-09-27 15:34:55.704219] 2022-09-27T15:34:55.7046840Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:34:55.704296] 2022-09-27T15:34:58.0906957Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-09-27T15:34:58.2233413Z 2022-09-27T15:34:58.2233804Z Running tests... 2022-09-27T15:34:58.2234306Z ---------------------------------------------------------------------- 2022-09-27T15:34:58.2500291Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:34:58.2540078Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:34:58.2743438Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:34:58.2809168Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:34:58.2992099Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:34:58.3013956Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:34:58.3085542Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:34:58.3153346Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:34:58.3179196Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3204668Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3230396Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3256570Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3282372Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3313529Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3345277Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3483123Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:34:58.3558209Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:34:58.3702634Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:34:58.3727259Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:34:58.3817872Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:34:58.3902366Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:34:58.3932968Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3963738Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.3994364Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.4027709Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.4060459Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:34:58.4312672Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:34:58.4423764Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:34:58.5528784Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T15:34:58.5657289Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:34:58.6796431Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:34:58.7041614Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:34:58.7818053Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:34:58.8572266Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:34:58.8686519Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:34:58.8796325Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:34:58.8912063Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:34:58.9021368Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:34:58.9133417Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:34:58.9298665Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:34:58.9528795Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.1430739Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T15:34:59.3269796Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T15:34:59.3450348Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:34:59.4512025Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-09-27T15:34:59.5572034Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-09-27T15:34:59.5803792Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.6036275Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.6265356Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.6498549Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.6729478Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.6959918Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.7188061Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.7428969Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:34:59.7660431Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.7891264Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:34:59.8116210Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:34:59.8544600Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:34:59.9110721Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:35:00.6159312Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.705s) 2022-09-27T15:35:01.3345958Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.719s) 2022-09-27T15:35:01.3809034Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:35:01.7384267Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (0.357s) 2022-09-27T15:35:02.0867609Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (0.348s) 2022-09-27T15:35:02.1347134Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:35:02.1825012Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:35:02.2302169Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:35:02.2780070Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:35:02.3258282Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:35:02.3738856Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:35:03.4142573Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (1.040s) 2022-09-27T15:35:04.4612251Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (1.047s) 2022-09-27T15:35:05.0243883Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.563s) 2022-09-27T15:35:05.5830098Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.559s) 2022-09-27T15:35:05.8048868Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.222s) 2022-09-27T15:35:06.0200878Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.215s) 2022-09-27T15:35:06.2361078Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.216s) 2022-09-27T15:35:06.4530874Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T15:35:06.6705492Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T15:35:06.7282153Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:35:06.7888250Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:35:07.0964514Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.308s) 2022-09-27T15:35:07.4014020Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.305s) 2022-09-27T15:35:07.4267264Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:35:07.4498913Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:07.9038702Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.454s) 2022-09-27T15:35:08.3683707Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.464s) 2022-09-27T15:35:08.3968531Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:35:08.6264502Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.229s) 2022-09-27T15:35:08.8497117Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.223s) 2022-09-27T15:35:08.8726137Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:08.8956324Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:08.9184843Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:08.9417564Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:08.9647484Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:08.9894799Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:35:09.0132420Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:35:09.0363954Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:09.0624420Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:35:09.0850530Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:09.1074870Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:09.1837322Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:35:09.8940622Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.710s) 2022-09-27T15:35:10.6132756Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.719s) 2022-09-27T15:35:10.6245699Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:35:10.9447838Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (0.320s) 2022-09-27T15:35:11.2570350Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (0.312s) 2022-09-27T15:35:11.2907645Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:35:11.3260904Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:35:11.3598028Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:35:11.3936760Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:35:11.4273284Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:35:11.4439196Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:35:11.6987577Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T15:35:11.9572167Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T15:35:11.9744888Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:35:12.1218538Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.147s) 2022-09-27T15:35:12.2670496Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T15:35:12.2885687Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:12.3105222Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:12.3321939Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:12.3537400Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:12.3750339Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:12.3976845Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:12.4218851Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:35:12.4450227Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:12.4676595Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:12.4903247Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:12.5129095Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:12.9070035Z test_comprehensive__masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.394s) 2022-09-27T15:35:13.3225863Z test_comprehensive__masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.415s) 2022-09-27T15:35:14.2390689Z test_comprehensive__masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.916s) 2022-09-27T15:35:15.1260894Z test_comprehensive__masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.887s) 2022-09-27T15:35:15.3366191Z test_comprehensive__masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.210s) 2022-09-27T15:35:15.5463038Z test_comprehensive__masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.210s) 2022-09-27T15:35:15.7505886Z test_comprehensive__masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.204s) 2022-09-27T15:35:15.9675474Z test_comprehensive__masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T15:35:16.1838568Z test_comprehensive__masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.216s) 2022-09-27T15:35:16.5828140Z test_comprehensive__masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.399s) 2022-09-27T15:35:16.9931175Z test_comprehensive__masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.410s) 2022-09-27T15:35:17.9262116Z test_comprehensive__masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.933s) 2022-09-27T15:35:18.8264361Z test_comprehensive__masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.900s) 2022-09-27T15:35:19.0368117Z test_comprehensive__masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.210s) 2022-09-27T15:35:19.2458986Z test_comprehensive__masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.209s) 2022-09-27T15:35:19.4509793Z test_comprehensive__masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.205s) 2022-09-27T15:35:19.6599389Z test_comprehensive__masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.209s) 2022-09-27T15:35:19.8688700Z test_comprehensive__masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.209s) 2022-09-27T15:35:19.9334697Z test_comprehensive__masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:35:19.9995938Z test_comprehensive__masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:35:20.1745467Z test_comprehensive__masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.175s) 2022-09-27T15:35:20.3471450Z test_comprehensive__masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.172s) 2022-09-27T15:35:20.4608034Z test_comprehensive__masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:35:20.5762334Z test_comprehensive__masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:35:20.6631723Z test_comprehensive__masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-09-27T15:35:20.7773255Z test_comprehensive__masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:35:20.8926585Z test_comprehensive__masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:35:20.9569733Z test_comprehensive__masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:35:21.0222124Z test_comprehensive__masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:35:21.1996892Z test_comprehensive__masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T15:35:21.3743366Z test_comprehensive__masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-09-27T15:35:21.4886314Z test_comprehensive__masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:35:21.6039671Z test_comprehensive__masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:35:21.6899720Z test_comprehensive__masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-09-27T15:35:21.8051734Z test_comprehensive__masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:35:21.9193831Z test_comprehensive__masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:35:22.0070330Z test_comprehensive__masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T15:35:22.9007451Z test_comprehensive__masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.894s) 2022-09-27T15:35:23.8252878Z test_comprehensive__masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.924s) 2022-09-27T15:35:24.3306643Z test_comprehensive__masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.505s) 2022-09-27T15:35:24.8332112Z test_comprehensive__masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.502s) 2022-09-27T15:35:24.9063224Z test_comprehensive__masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:35:24.9776360Z test_comprehensive__masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:35:25.0502779Z test_comprehensive__masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:35:25.1219156Z test_comprehensive__masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:35:25.1948203Z test_comprehensive__masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:35:25.2252925Z test_comprehensive__masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:35:25.6106369Z test_comprehensive__masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.385s) 2022-09-27T15:35:26.0078826Z test_comprehensive__masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.397s) 2022-09-27T15:35:26.2619103Z test_comprehensive__masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.254s) 2022-09-27T15:35:26.5111596Z test_comprehensive__masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.249s) 2022-09-27T15:35:26.5826550Z test_comprehensive__masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:35:26.6547625Z test_comprehensive__masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:35:26.7263920Z test_comprehensive__masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:35:26.7983329Z test_comprehensive__masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:35:26.8724582Z test_comprehensive__masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:35:26.9146292Z test_comprehensive__masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:35:27.2299602Z test_comprehensive__masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T15:35:27.5263301Z test_comprehensive__masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.296s) 2022-09-27T15:35:27.6135852Z test_comprehensive__masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-09-27T15:35:28.3302879Z test_comprehensive__masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.717s) 2022-09-27T15:35:29.0292890Z test_comprehensive__masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.699s) 2022-09-27T15:35:29.0297008Z test_comprehensive__masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:35:29.0300662Z test_comprehensive__masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:35:29.0304793Z test_comprehensive__masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:35:29.0308130Z test_comprehensive__masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:35:29.0311715Z test_comprehensive__masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:35:29.0315555Z test_comprehensive__masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:35:29.0318923Z test_comprehensive__masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:35:29.0322518Z test_comprehensive__masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:35:29.4466853Z test_comprehensive__masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.414s) 2022-09-27T15:35:29.9366265Z test_comprehensive__masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (0.490s) 2022-09-27T15:35:31.1761676Z test_comprehensive__masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.239s) 2022-09-27T15:35:32.4418183Z test_comprehensive__masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.266s) 2022-09-27T15:35:32.8706111Z test_comprehensive__masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.429s) 2022-09-27T15:35:33.8609820Z test_comprehensive__masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.990s) 2022-09-27T15:35:34.8198378Z test_comprehensive__masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.959s) 2022-09-27T15:35:35.3113563Z test_comprehensive__masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.491s) 2022-09-27T15:35:35.8068757Z test_comprehensive__masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.495s) 2022-09-27T15:35:36.2920064Z test_comprehensive__masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.485s) 2022-09-27T15:35:36.7817174Z test_comprehensive__masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.490s) 2022-09-27T15:35:37.2760411Z test_comprehensive__masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.494s) 2022-09-27T15:35:37.3211783Z test_comprehensive__masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:35:37.5122402Z test_comprehensive__masked_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T15:35:37.6977370Z test_comprehensive__masked_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-09-27T15:35:39.7586050Z test_comprehensive__masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.061s) 2022-09-27T15:35:41.9328980Z test_comprehensive__masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (2.174s) 2022-09-27T15:35:47.2141304Z test_comprehensive__masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (5.281s) 2022-09-27T15:35:52.3946357Z test_comprehensive__masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (5.180s) 2022-09-27T15:35:52.7631340Z test_comprehensive__masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.368s) 2022-09-27T15:35:54.7056799Z test_comprehensive__masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.942s) 2022-09-27T15:35:56.7075926Z test_comprehensive__masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.002s) 2022-09-27T15:35:57.1053483Z test_comprehensive__masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.398s) 2022-09-27T15:35:58.5068119Z test_comprehensive__masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (1.401s) 2022-09-27T15:35:59.8707440Z test_comprehensive__masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (1.364s) 2022-09-27T15:36:00.1717721Z test_comprehensive__masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T15:36:02.9083928Z test_comprehensive__masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.736s) 2022-09-27T15:36:05.7418620Z test_comprehensive__masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.833s) 2022-09-27T15:36:07.6487382Z test_comprehensive__masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.907s) 2022-09-27T15:36:09.5093046Z test_comprehensive__masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.861s) 2022-09-27T15:36:09.8099749Z test_comprehensive__masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T15:36:10.1083640Z test_comprehensive__masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.298s) 2022-09-27T15:36:10.3506961Z test_comprehensive__masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.242s) 2022-09-27T15:36:10.6471300Z test_comprehensive__masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.296s) 2022-09-27T15:36:10.9500606Z test_comprehensive__masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:36:10.9905987Z test_comprehensive__masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:36:11.2982368Z test_comprehensive__masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.308s) 2022-09-27T15:36:11.5916433Z test_comprehensive__masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.293s) 2022-09-27T15:36:11.6455038Z test_comprehensive__masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:36:12.0434112Z test_comprehensive__masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.398s) 2022-09-27T15:36:12.4200670Z test_comprehensive__masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.377s) 2022-09-27T15:36:13.3788673Z test_comprehensive__masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.959s) 2022-09-27T15:36:17.6393463Z test_comprehensive__masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.260s) 2022-09-27T15:36:21.9804484Z test_comprehensive__masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.341s) 2022-09-27T15:36:24.7209146Z test_comprehensive__masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (2.740s) 2022-09-27T15:36:27.5918398Z test_comprehensive__masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (2.871s) 2022-09-27T15:36:30.1591061Z test_comprehensive__masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (2.567s) 2022-09-27T15:36:32.7043470Z test_comprehensive__masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (2.544s) 2022-09-27T15:36:35.2631463Z test_comprehensive__masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (2.559s) 2022-09-27T15:36:37.8481344Z test_comprehensive__masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (2.585s) 2022-09-27T15:36:40.4306303Z test_comprehensive__masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.582s) 2022-09-27T15:36:40.6184914Z test_comprehensive__masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.188s) 2022-09-27T15:36:40.8274245Z test_comprehensive__masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.209s) 2022-09-27T15:36:41.6258713Z test_comprehensive__masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.798s) 2022-09-27T15:36:42.4301569Z test_comprehensive__masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.804s) 2022-09-27T15:36:42.6239829Z test_comprehensive__masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.194s) 2022-09-27T15:36:43.2184168Z test_comprehensive__masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.594s) 2022-09-27T15:36:43.7960713Z test_comprehensive__masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.578s) 2022-09-27T15:36:44.0059012Z test_comprehensive__masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.210s) 2022-09-27T15:36:44.2175373Z test_comprehensive__masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.212s) 2022-09-27T15:36:44.4210790Z test_comprehensive__masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.203s) 2022-09-27T15:36:44.6275974Z test_comprehensive__masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T15:36:44.8356941Z test_comprehensive__masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T15:36:45.7022190Z test_comprehensive__masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.866s) 2022-09-27T15:36:49.5391419Z test_comprehensive__masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.837s) 2022-09-27T15:36:53.4557075Z test_comprehensive__masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.916s) 2022-09-27T15:36:54.3841867Z test_comprehensive__masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.928s) 2022-09-27T15:36:56.8806180Z test_comprehensive__masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (2.496s) 2022-09-27T15:36:59.4872527Z test_comprehensive__masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (2.607s) 2022-09-27T15:37:01.8907708Z test_comprehensive__masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (2.403s) 2022-09-27T15:37:04.3040618Z test_comprehensive__masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (2.413s) 2022-09-27T15:37:06.6869787Z test_comprehensive__masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (2.383s) 2022-09-27T15:37:09.0886279Z test_comprehensive__masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (2.402s) 2022-09-27T15:37:11.5346895Z test_comprehensive__masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.446s) 2022-09-27T15:37:11.5386679Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:11.5962911Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:37:11.6140555Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:11.6720058Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:37:11.6752329Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:11.7155407Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:37:11.7547438Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:37:11.7612175Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:11.7675077Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:11.7737211Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:11.7800045Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:11.7865743Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:11.7981265Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:11.8019559Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:11.8392664Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:37:11.8777161Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:37:11.9015874Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:11.9246931Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:11.9283653Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:11.9318262Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:11.9352383Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:11.9386379Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:11.9419760Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:11.9502106Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:11.9532647Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:11.9903280Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:37:12.0287044Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:37:12.0474911Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:12.0660621Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:12.0695411Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:12.0727238Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:12.0758251Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:12.0789195Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:12.0819831Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:12.1009892Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:12.1267028Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:12.3241758Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T15:37:12.3990860Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:37:12.5957654Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T15:37:12.6164837Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:12.7307101Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:37:12.8441942Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:37:12.8710976Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:12.8979879Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:12.9234527Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:37:12.9492725Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:12.9747747Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:37:12.9978472Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:13.5927179Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.595s) 2022-09-27T15:37:14.1878809Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.595s) 2022-09-27T15:37:14.3413328Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.153s) 2022-09-27T15:37:14.4932631Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-09-27T15:37:14.4954153Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:14.4971724Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:14.4991842Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:14.5009927Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:14.5027241Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:14.5628396Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:37:15.0538259Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.491s) 2022-09-27T15:37:15.5533022Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.499s) 2022-09-27T15:37:15.8206106Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.267s) 2022-09-27T15:37:16.0790008Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T15:37:16.1248753Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:37:16.4848459Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.360s) 2022-09-27T15:37:16.8556038Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.371s) 2022-09-27T15:37:17.0611886Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T15:37:17.2602271Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.199s) 2022-09-27T15:37:17.2788009Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:17.2981072Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:17.3164379Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:17.3350633Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:17.3536775Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:17.3656248Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:17.4386872Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:37:17.5150394Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:37:17.5459087Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:37:17.5759629Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:37:17.5808414Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:17.5851089Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:17.5896004Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:17.5938711Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:17.5980954Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:17.6053151Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:17.6530013Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:37:17.7020891Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:37:17.7220346Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:17.7421315Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:17.7469525Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:17.7512585Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:17.7558905Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:17.7599106Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:17.7638858Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:17.7824136Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:17.9142207Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.132s) 2022-09-27T15:37:18.0485823Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-09-27T15:37:18.1159186Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:37:18.1796126Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:37:18.1813090Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:18.1829195Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:18.1844073Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:18.1858382Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:18.1872216Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:18.2002613Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:18.2062867Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:18.3051921Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:37:18.4064231Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:37:18.4122746Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:18.4660438Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:37:18.5191286Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:37:18.5259126Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:18.5320873Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:18.5380104Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:18.5440551Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:18.5501212Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:18.5657384Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:18.5790825Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:18.6044199Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:37:18.6313545Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:18.6477192Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:18.6675150Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:18.6869290Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:18.7008798Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:18.7150645Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:18.7287684Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:18.7430290Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:18.7572873Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:18.7633500Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:18.7700449Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:18.7770109Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:18.7824293Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:18.7883756Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:18.7935747Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:18.8723104Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:37:18.8890586Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:18.9723066Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:37:19.1321867Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:37:19.2869231Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.155s) 2022-09-27T15:37:19.3039486Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:19.3207932Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:19.3372512Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:19.3542133Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:19.3711086Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:19.4524960Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:37:19.4689370Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:19.5511817Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:37:19.7102968Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T15:37:19.8671331Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-09-27T15:37:19.8836316Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:19.9004999Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:19.9168492Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:19.9336194Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:19.9498487Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:19.9516341Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:19.9532161Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:19.9547882Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:19.9560928Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:19.9573297Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:19.9586292Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:19.9598981Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:19.9611830Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:19.9628393Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:19.9638521Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.0908882Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T15:37:20.2202331Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:37:20.2219810Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.2234128Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.2247746Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.2258598Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.2268466Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.2279118Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.2289202Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.2299837Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.2446947Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:20.2572751Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:20.2822035Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:37:20.3077779Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:20.3221804Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:20.3408394Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:20.3592400Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:20.3725343Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:20.3858156Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:20.3989802Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:20.4121832Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:20.4258865Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:20.4347864Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:20.4431624Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:20.4561486Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:20.4685497Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:20.4793655Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:20.4902133Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:20.5004067Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:20.5106644Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:20.5208272Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:20.5226579Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5243956Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5261744Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5278967Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5294961Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5310743Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5326088Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5341890Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5357292Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.5376600Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5395599Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5414699Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5432466Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5447550Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.5463302Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5478678Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.5494293Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5509964Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5553694Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:20.5586166Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:20.5630043Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:20.5666912Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:20.5703673Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:20.5739776Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:20.5775785Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:20.5810047Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:20.5845158Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:20.5879636Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:20.5899894Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5913435Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.5930165Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5947183Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.5962740Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.5978142Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.5993126Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.6006593Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.6020627Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.6033863Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.6047337Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.6061905Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.6145290Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:20.6158154Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.6420362Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:20.6439771Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.6708383Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:20.6793288Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:20.6997745Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:20.7194762Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:20.7211061Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:20.7225423Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.7238332Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.7250506Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.7262791Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:20.7266790Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7269885Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7273470Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7276952Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7280613Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7284263Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7287835Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7291427Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7295146Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7298860Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7302455Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7305881Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7309358Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:20.7357424Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:20.7425062Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:20.8856615Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T15:37:21.0355265Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T15:37:21.1061870Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:37:21.1747057Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:37:21.1817035Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:21.1885211Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:21.1952290Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:21.2080802Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:21.2148150Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:21.2192156Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:21.2257854Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:21.3403542Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:37:21.4603501Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T15:37:21.5149367Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:37:21.5655266Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:37:21.5722605Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:21.5790272Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:21.5856354Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:21.5921954Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:21.5989902Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:21.6550429Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:37:21.6808747Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:22.2426163Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.562s) 2022-09-27T15:37:22.7887766Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.546s) 2022-09-27T15:37:22.8148416Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:22.8407454Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:22.8664410Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:22.8921651Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:22.9194615Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:22.9239553Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:22.9313219Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.0435758Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.112s) 2022-09-27T15:37:23.1602667Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-09-27T15:37:23.2114576Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:37:23.2619614Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:37:23.2687575Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.2754804Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.2821599Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.2888914Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.2954289Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.2996469Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:23.3061134Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.4023602Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:37:23.5016723Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:37:23.5454071Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:37:23.5876731Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:37:23.5944491Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.6013031Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.6080359Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.6147657Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.6214551Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.6264149Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:23.6286705Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:23.6371707Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:23.6418612Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:23.6505574Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:23.6551116Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:23.6619475Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.6683726Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.6706271Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:23.6727205Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:23.6747815Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:23.6768030Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:23.6788900Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:23.6845396Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.6877163Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:23.7020053Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:23.7104147Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:23.7268765Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:23.7325369Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.7433411Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:23.7535866Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:23.7568439Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:23.7600259Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:23.7630399Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:23.7660995Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:23.7691339Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:23.7764650Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:23.7822996Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.8124924Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:37:23.8284312Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:23.8610172Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:37:23.8690091Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:23.8910241Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:23.9121357Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:23.9183716Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.9244601Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.9304961Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.9367331Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.9428845Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:23.9595462Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:24.5659934Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.606s) 2022-09-27T15:37:25.1942200Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.628s) 2022-09-27T15:37:25.3327610Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-09-27T15:37:25.4713536Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-09-27T15:37:25.4732354Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:25.4749108Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:25.4764788Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:25.4780426Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:25.4795806Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:25.4856929Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:25.4887384Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.4917548Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.4946188Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.4997316Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:25.5169395Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:25.5272475Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:25.5446250Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:25.5502756Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:25.5644845Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:25.5785342Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:25.5835565Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:25.5885099Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:25.5934189Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:25.5984230Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:25.6032874Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:25.6052542Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:25.6069615Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:25.6086466Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:25.6103544Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:25.6120204Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:25.6359382Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:25.6602837Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:25.6836868Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.7071183Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.7303017Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.7533879Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.7769077Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.8010900Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:25.8243119Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.8477216Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.8705652Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.8735125Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.8762753Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.8790308Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.8816510Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.8843205Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.8870222Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:25.9099212Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.9329499Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.9558400Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:25.9783466Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.0010052Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:26.0234060Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.0461439Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:26.0686068Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.0918257Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:26.1145939Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:26.1372765Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:26.1596249Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.1822175Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.2046926Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.2270487Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.2495999Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.2719187Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.2788847Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:26.2802281Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.2979621Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:26.3006995Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:26.3471411Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:37:26.3538926Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:26.3673280Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:26.3802572Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:26.3816015Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.3829346Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.3842363Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.3855408Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.3868453Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.3889833Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:26.4311253Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:37:26.4747511Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:37:26.4988952Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:26.5221135Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:26.5234248Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.5245631Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.5256051Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.5265879Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.5276162Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.5328530Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:26.5351508Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:26.5447345Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:26.5546841Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:26.5649301Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:26.5700975Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:26.5770156Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:26.5845875Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:26.5897169Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:26.5946922Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:26.5996480Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:26.6047102Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:26.6095553Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:26.6108654Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:26.6167863Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:26.6206708Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:26.6424153Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:26.6650437Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:26.6711913Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:26.6864967Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:26.7012720Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:26.7048605Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:26.7083223Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:26.7115827Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:26.7149705Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:26.7183077Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:26.7277490Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:26.7336930Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:26.7840690Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:37:26.8341794Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:37:26.8442471Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:26.8767233Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:37:26.9087481Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:37:26.9147631Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:26.9206061Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:26.9262119Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:26.9320405Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:26.9376250Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:26.9418112Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:26.9455323Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:26.9491551Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:26.9528897Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:26.9553029Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:26.9576813Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:26.9600354Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:26.9624643Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:26.9648128Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:26.9701096Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:26.9745858Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:26.9840745Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:26.9937363Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:26.9988415Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:27.0055831Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:27.0121682Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:27.0166834Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:27.0211277Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:27.0255911Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:27.0300322Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:27.0322825Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:27.0437132Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:27.0544218Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:27.0975382Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:37:27.1419315Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:37:27.1529831Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:27.1858051Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:37:27.2186155Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:37:27.2299178Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:27.2406723Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:27.2509362Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:27.2615393Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:27.2721389Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:27.2791620Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:27.2877945Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:27.3143705Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:27.3386273Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:27.3675301Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:37:27.3749067Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:27.3936601Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:27.4111387Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:27.4199900Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:27.4289730Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:27.4377122Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:27.4467096Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:27.4555843Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:29.2689072Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.813s) 2022-09-27T15:37:31.0466485Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.778s) 2022-09-27T15:37:31.0492501Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:31.0604589Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:31.0713979Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:31.0784144Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:31.0852543Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:31.0919964Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:31.0987218Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:31.1052600Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:31.1148053Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:31.1203301Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:31.1412350Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:31.1464996Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:31.1679189Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:31.1756239Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:31.1910616Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:31.2064931Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:31.2124351Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:31.2183068Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:31.2239568Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:31.2295008Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:31.2349553Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:31.2402399Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:31.2448575Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:31.2546030Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:31.2647139Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:31.2745865Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:31.2799764Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:31.2869101Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:31.2936970Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:31.2983898Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:31.3029515Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:31.3075093Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:31.3098323Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:31.3143498Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:31.5889855Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.274s) 2022-09-27T15:37:31.8689201Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.280s) 2022-09-27T15:37:32.0532919Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T15:37:32.2303872Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T15:37:32.5374695Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.307s) 2022-09-27T15:37:32.8562997Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.319s) 2022-09-27T15:37:33.0419303Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.186s) 2022-09-27T15:37:33.2328132Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T15:37:33.4840690Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.251s) 2022-09-27T15:37:33.7382037Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-09-27T15:37:33.8924843Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.154s) 2022-09-27T15:37:34.0408187Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.148s) 2022-09-27T15:37:34.0471196Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:34.0745379Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:34.1772914Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.103s) 2022-09-27T15:37:34.2539761Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:37:34.3583122Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:37:34.3642181Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:34.4236745Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:37:34.4825970Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:37:34.5098320Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:34.5369553Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:34.5636723Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:34.5905876Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:34.6173287Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:34.7184431Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:37:35.0214357Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:37:35.3221781Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T15:37:35.3625474Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:37:35.4014038Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:37:35.4396273Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:37:35.4780430Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:37:35.5175165Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:37:35.5781456Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:37:35.5997457Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:35.6645677Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:37:35.9573696Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.293s) 2022-09-27T15:37:36.2426923Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T15:37:36.2642421Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:36.2858600Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:36.3071541Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:36.3294056Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:36.3517137Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:36.4161805Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:37:36.4380699Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:36.5018278Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:37:36.7946802Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.293s) 2022-09-27T15:37:37.0822590Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.288s) 2022-09-27T15:37:37.1037123Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:37.1254421Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:37.1468468Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:37.1685254Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:37.1905630Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:37.1931840Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:37.1993641Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:37.2148323Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:37.2302758Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:37.2458515Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:37.2483376Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:37.2578354Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:37.2668418Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:37.2725291Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:37.2782397Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:37.2839650Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:37.2896828Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:37.2952921Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:37.3000097Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:37.3053736Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:37.3226223Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:37.3369139Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:37.3551633Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:37.3600937Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:37.3733429Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:37.3857383Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:37.3913033Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:37.3967619Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:37.4020044Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:37.4073333Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:37.4126454Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:37.5805577Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.168s) 2022-09-27T15:37:37.7647043Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T15:37:38.2995312Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.535s) 2022-09-27T15:37:38.8476966Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.548s) 2022-09-27T15:37:39.0201292Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.172s) 2022-09-27T15:37:39.4811064Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (0.461s) 2022-09-27T15:37:39.9375374Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (0.456s) 2022-09-27T15:37:40.1213790Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T15:37:40.3039001Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.182s) 2022-09-27T15:37:40.4843977Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.180s) 2022-09-27T15:37:40.6673773Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.183s) 2022-09-27T15:37:40.8511574Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T15:37:40.8640823Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:40.9383987Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:37:41.0087936Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:37:41.0108902Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:41.0119898Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0178042Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:41.0191590Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0250200Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:41.0269125Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:41.0285849Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:41.0302972Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:41.0313328Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0323684Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0334168Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0344599Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0355114Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0369018Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0378971Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0395887Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:41.0407452Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0421552Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0435309Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0448456Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0462070Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0471943Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0481544Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0491212Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0500948Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0510636Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:41.0986975Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:37:41.1676633Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:37:41.6260340Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.458s) 2022-09-27T15:37:42.0883088Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.462s) 2022-09-27T15:37:42.1362148Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:37:42.4094960Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.273s) 2022-09-27T15:37:42.6864422Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.277s) 2022-09-27T15:37:42.7556263Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:37:42.8254349Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:37:42.8932216Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:37:42.9624094Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:37:43.0315472Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:37:43.0333421Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:43.0344467Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0360966Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:43.0372684Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0389245Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:43.0404869Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:43.0419531Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0434188Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0443333Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0452647Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0461698Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0470835Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0479882Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:43.0900221Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:37:43.1195668Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:37:43.1651800Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:37:43.4236423Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T15:37:43.6834075Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.260s) 2022-09-27T15:37:43.7127348Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:37:43.7419296Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:37:43.7707204Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:37:43.8009586Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:37:43.8298308Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:37:43.9005948Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:37:44.1897191Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.289s) 2022-09-27T15:37:44.4863893Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.297s) 2022-09-27T15:37:44.6778730Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T15:37:44.8610086Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.183s) 2022-09-27T15:37:44.9156993Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:37:44.9696483Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:37:45.0232887Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:37:45.0783297Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:37:45.1320504Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:37:45.1398833Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:45.1433974Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.1669880Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:45.1923489Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:37:45.2078695Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:45.2225119Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:45.2261965Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:45.2296565Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.2330782Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.2364731Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.2398604Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.2460713Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:45.2492813Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.2689420Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:45.2888464Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:45.3003366Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:45.3114309Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:45.3147714Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3180520Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3212042Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3243974Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3277020Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3309076Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3333738Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:45.3362787Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3391894Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3419156Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3446188Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3472895Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:45.3498919Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:45.3524353Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:45.3548067Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:45.3572044Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:45.3595582Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:45.8456671Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.486s) 2022-09-27T15:37:47.7301083Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.884s) 2022-09-27T15:37:49.6798609Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.950s) 2022-09-27T15:37:51.0630178Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (1.383s) 2022-09-27T15:37:52.4304317Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (1.367s) 2022-09-27T15:37:53.0390859Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (0.609s) 2022-09-27T15:37:53.6547259Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (0.616s) 2022-09-27T15:37:54.2657628Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (0.611s) 2022-09-27T15:37:54.8778033Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (0.612s) 2022-09-27T15:37:55.4951168Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.617s) 2022-09-27T15:37:55.4990922Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.5201349Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:55.5425653Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:55.5469617Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.5510760Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.5523537Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5535882Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5547389Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5558439Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5569781Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5609493Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.5621294Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5657686Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.5691950Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.5703333Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5714448Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5725331Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5735931Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5746582Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5783401Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.5793439Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5828240Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.5861373Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.5871692Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5882119Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5892563Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5903015Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.5913376Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.6941051Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.103s) 2022-09-27T15:37:56.2573972Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.563s) 2022-09-27T15:37:56.8234729Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.566s) 2022-09-27T15:37:57.1329989Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.309s) 2022-09-27T15:37:57.4388562Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.306s) 2022-09-27T15:37:57.4407083Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:57.4424951Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:57.4440807Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:57.4457812Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:57.4474295Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:57.4517101Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:57.4936746Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:37:57.5338064Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:37:57.5577007Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:57.5812681Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:57.5826434Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:57.5838386Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:57.5849207Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:57.5860508Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:57.5871295Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:57.6436452Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:37:57.9067155Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.263s) 2022-09-27T15:37:58.1771885Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.270s) 2022-09-27T15:37:58.3468366Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.170s) 2022-09-27T15:37:58.5109407Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.164s) 2022-09-27T15:37:58.5384890Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:58.5658277Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:58.5923476Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:58.6197609Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:58.6474669Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:37:58.6514849Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:58.6527532Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:58.6563765Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:58.6613823Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:58.6662203Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:58.6674027Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:58.6685636Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:58.6697063Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:58.6708587Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:58.6719919Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:58.6808781Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:58.6825087Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:58.7014668Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:58.7208175Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:58.7358915Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:58.7511180Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:58.7528398Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:58.7546228Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:58.7561973Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:58.7577715Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:58.7592617Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:58.7759842Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:58.7947912Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:59.0541713Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.259s) 2022-09-27T15:37:59.1057834Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:37:59.3647350Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.259s) 2022-09-27T15:37:59.3825878Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:59.5316498Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-09-27T15:37:59.6764768Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T15:37:59.6961951Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:59.7153277Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:59.7338227Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:59.7526310Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:59.7712673Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:59.7767405Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.7804841Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.7962746Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:59.8124747Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:59.8242024Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:59.8359393Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:59.8400108Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.8440634Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.8478320Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.8516037Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.8552888Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.8687436Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:59.8855491Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:59.9554262Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:38:00.0013220Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:38:00.0728419Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:38:00.0864925Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:00.1329210Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:38:00.1783052Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:38:00.1953142Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:00.2122062Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:00.2288235Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:00.2456891Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:00.2626651Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:00.2786396Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:00.2809144Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:00.2970195Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:00.3949946Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T15:38:00.4913267Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:38:00.4938909Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:00.4962838Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:00.4986082Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:00.5008645Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:00.5031374Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:00.7272287Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.224s) 2022-09-27T15:38:01.0188982Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (0.292s) 2022-09-27T15:38:02.8766775Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.858s) 2022-09-27T15:38:04.7743361Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.898s) 2022-09-27T15:38:05.0206875Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.246s) 2022-09-27T15:38:06.1606962Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (1.140s) 2022-09-27T15:38:07.2655952Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (1.105s) 2022-09-27T15:38:07.5682387Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:38:07.8700029Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (0.302s) 2022-09-27T15:38:08.1680401Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (0.298s) 2022-09-27T15:38:08.4695232Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T15:38:08.7688139Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.299s) 2022-09-27T15:38:08.7738506Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:08.7769215Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:08.7854322Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:08.7937067Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:08.7967344Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:08.7997318Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:08.8027487Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:08.8057357Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:08.8087410Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:09.1767496Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.368s) 2022-09-27T15:38:11.5261714Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.349s) 2022-09-27T15:38:13.9274140Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.401s) 2022-09-27T15:38:14.3240620Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.397s) 2022-09-27T15:38:15.8978593Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.574s) 2022-09-27T15:38:17.4353791Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.538s) 2022-09-27T15:38:17.4786649Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:17.5245354Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:38:17.6149798Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:38:17.7055868Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-09-27T15:38:17.7307269Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:17.7559282Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:17.7803972Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:17.8052617Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:17.8290448Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:17.8691649Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:17.8950569Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:18.6451539Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.750s) 2022-09-27T15:38:19.4182629Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.773s) 2022-09-27T15:38:19.4608121Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:19.8401985Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.379s) 2022-09-27T15:38:20.2097005Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.369s) 2022-09-27T15:38:20.2359219Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:20.2621764Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:20.2889819Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:20.3161043Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:20.3418343Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:20.3604646Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:20.3799391Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:20.4448842Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:20.5085145Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:38:20.5321517Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:20.5555637Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:20.5785328Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:20.6017946Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:20.6248959Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:20.6277518Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:20.6478204Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:20.6682410Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:20.6744528Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:20.6800629Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:20.6817231Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:20.6833611Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:20.6849171Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:20.6865613Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:20.6881928Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:20.6937156Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:20.6990894Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:20.7161384Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:20.7265814Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:20.7443929Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:20.7499845Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:20.7648184Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:20.7695948Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:20.7747115Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:20.7797283Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:20.7846419Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:20.7896267Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:20.7950120Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:20.8026638Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:20.8039779Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:20.8593762Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:38:20.8609444Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:20.9153391Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:38:20.9222179Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:20.9563878Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:20.9903095Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:20.9916914Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:20.9929160Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:20.9940803Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:20.9951771Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:20.9962006Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:21.0034506Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:21.0143597Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:21.0599026Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:38:21.0899119Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:21.1378921Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:38:21.1453819Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:21.1784381Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:21.2097368Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:21.2209244Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:21.2325173Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:21.2433836Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:21.2549940Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:21.2660271Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:21.3204758Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:38:21.6481729Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.328s) 2022-09-27T15:38:21.9889448Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.341s) 2022-09-27T15:38:22.2104219Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T15:38:22.4247796Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.214s) 2022-09-27T15:38:22.4788774Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:38:22.5323621Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:38:22.5843693Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:38:22.6384087Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:38:22.6915635Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:38:22.6925445Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-09-27T15:38:22.6933955Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-09-27T15:38:22.6942099Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-09-27T15:38:22.6949942Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.001s) 2022-09-27T15:38:22.6957990Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-09-27T15:38:22.6965209Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-09-27T15:38:22.6972539Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-09-27T15:38:22.6979825Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-09-27T15:38:22.6987015Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-09-27T15:38:22.6994136Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-09-27T15:38:22.7001331Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-09-27T15:38:22.7008548Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-09-27T15:38:22.7015817Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-09-27T15:38:22.7023214Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-09-27T15:38:22.7030442Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-09-27T15:38:22.7037789Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-09-27T15:38:22.7045067Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-09-27T15:38:22.7052548Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-09-27T15:38:22.7059971Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-09-27T15:38:22.7066873Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-09-27T15:38:22.7074043Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-09-27T15:38:22.7081147Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-09-27T15:38:22.7088469Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-09-27T15:38:22.7095905Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-09-27T15:38:22.7103650Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-09-27T15:38:22.7110811Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-09-27T15:38:22.7349314Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:22.7587235Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:22.8231459Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:38:22.8902983Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:38:22.9567045Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:22.9825109Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:23.0225808Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:23.0614782Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:23.0868073Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:23.1120628Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:23.1371221Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:23.1621468Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:23.1874881Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:23.1896309Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.1912190Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.1934505Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.1956262Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.1973840Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.1991229Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.2008178Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.2022280Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:23.2035908Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:23.2049663Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:23.2063665Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:23.2077511Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:23.2127248Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:23.2202145Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.2818253Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:38:23.3435664Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:38:23.3505419Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.3574337Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.3642511Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.3710707Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.3776364Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.3873520Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:23.3907844Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.4106148Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:23.4296597Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:23.4331394Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.4365035Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.4398163Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.4431031Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.4464037Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.4514745Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:23.4587903Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.5209331Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:38:23.5802605Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:38:23.5875194Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.5943345Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.6010830Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.6077670Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.6146388Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:23.6209788Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:23.6241065Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.6306750Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:23.6431720Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:23.6554024Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:23.6588438Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.6620952Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.6651889Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.6682688Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.6713415Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.6761308Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:23.6794156Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.6953590Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:23.7116281Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:23.7208247Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:23.7294527Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:23.7327512Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.7360404Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.7393390Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.7429142Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:23.7462287Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.7506171Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:23.7532038Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.7689439Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:23.7856119Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:23.7910818Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:23.8029153Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:23.8135600Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:23.8167217Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.8196915Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.8223981Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.8251102Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.8277960Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:23.8394317Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:23.8471475Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:23.9146848Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:38:23.9849454Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:38:23.9979271Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:24.0415230Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:24.0849191Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:24.0924963Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:24.0999325Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:24.1071118Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:24.1144996Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:24.1219323Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:24.1254489Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:24.1321260Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:24.1672281Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:24.2013822Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:24.2079804Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:24.2145584Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:24.2210361Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:24.2275020Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:24.2338967Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:24.2657731Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:24.3117261Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:38:24.3589775Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:38:24.3845093Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:24.4264236Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:24.4661726Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:24.5005959Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:24.5348620Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:24.5671711Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:24.6012838Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:24.6357474Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:24.6688602Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:24.7104457Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:24.7521536Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:24.8209062Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:24.8897069Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:24.9280651Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:24.9652367Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:25.0043860Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:25.0443801Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:25.0836786Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:25.1145944Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:25.1448855Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:25.1751380Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:25.1954128Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:25.2150833Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:25.2474769Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:25.2797481Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:25.3117377Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:25.3447349Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:25.3774101Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:25.4146366Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:25.4570730Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:25.5007398Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:38:25.5795151Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:38:25.6547331Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:38:25.6963508Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:25.7380086Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:25.7796339Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:25.8230515Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:25.8641499Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:25.8707068Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:25.8785108Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:25.9165807Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:25.9369277Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:25.9767050Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:25.9833429Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:26.0075125Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:26.0306806Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:26.0386950Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:26.0469189Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:26.0551732Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:26.0634304Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:26.0716827Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:26.1373897Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:26.2478709Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T15:38:26.3590979Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T15:38:26.4929781Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.134s) 2022-09-27T15:38:26.6255996Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-09-27T15:38:26.7067826Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:38:26.7781341Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:38:26.8518334Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:38:26.9249595Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:38:26.9963941Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:38:27.0568628Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:38:27.1295296Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:38:27.2052282Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:38:27.2929628Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T15:38:27.3790812Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-09-27T15:38:27.4568809Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:38:27.5328180Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:38:27.6081825Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:38:27.6859614Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:38:27.7603081Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:38:27.8361985Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:38:27.9528097Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.117s) 2022-09-27T15:38:28.0718688Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T15:38:28.2087870Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.137s) 2022-09-27T15:38:28.3421884Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-09-27T15:38:28.4277484Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.085s) 2022-09-27T15:38:28.5138211Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-09-27T15:38:28.6007353Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-09-27T15:38:28.6858061Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.085s) 2022-09-27T15:38:28.7814868Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:38:28.8140436Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:28.8562864Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:28.9007088Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:38:28.9702314Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:29.0424996Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:38:29.0812584Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:29.1195013Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:29.1577706Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:29.1964583Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:29.2329676Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:29.2626178Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:29.2924469Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:29.3231547Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:29.4659034Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T15:38:29.6096590Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T15:38:29.6418722Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:29.6743444Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:29.7065586Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:29.7390335Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:29.7712703Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:29.8106662Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:29.8536392Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:29.8971802Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:38:29.9729733Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:38:30.0492275Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:38:30.0927695Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:30.1348387Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:30.1781153Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:30.2213437Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:30.2638798Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:30.2699893Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:30.2777573Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:30.3180226Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:30.3382980Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:30.3771595Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:30.3833034Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:30.4072827Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:30.4302722Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:30.4381354Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:30.4459617Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:30.4535868Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:30.4613220Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:30.4689849Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:30.5010046Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:30.5772572Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:38:30.6524554Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:38:30.6884926Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:30.7250617Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:30.7613510Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:30.7976454Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:30.8334094Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:30.8627840Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:31.0091026Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.146s) 2022-09-27T15:38:31.1551746Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-09-27T15:38:31.1876474Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:31.2202774Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:31.2544367Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:31.2876300Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:31.3209708Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:31.3580413Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:31.4878568Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.130s) 2022-09-27T15:38:31.6163832Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-09-27T15:38:31.6572559Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:31.6979607Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:31.7388053Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:31.7795432Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:31.8213544Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:31.8451840Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:31.8669179Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:31.8886119Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:31.9428198Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:38:31.9958628Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:38:32.0198767Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:32.0435464Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:32.0674750Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:32.0914750Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:32.1149315Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:32.1398591Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:32.1509495Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:32.1619970Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:32.2067461Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:38:32.2511146Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:38:32.2766485Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:32.3022771Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:32.3275757Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:32.3523957Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:32.3787239Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:32.4079874Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:32.4302243Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:32.4518803Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:32.5134343Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:38:32.5756311Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:38:32.6040183Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:38:32.6323826Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:38:32.6607119Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:38:32.6900656Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:32.7196390Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:32.7521329Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:32.8159530Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:38:32.8806122Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:32.9161887Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:32.9522895Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:32.9878860Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:33.0233635Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:33.0597785Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:33.0899101Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:33.1522191Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:38:33.2150109Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:38:33.2470654Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:33.2791500Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:33.3132035Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:33.3452686Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:33.3770308Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:33.4129456Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:33.4858057Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:38:33.5593052Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:38:33.6008119Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:33.6416485Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:33.6818538Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:33.7219534Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:33.7616979Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:33.7665697Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:33.7695523Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:33.7795097Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:33.7859422Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:33.7970601Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:33.8025934Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:33.8105453Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:33.8180106Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:33.8210583Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:33.8240882Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:33.8270635Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:33.8299905Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:33.8329530Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:33.8375396Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:33.8443138Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:33.8778276Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:33.8958657Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:33.9300124Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:33.9348331Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:33.9553553Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:33.9754716Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:33.9824168Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:33.9893087Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:33.9960698Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:34.0029317Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:34.0096457Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:34.0188022Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:34.0420800Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:34.1609201Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T15:38:34.2833744Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-09-27T15:38:34.2928619Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:34.3684641Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:38:34.4400040Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:38:34.4635904Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:34.4875996Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:34.5121564Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:34.5357553Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:34.5590689Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:34.5620697Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.5677002Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.5922110Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:34.6172627Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:34.6199911Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.6358830Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:34.6519987Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:34.6576667Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.6631894Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.6685916Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.6739825Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.6793408Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.6821399Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.6876184Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.7119129Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:34.7368788Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:34.7395850Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.7550422Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:34.7702551Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:34.7759173Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.7817148Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.7873812Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.7929726Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.7987323Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.8055213Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:34.8111810Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.8301989Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:34.8410451Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:34.8590281Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:34.8651294Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:34.8694907Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:34.8839932Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:34.8894254Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.8945932Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.8997523Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.9048513Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.9099360Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:35.0104204Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.100s) 2022-09-27T15:38:35.0719826Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:38:36.3582675Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.286s) 2022-09-27T15:38:37.7736057Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.415s) 2022-09-27T15:38:37.8727501Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:38:38.6137079Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.741s) 2022-09-27T15:38:39.2701844Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.656s) 2022-09-27T15:38:39.3458791Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:38:39.4227398Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:38:39.4975820Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:38:39.5736839Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:38:39.6478868Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:38:39.6500209Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:39.6602234Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:39.6699861Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:39.6762659Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:39.6824440Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:39.6885372Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:39.6946532Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:39.7006483Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:39.7343124Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:39.7683826Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:39.8340173Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:39.8955353Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:38:39.9205318Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:39.9460580Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:39.9707287Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:39.9955999Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:40.0196577Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:40.1011373Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:38:40.1243407Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:40.2106491Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.086s) 2022-09-27T15:38:40.5329677Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.322s) 2022-09-27T15:38:40.8464817Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.313s) 2022-09-27T15:38:40.8702362Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:40.8935853Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:40.9167668Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:40.9395385Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:40.9624401Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:41.0451163Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:38:41.0677464Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:41.1560709Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T15:38:41.4788122Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.323s) 2022-09-27T15:38:41.7909902Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.312s) 2022-09-27T15:38:41.8145503Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:41.8372454Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:41.8597749Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:41.8825406Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:41.9051862Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:41.9365876Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:41.9691408Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:42.2241288Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T15:38:42.4698538Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.246s) 2022-09-27T15:38:42.4949911Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:42.5195221Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:42.5432076Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:42.5674817Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:42.5914335Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:42.5963773Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:42.6010722Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:42.6076057Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:42.6139512Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:42.6194892Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:42.6254173Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:42.6343594Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:42.6428728Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:42.6448440Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:42.6464361Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:42.6485948Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:42.6506917Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:42.6523489Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:42.6540023Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:42.6556273Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:42.6569842Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.6583738Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.6597295Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.6610984Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.6624657Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.6671072Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:42.6683609Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.6790850Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:42.6903781Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:42.6947563Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:42.7031726Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:42.7112139Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:42.7125370Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.7139073Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.7151631Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.7164479Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.7177364Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:42.7408631Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:42.7641179Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:42.7881030Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:42.8119236Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:42.8352978Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:42.8580333Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:42.8812538Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:42.9054914Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:42.9437092Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:42.9804481Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:43.0037216Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:43.0267714Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:43.0501734Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:43.0732752Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:43.0976784Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:43.1101241Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:43.1222338Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:43.1324851Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:43.1424789Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:43.4254608Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.283s) 2022-09-27T15:38:44.8938738Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.468s) 2022-09-27T15:38:46.4052104Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.511s) 2022-09-27T15:38:46.7175424Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.312s) 2022-09-27T15:38:47.7078669Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (0.990s) 2022-09-27T15:38:48.6612585Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (0.953s) 2022-09-27T15:38:48.9661357Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.305s) 2022-09-27T15:38:49.2688694Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:38:49.5680890Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (0.299s) 2022-09-27T15:38:49.8709387Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:38:49.8928993Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:49.9155155Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:49.9389013Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:49.9749382Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:50.0102333Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:50.0331587Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:50.0559409Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:50.0786647Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:50.1013744Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:50.1239532Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:50.1298035Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:50.1348290Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:50.1523711Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:50.1702422Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:50.1731098Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:50.1881706Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:50.2027175Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:50.2078832Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:50.2129436Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:50.2179920Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:50.2230005Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:50.2279956Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:50.2424803Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:50.2732235Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:50.2880268Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:50.3345789Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:38:50.3798531Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:38:50.4113802Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:50.4424224Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:50.4712891Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:50.5013224Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:50.5315290Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:50.5417824Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:50.5519282Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:50.5624747Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:50.5905681Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:38:50.6166054Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:50.6485675Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:50.6796859Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:50.6868006Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:50.6881220Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:50.7283692Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:50.7299010Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:50.7705847Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:50.7773155Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:50.8030358Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:50.8279544Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:50.8292502Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:50.8304312Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:50.8315102Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:50.8326068Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:50.8336958Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:50.8364049Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:50.8400958Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:50.8513404Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:50.8623875Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:50.8740169Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:50.8767208Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:50.8840938Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:50.8912822Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:50.8950345Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:50.8987944Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:50.9024675Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:50.9061917Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:50.9099068Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:50.9454327Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:51.3238269Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.378s) 2022-09-27T15:38:51.6987373Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.375s) 2022-09-27T15:38:51.7001472Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:51.7012632Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:51.7106519Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:51.7196250Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:51.7207313Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:51.7218367Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:51.7228515Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:51.7238654Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:51.7248987Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:51.7327089Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:51.7405871Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:51.7780131Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:51.8143632Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:51.8222053Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:51.8301078Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:51.8673360Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:51.9039691Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:51.9090066Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:51.9105620Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:51.9154161Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:51.9322804Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:51.9390078Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:52.0118206Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:38:52.0408614Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:52.1158783Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:38:52.1332329Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:52.1837849Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:38:52.2330738Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:38:52.2428826Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.2527333Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.2622650Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.2721212Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.2818553Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.2882751Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:52.2921158Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.3173808Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:52.3436096Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:52.3493072Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:52.3670213Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:52.3842008Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:52.3882834Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.3922877Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.3962154Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.4002347Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.4042322Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.4083997Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.4118298Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:52.4250715Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:52.4385735Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:52.4428181Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.4527720Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.4624790Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.4660711Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:52.4695807Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:52.4729574Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:52.4764162Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:52.4798745Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:52.4857800Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:52.4873781Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:52.4973029Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.4993921Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:52.5094922Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:52.5151647Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:52.5229858Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:52.5305762Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:52.5320869Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:52.5335040Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:52.5348904Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:52.5362351Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:52.5376023Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:52.8054556Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.268s) 2022-09-27T15:38:53.0882599Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.283s) 2022-09-27T15:38:54.1612905Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (1.073s) 2022-09-27T15:38:55.2215458Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (1.060s) 2022-09-27T15:38:55.2265184Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.2311488Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.2356691Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:55.2402584Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.2449288Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.2501153Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.2535982Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:55.2728045Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:55.2797848Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:55.2994433Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:55.3039886Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.3174149Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:55.3304227Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:55.3337692Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:55.3370443Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:55.3401272Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:55.3432834Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:55.3464669Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:55.3533209Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:55.3885831Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:55.4255384Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:55.4474985Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:55.4686046Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:38:55.4732779Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.4779262Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.4823981Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:55.4869488Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:55.4914634Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:55.4966776Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.5011908Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:55.5110429Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:55.5208609Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:55.5260401Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.5328841Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:55.5396314Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:55.5442687Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:55.5465472Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:55.5510164Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:55.5555576Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:55.5600387Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:55.7959606Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.236s) 2022-09-27T15:38:56.3435034Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (0.547s) 2022-09-27T15:38:57.0493766Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.706s) 2022-09-27T15:38:57.7718782Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.722s) 2022-09-27T15:38:58.0267394Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T15:38:58.5966395Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.570s) 2022-09-27T15:38:59.1573181Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.561s) 2022-09-27T15:38:59.8412439Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.684s) 2022-09-27T15:39:00.5221117Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.681s) 2022-09-27T15:39:01.2032385Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.681s) 2022-09-27T15:39:01.8904413Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.687s) 2022-09-27T15:39:02.5589280Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.668s) 2022-09-27T15:39:02.5676906Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.5690076Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.5931925Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:02.6207621Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:39:02.6450810Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:02.6539430Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.6663814Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:39:02.6784482Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:39:02.6796513Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6807436Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6818404Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6829129Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6839947Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6857324Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:02.6870206Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6881581Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6893116Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6904659Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6915881Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6927201Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:02.6987308Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.7052541Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.7226946Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:39:02.7409974Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:39:02.7594606Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:39:02.7661223Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:02.7761897Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:39:02.7857312Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.7927170Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:02.7993822Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:02.8059363Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:02.8124814Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.8193125Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:02.8246640Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:02.8307579Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.8471631Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:02.8643395Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:39:02.8699840Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.8794496Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.8884160Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.8945383Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9006054Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9066844Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9128249Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9188615Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9244955Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9306317Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9363368Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9459176Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.9549431Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.9610949Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9673369Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9734579Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9795962Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9859169Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9914591Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:02.9975516Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:03.0032619Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:03.0128941Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:39:03.0218966Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:03.0280112Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:03.0341470Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:03.0402833Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:03.0464813Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:03.0525996Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:03.0541448Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:03.0553044Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:03.0595172Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:03.0639355Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:03.0681142Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:03.0694205Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:03.0707206Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:03.0719741Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:03.0731236Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:03.0742925Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:03.0754329Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:03.0765727Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:03.0777247Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:04.2520657Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.174s) 2022-09-27T15:39:05.4537023Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.202s) 2022-09-27T15:39:06.4882951Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... ok (1.034s) 2022-09-27T15:39:07.5027091Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... ok (1.014s) 2022-09-27T15:39:07.5037205Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5045275Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5053287Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5061015Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5068623Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5076155Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5083762Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5091472Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5099252Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5106769Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5114355Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5121956Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5129564Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5137252Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5145005Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5152580Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5160116Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5167661Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5175451Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5183671Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5190865Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5198394Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5205977Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5213648Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5221408Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5228928Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5236619Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5244162Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5251801Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5259532Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5267067Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5274795Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5282386Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5290017Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5298060Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5305555Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5313292Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5320930Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5328508Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5336226Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5344027Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5351676Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5359284Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5366946Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5374671Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5382389Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5390155Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5397586Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5405213Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5412927Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5420720Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5428336Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5435917Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5443588Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5451197Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5459060Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5466642Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5474285Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5481859Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5489494Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:07.5553658Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:07.5604251Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:07.8186564Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T15:39:08.0804590Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.262s) 2022-09-27T15:39:08.0876089Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:08.2244237Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.137s) 2022-09-27T15:39:08.3580007Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-09-27T15:39:08.3631643Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:08.3683014Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:08.3732933Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:08.3782595Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:08.3831886Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:08.3941880Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:08.4112375Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:39:08.4279838Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:39:08.4295845Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:08.4311429Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:08.4326508Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:08.4341858Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:08.4357184Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:08.4610280Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:39:08.4845520Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:08.5077971Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:08.5330268Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:39:08.5568065Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:08.5962074Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:39:08.6454272Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:39:09.2329434Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.587s) 2022-09-27T15:39:09.8294328Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.596s) 2022-09-27T15:39:09.8716554Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:39:10.1619337Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.290s) 2022-09-27T15:39:10.4459337Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T15:39:10.4900499Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:39:10.5345686Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:39:10.5785528Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:39:10.6222191Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:39:10.6709431Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:39:10.6930574Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:10.7160334Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:10.7396671Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:10.7763088Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:39:10.8122297Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:39:10.8353841Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:10.8584040Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:10.8813135Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:10.9042701Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:10.9272833Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:11.2771556Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.350s) 2022-09-27T15:39:11.6356313Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.358s) 2022-09-27T15:39:11.7938843Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T15:39:11.9471927Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.153s) 2022-09-27T15:39:11.9531526Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:11.9565355Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:11.9678931Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:11.9790058Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:11.9824196Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:11.9857826Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:11.9891189Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:11.9924740Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:11.9958036Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:12.2686240Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.273s) 2022-09-27T15:39:12.5489942Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.280s) 2022-09-27T15:39:12.7315534Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.182s) 2022-09-27T15:39:12.9073283Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-09-27T15:39:13.1795349Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.272s) 2022-09-27T15:39:13.4541474Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.275s) 2022-09-27T15:39:13.6327838Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.179s) 2022-09-27T15:39:13.8097723Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T15:39:13.9112429Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:39:14.0139158Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-09-27T15:39:14.0965152Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:39:14.1764276Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:39:14.1796785Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:14.2001167Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:39:14.2211659Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:14.2251690Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.2289749Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.2301641Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.2312692Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.2323731Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.2334761Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.2345761Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.3165976Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:39:14.4006246Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:39:14.4580980Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:39:14.5142848Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:39:15.1709568Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.657s) 2022-09-27T15:39:15.8390542Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.668s) 2022-09-27T15:39:16.2779099Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.439s) 2022-09-27T15:39:16.7081676Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.430s) 2022-09-27T15:39:17.0304670Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.322s) 2022-09-27T15:39:17.3565171Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.326s) 2022-09-27T15:39:17.6758290Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.319s) 2022-09-27T15:39:17.9908499Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T15:39:18.2684906Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.278s) 2022-09-27T15:39:18.5494021Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.281s) 2022-09-27T15:39:18.7450323Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:39:18.9359996Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T15:39:19.0075940Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:39:19.0787366Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:39:19.1471817Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:39:19.2137946Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:39:19.2934494Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:39:19.3751125Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:39:19.4345845Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:39:19.4925278Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:39:21.4159173Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.923s) 2022-09-27T15:39:23.4026568Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.987s) 2022-09-27T15:39:24.6289436Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (1.226s) 2022-09-27T15:39:25.8261384Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (1.197s) 2022-09-27T15:39:25.9492442Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.123s) 2022-09-27T15:39:26.0735655Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T15:39:26.1578901Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:39:26.2401369Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:39:26.3612002Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.121s) 2022-09-27T15:39:26.4842254Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.123s) 2022-09-27T15:39:26.5691385Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.085s) 2022-09-27T15:39:26.6522365Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:39:26.6549351Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:26.6571357Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:26.6588555Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:26.6605204Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:26.6622973Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:26.6639972Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:26.6654434Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:26.6668267Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:26.6715702Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:26.6761121Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:26.6790796Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:26.6818776Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:33.6152208Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.933s) 2022-09-27T15:39:40.6639062Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.049s) 2022-09-27T15:39:44.8293616Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (4.165s) 2022-09-27T15:39:48.9489192Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (4.119s) 2022-09-27T15:39:55.9249203Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.976s) 2022-09-27T15:40:02.7715238Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (6.846s) 2022-09-27T15:40:06.8350689Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (4.064s) 2022-09-27T15:40:10.8105868Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (3.975s) 2022-09-27T15:40:12.5198236Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.709s) 2022-09-27T15:40:14.2387293Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.719s) 2022-09-27T15:40:15.3200477Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.081s) 2022-09-27T15:40:16.3844748Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.064s) 2022-09-27T15:40:18.1612000Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.777s) 2022-09-27T15:40:19.9640660Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.803s) 2022-09-27T15:40:21.0931068Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (1.129s) 2022-09-27T15:40:22.2099287Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (1.117s) 2022-09-27T15:40:23.9812097Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.771s) 2022-09-27T15:40:25.7685048Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.787s) 2022-09-27T15:40:26.8897675Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (1.121s) 2022-09-27T15:40:27.9956704Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (1.106s) 2022-09-27T15:40:31.8316382Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.836s) 2022-09-27T15:40:35.7799166Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.948s) 2022-09-27T15:40:38.8384358Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (3.058s) 2022-09-27T15:40:41.8095612Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (2.971s) 2022-09-27T15:40:42.0152893Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T15:40:43.0531935Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.038s) 2022-09-27T15:40:44.1045586Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.051s) 2022-09-27T15:40:44.3324554Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.228s) 2022-09-27T15:40:45.2344445Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.902s) 2022-09-27T15:40:46.1070526Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.872s) 2022-09-27T15:40:46.4874450Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.380s) 2022-09-27T15:40:46.8821289Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.395s) 2022-09-27T15:40:47.1671764Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T15:40:47.4422468Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.275s) 2022-09-27T15:40:47.6839144Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.242s) 2022-09-27T15:40:47.9338092Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.250s) 2022-09-27T15:40:48.1759073Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.242s) 2022-09-27T15:40:48.4106464Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.235s) 2022-09-27T15:40:48.4443727Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:40:48.4787249Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:40:48.5127874Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:40:48.5459124Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:40:48.5587018Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:40:48.6185284Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:40:48.6800893Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:40:48.7233348Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:40:48.7649804Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:40:48.7707417Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:40:48.7762814Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:40:48.7822061Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:40:48.7876772Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:40:48.7931750Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:40:49.0612082Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.268s) 2022-09-27T15:40:49.9477969Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.886s) 2022-09-27T15:40:50.8570574Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.909s) 2022-09-27T15:40:51.1236218Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.266s) 2022-09-27T15:40:51.8807528Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.757s) 2022-09-27T15:40:52.6157489Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.735s) 2022-09-27T15:40:52.8230312Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.207s) 2022-09-27T15:40:53.3562008Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.533s) 2022-09-27T15:40:53.8916964Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.535s) 2022-09-27T15:40:54.1023065Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.211s) 2022-09-27T15:40:54.5996287Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.497s) 2022-09-27T15:40:55.0758713Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.476s) 2022-09-27T15:40:56.1719068Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.096s) 2022-09-27T15:40:57.2929762Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.121s) 2022-09-27T15:40:58.0610091Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.768s) 2022-09-27T15:40:58.8091712Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.748s) 2022-09-27T15:40:59.2781004Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.469s) 2022-09-27T15:40:59.7588250Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.481s) 2022-09-27T15:41:00.0696206Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.311s) 2022-09-27T15:41:00.3727910Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:41:00.3737687Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:41:00.3746536Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:41:00.3754429Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:41:00.3762621Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:41:01.2868028Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.910s) 2022-09-27T15:41:02.2279198Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.941s) 2022-09-27T15:41:02.8876770Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.660s) 2022-09-27T15:41:03.5304952Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.643s) 2022-09-27T15:41:03.6201549Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:41:03.7120428Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:41:03.7478247Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:41:03.7827999Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:41:03.9271836Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T15:41:04.0715485Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T15:41:04.1787242Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.107s) 2022-09-27T15:41:04.2822533Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-09-27T15:41:04.4235670Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.141s) 2022-09-27T15:41:04.5695055Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-09-27T15:41:04.6775997Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:41:04.7814711Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:41:06.8531703Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.072s) 2022-09-27T15:41:08.9694666Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.116s) 2022-09-27T15:41:10.6787569Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (1.709s) 2022-09-27T15:41:12.3271930Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (1.648s) 2022-09-27T15:41:20.2736761Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.946s) 2022-09-27T15:41:28.4123851Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (8.139s) 2022-09-27T15:41:33.9011921Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (5.489s) 2022-09-27T15:41:39.2583352Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (5.357s) 2022-09-27T15:41:39.5118812Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T15:41:39.7789634Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.267s) 2022-09-27T15:41:39.9783940Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.199s) 2022-09-27T15:41:40.1713887Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.193s) 2022-09-27T15:41:40.2731909Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.102s) 2022-09-27T15:41:40.3753183Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-09-27T15:41:40.4372173Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:41:40.4968186Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:41:40.6507122Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.154s) 2022-09-27T15:41:40.8104141Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:41:40.9068007Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:41:41.0023820Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T15:41:41.3224135Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.320s) 2022-09-27T15:41:41.6512086Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.329s) 2022-09-27T15:41:41.8403869Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-09-27T15:41:42.0242644Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T15:41:42.0587905Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:41:42.0931029Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:41:42.1267087Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:41:42.1609561Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:41:42.1954262Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:41:42.2998232Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:41:42.7462205Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.446s) 2022-09-27T15:41:43.2134428Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.467s) 2022-09-27T15:41:43.4732310Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.260s) 2022-09-27T15:41:43.7258443Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.252s) 2022-09-27T15:41:44.4762893Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.750s) 2022-09-27T15:41:46.7208614Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.244s) 2022-09-27T15:41:49.0444200Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.324s) 2022-09-27T15:41:49.8187423Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.774s) 2022-09-27T15:41:51.6936393Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.875s) 2022-09-27T15:41:53.5381644Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.844s) 2022-09-27T15:41:53.5499695Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:41:53.5734751Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:53.5974879Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:53.6090955Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:41:53.6296288Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:41:53.6495802Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:41:53.6528865Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:41:53.6557709Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:41:53.6581896Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:41:53.6757390Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:41:53.6900616Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:41:53.6966717Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:53.7006931Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:53.7210374Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:41:53.7423285Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:41:53.7545981Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:41:53.7664714Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:41:53.7702402Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:53.7739441Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:53.7774419Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:53.7808982Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:53.7843419Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:53.7878018Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:53.7947599Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:53.8292653Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:41:53.8630389Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:41:53.8699250Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:53.8769638Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:53.8843138Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:53.8917900Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:53.8992576Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:53.9066597Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:53.9104700Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:53.9308046Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:41:53.9518184Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:41:53.9643224Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:41:53.9762040Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:41:53.9799183Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:53.9834985Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:53.9870402Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:53.9905538Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:53.9939345Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:53.9988032Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:54.0022872Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:54.0187193Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:41:54.0355548Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:41:54.0446045Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:41:54.0533067Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:41:54.0567809Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:54.0602345Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:54.0638443Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:54.0672122Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:54.0705621Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:54.0783121Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:41:54.1178739Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:41:54.1579222Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:41:54.1693368Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:41:54.1918245Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:41:54.2639954Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:41:54.3005071Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:41:54.3738117Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:41:54.3854441Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:41:54.4530170Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:41:54.4941142Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:41:54.5222920Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:41:54.5511820Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:41:54.5790413Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:41:54.6075169Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:41:54.6355364Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:41:54.6421870Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:54.6622409Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:41:54.6812449Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:41:54.6871488Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:41:54.7054637Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:41:54.7232179Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:41:54.7751915Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:41:55.1647750Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.389s) 2022-09-27T15:41:55.5548516Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.390s) 2022-09-27T15:41:55.6908356Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.136s) 2022-09-27T15:41:55.8337356Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T15:41:55.9008751Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:41:55.9662779Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:41:55.9895924Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:56.0133700Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:56.0754432Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:41:56.1381049Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:41:56.1638073Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:41:56.2014008Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:41:56.2383884Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:41:56.2620962Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:56.2853682Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:56.3078563Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:41:56.3306199Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:56.3532499Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:56.3570142Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:56.3596652Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:56.3643965Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:56.3691653Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:56.3726047Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:56.3764116Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:56.3802414Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:56.3833225Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:56.3863602Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:56.3891267Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:56.3919311Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:56.3948280Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:41:56.4187003Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:56.4424769Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:56.5040663Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:41:56.5671900Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:41:56.5915200Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:56.6294686Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:41:56.6691655Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:41:56.6944683Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:41:56.7185381Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:56.7420255Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:56.7656743Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:56.7894619Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:56.8114393Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:41:56.8335210Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:41:56.8949625Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:41:56.9564669Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:41:56.9797667Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:57.0160331Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:41:57.0516058Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:41:57.0742971Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:57.0969577Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:57.1196212Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:57.1431960Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:57.1673351Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:41:57.1743839Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:57.1825144Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:41:57.2110467Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:41:57.2388684Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:41:57.2469943Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:41:57.2550431Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:41:57.2630344Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:41:57.2709654Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:41:57.2791329Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:41:57.3885810Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.109s) 2022-09-27T15:41:57.5841000Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.195s) 2022-09-27T15:41:57.7844324Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-09-27T15:41:57.9689025Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T15:41:58.1431689Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T15:41:58.2881989Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T15:41:58.4335322Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T15:41:58.5725324Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-09-27T15:41:58.6318721Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:41:58.6802135Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:41:58.6974412Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:41:58.7047451Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:58.8400542Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.135s) 2022-09-27T15:41:58.9692418Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:41:58.9762251Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:58.9831288Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:58.9900015Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:58.9968740Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:59.0036972Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:59.0089039Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:59.0134044Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:59.0230920Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:41:59.0329887Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:41:59.0427219Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:41:59.0478697Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:59.0546745Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:59.0613201Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:41:59.0658354Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:59.0702914Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:59.0725298Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:41:59.0769679Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:59.0814001Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:41:59.1036532Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:41:59.1262840Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:59.1498150Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:59.1877262Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:41:59.2231895Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:41:59.2460044Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:59.2688587Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:59.2916567Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:59.3144635Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:41:59.3370051Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:02.9036843Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.567s) 2022-09-27T15:42:06.5240854Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.620s) 2022-09-27T15:42:08.8128465Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (2.289s) 2022-09-27T15:42:11.0601136Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (2.247s) 2022-09-27T15:42:11.8542121Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.794s) 2022-09-27T15:42:12.6660698Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.812s) 2022-09-27T15:42:13.2952778Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.629s) 2022-09-27T15:42:13.9080470Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.613s) 2022-09-27T15:42:14.2442333Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.336s) 2022-09-27T15:42:14.5873740Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.343s) 2022-09-27T15:42:14.7887321Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.201s) 2022-09-27T15:42:14.9956301Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-09-27T15:42:15.0016423Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:15.0283143Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:42:15.2522282Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.224s) 2022-09-27T15:42:15.3222775Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:42:15.5519355Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.230s) 2022-09-27T15:42:15.5580471Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:15.6418025Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:42:15.7259370Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:42:15.7533914Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:42:15.7806208Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:42:15.8076488Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:42:15.8345374Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:42:15.8609749Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:15.8671542Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:15.8950125Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:42:16.0453032Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T15:42:16.1158749Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:42:16.2678851Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-09-27T15:42:16.2741994Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:16.3574830Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:42:16.4395137Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:42:16.4658635Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:16.4919522Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:16.5181942Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:16.5445048Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:16.5707315Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:16.5837578Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:16.5930143Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:16.6549652Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:42:16.6775724Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:16.7453488Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:42:16.7591214Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:16.8042583Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:42:16.8489275Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:42:16.8587075Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:16.8682426Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:16.8775607Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:16.8873994Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:16.8970122Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:16.9066607Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:16.9082431Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:16.9402957Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:42:16.9752167Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:16.9845352Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:17.0088913Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:17.0326050Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:17.0342618Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:17.0357837Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:17.0372427Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:17.0387212Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:17.0401607Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:17.0488945Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:17.0507703Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:17.1109135Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:42:17.1790844Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:42:17.1882367Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:17.2277841Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:42:17.2665784Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:42:17.2685159Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:17.2703611Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:17.2720492Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:17.2737788Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:17.2754653Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:17.3136845Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:42:18.3491282Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.035s) 2022-09-27T15:42:19.5148310Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.166s) 2022-09-27T15:42:20.0746139Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.560s) 2022-09-27T15:42:20.6362142Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.561s) 2022-09-27T15:42:20.8535251Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T15:42:21.0722194Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.219s) 2022-09-27T15:42:21.2916820Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.219s) 2022-09-27T15:42:21.5094526Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.218s) 2022-09-27T15:42:21.7269377Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T15:42:21.7364636Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:21.8254407Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:42:21.9182428Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T15:42:21.9575689Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:42:21.9959861Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:42:22.1084545Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-09-27T15:42:22.1314741Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:22.2551401Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T15:42:22.7790422Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.524s) 2022-09-27T15:42:23.2906444Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.512s) 2022-09-27T15:42:23.3139485Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:23.3369898Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:23.3599520Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:23.3839771Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:23.4082029Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:23.4235682Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:23.4246879Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.4399440Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:23.4652927Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:23.4908637Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:23.4921365Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.4932796Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.4943474Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.4953969Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.4964746Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.5011049Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:23.5022230Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.5067692Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:23.5133308Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:23.5197204Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:23.5208910Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.5221694Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.5233225Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.5244680Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.5256428Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.6415186Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.116s) 2022-09-27T15:42:23.6661007Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:23.7872655Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.121s) 2022-09-27T15:42:24.3112462Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.524s) 2022-09-27T15:42:24.8224411Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.511s) 2022-09-27T15:42:24.8456635Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:24.8686491Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:24.8914167Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:24.9144333Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:24.9379348Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:24.9761102Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:42:25.1015770Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.125s) 2022-09-27T15:42:25.2330567Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-09-27T15:42:25.2715344Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:42:25.3627494Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.091s) 2022-09-27T15:42:25.4529115Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:42:25.4826330Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:42:25.5269432Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:42:25.5701089Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:42:25.5721949Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:25.5742882Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:25.5761266Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:25.5779197Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:25.5796317Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:25.5804808Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-09-27T15:42:25.5812746Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-09-27T15:42:25.5820216Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-09-27T15:42:25.5827751Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-09-27T15:42:25.5835266Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-09-27T15:42:25.5842738Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-09-27T15:42:25.5850605Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-09-27T15:42:25.5858260Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-09-27T15:42:25.5865340Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-09-27T15:42:25.5872711Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-09-27T15:42:25.5880079Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-09-27T15:42:25.5887303Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-09-27T15:42:25.5894808Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-09-27T15:42:25.5902275Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-09-27T15:42:25.5909529Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-09-27T15:42:25.5916842Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-09-27T15:42:25.5924084Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-09-27T15:42:25.5931379Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-09-27T15:42:25.5938907Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-09-27T15:42:25.5946200Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-09-27T15:42:25.5953668Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-09-27T15:42:25.5961664Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-09-27T15:42:25.5969736Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-09-27T15:42:25.5977660Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-09-27T15:42:25.7130453Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:42:25.7360088Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:25.8597691Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T15:42:26.3883576Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.528s) 2022-09-27T15:42:26.9049907Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.517s) 2022-09-27T15:42:26.9291963Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:26.9528759Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:26.9762840Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:26.9998492Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:27.0236066Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:27.0389423Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:27.0401313Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.0556945Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:27.0820535Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:27.1078483Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:27.1090050Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1101853Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1112094Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1122121Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1132237Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1181147Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:27.1192713Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1237140Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:27.1302382Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:27.1373486Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:27.1388500Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:27.1401893Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1414435Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1427005Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.1438983Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:27.2586604Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:42:27.2818218Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:27.4018699Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T15:42:27.9307882Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.529s) 2022-09-27T15:42:28.4465291Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.516s) 2022-09-27T15:42:28.4693742Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:28.4923606Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:28.5151472Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:28.5380481Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:28.5607743Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:28.5629429Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.5784188Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:28.5940369Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:28.5995616Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:28.6049124Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:28.6060867Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.6070277Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.6079923Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.6090150Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.6099820Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.6185882Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:28.6200724Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.6282592Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:28.6408414Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:28.6533997Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:28.6550217Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.6565858Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.6580673Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.6596382Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.6610933Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.6639430Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:28.6676593Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:28.6799698Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:28.6869109Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:28.6994884Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:28.7024291Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:28.7109153Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:28.7192230Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:28.7227596Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:28.7263579Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:28.7298296Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:28.7332880Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:28.7367965Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:28.7407422Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:28.7421022Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.7464242Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:28.7502053Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:28.7544486Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:28.7562899Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.7581050Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.7598575Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.7614771Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.7630563Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:28.7888318Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:28.8119368Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:29.2671475Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.455s) 2022-09-27T15:42:29.3333588Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:42:29.7955458Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.462s) 2022-09-27T15:42:29.8227317Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:42:30.0484002Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.226s) 2022-09-27T15:42:30.2703638Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-09-27T15:42:30.2934051Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:30.3163751Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:30.3391874Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:30.3621863Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:30.3859532Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:30.3902902Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:30.3938956Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:30.3974665Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:30.4009907Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:30.4236239Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:30.4464229Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:30.4578856Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:30.4689383Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:30.4714936Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:30.4738734Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.4761848Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.4785461Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.4808161Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.5119056Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:42:30.6035454Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:42:30.6922853Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:42:30.7046092Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:30.7166378Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:30.7285902Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:30.7406250Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:30.7526490Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:30.7834697Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:42:30.8786786Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T15:42:30.9706784Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:42:30.9835102Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:30.9956106Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.0077282Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.0196505Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.0315464Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.0620020Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:42:31.1548431Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T15:42:31.2452181Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:42:31.2573892Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.2693821Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.2817391Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.2937216Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.3056827Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:31.3226918Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:42:31.3253124Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:31.3426390Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:42:31.3674200Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:31.3936672Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:31.3967913Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:31.3998747Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:31.4027546Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:31.4055908Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:31.4083482Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:31.5968851Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.188s) 2022-09-27T15:42:31.7868066Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T15:42:32.1290571Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.342s) 2022-09-27T15:42:32.4693055Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.340s) 2022-09-27T15:42:32.4988199Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:42:32.5425339Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:42:32.5855586Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:42:32.5874678Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:32.5893609Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:32.5911270Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:32.5928668Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:32.5946281Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:34.1776512Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.583s) 2022-09-27T15:42:35.7158201Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.538s) 2022-09-27T15:42:35.8014375Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.086s) 2022-09-27T15:42:35.8047089Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:35.8943959Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:42:36.0647265Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.170s) 2022-09-27T15:42:36.2319372Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-09-27T15:42:36.2343313Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:36.2366566Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.2387384Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.2409675Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.2432314Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.2449327Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.2461407Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2478585Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.2495453Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.2511570Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.2526029Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2540455Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2554842Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2567701Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2579881Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2591667Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2603813Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2615692Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:36.2709186Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:36.2726654Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.3021695Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:42:36.3044384Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.3344687Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:42:36.3432320Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:36.3647549Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:36.3864754Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:36.3884150Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.3902969Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.3920702Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.3938249Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.3955936Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.4080663Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:36.4873762Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:42:36.5630954Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:42:36.5854567Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:36.6083167Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:36.6693684Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:42:36.7317720Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:42:36.7566378Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:36.7950697Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:42:36.8309609Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:42:36.8538635Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:36.8767552Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:36.8997616Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:36.9240040Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:36.9472900Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:36.9497631Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:36.9833195Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:42:37.0016388Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:37.0367643Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:37.0394724Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:37.0578863Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:37.0756578Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:37.0819096Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:37.0880957Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:37.0942306Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:37.1003852Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:37.1064105Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:37.1072332Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-09-27T15:42:37.1079735Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-09-27T15:42:37.1087494Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-09-27T15:42:37.1095166Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-09-27T15:42:37.1102838Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-09-27T15:42:37.1110434Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-09-27T15:42:37.1118041Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-09-27T15:42:37.1125645Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-09-27T15:42:37.1133369Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-09-27T15:42:37.1141148Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-09-27T15:42:37.1148761Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-09-27T15:42:37.1156378Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-09-27T15:42:37.1163950Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-09-27T15:42:37.1167715Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1171553Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1175170Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1178746Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1182249Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1186088Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1189403Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1192934Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1196560Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1200095Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1203651Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1207233Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1211102Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:37.1243903Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:37.1297187Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.1418482Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:37.1545959Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:37.1673399Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:37.1709692Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:37.1794088Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:37.1875621Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:37.1928688Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.1981607Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2032211Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2084248Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2136601Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2165621Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:37.2214990Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2326501Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:37.2443996Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:37.2559709Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:37.2589814Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:37.2669356Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:37.2746637Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:37.2796568Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2846337Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2894912Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2944652Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.2994942Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.3024340Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:37.3074951Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.3186817Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:37.3305329Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:37.3425845Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:37.3456161Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:37.3536493Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:37.3618968Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:37.3669319Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.3721360Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.3776553Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.3831271Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.3886278Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:37.3950060Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:37.4343869Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:42:37.4722150Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:42:37.4880789Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:37.5775300Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:42:37.6668830Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:42:37.6790829Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:37.7574291Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:42:37.8330464Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:42:37.8457255Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:37.9175038Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:42:37.9867269Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:42:38.0046091Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:38.0621554Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:42:38.1188485Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:42:38.1307515Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:38.1417403Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:38.1524957Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:38.1632411Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:38.1737558Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:38.1881141Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:38.2401360Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:42:38.2913270Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:42:38.3071668Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:38.3111385Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:38.3149923Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:38.3188247Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:38.3203165Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:38.3251956Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:38.3295348Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:38.3309947Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:38.3513440Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:42:38.5784761Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.227s) 2022-09-27T15:42:38.7951647Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T15:42:38.8506245Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:42:39.0279504Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T15:42:39.1999978Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.172s) 2022-09-27T15:42:39.2508140Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:42:39.3013986Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:42:39.3515255Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:42:39.4029143Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:42:39.4534881Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:42:39.5855741Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.132s) 2022-09-27T15:42:39.7180216Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-09-27T15:42:39.8588058Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.141s) 2022-09-27T15:42:40.4054437Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.547s) 2022-09-27T15:42:40.9486324Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.543s) 2022-09-27T15:42:40.9543482Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:40.9637595Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:40.9727908Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:40.9883599Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:41.3361636Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.348s) 2022-09-27T15:42:41.7360405Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.400s) 2022-09-27T15:42:41.7580451Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:41.7793580Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:41.7903512Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:41.8415767Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:42:44.8589328Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.017s) 2022-09-27T15:42:47.9471898Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.088s) 2022-09-27T15:42:48.1144218Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.167s) 2022-09-27T15:42:48.2888286Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T15:42:48.3564089Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:42:48.7757218Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.419s) 2022-09-27T15:42:49.2108750Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.435s) 2022-09-27T15:42:49.2355385Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:49.2593111Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:49.2716927Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:49.3149789Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:42:49.3574536Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:42:49.3898394Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:42:49.5283568Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-09-27T15:42:49.6651106Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-09-27T15:42:49.7665728Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:42:49.9002243Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.134s) 2022-09-27T15:42:50.0031887Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.103s) 2022-09-27T15:42:50.4412707Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.438s) 2022-09-27T15:42:50.8522297Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.411s) 2022-09-27T15:42:50.9546117Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.102s) 2022-09-27T15:42:51.0575474Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.103s) 2022-09-27T15:42:51.1589339Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:42:51.2594343Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.100s) 2022-09-27T15:42:51.3619457Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.102s) 2022-09-27T15:42:51.5328365Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:42:52.3173757Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (0.784s) 2022-09-27T15:42:53.0833437Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (0.766s) 2022-09-27T15:42:53.1639154Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:42:53.4316810Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.268s) 2022-09-27T15:42:53.6894021Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T15:42:53.7374927Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:42:53.7855967Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:42:53.8028959Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:42:53.9307942Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-09-27T15:42:54.0576391Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T15:42:54.0830529Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:54.9488958Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.866s) 2022-09-27T15:42:55.8152887Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.866s) 2022-09-27T15:42:55.8356040Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:42:55.8696877Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:42:55.9062313Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:42:55.9108024Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:55.9203767Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:55.9296297Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:55.9847817Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:42:56.0496435Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:42:56.0947678Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:42:56.0994363Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:56.1034348Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:56.1191592Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:56.1349016Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:56.1498988Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:56.5419110Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.392s) 2022-09-27T15:42:56.9258706Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-09-27T15:42:56.9322359Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:56.9353317Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:56.9415944Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:56.9479523Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:56.9543317Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:56.9600666Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:56.9658338Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:56.9689816Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:56.9720926Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:56.9751773Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:56.9781431Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:56.9811508Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:57.0061079Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:57.0293934Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:57.0614235Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:42:57.0927188Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:43:01.4617951Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (4.369s) 2022-09-27T15:43:21.3345648Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (19.873s) 2022-09-27T15:43:40.8621636Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (19.528s) 2022-09-27T15:43:40.8758725Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:43:40.9488419Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:43:41.0206411Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:43:41.0811917Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:43:42.0707507Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.989s) 2022-09-27T15:43:43.0408813Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.970s) 2022-09-27T15:43:43.2361100Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.195s) 2022-09-27T15:43:43.4281805Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T15:43:43.4391498Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:43:43.4882427Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:43:43.5357583Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:43:43.5446146Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:43:43.5674545Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:43:43.5896397Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:43:43.5938552Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:43:43.6027792Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:43:43.6112151Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:43:43.6171383Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:43:43.6539188Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:43:43.6894300Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:43:43.6938028Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:43:43.7160525Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:43:43.7370932Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:43:43.7428982Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:43:43.7485669Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:43:43.7540987Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:43:43.7597232Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:43:43.8585465Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:43:44.2052473Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.347s) 2022-09-27T15:43:44.5425284Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.337s) 2022-09-27T15:43:44.5614385Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:43:44.5807543Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:43:44.6978435Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.117s) 2022-09-27T15:43:44.8117544Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:43:44.8639142Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:43:45.2188545Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.355s) 2022-09-27T15:43:45.5519389Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.333s) 2022-09-27T15:43:45.5535148Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:43:45.5551234Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:43:45.5565578Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5578992Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5593241Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5607399Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5621037Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5635082Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5649110Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5662709Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5675844Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5689438Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5703738Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5718673Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5747809Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:43:45.5761852Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5776424Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:45.5792334Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:43:45.6951057Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.116s) 2022-09-27T15:43:46.0070192Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.312s) 2022-09-27T15:43:46.3072244Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.300s) 2022-09-27T15:43:46.3299054Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:43:46.4668998Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.137s) 2022-09-27T15:43:46.6067810Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-09-27T15:43:46.6302414Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:43:46.7142335Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:43:46.7968748Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:43:46.8092075Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:43:46.8932145Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:43:46.9721898Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:43:46.9843191Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:43:47.0642031Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:43:47.1419705Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:43:47.1844937Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:43:47.5166237Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T15:43:47.8586189Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.342s) 2022-09-27T15:43:48.0694505Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.211s) 2022-09-27T15:43:48.2778574Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T15:43:48.3201015Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:43:48.3619132Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:43:48.4048698Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:43:48.4467719Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:43:48.4888664Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:43:48.5993699Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T15:43:49.0480893Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.449s) 2022-09-27T15:43:49.4909572Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.443s) 2022-09-27T15:43:49.5914731Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-09-27T15:43:49.5970336Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:43:49.6105933Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:43:49.6235615Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:43:49.7626602Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.139s) 2022-09-27T15:43:50.2882078Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.525s) 2022-09-27T15:43:50.7992421Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.511s) 2022-09-27T15:43:50.9727127Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.173s) 2022-09-27T15:43:51.1489351Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.176s) 2022-09-27T15:43:51.3255846Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T15:43:51.5039199Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.178s) 2022-09-27T15:43:51.6872621Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.183s) 2022-09-27T15:43:53.2991589Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.612s) 2022-09-27T15:43:58.1055840Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (4.806s) 2022-09-27T15:44:02.8373262Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (4.732s) 2022-09-27T15:44:03.4561522Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.619s) 2022-09-27T15:44:04.0144939Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.558s) 2022-09-27T15:44:04.5732750Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.559s) 2022-09-27T15:44:04.8417372Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.268s) 2022-09-27T15:44:05.1065554Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.265s) 2022-09-27T15:44:06.5100278Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.403s) 2022-09-27T15:44:07.8675717Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.358s) 2022-09-27T15:44:08.0630107Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.195s) 2022-09-27T15:44:08.2576924Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.195s) 2022-09-27T15:44:09.9844349Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.727s) 2022-09-27T15:44:11.7111736Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.727s) 2022-09-27T15:44:11.8700812Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T15:44:12.0239642Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.154s) 2022-09-27T15:44:13.4502729Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.426s) 2022-09-27T15:44:14.8573257Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.407s) 2022-09-27T15:44:15.0423668Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.185s) 2022-09-27T15:44:15.1883382Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-09-27T15:44:15.1984983Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:44:15.2071295Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:15.2123574Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:15.2669358Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:44:15.3220333Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:44:15.3260645Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:15.3291825Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:44:15.3320918Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:44:15.3344424Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.3788004Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:44:15.5435271Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.165s) 2022-09-27T15:44:15.7005511Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-09-27T15:44:15.7626788Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:44:16.0429215Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.280s) 2022-09-27T15:44:16.3157362Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.273s) 2022-09-27T15:44:16.3915087Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:44:17.0011461Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.610s) 2022-09-27T15:44:17.6338623Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.633s) 2022-09-27T15:44:18.0547329Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.421s) 2022-09-27T15:44:18.4654155Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.411s) 2022-09-27T15:44:18.5010858Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:44:18.5015240Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5019182Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5022988Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5026467Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5030132Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5033825Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5037640Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5041217Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5044502Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5048510Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5051985Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5055668Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:18.5528925Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:44:18.6208182Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:44:19.0813186Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.460s) 2022-09-27T15:44:19.5508091Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.469s) 2022-09-27T15:44:19.5985100Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:44:19.8725955Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.274s) 2022-09-27T15:44:20.2583968Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.386s) 2022-09-27T15:44:20.3272765Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:44:20.3957640Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:44:20.4631072Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:44:20.5312102Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:44:20.5990833Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:44:20.6067917Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:20.6129263Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:20.6184837Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:20.6238631Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:20.6310962Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:20.6370529Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:20.6425683Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:20.6480113Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:20.6809742Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:44:20.7851288Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:44:20.8935153Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:44:20.9285754Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:44:21.0100756Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:44:21.0901022Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:44:21.1101798Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:44:21.1290469Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:21.1475602Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:21.1668034Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:21.1855774Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:21.1909184Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:21.1956225Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:21.1979694Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.1989910Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2006712Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2023636Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2040857Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2056068Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2071344Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2081566Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2091822Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2102077Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2112331Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2122811Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2141186Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2151281Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2167420Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2184066Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2200850Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2217925Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2233513Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:21.2243758Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2254113Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2265027Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2275369Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:21.2285902Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:22.0360261Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.807s) 2022-09-27T15:44:26.5003683Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (4.464s) 2022-09-27T15:44:30.8847107Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (4.384s) 2022-09-27T15:44:32.3325191Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (1.448s) 2022-09-27T15:44:33.7713640Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (1.439s) 2022-09-27T15:44:35.1985659Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (1.427s) 2022-09-27T15:44:36.6404855Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (1.442s) 2022-09-27T15:44:38.0845235Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.444s) 2022-09-27T15:44:38.1233760Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:44:38.4032023Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.280s) 2022-09-27T15:44:38.6732991Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.270s) 2022-09-27T15:44:38.6743570Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-09-27T15:44:38.6752993Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-09-27T15:44:38.6761551Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-09-27T15:44:38.6770258Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-09-27T15:44:38.6778670Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-09-27T15:44:38.6787263Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-09-27T15:44:38.6795540Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-09-27T15:44:38.6803849Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-09-27T15:44:38.6869271Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:38.7153580Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:44:38.7423019Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:44:38.7500813Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:38.7575255Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:38.7647410Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:38.7721104Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:38.7794343Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:38.7842441Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:38.7925018Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:38.8003183Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:38.8047983Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:38.8142833Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:38.8232899Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:38.8288044Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:38.8342382Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:38.8383824Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:38.8471329Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:38.8557024Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:38.8623256Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:38.8650143Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:44:38.8705355Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:38.8760821Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:38.8865211Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:44:38.9244234Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:44:38.9609727Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:44:38.9731797Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:44:39.0365517Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:44:39.1001508Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:44:39.1158244Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:44:39.2243998Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:44:39.3377671Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:44:39.3540977Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:44:39.4468732Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T15:44:39.5106498Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:44:39.5448169Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:44:39.5804259Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:44:39.6146672Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:44:39.6482801Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:44:39.6822723Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:44:39.6874920Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:39.6965387Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:39.7053880Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:39.7143200Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:39.7359330Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:39.7551043Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:39.7705597Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:44:39.8297103Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:44:39.8918292Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:44:39.9101367Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:39.9519113Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:44:39.9925059Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:44:40.0004858Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:40.0081101Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:40.0156427Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:40.0230882Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:40.0308520Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:40.0397859Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:40.0696060Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:44:40.0990831Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:44:40.1189039Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:44:40.1382803Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:40.1455317Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:40.1527286Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:40.1597908Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:40.1669474Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:40.1740401Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:40.1798360Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:40.2014565Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:40.2226509Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:40.2281652Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:40.2337287Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:40.2390757Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:40.2445362Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:40.2499519Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:40.3568093Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.107s) 2022-09-27T15:44:40.8662218Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.509s) 2022-09-27T15:44:41.3966596Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.530s) 2022-09-27T15:44:41.7696186Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.373s) 2022-09-27T15:44:42.1287504Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.359s) 2022-09-27T15:44:42.2437295Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:44:42.3572781Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:44:42.4699578Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:44:42.5820554Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.112s) 2022-09-27T15:44:42.6949912Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:44:42.8030505Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:44:43.3165813Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.513s) 2022-09-27T15:44:43.8489413Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.532s) 2022-09-27T15:44:44.2216879Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.373s) 2022-09-27T15:44:44.5815504Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.360s) 2022-09-27T15:44:44.6951459Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:44:44.8080265Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:44:44.9206827Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:44:45.0343537Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:44:45.1488692Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:44:45.4386025Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.290s) 2022-09-27T15:44:48.0300879Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.591s) 2022-09-27T15:44:50.6263750Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.596s) 2022-09-27T15:44:50.9197072Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.293s) 2022-09-27T15:44:52.4475610Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.528s) 2022-09-27T15:44:53.9492655Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (1.502s) 2022-09-27T15:44:53.9558669Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:53.9727370Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:44:53.9892101Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:44:53.9961999Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:54.0019895Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:54.0077394Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:54.0100585Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:54.0229396Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:44:54.0395685Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:44:54.0643445Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:44:54.0907277Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:44:54.1169874Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:44:54.1290637Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:44:54.1518290Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:44:54.1780935Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:44:54.1997187Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:54.2211964Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:54.2422577Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:54.2633640Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:54.2840284Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:54.4520427Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.168s) 2022-09-27T15:44:55.3434323Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.891s) 2022-09-27T15:44:56.2415634Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.898s) 2022-09-27T15:44:56.4278987Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.186s) 2022-09-27T15:44:57.0972588Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.669s) 2022-09-27T15:44:57.7471945Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.650s) 2022-09-27T15:44:57.7592254Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:44:57.8133644Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:44:57.8676670Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:44:57.9006408Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:44:57.9325035Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:44:57.9665217Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:44:58.0548083Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T15:44:58.1486718Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:44:58.1844169Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:44:58.2601846Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:44:58.3343013Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:44:58.4150926Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:44:58.4986340Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:44:58.5528800Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:44:58.6062414Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:44:58.6135242Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:58.6199456Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:58.6274976Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:58.6348209Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:58.6367580Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6385470Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6404211Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6422890Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6436811Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6452500Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6470484Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6490480Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6508993Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6522877Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6540125Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6556762Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6572277Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6587888Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6603142Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6618760Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6633940Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6648590Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6661056Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6677655Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6694765Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6711048Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.6725428Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6740064Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6754393Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6766929Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6779684Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6792110Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6804463Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.6817305Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:58.7169271Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:44:58.7516046Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:44:58.7750167Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:44:58.7986557Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:44:58.8039492Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:58.8068832Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:44:58.8361018Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:44:58.8648738Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:44:58.8704241Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:58.8866104Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:44:58.9021726Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:44:58.9048069Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:44:58.9072969Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.9096050Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.9119570Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.9143170Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:58.9182461Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-09-27T15:44:58.9213169Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:44:58.9261884Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:58.9303642Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:58.9497581Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:58.9597191Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:44:58.9798573Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:44:58.9850359Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:58.9996240Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:44:59.0130673Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:44:59.0174945Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:59.0218392Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:59.0260068Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:59.0302376Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:59.0344265Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:59.5059858Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.471s) 2022-09-27T15:44:59.9845817Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.479s) 2022-09-27T15:45:00.2927398Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.308s) 2022-09-27T15:45:00.5933984Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T15:45:01.2530342Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.660s) 2022-09-27T15:45:01.9126718Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.660s) 2022-09-27T15:45:01.9228948Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:01.9247280Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.9505692Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:01.9754404Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:01.9775374Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.9794636Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.9813414Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.9831857Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.9849659Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.9953670Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:01.9972527Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.0230054Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:02.0474458Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:02.0494567Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.0512079Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.0528744Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.0545612Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.0561937Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.0663606Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:02.0680835Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.0923376Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:02.1159330Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:02.1177878Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1195354Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1212080Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1228538Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1244819Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1343919Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:02.1360903Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1600656Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:02.1834561Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:02.1852629Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1870218Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1886345Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1902895Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.1918988Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2018260Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:02.2034268Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2272450Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:02.2504722Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:02.2523821Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2541285Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2557782Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2574326Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2590840Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2611840Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2630102Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2642139Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:02.2661267Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2679580Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2696315Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2713066Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.2723239Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:02.2733451Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:02.2743655Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:02.2753615Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:02.2763703Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:02.3844503Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:45:03.6726217Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.288s) 2022-09-27T15:45:04.9718979Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.299s) 2022-09-27T15:45:04.9800740Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:05.6592361Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.679s) 2022-09-27T15:45:06.3126762Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.653s) 2022-09-27T15:45:06.3363419Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:06.3599118Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:06.3830993Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:06.4062972Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:06.4292058Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:06.4941492Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:45:07.8329597Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.339s) 2022-09-27T15:45:09.1863527Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.353s) 2022-09-27T15:45:09.9664250Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.780s) 2022-09-27T15:45:10.7357469Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.769s) 2022-09-27T15:45:10.7990382Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:45:10.8637131Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:45:10.9273160Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:45:10.9910738Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:45:11.0558204Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:45:11.0757306Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:11.0784328Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:11.1210015Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:45:11.1650715Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:45:11.1847118Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:11.2189737Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:11.2521590Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:45:11.2549117Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:11.2575552Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:11.2601193Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:11.2627045Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:11.2652337Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:12.1871065Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.922s) 2022-09-27T15:45:13.1369832Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.950s) 2022-09-27T15:45:13.8132539Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.676s) 2022-09-27T15:45:14.4641581Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.651s) 2022-09-27T15:45:16.0822710Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.618s) 2022-09-27T15:45:17.6432035Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.561s) 2022-09-27T15:45:17.6473459Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.6487527Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.6525961Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.6580873Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:17.6630071Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:17.6643085Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.6656258Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.6668693Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.6682411Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.6695232Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.6725286Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.6755813Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.6786739Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.6818475Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.6846657Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.6874860Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.6903200Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.6951668Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:17.6996581Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7040790Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7084995Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7127746Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7170810Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7214107Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7256411Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7300485Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7315922Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:45:17.7330978Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:17.7345754Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:17.7360003Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:17.7374682Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:17.7390840Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:45:17.7404706Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:17.7434747Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.7466807Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.7498015Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.7529206Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.7557050Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.7585040Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.7612703Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.7654915Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.7742173Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:17.8085468Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:17.8307331Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:17.8660163Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:17.8703557Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.8922994Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:17.9144621Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:17.9234437Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:17.9322992Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:17.9409506Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:17.9497621Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:17.9585123Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:17.9606435Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:17.9618007Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.9668196Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:17.9682579Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.9732026Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:17.9751504Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:17.9768527Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:17.9785789Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:17.9795285Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.9805171Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.9814935Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.9824816Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.9834395Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:17.9908333Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:17.9942353Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:18.0206055Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:18.0479731Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:18.0561505Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:18.0724247Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:18.0879867Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:18.0914963Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:18.0947609Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:18.0979933Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:18.1011280Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:18.1042282Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:18.1608050Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:45:18.2190388Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:45:18.5189601Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.300s) 2022-09-27T15:45:18.8100507Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-09-27T15:45:18.8337256Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:18.8571882Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:18.8803290Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:18.9038548Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:18.9271817Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:18.9695224Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:45:19.3363914Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.367s) 2022-09-27T15:45:19.7149446Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.379s) 2022-09-27T15:45:19.7154054Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.001s) 2022-09-27T15:45:19.9581893Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.243s) 2022-09-27T15:45:20.1876763Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-09-27T15:45:20.2160458Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:45:20.2373303Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:20.3295945Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:45:20.4239249Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:45:20.4539787Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:45:20.5225811Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:45:20.5904395Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:45:20.6115127Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:20.6325468Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:20.6525069Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:20.6734524Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:20.6943340Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:20.7038333Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.7132755Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.7697839Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:45:20.7875749Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:45:20.8331757Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:20.8420402Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.8745980Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:45:20.9058148Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:45:20.9156646Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:20.9253838Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:20.9347397Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.9441580Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.9536144Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.9585787Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.9653920Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:20.9988696Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:45:21.0167003Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:45:21.0519303Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:21.0569379Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:21.0775915Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:21.0976969Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:21.1047417Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:21.1113169Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:21.1177895Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.1243333Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.1311907Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:21.1381574Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:21.1513731Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:21.2232897Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:45:21.2592130Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:45:21.3303125Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:45:21.3377766Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:21.3809258Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:45:21.4222894Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:45:21.4360611Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:21.4496096Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:21.4629819Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:21.4764131Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:21.4902940Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:21.4927413Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:21.4974650Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:21.5081178Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:21.5185571Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:21.5206090Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:21.5270309Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.5335257Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.5377727Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.5419858Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.5461141Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.5503100Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.5545346Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.5567118Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:21.5609092Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.5710576Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:21.5812607Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:21.5834641Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:21.5902735Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:21.5968770Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:21.6011412Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.6054036Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.6095826Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.6138531Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.6182161Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.6197293Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6206512Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6221057Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6235620Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6250573Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6264121Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6277514Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6286482Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6295741Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6304887Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6313911Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6322915Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6338698Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6347813Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6362009Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6372599Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6387086Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6401673Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6414926Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6428093Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6437228Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6446232Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6455600Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6464512Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6473561Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:21.6623110Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:21.6863345Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:21.8011654Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:45:21.8582357Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:45:21.9772592Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T15:45:21.9923478Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:22.0629527Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:45:22.1335394Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:45:22.1569421Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:22.1802863Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:22.2032725Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:22.2265009Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:22.2495451Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:22.2841282Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:22.3637113Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:45:22.7972279Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.433s) 2022-09-27T15:45:23.2398802Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.443s) 2022-09-27T15:45:23.2751065Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:23.5403998Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.265s) 2022-09-27T15:45:23.8005567Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.260s) 2022-09-27T15:45:23.8808762Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:45:23.9618623Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:45:24.0410472Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:45:24.1206887Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:45:24.1995598Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:45:24.2012265Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2026653Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:24.2040334Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:24.2050500Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:24.2060246Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:24.2069708Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:24.2079165Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:24.2088553Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:24.2110892Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2129325Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2148026Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2167567Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2185996Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2204162Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2228508Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2246802Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2265273Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:24.2334794Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:24.2366585Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:24.2604058Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:24.2848259Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:24.2993635Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:24.3133315Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:24.3165810Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:24.3197109Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:24.3228183Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:24.3258816Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:24.3289460Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:24.3485880Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:24.6221310Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.273s) 2022-09-27T15:45:24.9009759Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:45:24.9230338Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:25.0858350Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.163s) 2022-09-27T15:45:25.2450579Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T15:45:25.2694843Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:25.2946131Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:25.3192854Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:25.3437555Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:25.3678217Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:25.3729124Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:25.3747513Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.3796658Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:25.3847604Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:25.3895166Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:25.3941681Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:25.3985979Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:25.4003432Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4021614Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4038730Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4056302Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4073918Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4130939Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.4155267Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4211848Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.4269904Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.4325664Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:25.4380769Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.4434330Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:25.4460122Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4484144Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4508612Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4531750Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4555640Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.6554366Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.200s) 2022-09-27T15:45:25.6583636Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:25.8808316Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.222s) 2022-09-27T15:45:26.3496543Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.469s) 2022-09-27T15:45:26.8032343Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.454s) 2022-09-27T15:45:26.8064078Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:26.8093702Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:26.8122914Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:26.8151689Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:26.8180975Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:27.0184643Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.200s) 2022-09-27T15:45:27.0213469Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:27.2483822Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.227s) 2022-09-27T15:45:27.7133941Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.465s) 2022-09-27T15:45:28.1635508Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.450s) 2022-09-27T15:45:28.1666810Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:28.1697915Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:28.1727092Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:28.1756195Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:28.1785655Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:28.2453344Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:45:28.3190084Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:45:28.5154152Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:45:28.7035141Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.188s) 2022-09-27T15:45:28.7075030Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:28.7114214Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:28.7150533Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:28.7188990Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:28.7227190Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:28.9390902Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.216s) 2022-09-27T15:45:28.9423043Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:29.1826303Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.240s) 2022-09-27T15:45:29.9052392Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.723s) 2022-09-27T15:45:30.6064900Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.701s) 2022-09-27T15:45:30.6097288Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6127591Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6157748Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6187660Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6217717Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6362959Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:30.6391440Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6539395Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:30.6686135Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:30.6823167Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:30.6855679Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6887797Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6919048Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6949499Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.6980210Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:30.7136965Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:30.7297721Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:30.7451152Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:30.7605708Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:30.7725195Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:30.7843454Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:30.7971432Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:30.8091851Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:30.8213501Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:30.8699675Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:45:30.9183160Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:45:30.9628316Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:45:31.0079030Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:31.0546555Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:45:31.1017973Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:45:31.1446136Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:45:31.1881205Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:45:31.1929498Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.1943153Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2086119Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:31.2106101Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:31.2255681Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:31.2299361Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:31.2396154Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.2491871Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.2504502Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2516910Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2529312Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2541524Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2553707Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2605099Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.2619162Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2667859Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.2727004Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.2785269Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.2798717Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2812418Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2826001Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2839213Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2852989Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:31.2878688Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:31.2942998Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.4765942Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.182s) 2022-09-27T15:45:31.4944874Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:45:31.6856660Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T15:45:31.6879665Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:31.6982263Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.7080501Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.7144175Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.7207373Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.7270720Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.7334123Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.7396330Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.7450304Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.7497224Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.7595382Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.7694241Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.7747400Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.7817027Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:31.7885053Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:31.7909155Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:31.7955516Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.8001350Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.8047297Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.8093274Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.8150792Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.8195025Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:31.8335777Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:31.8488778Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:31.8593451Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.8692774Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.8738168Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.8782918Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:31.8827299Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:31.8871670Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:31.8915606Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:31.8935907Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:31.9000567Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.9020617Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:31.9121579Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.9218775Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.9281286Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.9343347Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.9404902Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.9467382Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.9527754Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.9582624Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:31.9643950Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.9701060Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:31.9801106Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.9899034Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:31.9967323Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.0034699Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.0102256Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.0165710Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:32.0228994Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:32.0263269Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.0330915Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.1135340Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:45:32.1968011Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:45:32.2323724Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:32.2659939Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:32.2728667Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.2796497Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.2863131Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.2930059Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.2994866Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.3180293Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:45:32.3214190Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.3885791Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:45:32.4590846Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:45:32.5041320Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:32.5486733Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:32.5524427Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:32.5558702Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.5592706Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.5626151Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.5659461Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.5688682Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.5755688Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.6558326Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:45:32.7399606Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:45:32.7752788Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:32.8097895Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:32.8168224Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.8234936Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.8299594Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:32.8363852Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:32.8432283Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.8565726Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:32.8595075Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.8788316Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:32.8922531Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:32.9073997Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:32.9107270Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.9138458Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.9168875Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.9197309Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.9226714Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:32.9300692Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:32.9683732Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:45:33.0065116Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:45:33.0170916Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:33.0407128Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:33.1135223Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:45:33.1861314Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:45:33.1966804Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:33.2630400Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:45:33.3019801Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:45:33.3283696Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:33.3551029Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:33.3827502Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:45:33.4090981Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:33.4353550Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:33.4746374Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:45:33.4795351Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:33.5202287Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:45:33.5688589Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:45:33.6139526Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:33.6192923Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:33.6244624Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:33.6294205Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:33.6343619Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:33.6392989Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:33.6872677Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:45:33.7304484Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:45:33.7658499Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:33.7999304Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:33.8014682Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8028153Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8040433Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8052702Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8064066Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8075367Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8086594Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8098155Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8111370Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8123235Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8135235Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8146493Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8157657Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8168784Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8180294Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8191437Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8204658Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8216592Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8228723Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8239805Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8251348Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8262765Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8274229Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8285513Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8299401Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8311357Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8323230Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8334588Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8346086Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8357177Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8368367Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8379932Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8393135Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8405338Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8417744Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8429059Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8444630Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8456040Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8467111Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8478075Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.8498302Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8520826Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8544356Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8562008Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8581215Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8598764Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8616585Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8634371Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8653950Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8676460Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8699208Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8717132Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8735496Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8753583Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8771254Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8789351Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.8793625Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8796935Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8801172Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8804731Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8808490Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8813225Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8817742Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8821370Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8825085Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8828540Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8832081Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8835600Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8839066Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8842691Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8846128Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8849591Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:33.8905318Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:33.8915389Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9037223Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:33.9154059Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:33.9165431Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9176454Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9186870Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9196517Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9206438Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9219855Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9382167Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:33.9536782Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:33.9549789Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9561733Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9573023Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9584281Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9595092Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:33.9615308Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9640004Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9663183Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9680823Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9699730Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9717152Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9735114Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9752911Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9772685Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9796573Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9819477Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9838713Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9858195Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9876358Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9894399Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9912582Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9935564Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:33.9961624Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:34.0134568Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:34.0294636Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:34.0320639Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:34.0344650Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.0367813Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.0390518Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.0413355Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.0436062Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.0811518Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:45:34.1172399Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:45:34.1198714Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:34.1222836Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.1245809Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.1268909Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.1291615Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.1314042Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.1792675Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:45:34.2257141Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:45:34.2285715Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:34.2310295Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2333795Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2359324Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2382967Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2402815Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2426053Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2448734Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2466619Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2485055Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2503465Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2521026Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2538964Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.2543273Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.2547146Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.2550573Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.2554440Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.2557699Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.2562022Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.2565285Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.2568892Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.2581838Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.2826614Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:34.3064415Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:34.3078429Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3090364Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3101992Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3112458Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3123471Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3136640Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3148428Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3159982Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3170724Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3181525Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3192263Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3203051Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3214399Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3227429Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3239105Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3250760Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3261774Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3272514Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3283520Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3294041Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3305008Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3318598Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3330167Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3341381Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3352295Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3362905Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3373812Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3386491Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3397247Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3410143Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3421938Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3433141Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3443956Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3454730Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3465524Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3476164Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3486938Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.3657168Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:34.3772751Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:34.4218972Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:34.4628879Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:45:34.4751458Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:34.4873690Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:34.4994978Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:34.5115162Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:34.5235993Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:34.5250746Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.5427052Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:34.5595456Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:34.5608367Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.5620512Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.5631542Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.5642412Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.5653583Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.5753778Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:34.5769735Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.6007039Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:34.6236540Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:34.6254587Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.6271142Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.6286982Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.6303126Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.6319144Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.6332328Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6346022Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6357499Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6368261Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6379235Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6389938Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6400683Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6411566Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6424608Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6436078Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6447478Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6458540Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6469180Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6479904Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6490797Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6501757Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6506091Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6509545Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6513020Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6516604Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6520523Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6523915Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6527119Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6530532Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6534002Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6537396Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6541238Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6544673Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6548173Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6551665Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6555526Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6559076Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6562687Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6566412Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6570036Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6573645Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6577362Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6581136Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6584618Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6588198Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6591554Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6595159Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6598736Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6602266Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6605808Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6609380Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6613153Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6616889Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:45:34.6631859Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6644123Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6656076Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6667104Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6678153Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6690155Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6701758Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.6712660Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:34.7350985Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:45:34.7368883Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:34.8036397Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:45:35.1360853Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T15:45:35.4632385Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.327s) 2022-09-27T15:45:35.4652150Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:35.4672056Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:35.4690701Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:35.4709043Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:35.4727148Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:35.4978204Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:35.5356439Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:45:35.5741366Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:45:35.5999654Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:35.6258658Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:35.6513150Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:35.6767575Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:35.7026538Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:35.7064442Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:35.7169383Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:35.7578684Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:45:35.7845016Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:35.8258363Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:45:35.8294823Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:35.8530769Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:35.8767558Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:35.8871346Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:35.8975462Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:35.9075883Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:35.9175196Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:35.9272403Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:35.9325944Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:35.9537722Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:36.0345778Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:45:36.1175530Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:45:36.1236215Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:36.1712416Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:45:36.2184795Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:45:36.2396253Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:36.2607148Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:36.2811026Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:36.3017656Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:36.3224222Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:36.3290144Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:36.3561344Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:36.4624627Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.106s) 2022-09-27T15:45:36.5397015Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:45:36.6512135Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T15:45:36.6586432Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:36.7229445Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:45:36.7854882Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:45:36.8130739Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:45:36.8406588Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:36.8679301Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:36.8954441Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:36.9225782Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:36.9261460Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:36.9330823Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.0128996Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:45:37.0948573Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:45:37.1299669Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:37.1646031Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:37.1720095Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.1789859Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.1858775Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.1927182Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.1993993Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.2064368Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.2094972Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:37.2334955Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:37.2581868Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:37.2657665Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.2800872Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:37.2939209Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:37.2967350Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:37.2995658Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:37.3024395Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:37.3053210Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:37.3081907Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:37.3157938Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.3247716Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:37.3601788Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:37.3790947Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:37.4148051Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:45:37.4218905Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.4461061Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:37.4707207Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:37.4795411Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:37.4881016Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:37.4965075Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.5049467Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.5133793Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.5199772Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.5283065Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.5535289Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:37.5768414Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:37.6030206Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:37.6100901Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:37.6293424Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:37.6466934Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:37.6551901Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.6634389Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.6714965Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.6797007Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.6878351Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:37.7349487Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:45:37.9982276Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.263s) 2022-09-27T15:45:38.2629348Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.265s) 2022-09-27T15:45:38.3114815Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:45:38.4917689Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.180s) 2022-09-27T15:45:38.6693516Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-09-27T15:45:38.7342324Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:45:39.2006549Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.466s) 2022-09-27T15:45:39.6797555Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.479s) 2022-09-27T15:45:39.7507503Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:45:40.0540299Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:45:40.3553289Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T15:45:41.1813913Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.826s) 2022-09-27T15:45:42.0222909Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.841s) 2022-09-27T15:45:42.7971905Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.775s) 2022-09-27T15:45:43.5703444Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.773s) 2022-09-27T15:45:43.5944726Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:43.8735170Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:45:43.9507830Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:45:44.2319545Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.281s) 2022-09-27T15:45:44.2579868Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:44.4237722Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.166s) 2022-09-27T15:45:44.5853083Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.161s) 2022-09-27T15:45:44.6119284Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:44.6385498Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:44.6647876Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:44.6913603Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:44.7175058Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:44.7411383Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:44.7577683Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:44.8424050Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.085s) 2022-09-27T15:45:44.9316361Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:45:44.9561311Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:45.0181625Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:45:45.0786226Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:45:45.0957434Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:45.1125207Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:45.1287874Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:45.1453341Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:45.1619275Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:45.1772501Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:45.1944552Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:45.2620642Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:45:45.3313778Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:45:45.3487510Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:45.3952946Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:45:45.4413492Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:45:45.4591089Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:45:45.4766292Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:45.4938822Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:45.5113664Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:45.5286480Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:54.3193473Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (8.791s) 2022-09-27T15:46:03.3588254Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (9.039s) 2022-09-27T15:46:09.4427795Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (6.084s) 2022-09-27T15:46:15.3409857Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (5.898s) 2022-09-27T15:46:15.3442602Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:46:15.3473235Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:46:15.6314640Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T15:46:15.9173838Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T15:46:16.1164227Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.199s) 2022-09-27T15:46:16.3081672Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T15:46:16.3112837Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:16.3136584Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.3230355Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.3327610Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:16.3356773Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:16.3427794Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:16.3495391Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:16.3518582Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.3541515Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.3563347Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.3586299Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.3608721Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.3705553Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:16.3793515Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.4105949Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:16.4434753Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:16.4530700Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:16.4755391Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:16.4974887Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:16.5063680Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.5152522Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.5239783Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.5327457Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.5415187Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.5475793Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:16.5491266Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.5544723Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:16.5597641Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:16.5652888Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:16.5703393Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:16.5754618Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:16.5770756Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.5787119Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.5803331Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.5819555Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.5835372Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.5878489Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:16.5949590Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:16.6933509Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T15:46:16.7938721Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-09-27T15:46:16.8387148Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:16.8825036Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:46:16.8893842Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:16.8962051Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:16.9028980Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:16.9095086Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:16.9160156Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:16.9185698Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:16.9249814Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:16.9729862Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:46:17.0231884Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:46:17.0493203Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:17.0748306Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:17.0815247Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:17.0881873Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:17.0948797Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:17.1014925Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:17.1080013Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:17.1381467Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:17.1402684Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:17.3971706Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.257s) 2022-09-27T15:46:17.6581725Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.261s) 2022-09-27T15:46:17.6895797Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:17.8516363Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.162s) 2022-09-27T15:46:18.0118023Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:46:18.0141812Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:18.0163980Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:18.0186580Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:18.0208204Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:18.0230324Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:18.0309849Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:18.0705945Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:18.1118681Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:18.1406347Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:18.1684376Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:18.1761302Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:18.1835087Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:18.1907198Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:18.1979352Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:18.2050785Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:18.2358547Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:18.2635804Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:18.3620479Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T15:46:18.4627782Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:46:18.4937025Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:18.5668923Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:46:18.6398214Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:46:18.6676596Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:18.6956309Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:18.7222298Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:18.7498259Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:18.7774063Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:18.8082647Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:19.0470672Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.239s) 2022-09-27T15:46:20.0485867Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.001s) 2022-09-27T15:46:21.0553104Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.007s) 2022-09-27T15:46:21.0876408Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:21.8095575Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.722s) 2022-09-27T15:46:22.0834111Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.274s) 2022-09-27T15:46:22.3247470Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.241s) 2022-09-27T15:46:22.5618872Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.237s) 2022-09-27T15:46:22.8004512Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-09-27T15:46:23.0364914Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.236s) 2022-09-27T15:46:23.2726454Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.236s) 2022-09-27T15:46:23.2752057Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:23.2767208Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.2784011Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.2801017Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.2816585Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.2848310Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:23.2873493Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.2888560Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:23.2904174Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:23.2919177Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:23.2934394Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:23.2949492Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:23.3052810Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:23.3178652Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:23.3298405Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:23.3318513Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3337131Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3354572Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3371008Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3387530Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3478259Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.3568006Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.3627500Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.3684374Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.3702983Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3720620Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3737992Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3755110Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3771534Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.3847084Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:23.3933199Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.4361527Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:23.4593408Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:23.5039246Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:46:23.5124224Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:23.5412894Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:23.5693051Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:23.5782824Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.5867172Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:23.5948980Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:23.6037480Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.6120270Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:23.6794766Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:23.9876472Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.308s) 2022-09-27T15:46:24.3126817Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.325s) 2022-09-27T15:46:24.3813300Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:46:24.5929916Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.212s) 2022-09-27T15:46:24.7886520Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:46:24.8266863Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:24.8644861Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:24.9017114Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:24.9395419Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:24.9774682Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:25.0423024Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:25.3485179Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.306s) 2022-09-27T15:46:25.6761818Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.328s) 2022-09-27T15:46:25.7449879Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:46:25.9553230Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.210s) 2022-09-27T15:46:26.1536925Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.198s) 2022-09-27T15:46:26.1947335Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:26.2338148Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:26.2716069Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:26.3101684Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:26.3481338Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:26.4845451Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.136s) 2022-09-27T15:46:26.6272996Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T15:46:26.7192667Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:46:26.8067415Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-09-27T15:46:26.8157174Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:26.8371271Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:26.9508239Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:46:27.0648953Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:46:27.0740026Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:27.1408621Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:27.2091819Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:46:27.2310481Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:27.2530234Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:27.2745649Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:27.2961911Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:27.3249255Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:27.3319196Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:27.3380951Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:27.3472400Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:27.3684644Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:27.4842819Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.116s) 2022-09-27T15:46:27.6003371Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-09-27T15:46:27.6098543Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:27.6797827Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:27.7470130Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:27.7686480Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:27.7913693Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:27.8132815Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:27.8350883Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:27.8567777Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:27.8622491Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:27.8671100Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:27.9071391Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:27.9340326Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:28.6939142Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.760s) 2022-09-27T15:46:29.4617682Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.768s) 2022-09-27T15:46:29.5026932Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:29.8816917Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.379s) 2022-09-27T15:46:30.2502058Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.368s) 2022-09-27T15:46:30.2756897Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:30.3013990Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:30.3269136Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:30.3524346Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:30.3779055Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:30.3800772Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:30.3903418Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:30.3999709Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:30.4061358Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:30.4122407Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:30.4183602Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:30.4246025Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:30.4306201Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:30.4404854Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:30.4658050Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:30.5672373Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:46:30.6423131Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:46:30.7476716Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:46:30.7577780Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:30.8213652Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:46:30.8832774Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:46:30.9090614Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:30.9353154Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:30.9604587Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:30.9863787Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:31.0119381Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:31.0213672Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:31.0310545Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.0764543Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:31.1015676Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:31.1482375Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:46:31.1574228Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:31.1886349Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:31.2186576Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:31.2284326Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.2381928Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.2475990Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:31.2574563Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.2673663Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.2782645Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:31.2803217Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.2906820Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.2945409Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:31.3050277Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.3158372Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:31.3249928Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:31.3339721Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:31.3359426Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3379324Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3398144Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3417201Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3436643Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3456254Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3475949Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3495228Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3512781Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3530186Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3548381Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3871506Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:31.4136618Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:31.4466103Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:31.4799252Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:31.5079570Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:31.5360710Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:31.5644386Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:31.5927608Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:31.6208232Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:31.6822253Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:31.7379551Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:46:31.7991109Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:31.8609621Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:46:31.9182391Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:31.9756725Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:32.0333550Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:46:32.0905006Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:32.1472527Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:32.1558539Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:32.1659694Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:32.2180515Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:46:32.2441862Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:32.2972755Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:46:32.3055019Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:32.3399253Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:32.3734534Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:32.3835499Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:32.3935461Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:32.4033419Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:32.4133188Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:32.4232138Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:32.4529533Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:32.6769139Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.224s) 2022-09-27T15:46:32.9032411Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.226s) 2022-09-27T15:46:32.9327409Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:33.0745463Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T15:46:33.2160681Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-09-27T15:46:33.2614666Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:33.6944312Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.433s) 2022-09-27T15:46:34.1306651Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.436s) 2022-09-27T15:46:34.1791248Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:46:34.4373690Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T15:46:34.6974500Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.260s) 2022-09-27T15:46:34.6999331Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.7159751Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:34.7325181Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:34.7369010Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:34.7411022Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:34.7421072Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:34.7430590Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:34.7440016Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:34.7449561Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:34.7459156Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:34.7471421Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:34.7483260Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:34.7495096Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:34.7542412Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.7608550Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.7929306Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:34.8109502Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:34.8438545Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:34.8486386Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.8688745Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:34.8887408Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:34.8953414Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.9021113Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.9086410Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.9153043Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.9221191Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.9238897Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:34.9256015Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:34.9328116Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.9466051Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:35.0178541Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:46:35.0553865Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:35.1267384Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:46:35.1343329Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:35.1758861Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:35.2189732Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:35.2327340Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:35.2464697Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:35.2601199Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:35.2739275Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:35.2875611Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:35.2945507Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:35.2957648Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:35.3379050Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:35.3394687Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:35.3837398Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:46:35.3905864Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:35.4174103Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:35.4435267Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:35.4447888Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:35.4460745Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:35.4471780Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:35.4482859Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:35.4493542Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:35.4538628Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:35.4592956Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:35.4800041Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:35.4976404Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:35.5204497Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:35.5253601Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:35.5394631Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:35.5528374Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:35.5584446Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:35.5643719Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:35.5699010Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:35.5753934Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:35.5807919Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:35.5941520Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:35.6141110Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:35.9594191Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.345s) 2022-09-27T15:46:36.0050276Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:36.3521139Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.347s) 2022-09-27T15:46:36.3658621Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:36.5598351Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.194s) 2022-09-27T15:46:36.7560527Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:46:36.7766179Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:36.7962850Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:36.8158448Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:36.8354638Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:36.8549500Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:36.9201190Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:36.9445695Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:37.0147225Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:37.4223940Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.408s) 2022-09-27T15:46:37.8268048Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.404s) 2022-09-27T15:46:37.8514130Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:37.8760118Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:37.9006084Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:37.9267534Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:37.9519414Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:37.9551091Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:37.9595950Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:37.9710730Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:37.9828109Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:37.9857632Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:37.9935779Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:38.0010413Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:38.0055652Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.0099837Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.0143765Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.0187578Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.0231168Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.0246264Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0262578Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0280331Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0298324Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0316535Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0331195Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0348371Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0365042Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0381197Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0396404Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0411505Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0427046Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0442473Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0457394Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0469826Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0486281Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0503498Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0520278Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0535451Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0550206Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0564633Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0577557Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0592286Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0604835Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0617928Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0630278Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:38.0647937Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.0823623Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:38.1006156Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:38.1188652Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:38.1207541Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.1309669Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:38.1408463Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:38.1476522Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:38.1543714Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:38.1610133Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:38.1677028Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:38.1741362Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:38.1770899Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.1807756Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.1863914Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:38.1921672Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:38.1967932Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:38.2011471Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.2046952Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2082925Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.2117645Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2152145Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2186869Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2212590Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:38.2244235Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2297812Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:38.2351763Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:38.2393036Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.2432414Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:38.2464115Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2495451Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2526001Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2556922Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2587740Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:38.2689399Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:38.2946728Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:38.3685140Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:46:38.4437123Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:46:38.5190269Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:46:38.5298591Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:38.5736471Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:46:38.6164444Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:38.6424441Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:38.6691086Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:38.6947720Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:38.7207653Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:38.7464773Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:38.7583756Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:38.8156881Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:38.8743673Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:38.9109554Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:38.9462703Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:38.9555718Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.0139356Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:46:39.0736373Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:39.1125905Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:39.1484690Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:39.1667410Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:39.1848927Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:39.2024959Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:39.2205965Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:39.2386930Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:39.2420664Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:39.2642350Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:39.2873542Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:39.2960177Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.3042805Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:39.3082846Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.3122642Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.3163238Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.3201685Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.3240047Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.3272855Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:39.3484585Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.3704388Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:39.3789492Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.3872015Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:39.3912444Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.3953490Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.3997507Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.4039401Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.4081134Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:39.4132757Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:39.4197682Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:39.4410547Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.4621792Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.4675845Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:39.4801366Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:39.4921925Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:39.4988861Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:39.5050798Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:39.5110246Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:39.5171467Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:39.5232759Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:39.5386514Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:39.5519506Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:39.5794529Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:39.6074068Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:39.6230992Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:39.6431084Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:39.6628864Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:39.6773556Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:39.6916449Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:39.7058816Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:39.7205169Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:39.7355765Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:39.7477250Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:39.7646444Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:39.7776769Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:39.8066926Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:39.8343588Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:39.8511049Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:39.8678624Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:39.8844298Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:39.9016001Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:39.9184144Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:39.9305057Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:39.9473149Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:39.9602244Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:39.9889094Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:40.0169630Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:40.0340922Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:40.0515484Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:40.0686314Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:40.0855261Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:40.1024583Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:40.1174264Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:40.1304290Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:40.1559323Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:40.1822703Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:40.1971379Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:40.2163260Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:40.2351183Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:40.2487439Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:40.2623334Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:40.2757612Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:40.2893369Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:40.3033270Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:40.3124216Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:40.3214145Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:40.3349398Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:40.3479312Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:40.3591466Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:40.3703892Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:40.3810829Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:40.3918875Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:40.4032328Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:40.4053767Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:40.4126102Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.4302525Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:40.4488069Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:40.4590060Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:40.4688149Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:40.4755324Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.4825341Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.4892582Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.4959463Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.5026822Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.5044685Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:40.5109556Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:40.5281417Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:40.5466176Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:40.5575147Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:40.5671026Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:40.5736653Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.5802366Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.5866477Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:40.5930008Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:40.5993227Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:40.6080582Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:40.6332009Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:40.6718926Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:40.7098061Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:40.7355761Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:40.7612219Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:40.7867607Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:40.8125648Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:40.8383353Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:40.8402506Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:40.8473526Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.8648128Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:40.8828454Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:40.8932435Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:40.9029336Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:40.9098404Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.9166474Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.9233895Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.9300819Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:40.9366386Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:40.9384190Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:40.9447945Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:40.9615616Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:40.9792812Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:40.9892940Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:40.9988446Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.0053946Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:41.0120501Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:41.0185769Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.0250679Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.0315184Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.0543824Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.0791595Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:41.1023615Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.1250315Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.1478467Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.1705872Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.1934064Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.2162985Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.2398522Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.2632711Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.2860513Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.2888505Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.2916557Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.2943808Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.2969929Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.2996672Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.3023205Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.3249176Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:41.3484931Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.3730796Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:41.3973457Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.4211846Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.4438413Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.4665990Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.4899002Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.5132203Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.5373579Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.5618557Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.5853741Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:41.6093705Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.6332793Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.6570381Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.6807970Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.7048549Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:41.7098859Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.7191621Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.7438497Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:41.7684984Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:41.7932825Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:41.7981489Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.8138345Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:41.8291484Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:41.8382352Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.8471716Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.8560553Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.8651684Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.8743853Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.8761335Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.8864458Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:41.8960540Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:41.9022936Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.9084615Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.9145727Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.9207000Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.9267290Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.9309296Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:41.9669535Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:42.0028959Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:42.0432114Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:42.0822621Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:42.1212589Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:42.1601370Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:42.1983634Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:42.2038439Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.2251726Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:42.2307184Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.2686339Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:42.3058549Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:42.3276823Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.3493316Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.3706570Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:42.3926273Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.4149466Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.4204763Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.4419033Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:42.4476970Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.4847536Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:42.5211682Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:42.5431316Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.5651518Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.5869145Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.6088395Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.6306873Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:42.6326876Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:42.6383664Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.6517098Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:42.6657886Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:42.6801012Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:42.6821644Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:42.6911030Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:42.6996770Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:42.7055165Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.7113123Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.7170718Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.7228554Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.7285961Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:42.7298508Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:42.7308651Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:42.7320203Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:42.7331342Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:42.7342825Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:42.7353402Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:42.7363649Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:42.7375480Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:42.7385881Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:42.7395406Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:42.7404922Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:42.7414583Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:42.7424310Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:42.7677454Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:42.8367604Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:46:43.0065100Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.170s) 2022-09-27T15:46:43.1807925Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T15:46:43.2062004Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:43.3160941Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T15:46:43.4240473Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:46:43.4942218Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:43.5634352Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:46:43.6332615Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:43.7030638Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:43.7726184Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:46:43.7855016Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:43.8142050Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:43.8276155Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:43.8697531Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:43.9107859Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:43.9404458Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:43.9699005Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:43.9985479Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:44.0272764Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:44.0557422Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:44.0585905Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.0620166Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.0672732Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:44.0725596Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:44.0768642Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.0813841Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.0849314Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.0884991Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.0920602Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.0956388Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.0992040Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.1020164Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.1054647Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.1108903Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:44.1162172Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:44.1205238Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.1246002Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.1279087Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.1312043Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.1344629Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.1377310Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.1412045Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.1503511Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:44.1691659Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:44.2180269Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:46:44.2674782Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:46:44.3172414Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:46:44.3266647Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:44.3586762Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:44.3899103Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:44.4090871Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:44.4280829Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:44.4467089Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:44.4655664Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:44.4844292Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:44.4986410Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:44.5160053Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:44.5861510Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:44.6315818Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:44.7036530Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:46:44.7177193Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:44.7649472Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:46:44.8132272Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:46:44.8306624Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:44.8480139Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:44.8649818Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:44.8822504Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:44.8994263Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:44.9021137Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.9052884Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.9093586Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.9132437Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:44.9163535Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.9194537Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.9225144Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.9256203Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.9289265Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:44.9638417Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:44.9990621Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:45.0640161Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:45.1267711Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:46:45.1517396Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:45.1791340Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:45.2047448Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:45.2299645Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:45.2540191Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:45.2632247Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:45.2900425Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:45.3553534Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:45.4202731Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:45.4300382Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:45.4704285Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:45.5125790Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:45.5397072Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:45.5667307Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:45.5935672Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:45.6202217Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:45.6476417Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:45.6595360Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:45.6696508Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:45.7113826Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:45.7516675Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:45.7757028Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:45.8007620Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:45.8245367Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:45.8479698Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:45.8712691Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:45.8727814Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:45.8793461Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:45.8859429Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:45.8886296Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:45.8912939Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:45.8929279Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:45.8945906Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:45.8961850Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:45.8978100Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:45.8994338Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:45.9002097Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:45.9009668Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-09-27T15:46:45.9017309Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-09-27T15:46:45.9025001Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.001s) 2022-09-27T15:46:45.9032529Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-09-27T15:46:45.9039996Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-09-27T15:46:45.9047487Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-09-27T15:46:45.9055088Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-09-27T15:46:45.9063027Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-09-27T15:46:45.9070372Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-09-27T15:46:45.9078001Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-09-27T15:46:45.9085564Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-09-27T15:46:45.9093282Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-09-27T15:46:45.9100949Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:45.9108476Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-09-27T15:46:45.9115973Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-09-27T15:46:45.9123513Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-09-27T15:46:45.9131112Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-09-27T15:46:45.9138633Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-09-27T15:46:45.9146178Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-09-27T15:46:45.9153725Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-09-27T15:46:45.9161178Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-09-27T15:46:45.9168692Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-09-27T15:46:45.9176410Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-09-27T15:46:45.9184144Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-09-27T15:46:45.9191597Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-09-27T15:46:45.9429669Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:45.9676594Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:46.0325619Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:46.0995166Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:46.1678590Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:46:46.1934098Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:46.2325503Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:46.2705942Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:46.2948058Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:46.3190342Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:46.3431624Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:46.3674256Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:46.3913585Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:46.3931787Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:46.3999354Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.4100431Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:46.4194138Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:46.4259466Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.4324749Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.4390315Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.4455950Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.4519852Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.4546397Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.4579597Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.4622015Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:46.4662592Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:46.4695512Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.4728630Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.4761663Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.4794884Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.4827941Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.4844359Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:46.4910279Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.5008483Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:46.5100662Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:46.5164941Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.5229478Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.5294058Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.5358267Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.5422065Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:46.5447896Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5478129Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5504779Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5546295Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:46.5585833Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:46.5616637Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5647186Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5677826Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5708680Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5739277Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5765501Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5799288Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.5853441Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:46.5908516Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:46.5951490Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:46.5993857Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:46.6027098Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.6060837Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.6093200Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.6126549Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.6159493Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:46.6208985Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:46.6283133Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.6474437Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:46.6680799Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:46.6734646Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:46.6873743Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:46.7005319Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:46.7083705Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:46.7161385Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:46.7239130Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:46.7317241Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:46.7395393Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:46.7414435Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:46.7484300Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.7590460Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:46.7688943Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:46.7759494Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.7831492Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.7899517Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.7968469Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.8035937Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:46.8366882Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:46.8842361Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:46:46.9326409Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:46:46.9598429Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:47.0035556Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:46:47.0453091Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:47.0808543Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:47.1163805Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:47.1498018Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:47.1857908Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:47.2217736Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:47.2228975Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.2407441Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:47.2588671Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:47.3034701Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:47.3477834Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:46:47.3490800Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.3502600Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.3513089Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.3523174Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.3533597Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.3543333Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.3672039Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:47.3806458Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:47.3886444Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:47.3965611Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:47.3979024Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.3990069Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.4000112Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.4009752Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.4019739Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.4029453Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.4209060Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:47.4391338Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:47.4904715Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:46:47.5443404Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:46:47.5456764Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.5467818Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.5478946Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.5489841Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.5500758Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.5510927Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.6058166Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:46:47.6609910Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:46:47.7421812Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:46:47.8210434Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:46:47.8225155Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.8237021Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.8247905Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.8258653Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.8268912Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.8278845Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:47.8872563Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:47.9477402Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:48.0224300Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:46:48.0935651Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:46:48.0948164Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.0960762Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.0970150Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.0980484Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.0990451Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.1000335Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.1684987Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:46:48.2359473Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:48.3255192Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:46:48.4119374Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-09-27T15:46:48.4133327Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.4144882Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.4155590Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.4164533Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.4174264Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.4183973Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.4357001Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:48.4531376Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:48.4967728Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:46:48.5394372Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:48.5407867Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5419445Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5430014Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5440586Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5451204Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5461951Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5578742Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:48.5699199Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:48.5779999Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:48.5858766Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:48.5869896Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5880296Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5890733Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5900461Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5910124Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.5919701Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.6100591Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:48.6286356Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:48.6816677Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:46:48.7325849Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:46:48.7340313Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7353430Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7365453Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7377886Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7389320Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7400147Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7525742Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:48.7645841Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:48.7659617Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7670688Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7680472Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7689970Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7699826Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7709408Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7793151Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:48.7874782Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:48.7887159Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7898223Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7908906Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7919591Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7930353Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.7941358Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.8063298Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:48.8183693Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:48.8196910Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.8208650Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.8219361Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.8229473Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.8239352Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.8249023Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.8277665Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:48.8305862Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:48.8657749Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:48.9001927Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:48.9016118Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9027560Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9037346Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9047005Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9056483Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9066080Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9091948Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:48.9117695Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:48.9473729Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:48.9822601Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:48.9835310Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9846754Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9857789Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9868536Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9879063Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9889350Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:48.9919854Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:48.9950168Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:49.0364451Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:49.0792271Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:49.0807354Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.0819378Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.0830497Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.0841386Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.0852550Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.0863213Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.0973297Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:49.1080391Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:49.1092976Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1103637Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1114217Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1124677Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1135217Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1145721Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1223409Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:49.1299599Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:49.1311164Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1321206Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1331581Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1341192Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1351109Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1360485Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1471155Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:49.1580674Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:49.1591888Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1602117Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1612275Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1621890Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1631929Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:49.1679971Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:49.1913944Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:49.2530372Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:46:49.3160447Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:46:49.3210914Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:49.3581051Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:49.3952967Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:49.4203622Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:49.4443331Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:49.4680424Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:49.4921378Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:49.5160486Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:49.5179003Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:49.5284655Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:49.5384355Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:49.5454244Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:49.5522885Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:49.5591865Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:49.5661733Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:49.5728016Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:49.6079036Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:49.6429748Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:49.7106542Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:46:49.7733768Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:46:49.7986526Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:49.8237719Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:49.8482814Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:49.8753056Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:49.8999306Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:49.9086889Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:49.9321233Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:49.9413626Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:49.9813381Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:50.0207971Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:50.0446521Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:50.0678333Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.0908220Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.1139433Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.1368113Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.1453968Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:50.1682016Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.1772959Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:50.2160056Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:50.2541494Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:50.2771350Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.3003001Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.3229212Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.3456338Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.3683060Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.3775300Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:50.3869838Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:50.4281380Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:50.4666538Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:50.4902321Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.5136637Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.5370468Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.5603874Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.5833570Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.5870807Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:50.5909643Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:50.5962249Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:50.6012340Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:50.6239424Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.6466735Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.6691453Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:50.6919005Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.7146076Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.7365862Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:50.7590606Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:50.7824942Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.8185303Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:50.8538248Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:50.8766359Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.8995179Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.9221811Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.9449963Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.9678234Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:50.9901580Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:51.0132195Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:51.0375723Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:51.0742185Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:51.1094919Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:51.1325651Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:51.1567356Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:51.1798139Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:51.2032424Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:51.2265700Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:51.2415443Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:51.2726105Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:51.2872999Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:51.3329038Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:51.3756954Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:51.4059997Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:51.4360730Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:51.4659510Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:51.4982493Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:51.5287959Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:51.5380372Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:51.5783706Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:51.6182732Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:51.6264399Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:51.6348527Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:51.6729554Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:51.7100610Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:51.7177936Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:51.7259693Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:51.7643281Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:51.8032693Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:51.8092095Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:51.8161106Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:51.8452392Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:51.8749223Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:51.9050414Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:51.9110841Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:51.9311403Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:51.9511676Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:51.9609787Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:51.9707878Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:51.9803610Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:51.9902600Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:52.0001206Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:52.0028670Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.0068093Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.0177913Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:52.0286178Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:52.0315776Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.0390190Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.0461986Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.0506539Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.0546806Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.0585592Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.0625100Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.0664816Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.0691088Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.0724188Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.0804654Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:52.0886516Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:52.0916372Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.0976646Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.1038839Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.1074689Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.1109688Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1143620Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1178382Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1212100Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1239064Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1277632Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.1352467Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.1425443Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.1504905Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:52.1531075Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1584817Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:52.1636323Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:52.1669690Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1703619Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1738614Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1772034Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1804734Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.1867193Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.1937901Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.2123883Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:52.2326331Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:52.2525157Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:52.2594001Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.2701333Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:52.2801539Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:52.2873111Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.2943259Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.3012194Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.3080155Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.3147007Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.3202086Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:52.3264751Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.3430603Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:52.3605482Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:52.3663661Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.3761119Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:52.3852897Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:52.3914080Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.3975274Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4036510Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4098955Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4159160Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4212780Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:52.4274015Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4331581Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4428673Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:52.4517987Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:52.4579819Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4641476Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4707876Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.4777140Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.4845276Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.4907999Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.4977964Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.5041266Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.5147002Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:52.5244439Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:52.5313774Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.5379719Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:52.5444895Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.5509880Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.5573954Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:52.5834487Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:52.6074712Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:52.6314017Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:52.6567152Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:52.6799141Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:52.7018129Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:52.7242361Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:52.7476819Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:52.7839348Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:52.8202030Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:52.8433248Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:52.8662054Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:52.8891734Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:52.9122324Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:52.9349281Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:52.9376696Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.9410767Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.9453441Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.9494557Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:52.9527747Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.9561271Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.9594646Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.9628002Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:52.9661239Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:53.0849752Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T15:46:53.4577314Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.373s) 2022-09-27T15:46:53.8361934Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.378s) 2022-09-27T15:46:53.9628188Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T15:46:54.2365736Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.274s) 2022-09-27T15:46:54.5068808Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.270s) 2022-09-27T15:46:54.5192816Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:54.5433229Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:54.5677308Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:54.5801637Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:54.6014397Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:54.6214146Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:54.6240776Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:46:54.6265513Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:46:54.6289133Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:46:54.6467264Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:54.6609651Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:54.6637606Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.6672375Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.6725916Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:54.6779275Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:54.6821387Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.6863091Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.6896127Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.6929025Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.6962407Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.6995478Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7028677Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7044578Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:54.7110868Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:54.7206623Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:54.7299599Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:54.7364630Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:54.7429965Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:54.7494621Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:54.7559512Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:54.7624331Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:54.7650242Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7683747Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7736185Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:54.7789551Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:54.7831456Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.7872766Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.7906100Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7939258Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7973470Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8006236Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8039512Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8065951Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8099580Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8153092Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:54.8208574Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:54.8251354Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.8293734Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.8327738Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8361600Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8395291Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8429763Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8463681Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.8544519Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:54.8955405Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:54.9337922Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:54.9555901Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:54.9776659Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:55.0381967Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:55.0996417Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:55.1230429Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:55.1593377Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:55.1958622Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:55.2196732Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:55.2428365Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:55.2658849Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:55.2890777Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:55.3120562Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:55.3155784Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3182885Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3230599Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:55.3278655Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:55.3312167Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3347564Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3382990Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3408710Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3434646Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3460162Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3485751Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3512235Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.3761584Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:55.3997109Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:55.4624465Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:46:55.5270137Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:55.5519745Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:55.5898581Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:55.6268977Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:55.6508590Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:55.6757893Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:55.6998027Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:55.7236011Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:55.7471344Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:55.7692216Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:55.7915214Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:55.8537226Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:46:55.9146610Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:55.9378229Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:55.9737145Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:56.0108208Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:56.0341928Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:56.0573110Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:56.0801539Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:56.1034077Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:56.1263800Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:56.1332753Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:56.1421989Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:56.1722614Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:56.2011007Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:56.2095969Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:56.2180075Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:56.2264441Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:56.2347061Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:56.2430878Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:56.3590042Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.116s) 2022-09-27T15:46:56.5566160Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T15:46:56.7602635Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.204s) 2022-09-27T15:46:56.9480641Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.188s) 2022-09-27T15:46:57.1261639Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-09-27T15:46:57.2747233Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.149s) 2022-09-27T15:46:57.4238803Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-09-27T15:46:57.5681216Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T15:46:57.6286966Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:57.6780443Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:46:57.6829212Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:57.6899097Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:57.7172985Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:57.7437453Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:57.7507731Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:57.7577811Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:57.7646600Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:57.7715463Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:57.7783937Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:57.8004703Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:57.8230586Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:57.8476844Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:57.8839839Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:57.9194515Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:57.9421325Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:57.9647200Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:57.9880142Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.0114728Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.0340575Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.0393069Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:58.0485445Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.0710448Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.0935330Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.1164779Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.1216182Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:58.1375025Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:58.1530713Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:58.1627385Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:58.1723867Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:58.1817812Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.1914035Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.2009250Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.2097894Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.2328070Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.2419239Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.2802721Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:58.3179673Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:58.3412386Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.3639257Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.3870136Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.4113619Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:58.4343792Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.4501289Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:58.4913891Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:58.5341701Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:58.5500054Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:58.5811227Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:58.6115468Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:58.6125119Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:58.6133692Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-09-27T15:46:58.6141824Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-09-27T15:46:58.6149664Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-09-27T15:46:58.6157725Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-09-27T15:46:58.6165180Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-09-27T15:46:58.6172808Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-09-27T15:46:58.6180467Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-09-27T15:46:58.6187817Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-09-27T15:46:58.6195768Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-09-27T15:46:58.6203269Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-09-27T15:46:58.6211049Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-09-27T15:46:58.6219108Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:58.6226659Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-09-27T15:46:58.6234338Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-09-27T15:46:58.6241978Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-09-27T15:46:58.6249516Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-09-27T15:46:58.6257326Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-09-27T15:46:58.6264893Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-09-27T15:46:58.6272194Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-09-27T15:46:58.6279361Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-09-27T15:46:58.6286548Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-09-27T15:46:58.6293853Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-09-27T15:46:58.6301173Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-09-27T15:46:58.6387141Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.6618024Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.6709925Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.7089570Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:58.7468717Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:58.7700925Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.7932262Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.8157140Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.8388704Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.8619087Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:58.8707813Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.8932201Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.9570018Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:59.0227237Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:46:59.0870573Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:59.0958342Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.1341087Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:59.1712339Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:59.1939231Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:59.2167786Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:59.2398987Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:59.2638031Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:59.2885291Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:59.2905636Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.2968476Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:59.3029763Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:59.3072586Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:59.3114546Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:59.3142530Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.3168881Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.3195163Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.3222051Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.3247846Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.3342284Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.3512821Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:59.3676346Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:59.3799998Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.3923020Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.4045320Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.4167827Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.4290492Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.4384483Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.4559092Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:59.4718702Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:59.4840887Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.4962759Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.5084195Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.5205525Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.5326328Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.5418360Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.5586950Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:59.5749082Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:59.5876276Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:59.6001142Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.6125810Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.6246840Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.6367034Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:59.6442521Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:59.6468225Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.6544644Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:59.6629818Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:59.6712548Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:59.6738077Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.6762760Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.6787338Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.6811924Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.6836605Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.6907039Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:59.7225653Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:59.7549732Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:59.7770741Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:59.7996643Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:59.8603901Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:59.9248596Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:59.9491567Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:59.9863359Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:47:00.0228338Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:00.0465058Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:00.0714302Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:00.0959266Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:00.1197131Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:00.1430867Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:00.1448468Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:00.1625761Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:00.1812246Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:00.1997448Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:00.2019946Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:00.2129121Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:00.2235245Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:00.2306008Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:00.2374410Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:00.2441146Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:00.2507395Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:00.2572350Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.2582152Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-09-27T15:47:00.2590634Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-09-27T15:47:00.2598897Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-09-27T15:47:00.2606741Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-09-27T15:47:00.2614779Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-09-27T15:47:00.2622806Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-09-27T15:47:00.2630489Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-09-27T15:47:00.2638064Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-09-27T15:47:00.2645663Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-09-27T15:47:00.2653437Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-09-27T15:47:00.2661339Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-09-27T15:47:00.2669038Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-09-27T15:47:00.2676667Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-09-27T15:47:00.2681029Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2684604Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2688387Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2692286Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2696124Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2700334Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2704252Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2708093Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2712007Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2716057Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2720033Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2723984Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2727702Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:47:00.2764620Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:00.2819787Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.2937152Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.3060376Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.3179477Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.3213516Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:00.3295544Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.3375274Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.3427365Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.3479394Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.3529623Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.3581494Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.3632874Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.3662519Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:00.3711396Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.3822293Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:00.3941098Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.4065351Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.4100104Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:00.4187234Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:00.4267712Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.4320200Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.4371451Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.4421257Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.4471634Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.4521829Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.4552028Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:00.4601802Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.4713546Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:00.4830880Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.4945504Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:00.4976748Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:00.5056817Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.5134656Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.5185155Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.5236150Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.5286987Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.5337193Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.5387376Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:00.5445064Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.5819102Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:47:00.6185687Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:47:00.7494768Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.131s) 2022-09-27T15:47:00.8775889Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-09-27T15:47:00.8998053Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:00.9890106Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:47:01.0777590Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:47:01.0822044Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:01.0914367Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:01.1003294Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:01.1047954Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:01.1090772Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:01.1259797Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:01.1419494Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:01.1555252Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:01.2279485Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:47:01.2995359Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:47:01.3285195Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:47:01.7275519Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.399s) 2022-09-27T15:47:02.1178463Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.390s) 2022-09-27T15:47:02.1263457Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:02.1485397Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:02.1706328Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:02.1746492Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:02.1833108Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:02.1916557Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:02.1972570Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.2327303Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:47:02.2677489Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:47:02.2720377Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:02.2942200Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:02.3150216Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:02.3208050Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.3265307Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.3320847Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:02.3378011Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.3563507Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:02.3752809Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.4939426Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T15:47:02.6081937Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:47:02.6202168Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:02.6962438Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:47:02.7717117Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:47:02.7764421Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:02.7889640Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:02.8012266Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:02.8100388Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:02.8185714Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:02.8196411Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:47:02.8736357Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:47:02.9259089Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:47:02.9512620Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:03.0197404Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:47:03.1925306Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.173s) 2022-09-27T15:47:03.3697345Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T15:47:03.3955102Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:03.5054845Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T15:47:03.6141484Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-09-27T15:47:03.6846849Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:47:03.7545004Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:47:03.8247221Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:47:03.8945093Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:47:03.9632519Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:47:04.0030872Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:47:04.2821493Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:47:04.5542866Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-09-27T15:47:04.5553469Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-09-27T15:47:04.5562034Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-09-27T15:47:04.5570401Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-09-27T15:47:04.5578530Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-09-27T15:47:04.5586113Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-09-27T15:47:04.5593807Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-09-27T15:47:04.5601448Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-09-27T15:47:04.5609024Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-09-27T15:47:04.5648150Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:04.5768588Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:04.5880970Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:04.5953950Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:04.6025996Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:04.6096063Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:04.6167411Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:04.6237298Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:04.6276464Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:04.6354400Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:04.6430204Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:04.6466805Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:04.6552288Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:04.6636627Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:04.6681857Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:04.6771519Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:04.6858428Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:04.6937846Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:04.7129474Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:04.7317605Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:05.0230275Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.291s) 2022-09-27T15:47:07.5901604Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.567s) 2022-09-27T15:47:10.1851908Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.595s) 2022-09-27T15:47:10.4817268Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.296s) 2022-09-27T15:47:12.0154130Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.534s) 2022-09-27T15:47:13.5135228Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (1.498s) 2022-09-27T15:47:13.5366555Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:13.6863380Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T15:47:13.8381424Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-09-27T15:47:13.8639786Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:13.9597357Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:47:14.0534739Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:47:14.0566563Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:14.0675889Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:14.0788103Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:14.0821844Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:14.0898266Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:14.0972489Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:14.0987576Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:14.1003300Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1021520Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1040202Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1058911Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1073080Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:14.1089987Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1106934Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1122546Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1138419Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1153475Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:14.1169157Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1185024Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:14.1212164Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:14.1254302Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:14.1353513Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:14.1453799Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:14.1554607Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:14.1581986Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:14.1649708Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:14.1716676Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:14.1759106Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:14.1801023Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:14.1843790Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:14.1885869Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:14.1927770Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:14.2018566Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:14.2661193Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:47:14.3320174Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:47:14.3399777Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:14.3786675Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:47:14.4163393Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:47:14.4392166Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:14.4619177Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:14.4843043Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:14.5072596Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:14.5298947Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:14.5929068Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:47:14.7489853Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.156s) 2022-09-27T15:47:14.9078896Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T15:47:15.0054388Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T15:47:15.1011028Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:47:15.1654490Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:47:15.2287196Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:47:15.2918609Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:47:15.3557372Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:47:15.4183733Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:47:15.4199240Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:47:15.4213389Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:15.4226849Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:15.4240208Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:15.4253661Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:15.4267568Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:15.4281282Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:15.4310211Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:15.4344415Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:15.4404598Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:15.4468146Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:15.4500167Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:15.4548469Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:15.4597383Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:15.4631877Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:15.4664779Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:15.4697044Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:15.4728898Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:15.4760582Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:15.4854689Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:15.4953025Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:15.5357610Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:47:15.5749910Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:47:15.5984857Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:15.6218874Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:15.6449257Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:15.6683155Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:15.6925341Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:15.7026736Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:15.7241689Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:15.7572121Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:47:15.7914401Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:47:15.8012265Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:15.8259693Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:15.8497383Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:15.8712166Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:15.8927886Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:15.9136585Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:15.9350207Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:15.9563794Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:15.9641836Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:15.9880323Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:16.0466157Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:47:16.1038502Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:47:16.1619145Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:47:16.1701548Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:16.2059173Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:16.2416820Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:16.2650899Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:16.2885572Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:16.3118163Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:16.3354187Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:16.3586877Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:16.3761522Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:16.4557545Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:47:16.6777327Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.222s) 2022-09-27T15:47:16.8987984Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T15:47:16.9167326Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:17.0464581Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.130s) 2022-09-27T15:47:17.1736883Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T15:47:17.2546827Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:47:17.3348042Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:47:17.4152495Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:47:17.4962859Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:47:17.5754947Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:47:17.5782306Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:17.5814007Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:17.5867488Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:17.5922292Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:17.5963227Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:17.6002957Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:17.6033665Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:17.6064360Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:17.6094732Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:17.6125315Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:17.6156056Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:17.6217791Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:17.6932618Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:47:17.7655725Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:47:17.7721283Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:17.8148777Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:47:17.8570903Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:47:17.8824170Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:17.9082471Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:17.9330418Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:17.9577111Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:17.9818370Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:17.9866002Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:17.9877257Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:47:18.0016172Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:18.0027456Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:47:18.0169594Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:18.0217792Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.0312914Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:18.0408780Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:18.0418438Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:47:18.0427141Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:47:18.0435473Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:47:18.0443973Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:47:18.0452650Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:47:18.0468193Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.0531437Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.0697972Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:18.0875111Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:18.1050926Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:18.1068944Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.1166945Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:18.1259299Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:18.1320028Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.1379787Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.1439595Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.1499324Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.1558268Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.1612471Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.1655437Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.1787304Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:18.1921670Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:18.2023652Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:18.2117861Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:18.2165241Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.2208334Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.2250998Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.2293829Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.2336438Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.2350938Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:18.2413570Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.2429460Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.2529779Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:18.2621137Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:18.2685224Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.2745500Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.2805718Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.2865247Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.2924283Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.2979667Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.3039324Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.3094532Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.3189276Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:18.3281372Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:18.3341560Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.3401067Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.3462111Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.3525507Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.3585240Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.3600719Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.3665901Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.3830278Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:18.4007562Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:18.4111613Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:18.4211350Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:18.4284398Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:18.4359929Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:18.4428752Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:18.4496255Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:18.4562523Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:18.4592857Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.4628358Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.4681286Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.4735626Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.4777833Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.4818752Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.4855486Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.4889891Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.4923174Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.4956092Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.4989739Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.5005099Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:18.5071291Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:18.5236219Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:18.5409336Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:18.5507029Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:18.5599651Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:18.5664839Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.5729465Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.5794140Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.5859444Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:18.5925695Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:18.6001816Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:18.6382749Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:47:18.6760566Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:47:18.6782602Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.6808269Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.6841484Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.6872872Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.6895748Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.6918660Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.6941785Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.6964566Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.6987176Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.7010018Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.7054376Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:18.7100575Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.7123576Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.7146656Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.7169351Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.7192102Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.7215028Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.7237732Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.7284382Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.7333827Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:18.7363914Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.7392582Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.7419427Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.7446910Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.7473755Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:18.7739249Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:18.8139789Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:47:18.8519120Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:47:18.8776481Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:18.9038363Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:18.9310610Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:18.9569623Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:18.9831488Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:18.9853165Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:18.9953186Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:19.0209304Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:19.0479621Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:19.0754074Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:19.0778208Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:19.0931438Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:19.1082232Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:19.1181616Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:19.1280937Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:19.1378107Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:19.1476554Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:19.1574265Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:19.1602135Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:19.1807552Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:19.2375447Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:47:19.2939756Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:47:19.2970086Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:19.3294582Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:47:19.3613024Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:47:19.3824141Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:19.4038934Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:19.4246152Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:19.4454409Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:19.4662097Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:19.4695787Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:19.4968054Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:19.5702478Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:47:19.6462899Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:47:19.7206464Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:47:19.7240944Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:19.7661616Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:47:19.8079361Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:47:19.8350795Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:19.8621989Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:19.8889771Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:19.9163700Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:19.9436987Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:19.9456982Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:19.9527827Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:19.9704717Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:19.9887064Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:19.9995239Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:20.0095734Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:20.0164260Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:20.0233702Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:20.0302192Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:20.0370445Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:20.0436990Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:20.0475446Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:20.0559685Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.0741127Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:20.0929205Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:20.1119293Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:20.1156189Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:20.1286798Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:20.1414854Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:20.1500542Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:20.1585385Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.1668474Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.1753485Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.1836380Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.1877976Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:20.1958812Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.2188868Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:20.2424540Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:20.2662558Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:20.2707943Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:20.2860559Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:20.3009546Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:20.3094110Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.3176987Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.3257190Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.3341000Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.3424500Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:20.3488723Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:20.4000726Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:47:20.4523818Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:47:20.4590979Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:20.4915488Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:47:20.5217934Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:47:20.5344128Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:20.6344259Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.100s) 2022-09-27T15:47:20.7351650Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:47:20.7479048Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:20.8098034Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:47:20.8678734Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:47:20.8780271Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:20.9519761Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:47:21.0273775Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:47:21.1027368Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:47:21.1139929Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:21.1581707Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:47:21.2011281Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:47:21.2272259Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:21.2536285Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:21.2793146Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:21.3056472Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:21.3319688Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:21.3434163Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:21.3600332Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:21.3980801Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:47:21.4370731Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:47:21.4491218Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:21.4767780Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:21.5035089Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:21.5201476Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:21.5369285Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:21.5536037Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:21.5704111Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:21.5869625Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:21.5889636Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.5912677Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.5966191Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:21.6018826Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:21.6036305Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.6074264Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:21.6111142Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:21.6134422Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.6156537Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.6178012Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.6200455Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.6223107Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.6240146Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.6306608Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.6473518Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:21.6651441Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:21.6754407Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:21.6858609Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:21.6931642Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.7006842Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.7079329Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.7148295Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.7215145Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.7240988Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:21.7310854Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.7791262Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:47:21.8300091Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:47:21.8566838Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:21.8830588Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:21.8898650Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.8965165Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.9031622Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:21.9096926Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:21.9162024Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:21.9196317Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:21.9229539Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:21.9253686Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.9277226Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.9294296Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.9311562Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.9328384Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.9346581Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.9362851Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:21.9403331Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:21.9486119Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:21.9704799Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:21.9929038Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:22.0161374Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:22.0207873Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.0359629Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:22.0501941Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:22.0588104Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:22.0672563Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:22.0755495Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:22.0839151Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:22.0922175Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:22.0968765Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.1177260Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.1759533Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:47:22.2351098Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:47:22.2403137Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.2741604Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:47:22.3081026Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:47:22.3298442Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:22.3509515Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.3719020Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.3929549Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.4142118Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.4192732Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.4240032Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.4285768Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.4494070Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.5054592Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:47:22.5626598Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:47:22.5675680Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.6004042Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:47:22.6328179Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:47:22.6538927Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.6750087Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.6960308Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.7172035Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.7380542Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:22.7433180Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.7481167Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.7498940Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:22.7601676Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:22.7696714Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:22.7760664Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:22.7824182Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:22.7888317Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:22.7952786Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:22.8016167Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:22.8069837Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:22.8338631Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:22.9067296Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:47:22.9821407Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:47:23.0570273Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:47:23.0620609Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:23.1059760Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:47:23.1499831Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:47:23.1764084Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:23.2025147Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:23.2277574Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:23.2539110Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:23.2797589Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:23.2814884Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:47:23.2829778Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:23.2843662Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:23.2857091Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:23.2870484Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:23.2883148Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:23.2927759Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:23.3033039Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:23.3297094Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:23.3560626Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:23.3828406Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:23.3873193Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:23.4043961Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:23.4207129Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:23.4310151Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:23.4416515Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:23.4519495Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:23.4624477Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:23.4726614Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:23.4788344Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:23.5295183Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:47:23.5797191Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:47:23.5859468Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:23.6152284Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:47:23.6452442Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:47:23.6556614Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:23.7531422Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.097s) 2022-09-27T15:47:23.8500182Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-09-27T15:47:23.8611197Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:23.9205214Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:47:23.9787253Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:47:23.9832085Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:23.9972583Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:24.0334055Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:24.0692823Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:24.1049558Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:24.1092734Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:24.1307119Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:24.1526722Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:24.1665664Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:24.1804379Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:24.1941393Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:24.2079177Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:24.2214695Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:24.2264344Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:24.2458410Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:24.2895234Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:47:24.3334367Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:47:24.3776295Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:47:24.3829710Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:24.4131558Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:47:24.4424652Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:47:24.4625075Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:24.4823519Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:24.5022471Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:24.5221007Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:24.5417641Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:24.5492695Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:24.5742925Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:24.5818610Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:24.6204682Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:47:24.6580182Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:47:24.6828319Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:24.7077977Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:24.7328977Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:24.7580572Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:24.7827224Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:24.7843930Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.7861952Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.7880182Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.7898635Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.7916849Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.7930870Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:24.7947793Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.7964290Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.7979806Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.7995077Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:24.8009976Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:24.8025694Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:24.8040739Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:24.8042193Z 2022-09-27T15:47:24.8044477Z ---------------------------------------------------------------------- 2022-09-27T15:47:24.8044774Z Ran 7050 tests in 746.581s 2022-09-27T15:47:24.8044964Z 2022-09-27T15:47:24.8045117Z OK (skipped=445, expected failures=30) 2022-09-27T15:47:24.8045309Z 2022-09-27T15:47:24.8045441Z Generating XML reports... 2022-09-27T15:47:25.5623406Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220927153458.xml 2022-09-27T15:47:26.1498932Z Running test_fx ... [2022-09-27 15:47:26.149524] 2022-09-27T15:47:26.1499420Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:26.149601] 2022-09-27T15:47:28.9974177Z Test results will be stored in test-reports/python-unittest/test_fx 2022-09-27T15:47:29.0042007Z 2022-09-27T15:47:29.0042536Z Running tests... 2022-09-27T15:47:29.0043000Z ---------------------------------------------------------------------- 2022-09-27T15:47:29.0168719Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.013s) 2022-09-27T15:47:29.0178427Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:47:29.0205690Z Test type annotations in the forward function. ... ok (0.004s) 2022-09-27T15:47:29.0218771Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:47:29.0226728Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:47:29.0234897Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:47:29.0240545Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:47:29.0244705Z Test the consistency relation. ... ok (0.001s) 2022-09-27T15:47:29.0250704Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:47:29.0255273Z Test the consistency relation. ... ok (0.001s) 2022-09-27T15:47:29.0391658Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.013s) 2022-09-27T15:47:29.0424536Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-09-27T15:47:29.0503029Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-09-27T15:47:29.0579839Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-09-27T15:47:29.0640196Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T15:47:29.0698891Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T15:47:29.0763156Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T15:47:29.0814751Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:47:29.0866139Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:47:29.1717175Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.085s) 2022-09-27T15:47:29.1784109Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:47:29.1852656Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:47:29.1913919Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T15:47:29.1987377Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:47:29.2062185Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:47:29.2110085Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:47:29.2153931Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:29.2189621Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:29.2235619Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:29.2285492Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:47:29.2320840Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:29.2362308Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:29.2407459Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:47:29.2417891Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.2472978Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.006s) 2022-09-27T15:47:29.2482066Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.2538751Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.006s) 2022-09-27T15:47:29.2551653Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.2591745Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.005s) 2022-09-27T15:47:29.2602440Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.2660978Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-09-27T15:47:29.2671269Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.2731660Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-09-27T15:47:29.2742327Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.2772515Z Test code path where placeholder comes after normal op node in FX ... ok (0.004s) 2022-09-27T15:47:29.2781923Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.2836450Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-09-27T15:47:29.2846613Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.2900293Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-09-27T15:47:29.2955946Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:29.3013847Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T15:47:29.3024947Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.3096516Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-09-27T15:47:29.3104593Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.3127820Z Check that a graph with no constant folding is handled correctly. ... ok (0.003s) 2022-09-27T15:47:29.3137681Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.3181389Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.005s) 2022-09-27T15:47:29.3281144Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.010s) 2022-09-27T15:47:29.3330684Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:29.3379191Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:29.3386085Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.3429827Z Perform constant folding with a call_module node. ... ok (0.005s) 2022-09-27T15:47:29.3443235Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:47:29.3487979Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.006s) 2022-09-27T15:47:29.3541689Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:29.3590745Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:47:29.3606749Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:47:29.3607466Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:29.3648605Z ok (0.006s) 2022-09-27T15:47:29.3699829Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:29.3749921Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:29.3797935Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:29.3851115Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:29.3899394Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-09-27T15:47:29.3906089Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:29.3927047Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-09-27T15:47:29.3927341Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:47:29.3927624Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:47:29.3927939Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-09-27T15:47:29.3928220Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:47:29.3928703Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T15:47:29.3928953Z return add_1 2022-09-27T15:47:29.3932538Z ok (0.003s) 2022-09-27T15:47:29.3937824Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:29.3957448Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-09-27T15:47:29.3957792Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:47:29.3958070Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:47:29.3958325Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:47:29.3958608Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-09-27T15:47:29.3958924Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-09-27T15:47:29.3959149Z return add_1 2022-09-27T15:47:29.3962794Z ok (0.003s) 2022-09-27T15:47:29.3967160Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:29.3985726Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T15:47:29.3985996Z %x : [#users=1] = placeholder[target=x] 2022-09-27T15:47:29.3986227Z %y : [#users=0] = placeholder[target=y] 2022-09-27T15:47:29.3986498Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T15:47:29.3986719Z return add 2022-09-27T15:47:29.3990150Z ok (0.003s) 2022-09-27T15:47:29.3995280Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:29.4016630Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T15:47:29.4017173Z %x : [#users=1] = placeholder[target=x] 2022-09-27T15:47:29.4017771Z %y : [#users=1] = placeholder[target=y] 2022-09-27T15:47:29.4018206Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-09-27T15:47:29.4018685Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T15:47:29.4019005Z return add_1 2022-09-27T15:47:29.4022873Z ok (0.003s) 2022-09-27T15:47:29.4029360Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:29.4052586Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-09-27T15:47:29.4053139Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T15:47:29.4053595Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-09-27T15:47:29.4054089Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T15:47:29.4054464Z return mul 2022-09-27T15:47:29.4059503Z ok (0.004s) 2022-09-27T15:47:29.4065249Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:29.4088170Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-09-27T15:47:29.4088737Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T15:47:29.4089240Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-09-27T15:47:29.4089902Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-09-27T15:47:29.4090452Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T15:47:29.4090840Z return mul 2022-09-27T15:47:29.4095570Z ok (0.004s) 2022-09-27T15:47:29.4101907Z test_simple (fx.test_dce_pass.TestDCE) 2022-09-27T15:47:29.4129042Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-09-27T15:47:29.4129533Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:47:29.4130074Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:47:29.4130543Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:47:29.4131326Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T15:47:29.4131729Z return add_1 2022-09-27T15:47:29.4136098Z ok (0.004s) 2022-09-27T15:47:29.4171863Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.4264207Z test_annotation_with_future (__main__.TestFX) ... ok (0.009s) 2022-09-27T15:47:29.4376057Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:47:29.4377238Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:47:29.4478562Z ok (0.021s) 2022-09-27T15:47:29.4516233Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.4550014Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.4586262Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.4618098Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.4648830Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.4664176Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:29.4699517Z test_assert (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.4742586Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.4785774Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.4827097Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.4863403Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.4899768Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.4939968Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.4970602Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.5009327Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.5604514Z test_autowrap_functions (__main__.TestFX) ... ok (0.059s) 2022-09-27T15:47:29.5646873Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.5675972Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.5690246Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:29.5730308Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.5760397Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.5921485Z test_custom_codegen (__main__.TestFX) ... ok (0.016s) 2022-09-27T15:47:29.5965872Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.5985468Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:29.6024674Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.6059167Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.6093550Z test_custom_proxy_type (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.6130053Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.6215370Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:47:29.6252244Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.6264421Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:29.6309654Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.7996333Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.168s) 2022-09-27T15:47:29.8031932Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.8077400Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.8117387Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:47:29.8118046Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:29.8118236Z ok (0.004s) 2022-09-27T15:47:29.8151805Z test_dict (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.8187816Z test_direct_param_use (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.8244170Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:29.8275733Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.8289122Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:29.8317863Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.8365241Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:29.8384992Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:29.8521016Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.013s) 2022-09-27T15:47:29.8745502Z test_fn_type_annotations (__main__.TestFX) ... ok (0.022s) 2022-09-27T15:47:29.8785315Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.8828033Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.8863702Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:29.8909024Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:29.9905386Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.100s) 2022-09-27T15:47:29.9909219Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-09-27T15:47:30.0198988Z test_getitem_subproc (__main__.TestFX) ... ok (0.029s) 2022-09-27T15:47:30.0262751Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:30.0294525Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.0658764Z test_graph_module (__main__.TestFX) ... ok (0.036s) 2022-09-27T15:47:30.0700124Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.0738702Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.0773923Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.0807111Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.0824763Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.0836718Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:30.0847760Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:30.0865193Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.0900486Z test_inf_nan (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.0922194Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.0977274Z test_inline_graph (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:30.0998937Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.1051647Z test_interpreter (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:30.1082013Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.3658760Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.257s) 2022-09-27T15:47:30.6752381Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.309s) 2022-09-27T15:47:30.6790514Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.6829520Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.6869120Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.6905974Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.6962746Z test_interpreter_star_args (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:30.7000455Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.7035993Z test_layout (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.7068755Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.7114918Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:30.7154709Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.7176458Z test_move_before (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.7196877Z test_multi_insert_point (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.7252491Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:30.7295408Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.7325654Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.7351612Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.7588380Z test_native_callable (__main__.TestFX) ... ok (0.023s) 2022-09-27T15:47:30.7599159Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:30.7633534Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.7663329Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.7711218Z test_partial_trace (__main__.TestFX) ... 2022-09-27T15:47:30.7711398Z 2022-09-27T15:47:30.7711541Z 2022-09-27T15:47:30.7711894Z def forward(self, x, y_1): 2022-09-27T15:47:30.7712232Z eq = y_1 == True; y_1 = None 2022-09-27T15:47:30.7712995Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-09-27T15:47:30.7713491Z mul = 2 * x; x = None 2022-09-27T15:47:30.7713766Z return mul 2022-09-27T15:47:30.7714024Z 2022-09-27T15:47:30.7718403Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:565: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-09-27T15:47:30.7719323Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-09-27T15:47:30.7732820Z ok (0.007s) 2022-09-27T15:47:30.7775553Z test_pickle_custom_import (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.7833327Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:30.7898479Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:30.7964648Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.007s) 2022-09-27T15:47:30.7979405Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-09-27T15:47:30.7980172Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-09-27T15:47:30.7980598Z ok (0.002s) 2022-09-27T15:47:30.8008098Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.8036580Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:30.8073252Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.8109777Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:30.8129189Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.9207433Z test_pytree (__main__.TestFX) ... ok (0.108s) 2022-09-27T15:47:30.9261327Z test_pytree_concrete (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:30.9281471Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.9329149Z test_regular_and_default_args (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:30.9344233Z test_remove_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:30.9358627Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:30.9381830Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:31.0802546Z test_replace_uses (__main__.TestFX) ... ok (0.142s) 2022-09-27T15:47:31.0807981Z test_reserved_getattr (__main__.TestFX) 2022-09-27T15:47:31.0836167Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-09-27T15:47:31.0868544Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.1003245Z test_return_type_exists (__main__.TestFX) ... ok (0.013s) 2022-09-27T15:47:31.1084409Z test_script_method_trace (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:47:31.1216115Z test_script_tensor_constant (__main__.TestFX) ... ok (0.013s) 2022-09-27T15:47:31.1248600Z test_sequential (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.1280678Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.1526512Z test_shape_prop_layout (__main__.TestFX) ... ok (0.024s) 2022-09-27T15:47:31.6526955Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.500s) 2022-09-27T15:47:31.6576064Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:31.6619487Z test_snake_case (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.6696488Z test_sqrt (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:47:31.6727747Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.6765044Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.6792399Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.6959957Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.017s) 2022-09-27T15:47:31.7065512Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.010s) 2022-09-27T15:47:31.7112717Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:31.7174306Z test_tensor_attribute (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:47:31.7227245Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:31.7259907Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.7292637Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.7334768Z test_torch_custom_ops (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.7366098Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.7520450Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:47:31.7521099Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:47:31.7591282Z ok (0.022s) 2022-09-27T15:47:31.7632532Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.7663472Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.7708471Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.7721207Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-09-27T15:47:31.7749784Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.7777888Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.7806985Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.7839170Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.7856813Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+git52424e2 2022-09-27T15:47:31.7909326Z ok (0.007s) 2022-09-27T15:47:31.8064452Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.015s) 2022-09-27T15:47:31.8111215Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:31.8159377Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:31.8204731Z test_transformer_op_swap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.8234044Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:47:31.8234618Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:31.8258531Z ok (0.005s) 2022-09-27T15:47:31.8271965Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:31.8303230Z test_unpack (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.8328682Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.8354131Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:31.8380223Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.8408928Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.8433892Z test_update_kwargs_api (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:31.8557294Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.012s) 2022-09-27T15:47:31.8681702Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.012s) 2022-09-27T15:47:31.8720661Z test_wrap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.8751199Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.8789427Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.8832058Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.8875142Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.8926170Z test_wrapped_retrace (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:47:31.8960640Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:47:31.9001963Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:47:31.9015090Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:47:31.9033243Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:47:31.9039841Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T15:47:31.9048001Z Test backward compatibility for members of classes with ... ok (0.001s) 2022-09-27T15:47:31.9053939Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T15:47:31.9136292Z Test backward compatibility for function signatures with ... ok (0.009s) 2022-09-27T15:47:31.9161091Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2022-09-27T15:47:31.9173616Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9201425Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:31.9224989Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9249206Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9273113Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9296843Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9319377Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9341747Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9363905Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9387862Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9411258Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9421815Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9432176Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9442425Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9468311Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:31.9478537Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9501744Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9524237Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9545941Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9556227Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9566471Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9576754Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9587003Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9597012Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9607239Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9617561Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9627839Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9637982Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9666801Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:31.9677058Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9701560Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9725363Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9748727Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9772684Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9794774Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9817240Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9838898Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9849284Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:31.9873648Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9901397Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:31.9924782Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9950641Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:31.9973511Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:31.9997592Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0022164Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0045723Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0070102Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0080565Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.0103657Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0128609Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0157337Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:32.0180620Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0191110Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.0212449Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0233556Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0256709Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0267183Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.0289381Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0312719Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0336331Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0361811Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0384716Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0408484Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0432163Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0453925Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0464652Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.0475037Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.0500427Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0528873Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:32.0540034Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.0566849Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:32.0592078Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0618125Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:32.0641153Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0666225Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0688702Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0713414Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0739815Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:32.0763286Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0786753Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0810118Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0833076Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0855539Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0879191Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0908905Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:32.0931492Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0953480Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0975645Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.0985920Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1009013Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1045781Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-09-27T15:47:32.1056006Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1066363Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1076506Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1086649Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1096871Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1107107Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1131981Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1141870Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1162393Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1183438Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1193243Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1214843Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1224783Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1245157Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1255231Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1276950Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1300286Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1321404Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1347892Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:32.1375499Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:47:32.1385317Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1394906Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1415937Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1426068Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:47:32.1448973Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1473753Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1496527Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:47:32.1515215Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3730: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:47:32.1515735Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:47:32.1519505Z ok (0.002s) 2022-09-27T15:47:32.1539259Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:47:32.1539820Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:47:32.1543883Z ok (0.002s) 2022-09-27T15:47:32.1561952Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:47:32.1562630Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:47:32.1566979Z ok (0.002s) 2022-09-27T15:47:32.1577623Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1586678Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1595763Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1604810Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1613817Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1622875Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1631811Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1640571Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1649396Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1658282Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1667015Z test_get_torch_func_signature_exhaustive__masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1676152Z test_get_torch_func_signature_exhaustive__masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1685220Z test_get_torch_func_signature_exhaustive__masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1694033Z test_get_torch_func_signature_exhaustive__masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1702945Z test_get_torch_func_signature_exhaustive__masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1711499Z test_get_torch_func_signature_exhaustive__masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1720642Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1729429Z test_get_torch_func_signature_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1738397Z test_get_torch_func_signature_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1746833Z test_get_torch_func_signature_exhaustive__masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1755410Z test_get_torch_func_signature_exhaustive__masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1764016Z test_get_torch_func_signature_exhaustive__masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1772746Z test_get_torch_func_signature_exhaustive__masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1781409Z test_get_torch_func_signature_exhaustive__masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1790248Z test_get_torch_func_signature_exhaustive__masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1798809Z test_get_torch_func_signature_exhaustive__masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1807337Z test_get_torch_func_signature_exhaustive__masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1816201Z test_get_torch_func_signature_exhaustive__masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1824944Z test_get_torch_func_signature_exhaustive__masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.1838472Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.1854751Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.1869618Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.1899896Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.1926157Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.1963885Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.1998406Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.2014917Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2031517Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2053935Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2073380Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2094057Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2129571Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.2149244Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2167940Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2191773Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:32.2193280Z return self.op(*args, **kwargs) 2022-09-27T15:47:32.2193619Z ok (0.002s) 2022-09-27T15:47:32.2205766Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2227076Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2249821Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2266997Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2284108Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2317741Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.2333855Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2344083Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2353954Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2366700Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2380572Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2405457Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2419030Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2432660Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2442756Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2451960Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2460728Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2483106Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2492876Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2502274Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2511384Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2524059Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2534808Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2546098Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2556259Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2571717Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2608575Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.2619274Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2629439Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2649416Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2660193Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2673314Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2684457Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2694633Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.2715138Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:47:32.2716253Z L = torch.cholesky(A) 2022-09-27T15:47:32.2716623Z should be replaced with 2022-09-27T15:47:32.2717016Z L = torch.linalg.cholesky(A) 2022-09-27T15:47:32.2717382Z and 2022-09-27T15:47:32.2717698Z U = torch.cholesky(A, upper=True) 2022-09-27T15:47:32.2718157Z should be replaced with 2022-09-27T15:47:32.2718500Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:47:32.2719447Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:47:32.2720123Z return self.op(*args, **kwargs) 2022-09-27T15:47:32.2720739Z ok (0.003s) 2022-09-27T15:47:32.2746831Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.2778599Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.2793443Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2814769Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2838711Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2864195Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2878129Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2893793Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2917799Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2941467Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.2954102Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.2966633Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3015919Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:32.3026185Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.3050565Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3067309Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3082675Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3098361Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3120534Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3167124Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T15:47:32.3168259Z return self.op(*args, **kwargs) 2022-09-27T15:47:32.3169630Z ok (0.005s) 2022-09-27T15:47:32.3186614Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3201523Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3216267Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3237625Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3254193Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3275107Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3288672Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3304818Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3327353Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3341606Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3363635Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3394413Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.3468392Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:32.3481847Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3544203Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:47:32.3577793Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.3608518Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.3640540Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.3653457Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3664640Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.3677728Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3692642Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3703059Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.3718519Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.002s) 2022-09-27T15:47:32.3736047Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3765726Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.3783696Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3797381Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3812911Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3826455Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3841028Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3856267Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3867126Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.3875792Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.3889270Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.3904888Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T15:47:32.3928633Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3951909Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3975165Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.3991837Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4015137Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4037473Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4061863Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4084687Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4108300Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4132897Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4150281Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4171739Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4193101Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4216336Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4237284Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4257794Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4280243Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4300980Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4320934Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4343244Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4353682Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.4370017Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4389893Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4402103Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.4415030Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.4425595Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.4450928Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4464391Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.4494357Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.4516757Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4540070Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4570529Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.4584556Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.4599526Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.4619918Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4639253Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4664508Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4738233Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:32.4768593Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.4794038Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.4803936Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.4826064Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.4896231Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:32.5063936Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-09-27T15:47:32.5262609Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.020s) 2022-09-27T15:47:32.5278319Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5293490Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5316047Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5328867Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5352166Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5374568Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5397787Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5414042Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5431917Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5450847Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5464871Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T15:47:32.5465670Z return self.op(*args, **kwargs) 2022-09-27T15:47:32.5507491Z ok (0.006s) 2022-09-27T15:47:32.5523155Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5537207Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5547781Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.5585831Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.5599854Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5617964Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5630801Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5644237Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5657303Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5670375Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5683674Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5701750Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T15:47:32.5702387Z return self.op(*args, **kwargs) 2022-09-27T15:47:32.5742184Z ok (0.006s) 2022-09-27T15:47:32.5752347Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:32.5762076Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:32.5771675Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:32.5781451Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:32.5790404Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:47:32.5803773Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5824637Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5847635Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5873040Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5900687Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.5914632Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.5937063Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5957747Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5977859Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.5994214Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.6026082Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6118747Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T15:47:32.6153304Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6185851Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6216378Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6246506Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6266849Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.6295959Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6324196Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6340978Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.6356819Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.6382604Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6493176Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T15:47:32.6503754Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.6535044Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6587696Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:32.6613728Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.6726736Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T15:47:32.6804308Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:47:32.6844853Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.7034033Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-09-27T15:47:32.7070224Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.7091995Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.7170556Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:47:32.7208236Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.7263175Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:32.7299007Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.7309471Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:47:32.7381312Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:32.7413707Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.7466733Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:32.7518808Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:32.7721025Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.020s) 2022-09-27T15:47:32.8074630Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.035s) 2022-09-27T15:47:32.8118492Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.8138871Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8158864Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8178790Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8243866Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:47:32.8301006Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:32.8325081Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8339583Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.8352848Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.8366927Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.8385618Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8402750Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8420069Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8432929Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.8445578Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.8461583Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8498456Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:32.8521112Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8534400Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.8555899Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8578227Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8593042Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.8710556Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T15:47:32.8735582Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.8746552Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.8770478Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8780579Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.8797099Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:47:32.8797650Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:47:32.8797904Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:47:32.8798094Z should be replaced with 2022-09-27T15:47:32.8798436Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:47:32.8798772Z return self.op(*args, **kwargs) 2022-09-27T15:47:32.8857746Z ok (0.008s) 2022-09-27T15:47:32.8892255Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.8903976Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.8913433Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.8933816Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8951909Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8970333Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.8998533Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.9018160Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9044860Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.9061573Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9079783Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9103408Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9130308Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.9151242Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9161943Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9170765Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:32.9198449Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.9216370Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9234620Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9258437Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9272372Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.9294928Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9309076Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.9329186Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9356751Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.9366528Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9378710Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.9400779Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9422732Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9444186Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9460199Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9487680Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.9507890Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9584233Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:32.9607852Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9625185Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9642271Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9674240Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.9704118Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:32.9716761Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:32.9727052Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9736270Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9745244Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9754296Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9763147Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9785876Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9804040Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9815336Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9825636Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9835612Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9844082Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9853608Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9874728Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9896076Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9918041Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:32.9928285Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:32.9984081Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:32.9994440Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0003316Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0012415Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0089270Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:47:33.0138928Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:47:33.0139785Z return self.op(*args, **kwargs) 2022-09-27T15:47:33.0553915Z ok (0.046s) 2022-09-27T15:47:33.0589874Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.0627870Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.0672655Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.0683071Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0708472Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.0718642Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0727428Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0736499Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0745479Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0754523Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0763381Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0772549Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0781735Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0790688Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0799622Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0808494Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0817374Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0826349Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0846924Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.0859096Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0867648Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0877931Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0896452Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.0906945Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0917001Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0926945Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0937080Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0947440Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0957565Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0967648Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0976402Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0985621Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.0994630Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1003667Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1012948Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1022033Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1031163Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1039937Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1048886Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1080351Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.1090335Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1105339Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.1114562Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1123842Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1133126Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1142692Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1151265Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1159779Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1168337Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1177289Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1185899Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1194554Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1203232Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1211749Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1220519Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1229176Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1237875Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1246642Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1255337Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1275032Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.1319923Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.1341297Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.1361517Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.1381591Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.1398565Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.1412342Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.1424944Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.1434710Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1463982Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.1473944Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1483323Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1492302Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1501550Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1510683Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1519934Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1529187Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1538648Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1547823Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1561839Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.1576816Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.1586474Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1595441Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1604490Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1613803Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1623173Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1632154Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1641249Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1650393Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1660543Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T15:47:33.1669637Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1679262Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1687648Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1696448Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1705458Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1714177Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1728501Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.1745468Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.1938159Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-09-27T15:47:33.1951016Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.1961408Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.1974932Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2006611Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.2031745Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.2042301Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2052415Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2062674Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2072779Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2083037Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2096092Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2123038Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.2162067Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.2187299Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.2203548Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:47:33.2204680Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:47:33.2205341Z Q, R = torch.qr(A, some) 2022-09-27T15:47:33.2205589Z should be replaced with 2022-09-27T15:47:33.2206246Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:47:33.2206719Z return self.op(*args, **kwargs) 2022-09-27T15:47:33.2265705Z ok (0.008s) 2022-09-27T15:47:33.2339643Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:47:33.2355447Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.2365992Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2375037Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2384354Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2393197Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2408847Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2422836Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2436526Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2471509Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.2486861Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.2496862Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2515588Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.2525255Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2543040Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.2553150Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2562468Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.2574617Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2586716Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2609530Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.2644022Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.2658305Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2673555Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2687646Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2702318Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2715305Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.2741487Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.2764862Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.2799264Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.2817768Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:47:33.2818577Z return self.op(*args, **kwargs) 2022-09-27T15:47:33.2839457Z ok (0.004s) 2022-09-27T15:47:33.2878233Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.2919775Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.2958657Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.2997183Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.3093468Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T15:47:33.3094495Z return self.op(*args, **kwargs) 2022-09-27T15:47:33.3095806Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-09-27T15:47:33.3096657Z return self.op(*args, **kwargs) 2022-09-27T15:47:33.3125402Z ok (0.013s) 2022-09-27T15:47:33.3225937Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T15:47:33.3328273Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T15:47:33.3345446Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3363072Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3375054Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3385790Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.3397993Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3409615Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3422609Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3435985Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3449547Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3462633Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3495865Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.3513331Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3529938Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3578253Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:47:33.3589742Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:937: 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 /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:47:33.3590469Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:47:33.3609143Z ok (0.003s) 2022-09-27T15:47:33.3624501Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3638520Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3652165Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3665868Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3679572Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3704410Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3728332Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3738186Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:33.3746246Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:33.3758114Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3771209Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3794535Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3818099Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3830365Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3842584Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3854633Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3880471Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.3888662Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:33.3902504Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3915875Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3928907Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3942281Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3955364Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3969926Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3984218Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.3994349Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.4006433Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4019719Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4028216Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:33.4036273Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:33.4044258Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:33.4052533Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:47:33.4067734Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4094357Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4119860Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.4129485Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.4139345Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.4155256Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4169782Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4184896Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4201263Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4218174Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4241989Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4263343Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4272792Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.4302297Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.4325970Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4335477Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.4698441Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.036s) 2022-09-27T15:47:33.4710138Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.4727768Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:47:33.4728629Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:47:33.4729071Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:47:33.4729349Z should be replaced with 2022-09-27T15:47:33.4729785Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:47:33.4730072Z and 2022-09-27T15:47:33.4730323Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:47:33.4730588Z should be replaced with 2022-09-27T15:47:33.4731226Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:47:33.4731690Z return self.op(*args, **kwargs) 2022-09-27T15:47:33.4746384Z ok (0.004s) 2022-09-27T15:47:33.4760152Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4779557Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4798290Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4812013Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4826322Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4848835Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4858489Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:33.4896898Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:47:33.4907433Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.4917925Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.4941884Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4954793Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.4972805Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.4994266Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5015337Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5033017Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:47:33.5033684Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:47:33.5033982Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:47:33.5034201Z should be replaced with 2022-09-27T15:47:33.5034552Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:47:33.5034875Z return self.op(*args, **kwargs) 2022-09-27T15:47:33.5059604Z ok (0.004s) 2022-09-27T15:47:33.5077366Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5096003Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5124855Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:47:33.5137026Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.5154025Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5172500Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5182035Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.5191026Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.5200430Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.5209094Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.5225600Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5249982Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5271705Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5284342Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.5296822Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.5306431Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.5315328Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.5330903Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.5347639Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5356977Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.5382999Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5392270Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:47:33.5407615Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:47:33.5426335Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:47:33.5433923Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:33.5473248Z Tests that the pass manager runs the passes correctly. ... ok (0.005s) 2022-09-27T15:47:33.5476397Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:33.5482382Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-09-27T15:47:33.5487727Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:33.5518209Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-09-27T15:47:33.5522041Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:33.5550820Z Tests error catching + debug ... ok (0.003s) 2022-09-27T15:47:33.5555054Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:33.5560636Z Tests the construction of constraints ... ok (0.001s) 2022-09-27T15:47:33.5574515Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-09-27T15:47:33.5587395Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-09-27T15:47:33.5640812Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-09-27T15:47:33.5736295Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.5827608Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.5914658Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.6007385Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.6111910Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T15:47:33.6202702Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.6290290Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.6302288Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T15:47:33.6383376Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2022-09-27T15:47:33.6480548Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T15:47:33.6572533Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.6675518Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T15:47:33.6768731Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.6861616Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.6950739Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.7069246Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-09-27T15:47:33.7151706Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:47:33.7242438Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:33.7333546Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:47:34.2179596Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.484s) 2022-09-27T15:47:36.6200279Z test_torchvision_models_convnext_base (__main__.TestVisionTracing) ... ok (2.402s) 2022-09-27T15:47:40.4148634Z test_torchvision_models_convnext_large (__main__.TestVisionTracing) ... ok (3.795s) 2022-09-27T15:47:41.9149903Z test_torchvision_models_convnext_small (__main__.TestVisionTracing) ... ok (1.500s) 2022-09-27T15:47:42.7084357Z test_torchvision_models_convnext_tiny (__main__.TestVisionTracing) ... ok (0.793s) 2022-09-27T15:47:44.6454328Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (1.937s) 2022-09-27T15:47:47.3841475Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (2.739s) 2022-09-27T15:47:49.8618872Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (2.478s) 2022-09-27T15:47:53.0076937Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (3.146s) 2022-09-27T15:47:53.0123062Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained_backbone' is deprecated since 0.13 and will be removed in 0.15, please use 'weights_backbone' instead. 2022-09-27T15:47:53.0124032Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T15:47:53.0125438Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights_backbone' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights_backbone=None`. 2022-09-27T15:47:53.0126100Z warnings.warn(msg) 2022-09-27T15:47:53.1893156Z ok (0.182s) 2022-09-27T15:47:53.3686544Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.179s) 2022-09-27T15:47:53.7701514Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.401s) 2022-09-27T15:47:54.2045756Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.434s) 2022-09-27T15:47:54.5908473Z test_torchvision_models_detection_fcos_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.386s) 2022-09-27T15:47:55.1862051Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.595s) 2022-09-27T15:47:55.6208662Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.435s) 2022-09-27T15:47:56.0840707Z test_torchvision_models_detection_maskrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.463s) 2022-09-27T15:47:56.4673865Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.383s) 2022-09-27T15:47:56.9030334Z test_torchvision_models_detection_retinanet_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.436s) 2022-09-27T15:47:58.8022037Z test_torchvision_models_detection_ssd300_vgg16 (__main__.TestVisionTracing) ... ok (1.899s) 2022-09-27T15:47:58.9243673Z test_torchvision_models_detection_ssdlite320_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (0.122s) 2022-09-27T15:48:00.0895154Z test_torchvision_models_efficientnet_b0 (__main__.TestVisionTracing) ... ok (1.165s) 2022-09-27T15:48:01.6962787Z test_torchvision_models_efficientnet_b1 (__main__.TestVisionTracing) ... ok (1.607s) 2022-09-27T15:48:03.2780628Z test_torchvision_models_efficientnet_b2 (__main__.TestVisionTracing) ... ok (1.582s) 2022-09-27T15:48:05.1491500Z test_torchvision_models_efficientnet_b3 (__main__.TestVisionTracing) ... ok (1.871s) 2022-09-27T15:48:07.6441052Z test_torchvision_models_efficientnet_b4 (__main__.TestVisionTracing) ... ok (2.495s) 2022-09-27T15:48:10.7800583Z test_torchvision_models_efficientnet_b5 (__main__.TestVisionTracing) ... ok (3.136s) 2022-09-27T15:48:14.4759716Z test_torchvision_models_efficientnet_b6 (__main__.TestVisionTracing) ... ok (3.696s) 2022-09-27T15:48:19.3040552Z test_torchvision_models_efficientnet_b7 (__main__.TestVisionTracing) ... ok (4.828s) 2022-09-27T15:48:26.1040236Z test_torchvision_models_efficientnet_v2_l (__main__.TestVisionTracing) ... ok (6.800s) 2022-09-27T15:48:30.6297874Z test_torchvision_models_efficientnet_v2_m (__main__.TestVisionTracing) ... ok (4.526s) 2022-09-27T15:48:33.6592528Z test_torchvision_models_efficientnet_v2_s (__main__.TestVisionTracing) ... ok (3.029s) 2022-09-27T15:48:33.6641628Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-09-27T15:48:33.6642214Z FutureWarning, 2022-09-27T15:48:34.7689510Z ok (1.110s) 2022-09-27T15:48:34.7707198Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py:47: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-09-27T15:48:34.7707790Z FutureWarning, 2022-09-27T15:48:36.3727198Z ok (1.604s) 2022-09-27T15:48:37.1538918Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (0.779s) 2022-09-27T15:48:37.9421019Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (0.790s) 2022-09-27T15:48:38.7183322Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (0.776s) 2022-09-27T15:48:39.5996518Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (0.880s) 2022-09-27T15:48:40.6195303Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (1.020s) 2022-09-27T15:48:41.6754684Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.056s) 2022-09-27T15:48:42.5253876Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (0.850s) 2022-09-27T15:48:44.7194890Z test_torchvision_models_regnet_x_16gf (__main__.TestVisionTracing) ... ok (2.194s) 2022-09-27T15:48:45.9967915Z test_torchvision_models_regnet_x_1_6gf (__main__.TestVisionTracing) ... ok (1.277s) 2022-09-27T15:48:49.4501785Z test_torchvision_models_regnet_x_32gf (__main__.TestVisionTracing) ... ok (3.453s) 2022-09-27T15:48:51.1809993Z test_torchvision_models_regnet_x_3_2gf (__main__.TestVisionTracing) ... ok (1.731s) 2022-09-27T15:48:52.6585765Z test_torchvision_models_regnet_x_400mf (__main__.TestVisionTracing) ... ok (1.478s) 2022-09-27T15:48:53.7878335Z test_torchvision_models_regnet_x_800mf (__main__.TestVisionTracing) ... ok (1.129s) 2022-09-27T15:48:55.8663924Z test_torchvision_models_regnet_x_8gf (__main__.TestVisionTracing) ... ok (2.079s) 2022-09-27T15:49:09.6254153Z test_torchvision_models_regnet_y_128gf (__main__.TestVisionTracing) ... ok (13.759s) 2022-09-27T15:49:12.5858703Z test_torchvision_models_regnet_y_16gf (__main__.TestVisionTracing) ... ok (2.960s) 2022-09-27T15:49:15.1401742Z test_torchvision_models_regnet_y_1_6gf (__main__.TestVisionTracing) ... ok (2.554s) 2022-09-27T15:49:19.5373375Z test_torchvision_models_regnet_y_32gf (__main__.TestVisionTracing) ... ok (4.397s) 2022-09-27T15:49:21.7594261Z test_torchvision_models_regnet_y_3_2gf (__main__.TestVisionTracing) ... ok (2.222s) 2022-09-27T15:49:23.3281836Z test_torchvision_models_regnet_y_400mf (__main__.TestVisionTracing) ... ok (1.569s) 2022-09-27T15:49:24.8622090Z test_torchvision_models_regnet_y_800mf (__main__.TestVisionTracing) ... ok (1.534s) 2022-09-27T15:49:27.2451523Z test_torchvision_models_regnet_y_8gf (__main__.TestVisionTracing) ... ok (2.383s) 2022-09-27T15:49:29.2306741Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (1.985s) 2022-09-27T15:49:32.1123179Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (2.882s) 2022-09-27T15:49:32.5953054Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.483s) 2022-09-27T15:49:33.4202079Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.825s) 2022-09-27T15:49:34.4745122Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (1.054s) 2022-09-27T15:49:37.1010098Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (2.626s) 2022-09-27T15:49:39.8958379Z test_torchvision_models_resnext101_64x4d (__main__.TestVisionTracing) ... ok (2.795s) 2022-09-27T15:49:40.9831658Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.087s) 2022-09-27T15:49:42.3133885Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.330s) 2022-09-27T15:49:44.4432884Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (2.130s) 2022-09-27T15:49:45.6811537Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.238s) 2022-09-27T15:49:47.7853871Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (2.104s) 2022-09-27T15:49:48.8519290Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.066s) 2022-09-27T15:49:49.9483598Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.096s) 2022-09-27T15:49:50.8361912Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (0.888s) 2022-09-27T15:49:51.8286309Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (0.992s) 2022-09-27T15:49:52.8400857Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (1.011s) 2022-09-27T15:49:53.9579600Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (1.118s) 2022-09-27T15:49:54.3039435Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.346s) 2022-09-27T15:49:54.5952225Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.291s) 2022-09-27T15:49:58.1068291Z test_torchvision_models_swin_b (__main__.TestVisionTracing) ... ok (3.512s) 2022-09-27T15:50:00.6888955Z test_torchvision_models_swin_s (__main__.TestVisionTracing) ... ok (2.582s) 2022-09-27T15:50:02.0735444Z test_torchvision_models_swin_t (__main__.TestVisionTracing) ... ok (1.385s) 2022-09-27T15:50:06.1604778Z test_torchvision_models_swin_v2_b (__main__.TestVisionTracing) ... ok (4.087s) 2022-09-27T15:50:09.3160548Z test_torchvision_models_swin_v2_s (__main__.TestVisionTracing) ... ok (3.155s) 2022-09-27T15:50:10.9736154Z test_torchvision_models_swin_v2_t (__main__.TestVisionTracing) ... ok (1.657s) 2022-09-27T15:50:12.6188405Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (1.645s) 2022-09-27T15:50:14.4534924Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (1.835s) 2022-09-27T15:50:16.3145633Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (1.861s) 2022-09-27T15:50:18.2512243Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (1.937s) 2022-09-27T15:50:20.0595642Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (1.808s) 2022-09-27T15:50:22.1107503Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (2.051s) 2022-09-27T15:50:24.2291512Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (2.118s) 2022-09-27T15:50:26.4663825Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.237s) 2022-09-27T15:50:27.4219025Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (0.955s) 2022-09-27T15:50:32.8283053Z test_torchvision_models_video_mvit_v1_b (__main__.TestVisionTracing) ... ok (5.406s) 2022-09-27T15:50:39.0030407Z test_torchvision_models_video_mvit_v2_s (__main__.TestVisionTracing) ... ok (6.175s) 2022-09-27T15:50:40.3675392Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.364s) 2022-09-27T15:50:41.5832065Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.216s) 2022-09-27T15:50:44.3546753Z test_torchvision_models_video_s3d (__main__.TestVisionTracing) ... ok (2.771s) 2022-09-27T15:50:46.6149805Z test_torchvision_models_vit_b_16 (__main__.TestVisionTracing) ... ok (2.260s) 2022-09-27T15:50:48.5719168Z test_torchvision_models_vit_b_32 (__main__.TestVisionTracing) ... ok (1.957s) 2022-09-27T15:51:00.7318888Z test_torchvision_models_vit_h_14 (__main__.TestVisionTracing) ... ok (12.160s) 2022-09-27T15:51:07.1559453Z test_torchvision_models_vit_l_16 (__main__.TestVisionTracing) ... ok (6.424s) 2022-09-27T15:51:13.5914748Z test_torchvision_models_vit_l_32 (__main__.TestVisionTracing) ... ok (6.435s) 2022-09-27T15:51:17.0530444Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.461s) 2022-09-27T15:51:18.9279725Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (1.875s) 2022-09-27T15:51:18.9441506Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T15:51:20.3868569Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.442s) 2022-09-27T15:51:20.3929149Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-09-27T15:51:20.3962771Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.3991572Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4020886Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4051635Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4079642Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4123617Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:51:20.4193427Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T15:51:20.4230036Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:51:20.4274665Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:51:20.4317182Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:51:20.4397600Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-09-27T15:51:20.4697588Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.030s) 2022-09-27T15:51:20.4754203Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-09-27T15:51:20.4832172Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-09-27T15:51:20.4859536Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4888976Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4916080Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4943465Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4969662Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.4996775Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.5022811Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.5052243Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.5215475Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T15:51:20.5247742Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.5278677Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:51:20.5544178Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.026s) 2022-09-27T15:51:20.5582226Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:51:20.5655344Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T15:51:20.5656796Z 2022-09-27T15:51:20.5657616Z ---------------------------------------------------------------------- 2022-09-27T15:51:20.5657964Z Ran 1117 tests in 231.561s 2022-09-27T15:51:20.5659336Z 2022-09-27T15:51:20.5659611Z OK (skipped=198, expected failures=3) 2022-09-27T15:51:20.5659789Z 2022-09-27T15:51:20.5688695Z Generating XML reports... 2022-09-27T15:51:20.5756556Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927154728.xml 2022-09-27T15:51:20.5770003Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927154728.xml 2022-09-27T15:51:20.5778154Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927154728.xml 2022-09-27T15:51:20.5797155Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927154728.xml 2022-09-27T15:51:20.5822860Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927154728.xml 2022-09-27T15:51:20.5832100Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927154728.xml 2022-09-27T15:51:20.5968012Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220927154728.xml 2022-09-27T15:51:20.5973498Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927154728.xml 2022-09-27T15:51:20.6060106Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927154728.xml 2022-09-27T15:51:20.6526597Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220927154728.xml 2022-09-27T15:51:20.6533489Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927154728.xml 2022-09-27T15:51:20.6549878Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927154728.xml 2022-09-27T15:51:20.6628220Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220927154728.xml 2022-09-27T15:51:20.6651454Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927154728.xml 2022-09-27T15:51:23.8238577Z Running test_proxy_tensor ... [2022-09-27 15:51:23.823448] 2022-09-27T15:51:23.8239105Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:51:23.823535] 2022-09-27T15:51:26.4301779Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-09-27T15:51:26.4394718Z 2022-09-27T15:51:26.4394816Z Running tests... 2022-09-27T15:51:26.4395706Z ---------------------------------------------------------------------- 2022-09-27T15:51:26.4641721Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.024s) 2022-09-27T15:51:26.4692695Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-09-27T15:51:26.4747767Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-09-27T15:51:26.4777680Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-09-27T15:51:26.4786340Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-09-27T15:51:26.4828262Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:51:26.4900614Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-09-27T15:51:26.4946770Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:51:26.4985846Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:51:26.5023965Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:51:26.5076054Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:51:26.5104403Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-09-27T15:51:26.5141382Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:51:26.5506273Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.036s) 2022-09-27T15:51:26.5562382Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T15:51:26.5818448Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.025s) 2022-09-27T15:51:26.6093098Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.027s) 2022-09-27T15:51:26.6151220Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T15:51:26.6205078Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:51:26.6243156Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:51:26.6292429Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:51:26.6385905Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-09-27T15:51:26.6614363Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.023s) 2022-09-27T15:51:26.6656332Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:51:28.0234080Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... ok (1.358s) 2022-09-27T15:51:28.0285887Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:51:28.0361047Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-09-27T15:51:28.0414021Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:51:28.0494454Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-09-27T15:51:28.0543555Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:51:28.0568188Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-09-27T15:51:28.0577253Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.001s) 2022-09-27T15:51:28.0609215Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:51:28.0658552Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:51:28.0688816Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:51:28.0722562Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:51:28.0762135Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:51:28.0813485Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:51:28.0842662Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:51:28.0875359Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:51:28.1255511Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.038s) 2022-09-27T15:51:28.1308465Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:51:28.1436067Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-09-27T15:51:28.1592369Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.015s) 2022-09-27T15:51:28.1639440Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:51:28.1687337Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:51:28.1723655Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:51:28.1757348Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:51:28.1845800Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-09-27T15:51:28.1974317Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-09-27T15:51:28.2010228Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:51:29.2356661Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... ok (1.034s) 2022-09-27T15:51:29.2400013Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:51:29.2483187Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-09-27T15:51:29.2529334Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:51:29.2598455Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-09-27T15:51:29.2632736Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:51:29.3064723Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.043s) 2022-09-27T15:51:29.3073465Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: CUDA-only test (0.001s) 2022-09-27T15:51:29.3127600Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T15:51:29.3196395Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-09-27T15:51:29.3231111Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-09-27T15:51:29.3271294Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:51:29.3308798Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:51:29.3512164Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.020s) 2022-09-27T15:51:29.3540731Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-09-27T15:51:29.3656728Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.011s) 2022-09-27T15:51:29.4025650Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.037s) 2022-09-27T15:51:29.4082436Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-09-27T15:51:29.4313560Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.023s) 2022-09-27T15:51:29.4464905Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.015s) 2022-09-27T15:51:29.4508703Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-09-27T15:51:29.4586277Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-09-27T15:51:29.4630436Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:51:29.4656621Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-09-27T15:51:29.4742400Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-09-27T15:51:29.4840926Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.010s) 2022-09-27T15:51:29.4874187Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-09-27T15:51:30.4965521Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... expected failure (1.009s) 2022-09-27T15:51:30.5025887Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-09-27T15:51:30.5096355Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-09-27T15:51:30.5146428Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T15:51:30.5175493Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-09-27T15:51:30.5270841Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-09-27T15:51:30.5350846Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:30.5411389Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:30.5965337Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:30.6216375Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:30.6484083Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:30.6996841Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:51:30.7249021Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:30.7488170Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:30.7509391Z test_make_fx_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:51:30.7509999Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:51:30.7833807Z ok (0.034s) 2022-09-27T15:51:30.8098448Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:31.1610792Z test_make_fx_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.351s) 2022-09-27T15:51:31.5002809Z test_make_fx_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.339s) 2022-09-27T15:51:31.7309058Z test_make_fx_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.231s) 2022-09-27T15:51:31.9681686Z test_make_fx_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.237s) 2022-09-27T15:51:32.0136126Z test_make_fx_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:32.0630937Z test_make_fx_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:51:32.1246554Z test_make_fx_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:51:32.1796654Z test_make_fx_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:32.5478766Z test_make_fx_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.368s) 2022-09-27T15:51:33.0702566Z test_make_fx_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.522s) 2022-09-27T15:51:33.1330386Z test_make_fx_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:51:33.5324838Z test_make_fx_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.399s) 2022-09-27T15:51:33.6589282Z test_make_fx_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-09-27T15:51:34.0266132Z test_make_fx_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.368s) 2022-09-27T15:51:34.0877419Z test_make_fx_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:51:34.2987404Z test_make_fx_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-09-27T15:51:35.1588650Z test_make_fx_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.860s) 2022-09-27T15:51:35.5248416Z test_make_fx_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.366s) 2022-09-27T15:51:36.3588882Z test_make_fx_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.834s) 2022-09-27T15:51:36.3630318Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.3725488Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:36.3810667Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.4110447Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:36.4310303Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:36.4661405Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:51:36.5014482Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:51:36.5123946Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:36.5229381Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:36.5429692Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:36.5616744Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:36.5938977Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:36.5980661Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:51:36.6498514Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:51:36.7009196Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:51:36.7171322Z test_make_fx_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:51:36.7172146Z return op.op(*args, **kwargs) 2022-09-27T15:51:36.7181991Z [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-09-27T15:51:36.7182904Z [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-09-27T15:51:36.7186153Z ok (0.018s) 2022-09-27T15:51:36.7222637Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7557259Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:36.8276269Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:51:36.8607398Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:36.8927349Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:36.9694377Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T15:51:36.9846845Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:37.0005569Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:37.0164848Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:37.0202153Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:37.0236413Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:37.0541109Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:37.0580903Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:37.0619196Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:37.0772554Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:37.0933940Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:37.1108543Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:37.1298412Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:37.1437102Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:37.1600908Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:37.1605133Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:37.1641140Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:37.1777934Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:37.2019955Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:37.2080916Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:37.2281612Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:37.2922704Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:51:37.3057687Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:37.3201665Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:37.3419500Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:51:37.6695902Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.328s) 2022-09-27T15:51:37.6743800Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:37.6775203Z test_make_fx_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:51:37.6776034Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:51:37.6935675Z ok (0.019s) 2022-09-27T15:51:37.7101554Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:37.7141860Z test_make_fx_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:51:37.7142501Z L = torch.cholesky(A) 2022-09-27T15:51:37.7142753Z should be replaced with 2022-09-27T15:51:37.7143036Z L = torch.linalg.cholesky(A) 2022-09-27T15:51:37.7143289Z and 2022-09-27T15:51:37.7143834Z U = torch.cholesky(A, upper=True) 2022-09-27T15:51:37.7144160Z should be replaced with 2022-09-27T15:51:37.7144510Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:51:37.7145197Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:51:37.7145804Z return op.op(*args, **kwargs) 2022-09-27T15:51:37.7836896Z ok (0.073s) 2022-09-27T15:51:37.8235212Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:37.8657739Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:37.8773323Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:37.8941641Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:37.9211639Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:37.9482199Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:37.9546298Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:37.9676525Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:38.1511498Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-09-27T15:51:38.1814745Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:38.1895915Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:38.1933537Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:38.3411739Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-09-27T15:51:38.3465869Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:38.3720070Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:38.3773896Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:51:38.3864770Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:38.3953812Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:38.4482664Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:38.4538442Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:51:38.4636377Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.4735032Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.4832543Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.5106716Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:38.5221441Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:38.5662631Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:51:38.5748330Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:38.6154150Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:38.6570669Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:38.6719021Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:38.7112738Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:51:38.7545749Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:39.1293158Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-09-27T15:51:39.1413831Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:39.3046159Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-09-27T15:51:39.3358684Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:39.3646221Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:39.3985596Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:39.4031533Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:39.4193416Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:39.4284493Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:39.4386389Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.5007531Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:51:39.5011652Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:39.5016430Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:39.5330387Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:39.5364228Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-09-27T15:51:39.5419170Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:39.5534436Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:39.5585337Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:39.5681619Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.5774824Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:39.5869156Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:39.6151559Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:39.6189723Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:39.8959889Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.277s) 2022-09-27T15:51:39.9219481Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:39.9477259Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:39.9806455Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:39.9979457Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:40.0356150Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:51:40.0679821Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:40.1077845Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:40.1419638Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:40.1779491Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:51:40.2104740Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:40.2256963Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:40.2533853Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:40.2791188Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:40.3101871Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:40.3336510Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:40.3591283Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:40.3901029Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:40.4118795Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:51:40.4352317Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:40.4627970Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:40.4731917Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:40.4906708Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:40.5194458Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:40.5256361Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:40.5320427Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:40.5447569Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:40.5772936Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:40.5810756Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:40.6088870Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:40.6345778Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:40.6602066Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:40.6875616Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:40.6962835Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:40.7060432Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:40.7286768Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:40.7442384Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:40.7710089Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:40.8890761Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T15:51:41.2180844Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-09-27T15:51:41.2464527Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:41.2617633Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:41.2859127Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:41.5433038Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.257s) 2022-09-27T15:51:41.8757881Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.332s) 2022-09-27T15:51:42.3327224Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.457s) 2022-09-27T15:51:42.3414877Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:42.3482705Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:42.3745495Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:42.3803891Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:42.4065812Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:42.4336129Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:42.4611828Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:42.4707018Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:42.4803264Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:42.4932916Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:42.4958996Z test_make_fx_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T15:51:42.4959644Z return op.op(*args, **kwargs) 2022-09-27T15:51:42.5949716Z ok (0.102s) 2022-09-27T15:51:42.6042621Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:42.6127130Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:42.6268016Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:42.7378075Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T15:51:42.7490940Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:42.7571205Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:42.7606323Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:42.7640969Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:42.7676940Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:42.7711458Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:42.7796391Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:42.7895199Z test_make_fx_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T15:51:42.7895761Z return op.op(*args, **kwargs) 2022-09-27T15:51:42.7901965Z expected failure (0.010s) 2022-09-27T15:51:42.7909747Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:42.7917174Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:42.7924278Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:42.7931607Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:42.7938973Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:51:42.7988945Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:42.8319676Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:42.8627570Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:42.8888416Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:42.9286871Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:42.9376929Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:43.0128599Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T15:51:43.0649759Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:51:43.0800831Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:43.0893116Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:43.1184897Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:43.2247170Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:51:43.2554811Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:43.2864839Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:43.3157037Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:43.3447483Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:43.3725457Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:43.4035174Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:43.4304805Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:43.4464969Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:43.4611276Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:43.5126131Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:51:43.5130453Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:43.5134409Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:43.5748729Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:51:43.6373749Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:51:43.6950428Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:51:44.0233570Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.328s) 2022-09-27T15:51:44.2797128Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.256s) 2022-09-27T15:51:44.3798784Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:51:44.7551241Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-09-27T15:51:44.7996289Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:51:44.8276608Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:45.1821751Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.354s) 2022-09-27T15:51:45.6007712Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.418s) 2022-09-27T15:51:45.6810152Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:51:45.7089812Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:45.7098198Z test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:51:45.8238056Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T15:51:45.8593085Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:51:45.9243697Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T15:51:45.9841083Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:46.2959599Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.312s) 2022-09-27T15:51:46.6177979Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.322s) 2022-09-27T15:51:46.7201180Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T15:51:46.7305118Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:46.7524899Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:51:46.7944010Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:46.9250582Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-09-27T15:51:47.2120817Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.287s) 2022-09-27T15:51:47.3573801Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-09-27T15:51:47.3669705Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:47.3711848Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:47.3812777Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:47.3906572Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:47.4079765Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:47.4287243Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:47.4326715Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:47.4364141Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:47.4551552Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:47.5038910Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:51:47.5279255Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:47.5359463Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:47.5606595Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:47.5842248Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:47.5959102Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:47.8915105Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.295s) 2022-09-27T15:51:47.9429872Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:51:47.9570172Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:47.9828009Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:47.9859559Z test_make_fx_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:51:47.9860405Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:51:47.9860816Z should be replaced with 2022-09-27T15:51:47.9861157Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:51:47.9861518Z and 2022-09-27T15:51:47.9861776Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:51:47.9862228Z should be replaced with 2022-09-27T15:51:47.9862880Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:51:47.9863293Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:51:48.0995329Z ok (0.117s) 2022-09-27T15:51:48.1033421Z test_make_fx_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:51:48.1034317Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:51:48.1034817Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:51:48.1035026Z should be replaced with 2022-09-27T15:51:48.1035361Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:51:48.1035693Z return op.op(*args, **kwargs) 2022-09-27T15:51:48.1866113Z ok (0.087s) 2022-09-27T15:51:48.2388954Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:51:48.2570635Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:48.2731685Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:48.2960489Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:48.3081599Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:48.3275721Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:48.3804257Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:48.3882880Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:48.4134026Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:48.4190925Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:48.4311018Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:48.4557556Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:48.5093304Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:48.5457650Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:51:48.5879548Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:48.6298712Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:48.6551405Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:48.6606873Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:48.6728721Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:48.6986891Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:48.7022422Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:48.7229733Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:48.7297749Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:48.7380712Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:48.7629872Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:48.7850124Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:51:48.7885880Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:48.8186822Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:48.8480105Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:48.8770377Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:48.8852675Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:49.0524752Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-09-27T15:51:49.0970446Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:51:49.1025311Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:51:49.1967404Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T15:51:49.2137959Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:49.2208356Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:51:49.3006403Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:51:49.3282027Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:49.3320048Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:49.3324613Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:49.3327978Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:51:49.3579905Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:49.3811199Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:49.4059724Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:49.4326044Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:49.4542741Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:51:49.4859453Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:49.5247476Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:51:49.5650224Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:49.6422610Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T15:51:49.7161062Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-09-27T15:51:49.7555438Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:51:49.7810394Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:49.8145729Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:49.8725046Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:51:49.9520512Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T15:51:49.9855707Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:50.0762426Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-09-27T15:51:50.0850113Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:50.1297228Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:51:50.1834720Z test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:51:50.1835473Z return op.op(*args, **kwargs) 2022-09-27T15:51:50.2931514Z ok (0.163s) 2022-09-27T15:51:50.3322272Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:51:50.3811722Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:51:50.4285731Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:51:50.4902321Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:51:50.5595397Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-09-27T15:51:50.6575858Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T15:51:50.6892822Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:50.6916592Z test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:51:50.6917817Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:51:50.7343040Z ok (0.045s) 2022-09-27T15:51:50.7852520Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:51:50.8465418Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:51:50.8552156Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:51.0827244Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.227s) 2022-09-27T15:51:51.1186460Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:51:51.1551695Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:51:51.1842677Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:51.3454159Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-09-27T15:51:51.5606307Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-09-27T15:51:51.5643324Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:51:51.5903339Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:51.7277610Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-09-27T15:51:51.8365434Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-09-27T15:51:51.8559877Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:51.8747388Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:51.8840313Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:51.8972724Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.9176512Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:51.9858505Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:51:52.0162276Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:52.0993379Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-09-27T15:51:52.1423481Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:52.1838387Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:52.2239277Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:52.2615339Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:51:52.3012980Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:52.3417394Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:52.3514570Z test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:51:52.3515348Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:51:52.4078598Z ok (0.066s) 2022-09-27T15:51:52.4292073Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:52.4505108Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:52.4751694Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:52.6895032Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-09-27T15:51:52.7495934Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:52.7583112Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:52.8586823Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:51:53.2801964Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.421s) 2022-09-27T15:51:53.6178421Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.337s) 2022-09-27T15:51:54.0030848Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.385s) 2022-09-27T15:51:54.0034460Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:54.1064498Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-09-27T15:51:54.1074219Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:54.2483867Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-09-27T15:51:54.2491054Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:54.3286715Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T15:51:54.3379960Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:54.3550683Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:54.3695765Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:54.3789001Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:54.4062526Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:54.5824204Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-09-27T15:51:54.6139548Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:54.6662043Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:51:54.8096648Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-09-27T15:51:54.8445225Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:51:54.8792100Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:51:54.9040732Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:54.9272283Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:54.9331198Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.9391689Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.3796078Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.440s) 2022-09-27T15:51:55.4402743Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:51:55.4486658Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:55.4597039Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:55.4720922Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:55.4808713Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.4891889Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:55.5149087Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:55.5358074Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:55.5539508Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:55.5749863Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:55.5839492Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.5971619Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:55.6073001Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:55.6167488Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.6290251Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:55.6747112Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:51:55.7187268Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:51:56.0338274Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.315s) 2022-09-27T15:51:56.0359926Z test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:51:56.0361021Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:51:56.0461048Z ok (0.012s) 2022-09-27T15:51:56.0487441Z test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:51:56.0488543Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:51:56.0808563Z ok (0.035s) 2022-09-27T15:51:56.1499723Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-09-27T15:51:56.2628581Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-09-27T15:51:56.2723754Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:56.2845607Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:56.2935437Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:56.3096714Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:56.3136192Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:56.3199505Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.3388100Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:56.6391907Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.300s) 2022-09-27T15:51:56.6433017Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.9046408Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.261s) 2022-09-27T15:51:58.9191250Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:58.9604472Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.9880093Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:59.0150114Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:59.0420135Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:59.0692476Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:59.1009332Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:59.1293287Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:59.1369425Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:59.1637143Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:59.2694413Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:51:59.3321795Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:51:59.3350937Z test_make_fx_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:51:59.3352033Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:51:59.3352585Z Q, R = torch.qr(A, some) 2022-09-27T15:51:59.3352918Z should be replaced with 2022-09-27T15:51:59.3353765Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:51:59.3354346Z return op.op(*args, **kwargs) 2022-09-27T15:51:59.4504710Z ok (0.118s) 2022-09-27T15:51:59.4557102Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:51:59.4646049Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:59.4872692Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:59.5334558Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:51:59.5406196Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:59.5652771Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:59.5765470Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:59.5845316Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:59.5931533Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:59.6200837Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:59.6323241Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:59.7474817Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-09-27T15:51:59.7674526Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:59.7795828Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:59.8003589Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:59.8106173Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:59.8204662Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:59.8257876Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.8308798Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.8831273Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:51:59.9828215Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:51:59.9863297Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:59.9951107Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:00.0038216Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:00.0124834Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:00.0208931Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:00.0553251Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:00.0766952Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:00.3223475Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.245s) 2022-09-27T15:52:00.3254434Z test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:52:00.3255068Z return op.op(*args, **kwargs) 2022-09-27T15:52:00.3843496Z ok (0.062s) 2022-09-27T15:52:00.4481829Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:00.5119051Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:00.5745336Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:00.6367650Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:00.7680121Z test_make_fx_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T15:52:00.7681477Z return op.op(*args, **kwargs) 2022-09-27T15:52:00.7732503Z test_proxy_tensor.py:1325: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-09-27T15:52:00.7733583Z return op.op(*args, **kwargs) 2022-09-27T15:52:00.9024250Z ok (0.266s) 2022-09-27T15:52:01.1882293Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.286s) 2022-09-27T15:52:01.5000602Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.312s) 2022-09-27T15:52:01.5151430Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:01.5304114Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:01.5344019Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:01.5483515Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:01.5571136Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:01.5608356Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:01.5644277Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:01.5683502Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:01.5769245Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:01.5806450Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:01.6128849Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:01.6320130Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.6566998Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:01.8474138Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-09-27T15:52:01.8484189Z test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:937: 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 /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:52:01.8484958Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:52:01.8526982Z expected failure (0.005s) 2022-09-27T15:52:01.8620035Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:01.8708047Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:01.8809425Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:01.8895445Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:01.8982179Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:01.9241814Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:01.9563708Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:01.9567739Z test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:01.9571108Z test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:01.9638148Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.9729003Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:02.0002416Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:02.0258189Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:02.0318247Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:02.0376515Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:02.0436102Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:02.0693171Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:02.0697988Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:02.0784190Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:02.0870286Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:02.0957071Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:02.1060166Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:02.1169535Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:02.1318204Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:02.1418651Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:02.1712866Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:02.1808869Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:02.1907252Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:02.1912328Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:52:02.1917501Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:02.1921987Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:02.1926696Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:02.2032316Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:02.2330359Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:02.2601615Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:02.2673164Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:02.2789419Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:02.2938426Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:02.2976494Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:02.3065706Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:02.3260135Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:02.3526173Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:02.3793692Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:02.4079185Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:02.4133080Z test_make_fx_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T15:52:02.4133897Z normalized, onesided, return_complex) 2022-09-27T15:52:02.4541705Z ok (0.046s) 2022-09-27T15:52:02.4863921Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:02.5409798Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:02.5840174Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:02.9539071Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.370s) 2022-09-27T15:52:05.8597416Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.906s) 2022-09-27T15:52:05.8639734Z test_make_fx_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:52:05.8640661Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:52:05.8640989Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:52:05.8641198Z should be replaced with 2022-09-27T15:52:05.8641593Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:52:05.8641805Z and 2022-09-27T15:52:05.8641980Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:52:05.8642193Z should be replaced with 2022-09-27T15:52:05.8642897Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:52:05.8643247Z return op.op(*args, **kwargs) 2022-09-27T15:52:05.8986147Z ok (0.039s) 2022-09-27T15:52:05.9081293Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:05.9277576Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:05.9563628Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:05.9602656Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:05.9641075Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:05.9713778Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:52:05.9835352Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:06.3174587Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.334s) 2022-09-27T15:52:06.3881436Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T15:52:06.3886112Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:06.4290646Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:06.4321305Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:06.4532678Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:06.4975441Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:06.5422703Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:06.5450521Z test_make_fx_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:52:06.5451338Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:52:06.5451644Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:52:06.5451842Z should be replaced with 2022-09-27T15:52:06.5452190Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:52:06.5452521Z return op.op(*args, **kwargs) 2022-09-27T15:52:06.5800585Z ok (0.038s) 2022-09-27T15:52:06.6009043Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:06.6222965Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:06.6470795Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:06.6507634Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:06.6721734Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:06.7008322Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:06.7648100Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:06.7750689Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:07.0924911Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.317s) 2022-09-27T15:52:07.4309343Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.338s) 2022-09-27T15:52:07.4558707Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:07.4822578Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:07.5119523Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:07.5156612Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:07.5190820Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:07.5319467Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:07.5561165Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:07.5653071Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:07.5736295Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:07.5898207Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:07.6181624Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:07.6292588Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:07.6381598Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:07.6609759Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:07.6693607Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:07.6780343Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:07.7690601Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.091s) 2022-09-27T15:52:07.8037961Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:07.8468098Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:07.9308283Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T15:52:07.9656014Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:08.0060551Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:08.0094681Z test_make_fx_fake_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0095296Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0160797Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0161295Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0217888Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0218395Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0272944Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0273529Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0327919Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0328406Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0384331Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0385019Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0438950Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0439432Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0494462Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0494964Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0549274Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:08.0549748Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:08.0587672Z ok (0.053s) 2022-09-27T15:52:08.0917068Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:08.5831940Z test_make_fx_fake_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.491s) 2022-09-27T15:52:09.0759255Z test_make_fx_fake_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.493s) 2022-09-27T15:52:09.4394618Z test_make_fx_fake_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.363s) 2022-09-27T15:52:10.0034409Z test_make_fx_fake_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.564s) 2022-09-27T15:52:10.0747568Z test_make_fx_fake_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T15:52:10.1549984Z test_make_fx_fake_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:52:10.2549850Z test_make_fx_fake_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:52:10.3436130Z test_make_fx_fake_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-09-27T15:52:10.8661156Z test_make_fx_fake_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.522s) 2022-09-27T15:52:11.7512851Z test_make_fx_fake_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.885s) 2022-09-27T15:52:11.8480266Z test_make_fx_fake_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-09-27T15:52:12.4456993Z test_make_fx_fake_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.598s) 2022-09-27T15:52:12.6135638Z test_make_fx_fake_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-09-27T15:52:13.1359096Z test_make_fx_fake_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.522s) 2022-09-27T15:52:13.4332793Z test_make_fx_fake_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.297s) 2022-09-27T15:52:13.5448482Z test_make_fx_fake_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T15:52:15.0504027Z test_make_fx_fake_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.505s) 2022-09-27T15:52:15.6079745Z test_make_fx_fake_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.557s) 2022-09-27T15:52:17.3197981Z test_make_fx_fake_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.712s) 2022-09-27T15:52:17.3254892Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:17.3371406Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:17.3482081Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:17.3942049Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:17.4258835Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:17.4749152Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:17.5263695Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:17.5395575Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:17.5530049Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:17.5838054Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:17.6086952Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:17.6549652Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:17.6602577Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:52:17.7389442Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T15:52:17.8142958Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T15:52:17.8388742Z test_make_fx_fake_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1325: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:17.8390016Z return op.op(*args, **kwargs) 2022-09-27T15:52:17.8391235Z [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-09-27T15:52:17.8392740Z [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-09-27T15:52:17.8396679Z ok (0.025s) 2022-09-27T15:52:17.8442971Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:17.8964917Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:18.0076957Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T15:52:18.0585967Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:18.1051830Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:18.2174585Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T15:52:18.2212097Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-09-27T15:52:18.2480900Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:18.2762492Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:18.2825535Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:18.2887483Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:18.3359265Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:18.3411995Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:18.3463487Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:18.3680939Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:18.3897678Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:18.4139653Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:18.4409733Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:18.4563850Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:18.4753635Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:18.4757691Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:18.4803479Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:18.4992820Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:18.5252398Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:18.5328246Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:18.5596577Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:18.8021421Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.242s) 2022-09-27T15:52:18.8213242Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:18.8434087Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:18.8702441Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:19.3281059Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.458s) 2022-09-27T15:52:19.3345130Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:19.3573786Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:19.3794001Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:19.3975943Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:52:19.4894886Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.092s) 2022-09-27T15:52:19.6517774Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T15:52:19.6666331Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:19.6875459Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:19.7218774Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:19.7574418Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:19.7652730Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:19.7800275Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:19.7893116Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.009s) 2022-09-27T15:52:19.8320134Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:19.8430224Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:19.8470092Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.0522841Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-09-27T15:52:20.0593261Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:20.0968129Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:20.1065858Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:52:20.1213124Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:20.1334730Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:20.3674092Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.234s) 2022-09-27T15:52:20.3764525Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:52:20.3908738Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:20.4200746Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:20.4503249Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:20.4876551Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:20.5025126Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:20.5731516Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T15:52:20.5849059Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:20.6439382Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:20.6998621Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T15:52:20.7218426Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:20.7792798Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:52:20.8474328Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:52:21.4329076Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.585s) 2022-09-27T15:52:21.4502962Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:21.6739467Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.224s) 2022-09-27T15:52:21.7200580Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:21.7668977Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:21.8078167Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:21.8125893Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.8332450Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:21.8446104Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:21.8590045Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:21.9541793Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T15:52:21.9546183Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:21.9549770Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:21.9944216Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:21.9979976Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:52:22.0027221Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:22.0143248Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:22.0189773Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:22.0299819Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:22.0411241Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:22.0551035Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:22.0907611Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:22.0954418Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:22.4715650Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.376s) 2022-09-27T15:52:22.5075540Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:22.5407739Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:22.5894122Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:22.6109865Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:22.6537356Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:22.6953846Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:22.7465049Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:22.7856143Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:22.8187697Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:22.8712768Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:22.8933467Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:22.9296024Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:22.9649869Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:23.0171964Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:23.0537131Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:23.0917036Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:23.1383036Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:23.1752818Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:23.2071229Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:23.2434344Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:23.2584693Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:23.2827466Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:23.3269675Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:23.3363303Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:23.3452792Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:23.3633072Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:23.4229530Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T15:52:23.4288648Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:23.5066903Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T15:52:23.5507470Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:23.5944024Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:23.6431693Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:23.6552927Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:23.6932454Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:23.7293921Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:23.7498236Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:23.7938758Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:24.2305405Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.437s) 2022-09-27T15:52:24.5113450Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.281s) 2022-09-27T15:52:24.5482458Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:24.5699277Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:24.6086574Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:26.0565110Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.448s) 2022-09-27T15:52:27.1899863Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.133s) 2022-09-27T15:52:29.0871352Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.897s) 2022-09-27T15:52:29.0999464Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:29.1125153Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:29.1523728Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:29.1602711Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:29.1976346Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:29.2337829Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:29.2797567Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:29.2961048Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:29.3122883Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:29.3331806Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:29.4815613Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-09-27T15:52:29.4940582Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:29.5077178Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:29.5331599Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:29.7319346Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.199s) 2022-09-27T15:52:29.7487473Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:29.7574651Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:29.7621939Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:29.7669882Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:29.7714698Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.7759526Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:29.7880240Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:29.8217676Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-09-27T15:52:29.8227960Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:29.8236043Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:29.8244067Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:29.8251320Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:29.8259108Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:29.8355002Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:29.9603495Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-09-27T15:52:30.0012804Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:30.0363377Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:30.0937009Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:52:30.1054939Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:30.1992894Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T15:52:30.2669404Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:52:30.2926247Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:30.3082010Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:30.3538864Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:30.4860037Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-09-27T15:52:30.5902320Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T15:52:30.6373064Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:30.7503314Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-09-27T15:52:30.7914477Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:30.8962499Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-09-27T15:52:30.9387191Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:30.9798984Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:31.0047469Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:31.0238679Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:31.1030026Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T15:52:31.1033624Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:31.1037762Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:31.1870133Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-09-27T15:52:31.2809779Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T15:52:31.3587238Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T15:52:31.8380277Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.479s) 2022-09-27T15:52:32.2129353Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-09-27T15:52:32.3808993Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-09-27T15:52:33.0013043Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.620s) 2022-09-27T15:52:33.0751832Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-09-27T15:52:33.1194960Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:33.6199403Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.500s) 2022-09-27T15:52:33.9825257Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.363s) 2022-09-27T15:52:34.1009683Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T15:52:34.1380399Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:34.1389296Z test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:52:34.2923427Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-09-27T15:52:34.3342989Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:34.4264709Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-09-27T15:52:34.5136081Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-09-27T15:52:35.7591703Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.245s) 2022-09-27T15:52:36.2274731Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.468s) 2022-09-27T15:52:36.3834095Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-09-27T15:52:36.3988846Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.4330307Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:36.5074350Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-09-27T15:52:36.7073084Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-09-27T15:52:37.1119581Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.405s) 2022-09-27T15:52:37.3381137Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.226s) 2022-09-27T15:52:37.3560899Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:37.3628361Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:37.3785387Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:37.3948071Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:37.4279239Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:37.4647597Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:37.4704062Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.4766481Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:37.5527716Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T15:52:37.6211817Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:52:37.6591653Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:37.6711124Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:37.7114601Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:37.7487580Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:37.7684205Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:38.2594113Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.491s) 2022-09-27T15:52:38.3266271Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T15:52:38.3477933Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:38.3847697Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:38.5424859Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-09-27T15:52:38.6664725Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-09-27T15:52:38.7428505Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T15:52:38.7674488Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:38.7923145Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:38.8264969Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:38.8458292Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:38.8510868Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.005s) 2022-09-27T15:52:38.9383516Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-09-27T15:52:38.9651869Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:39.0049140Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:39.0134979Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:39.0359622Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:39.0846694Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:39.1781637Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-09-27T15:52:39.3619976Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-09-27T15:52:39.4406464Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T15:52:39.5220275Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T15:52:39.5711443Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:39.5802510Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:39.5998802Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:39.6415978Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:39.6479649Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:39.7433494Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T15:52:39.7546530Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:39.7660886Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:39.8074810Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:39.8260377Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:52:39.8340085Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:39.8781334Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:39.9211934Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:39.9681897Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:39.9911171Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:40.2658545Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.275s) 2022-09-27T15:52:40.3218059Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T15:52:40.3299320Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:52:40.4647728Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-09-27T15:52:40.4865959Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:40.4953952Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:52:40.6181647Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-09-27T15:52:40.6574976Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:40.6623855Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:40.6629156Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:40.6633558Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:52:40.7046810Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:40.7383215Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:40.7704662Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:40.8123301Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:40.8502297Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:40.8982537Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:41.2820480Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.384s) 2022-09-27T15:52:41.3398431Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:52:41.4515265Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T15:52:41.5508100Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T15:52:41.6102278Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:41.6465344Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:41.6864888Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:41.7790960Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-09-27T15:52:41.9130897Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-09-27T15:52:41.9636743Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:52:42.0833031Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-09-27T15:52:42.0953814Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:42.1532754Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:52:42.3296222Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-09-27T15:52:42.3881356Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:52:42.4602800Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:52:42.5265111Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-09-27T15:52:42.6395820Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-09-27T15:52:42.7470727Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T15:52:42.9081999Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-09-27T15:52:43.0146311Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:52:43.0182683Z test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:52:43.0183611Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:52:43.0226118Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:52:43.0226901Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:52:43.0285820Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:52:43.0286614Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:52:43.0357379Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:52:43.0358167Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:52:43.0398407Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:52:43.0399237Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:52:43.0457250Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:52:43.0458361Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:52:43.0835091Z ok (0.069s) 2022-09-27T15:52:43.1653047Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-09-27T15:52:43.2584092Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-09-27T15:52:43.2723435Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:43.6510075Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.378s) 2022-09-27T15:52:43.7124116Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:43.7634493Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:43.8102779Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:44.0610737Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.251s) 2022-09-27T15:52:44.3772416Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.316s) 2022-09-27T15:52:44.3827425Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:52:44.4154406Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:44.5975647Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-09-27T15:52:44.9770874Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.379s) 2022-09-27T15:52:45.0068033Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:45.0318777Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:45.0446171Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:45.0642981Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:45.0967606Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:45.2132604Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-09-27T15:52:45.2673002Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:45.3990832Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-09-27T15:52:45.4631220Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:45.5184632Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:45.5720602Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:45.6222177Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:52:45.7065036Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T15:52:45.7668501Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T15:52:45.7829874Z test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:52:45.7831191Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:52:45.7900781Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:52:45.7901991Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:52:45.8415280Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:52:45.8416398Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:52:45.8500541Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:52:45.8501716Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:52:45.8839622Z ok (0.117s) 2022-09-27T15:52:45.9207484Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:45.9568290Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:46.0034307Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:46.1010634Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T15:52:46.2074105Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:52:46.2221475Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:46.3935878Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-09-27T15:52:47.1441647Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.750s) 2022-09-27T15:52:47.7245223Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.580s) 2022-09-27T15:52:49.1456773Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.421s) 2022-09-27T15:52:49.1460944Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:49.3895242Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-09-27T15:52:49.3905542Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:49.7498737Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.359s) 2022-09-27T15:52:49.7505111Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:49.9701130Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.219s) 2022-09-27T15:52:49.9861781Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:50.0139766Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:50.0730681Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:50.1141400Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:50.1585874Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:50.1590409Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:50.2067822Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:50.2941877Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-09-27T15:52:50.5322670Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-09-27T15:52:50.5898260Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:52:50.6438288Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:50.6828146Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:50.8045383Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-09-27T15:52:50.8155676Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:50.8254883Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:51.5948872Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.769s) 2022-09-27T15:52:51.7248677Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-09-27T15:52:51.7402645Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:51.7592530Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:51.8021944Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:51.8160344Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:51.8290270Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:51.8713906Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:51.9069500Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:51.9385338Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:51.9769112Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:51.9920989Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:52.0138129Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:52.0309625Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:52.0478559Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:52.0663140Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:52.1381211Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:52:52.2102621Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:52:52.7015282Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.491s) 2022-09-27T15:52:52.7054643Z test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7055720Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7106454Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7107265Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7158429Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7159630Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7212524Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7213394Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7248908Z ok (0.023s) 2022-09-27T15:52:52.7303233Z test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7304224Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7376911Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7378224Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7450896Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7451751Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7518648Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7519484Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7590625Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7591482Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7648556Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7649441Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7707013Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7707870Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7762478Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7763380Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7836547Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7837389Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7939820Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7940649Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.7977256Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.7990023Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.8089225Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.8090174Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.8127116Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.8128002Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.8232087Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.8232939Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.8266994Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.8267887Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.8375710Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:52:52.8376480Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:52.8385653Z ok (0.114s) 2022-09-27T15:52:52.8446631Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-09-27T15:52:53.0675739Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.223s) 2022-09-27T15:52:53.0835188Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:53.1030681Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:53.1161021Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:53.1407886Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:53.1463548Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.1569237Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:53.1922309Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:54.5287655Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.336s) 2022-09-27T15:52:54.5355136Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:58.7436645Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.208s) 2022-09-27T15:52:58.7721356Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:58.8413736Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-09-27T15:52:58.9783605Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-09-27T15:52:59.0296826Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:59.0824312Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:52:59.1263226Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:59.1686713Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:59.2105738Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:59.2221688Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:59.2723640Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:52:59.4435290Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-09-27T15:52:59.5501460Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T15:52:59.7387263Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.189s) 2022-09-27T15:52:59.7470850Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:52:59.7600676Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:59.8068572Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:59.8852811Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T15:52:59.8964569Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:59.9344302Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:59.9489408Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:59.9663909Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:59.9825683Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:00.0245192Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:53:00.0427191Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:00.2125894Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.170s) 2022-09-27T15:53:00.2200672Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-09-27T15:53:00.2397326Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:00.2720621Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:00.2868647Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:00.3031581Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:00.3110422Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:00.3198874Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:00.3966091Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T15:53:00.5804513Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-09-27T15:53:00.5855080Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:00.5988628Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:00.6119895Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:00.6253033Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:00.6383869Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:00.6878860Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:00.7222211Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:00.8392854Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-09-27T15:53:00.9586856Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-09-27T15:53:01.0782474Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-09-27T15:53:01.1963006Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T15:53:01.3081481Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T15:53:01.4423175Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-09-27T15:53:02.6866039Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.244s) 2022-09-27T15:53:02.7046206Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:53:03.8215811Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.117s) 2022-09-27T15:53:03.8460547Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:03.8771901Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:03.8835276Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:03.9068025Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:03.9213380Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:03.9263958Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:03.9317817Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:03.9368344Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:03.9496581Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:03.9546118Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:04.0013753Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:53:04.0281101Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:04.0686436Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:04.3232479Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.254s) 2022-09-27T15:53:04.3256899Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-09-27T15:53:04.3389465Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:04.3517702Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:04.3647554Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:04.3776876Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:04.3908067Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:04.4351815Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:04.4825627Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:53:04.4829974Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:04.4834133Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:04.4944327Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:04.5088728Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:04.5506912Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:53:04.5936390Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:04.6032244Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:04.6138171Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:04.6238458Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:04.6674420Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:04.6678728Z test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:04.6825082Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:05.1227520Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.440s) 2022-09-27T15:53:05.1395610Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:05.1540885Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:05.1690827Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:05.1914724Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:05.2075130Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:05.2576061Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:53:05.2710771Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:05.2870089Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:05.2874445Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:05.2878317Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:05.2882081Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:05.2886108Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:53:05.3067695Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:05.3470610Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:05.3872569Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:05.3971590Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:05.4142609Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:05.4384737Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:05.4461248Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:05.4643840Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:05.4978620Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:05.5431969Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:05.5921492Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:05.6450046Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:53:05.7114088Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-09-27T15:53:05.7694071Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:53:05.8532589Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T15:53:05.9283259Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T15:53:06.5084902Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.580s) 2022-09-27T15:53:11.3546022Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.846s) 2022-09-27T15:53:11.4600708Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-09-27T15:53:11.4744292Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:12.0242004Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.550s) 2022-09-27T15:53:12.1631328Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-09-27T15:53:12.1697313Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:12.1755277Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:12.1833849Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:12.2018475Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:12.4454241Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-09-27T15:53:12.5701956Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-09-27T15:53:12.5706588Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:12.6392396Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:12.6446022Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:12.6821638Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:12.7650362Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-09-27T15:53:12.8434584Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T15:53:12.9143709Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T15:53:12.9498404Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:12.9862939Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:13.0391831Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:53:13.0445206Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:13.0763858Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:13.1237612Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:53:13.2441516Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-09-27T15:53:13.2620248Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:13.2801601Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.018s) 2022-09-27T15:53:13.2980931Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.018s) 2022-09-27T15:53:13.3523005Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:53:13.4120976Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T15:53:13.4642656Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:53:13.4704266Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:13.4772842Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:13.5049408Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:53:13.5398071Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:13.5525013Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:13.5647300Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:13.5910120Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:13.6358194Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:13.6583709Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:13.6727736Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:13.7128697Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:13.7266324Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:13.7393763Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:13.7485693Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:13.8991854Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-09-27T15:53:14.0311746Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-09-27T15:53:15.1860703Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.155s) 2022-09-27T15:53:15.3150486Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-09-27T15:53:15.4329934Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T15:53:15.4373978Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:53:15.4374764Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:15.5994180Z ok (0.166s) 2022-09-27T15:53:15.7097170Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-09-27T15:53:16.3624586Z test_make_fx_symbolic_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.653s) 2022-09-27T15:53:17.0281980Z test_make_fx_symbolic_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.666s) 2022-09-27T15:53:17.0742408Z test_make_fx_symbolic_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.046s) 2022-09-27T15:53:17.1266112Z test_make_fx_symbolic_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.052s) 2022-09-27T15:53:17.1410999Z test_make_fx_symbolic_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:53:17.1536286Z test_make_fx_symbolic_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:17.4493820Z test_make_fx_symbolic_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.296s) 2022-09-27T15:53:17.4586796Z test_make_fx_symbolic_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:17.4591220Z test_make_fx_symbolic_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:17.5514183Z test_make_fx_symbolic_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.092s) 2022-09-27T15:53:17.7198008Z test_make_fx_symbolic_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.168s) 2022-09-27T15:53:18.5025821Z test_make_fx_symbolic_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.783s) 2022-09-27T15:53:19.0675190Z test_make_fx_symbolic_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.565s) 2022-09-27T15:53:19.7354517Z test_make_fx_symbolic_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.668s) 2022-09-27T15:53:20.0261008Z test_make_fx_symbolic_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.290s) 2022-09-27T15:53:20.3214070Z test_make_fx_symbolic_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.295s) 2022-09-27T15:53:20.4582183Z test_make_fx_symbolic_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.137s) 2022-09-27T15:53:21.0526276Z test_make_fx_symbolic_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.594s) 2022-09-27T15:53:21.1666957Z test_make_fx_symbolic_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.114s) 2022-09-27T15:53:21.1749892Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:21.2019148Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:21.2230950Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:21.3829770Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-09-27T15:53:21.5085077Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-09-27T15:53:21.7205630Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.212s) 2022-09-27T15:53:21.9232885Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.203s) 2022-09-27T15:53:21.9858962Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:53:22.0401910Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:53:22.0483223Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:22.0699701Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:53:22.2292366Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-09-27T15:53:22.2354769Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:22.4148291Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.179s) 2022-09-27T15:53:22.5843323Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.169s) 2022-09-27T15:53:22.5907680Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:22.5989849Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:22.7316815Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-09-27T15:53:22.8990175Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-09-27T15:53:22.9197499Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:53:22.9404133Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:53:22.9477974Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:22.9554756Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:23.0282227Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:53:23.0590655Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T15:53:23.0705698Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:23.0825284Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:23.2131266Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-09-27T15:53:23.2238513Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:23.2350500Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:23.2859361Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:53:23.3400006Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:53:23.4041956Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:53:23.4165189Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:23.4236377Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:23.4854205Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:53:23.4858628Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:23.5091621Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:23.5567394Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:53:23.6007926Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:23.6241653Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:23.6958859Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:53:23.7035583Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:23.7419441Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:23.7576379Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:23.8480536Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-09-27T15:53:23.8790638Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T15:53:23.8900393Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:23.9434105Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:53:23.9987747Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:53:24.0090661Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:24.0176029Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:24.0265447Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:24.0400827Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:24.2228843Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-09-27T15:53:24.4102983Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-09-27T15:53:24.5984085Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-09-27T15:53:24.6144733Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:24.6358270Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:53:24.6454245Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-09-27T15:53:25.3728456Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.727s) 2022-09-27T15:53:25.3901348Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:25.3983099Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:25.4155968Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:53:25.4314926Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:25.6211449Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-09-27T15:53:25.6392108Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:53:25.6637378Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:25.6849078Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:25.6908139Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:25.7041872Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:25.7191169Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:53:25.7256229Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:25.7349093Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:25.7451239Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:25.7558000Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:25.7662146Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:25.7726298Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:25.9726402Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-09-27T15:53:25.9848496Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:26.0704180Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-09-27T15:53:26.4415833Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.371s) 2022-09-27T15:53:26.4520563Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:26.4708727Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T15:53:26.4932117Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:26.5049160Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:26.9661060Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.461s) 2022-09-27T15:53:27.0940450Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-09-27T15:53:27.2539810Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-09-27T15:53:27.2664180Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:27.3467823Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:53:27.3552497Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:27.4164726Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:53:27.4291124Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:27.4296513Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:27.4301540Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:27.5655638Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-09-27T15:53:27.5709545Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:53:27.5818490Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:27.6107897Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:53:27.6206243Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:27.6402874Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:27.6596955Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:27.6702779Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:27.7637600Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-09-27T15:53:27.7754894Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:28.3184218Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.543s) 2022-09-27T15:53:28.3335678Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:53:28.3484678Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:53:28.3646741Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:28.3781536Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:28.3936583Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:53:28.4126178Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T15:53:28.4282833Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:28.4421727Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:53:28.4545301Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:28.4661216Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:28.4759074Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:28.4876146Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:28.4985525Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:28.5105058Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:28.5232566Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:28.5387959Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:53:28.5514019Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:28.5635434Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:28.5745993Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:28.5866399Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:28.5944427Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:28.6058434Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:28.6831394Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T15:53:28.6979078Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:28.7125841Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:28.7480635Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:28.9108010Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-09-27T15:53:28.9198587Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:29.3820055Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.462s) 2022-09-27T15:53:29.4936410Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T15:53:29.6137913Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-09-27T15:53:29.7392828Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-09-27T15:53:29.7737029Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:29.7799525Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:29.7944814Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:53:29.8024438Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:29.9338242Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-09-27T15:53:29.9420738Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:29.9534937Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:30.0884465Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-09-27T15:53:30.1375442Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:30.3555837Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-09-27T15:53:30.3658403Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:30.3821767Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:30.4010646Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T15:53:30.4129654Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:30.4544087Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:30.5616619Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T15:53:30.5671789Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:30.6700908Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-09-27T15:53:30.7716345Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:53:30.7827823Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:30.7937977Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:30.8174505Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T15:53:30.8252244Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:30.8364323Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:30.8570584Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:30.8668465Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:30.9218252Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:53:30.9611630Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.039s) 2022-09-27T15:53:31.0002312Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:53:31.0081551Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:31.0248833Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:31.0384774Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:31.0525515Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:31.0651616Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:31.0732440Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:31.0838815Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:31.0848131Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0856317Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0864227Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0871763Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.0879968Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:31.1008961Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:31.1087909Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:31.2559037Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-09-27T15:53:31.3972677Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-09-27T15:53:31.4091589Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:31.4348342Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:31.4443918Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:31.4551173Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:31.4688359Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:53:31.4806519Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:31.5108177Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-09-27T15:53:31.5292293Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:53:31.5410748Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:31.5524305Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:31.5631306Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:31.5723860Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:31.5823799Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:31.5910081Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:31.5991701Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:31.6072672Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:31.6147329Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:31.6239083Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:31.6243168Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:31.6247233Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:31.6321974Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:31.6403353Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:31.6477099Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:31.6604034Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:31.7401755Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.080s) 2022-09-27T15:53:31.8086562Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.068s) 2022-09-27T15:53:31.8253534Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:31.8403000Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:53:31.8531291Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:32.2978499Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.444s) 2022-09-27T15:53:32.6585788Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.361s) 2022-09-27T15:53:32.6649105Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:32.6711837Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:32.6720291Z test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:53:32.6781232Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:32.6961725Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:53:32.7029204Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:32.7094431Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:32.7158820Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:32.7664668Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.050s) 2022-09-27T15:53:32.7726892Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:32.7846972Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:32.7955742Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:32.8225784Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-09-27T15:53:33.3486195Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.526s) 2022-09-27T15:53:34.3477336Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.999s) 2022-09-27T15:53:34.6578216Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.310s) 2022-09-27T15:53:34.6791755Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:34.6890532Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:34.7098099Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:34.7301167Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:34.8551510Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-09-27T15:53:34.9925568Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-09-27T15:53:34.9998588Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:35.0066786Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:35.0135527Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:35.0478190Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-09-27T15:53:35.2095558Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T15:53:35.2335827Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:35.3968772Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-09-27T15:53:35.5894971Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-09-27T15:53:35.6784704Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-09-27T15:53:36.3389115Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.660s) 2022-09-27T15:53:36.6790366Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.340s) 2022-09-27T15:53:36.7239067Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:36.8353230Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T15:53:36.8457353Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:36.8549552Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:36.8620292Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:36.9110514Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:36.9574133Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:53:36.9651093Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:36.9734525Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:36.9811674Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:38.0794203Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.098s) 2022-09-27T15:53:38.0907685Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:38.2509366Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-09-27T15:53:38.2671102Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:38.2748871Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:38.3959923Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-09-27T15:53:38.6390676Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-09-27T15:53:38.6453261Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:53:38.6710591Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-09-27T15:53:38.6960187Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-09-27T15:53:38.8344964Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-09-27T15:53:38.8524116Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:38.8621299Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:38.9835868Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-09-27T15:53:38.9968468Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:39.0042595Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:39.0262534Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:39.0328853Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:39.1546237Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-09-27T15:53:39.1630521Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:39.1813007Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:39.3691618Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-09-27T15:53:39.5291245Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-09-27T15:53:39.6685785Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-09-27T15:53:39.7634459Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T15:53:40.3956575Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.632s) 2022-09-27T15:53:40.5139656Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T15:53:40.5258606Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:40.7738659Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.248s) 2022-09-27T15:53:40.7810759Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:40.7915174Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:41.3072214Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.515s) 2022-09-27T15:53:41.4543436Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-09-27T15:53:41.4662720Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:41.4668178Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:41.4672761Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:53:41.5378840Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T15:53:41.5931707Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:53:41.6513304Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:53:41.7887220Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-09-27T15:53:41.7994209Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:41.8469043Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.047s) 2022-09-27T15:53:41.8885996Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.042s) 2022-09-27T15:53:41.9014177Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:41.9115627Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:41.9204324Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:41.9327341Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:53:41.9441366Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:41.9576178Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:53:42.0287333Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.071s) 2022-09-27T15:53:42.0469513Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:53:42.2686863Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.222s) 2022-09-27T15:53:43.4598714Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.191s) 2022-09-27T15:53:43.4973780Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:44.0296201Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.532s) 2022-09-27T15:53:47.6064389Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (3.577s) 2022-09-27T15:53:47.9684540Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.362s) 2022-09-27T15:53:49.2185422Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.250s) 2022-09-27T15:53:52.8064387Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.588s) 2022-09-27T15:53:52.8553114Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.049s) 2022-09-27T15:53:52.8720104Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:53:52.8905488Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:53:52.9196486Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-09-27T15:53:52.9288901Z test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:53:52.9642137Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:53:52.9642674Z expected failure (0.044s) 2022-09-27T15:53:53.0415418Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.077s) 2022-09-27T15:53:53.0758012Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-09-27T15:53:53.1235058Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:53:53.1422382Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T15:53:53.1585888Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:53.1840461Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-09-27T15:53:53.2480331Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:53:53.2585500Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:53:53.2755285Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:53:53.2973724Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T15:53:53.4941609Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-09-27T15:53:53.5664358Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-09-27T15:53:53.5891463Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T15:53:53.6188976Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-09-27T15:53:53.7052863Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-09-27T15:53:53.7544529Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:53.8851590Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-09-27T15:53:54.0251570Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-09-27T15:53:54.0333522Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:54.3473720Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.314s) 2022-09-27T15:53:54.3655934Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:53:54.3793399Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:53:54.3907669Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:54.4023031Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:54.4111332Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:54.4200671Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:54.4315479Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:53:54.4756410Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:53:54.4757777Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:53:54.8617260Z ok (0.430s) 2022-09-27T15:53:54.9833149Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-09-27T15:53:55.1867624Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.203s) 2022-09-27T15:53:55.3321287Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-09-27T15:53:55.4377830Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.106s) 2022-09-27T15:53:55.4628503Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-09-27T15:53:55.5115156Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:53:55.6054189Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.094s) 2022-09-27T15:53:55.6189734Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:09.0997614Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (13.481s) 2022-09-27T15:54:09.1193564Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T15:54:09.1198145Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:09.1343332Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:09.1347281Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:09.1590887Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T15:54:09.1595039Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:09.1905825Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T15:54:09.2324114Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:09.3704346Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-09-27T15:54:09.3783336Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:09.3848978Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:09.6279096Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-09-27T15:54:09.6283123Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:09.6958549Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.067s) 2022-09-27T15:54:09.7102332Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:09.7256945Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:09.7328985Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:09.7399312Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:09.9448198Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-09-27T15:54:09.9551947Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:09.9656108Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:09.9748718Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:10.0093574Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-09-27T15:54:10.4035323Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.394s) 2022-09-27T15:54:10.4473579Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:10.5043009Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:10.5132538Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:10.5549326Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:10.5886581Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:10.6054356Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:54:10.7249575Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-09-27T15:54:10.8785262Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-09-27T15:54:11.0518197Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-09-27T15:54:11.0908104Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:11.2092665Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T15:54:11.2403176Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:11.2668943Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:11.3113958Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:11.7936850Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.482s) 2022-09-27T15:54:12.2850401Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.491s) 2022-09-27T15:54:12.2929398Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:12.3010759Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:54:12.3011367Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:54:12.3037886Z expected failure (0.011s) 2022-09-27T15:54:12.3093194Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:54:12.3093855Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:54:12.3117704Z expected failure (0.008s) 2022-09-27T15:54:12.3177259Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-09-27T15:54:13.1071062Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.789s) 2022-09-27T15:54:13.1524255Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:13.2111259Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T15:54:13.2218753Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:13.2385644Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:54:13.2487665Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:13.2741794Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:13.2905499Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:13.3152930Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-09-27T15:54:13.3270551Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:13.4016720Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.074s) 2022-09-27T15:54:13.4776997Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T15:54:13.4936625Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:13.5045001Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:13.5154729Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:13.5248005Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:13.5351460Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:13.5461619Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:13.5565852Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:13.5916787Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:13.8047251Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-09-27T15:54:15.2702515Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.465s) 2022-09-27T15:54:15.2824552Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:15.2972374Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:15.3146381Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:54:15.3240773Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:15.3426953Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:54:15.3709209Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-09-27T15:54:15.3905295Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:15.4116438Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:54:15.4941580Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-09-27T15:54:15.5243193Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:15.5635217Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:15.7460395Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-09-27T15:54:15.7592333Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:16.1621403Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.403s) 2022-09-27T15:54:16.1744779Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.012s) 2022-09-27T15:54:16.1900892Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:16.2028616Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:16.2176163Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:16.2347282Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:54:16.2477761Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:16.2611913Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:16.2763275Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:16.7758217Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.499s) 2022-09-27T15:54:16.7870362Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:16.7970493Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:16.8065613Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:16.8155576Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:16.8454848Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:17.0611601Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.216s) 2022-09-27T15:54:17.0746632Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:17.0878215Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:17.0999703Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.1114604Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.1233748Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.1351147Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.1470895Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.1648667Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:54:17.1755758Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:17.1852650Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:17.1950062Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:17.2096967Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:17.2290156Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:17.3056101Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T15:54:17.3405222Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:17.3517217Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:17.3716064Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:17.3893609Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:17.4299956Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:17.4415065Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:17.4527980Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.6218312Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.169s) 2022-09-27T15:54:17.8086806Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-09-27T15:54:17.8170391Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:17.8251565Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:17.8380000Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:17.8505501Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.8605553Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:17.8694025Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:17.8786170Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:17.8951065Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:17.9108532Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:17.9113686Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:17.9118167Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:17.9206102Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:17.9298249Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:17.9473495Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:54:17.9646197Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:54:17.9843818Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:18.0129989Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:18.0318910Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:18.0471651Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:18.0477862Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:18.0554031Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:18.0634585Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:18.0712086Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:18.0788314Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:18.0867500Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:18.1323626Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:18.1405834Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:18.1483962Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:18.1553812Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:18.1621311Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:18.1625406Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:18.1630049Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:18.1634158Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:18.1638118Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:18.1705908Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:18.1847661Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:18.3387151Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-09-27T15:54:18.3489273Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:18.3655202Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:18.3810082Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:18.3923425Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:18.4161276Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:18.5004775Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T15:54:18.7171707Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-09-27T15:54:18.9964388Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.279s) 2022-09-27T15:54:19.1912636Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.195s) 2022-09-27T15:54:19.2035558Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:19.4005274Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-09-27T15:54:19.6899966Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.289s) 2022-09-27T15:54:19.7169072Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-09-27T15:54:19.8007092Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.084s) 2022-09-27T15:54:19.8810890Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.080s) 2022-09-27T15:54:19.8929527Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:19.9247101Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:19.9429000Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:54:19.9547594Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:19.9693737Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:19.9872107Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:20.0071586Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T15:54:20.0275752Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T15:54:20.5181162Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.490s) 2022-09-27T15:54:20.5186046Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:20.5190890Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:20.5322546Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:20.5471179Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:20.6273309Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:54:20.6404495Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:20.6538757Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:20.6632393Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:20.6709363Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:20.6782699Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:20.8256139Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-09-27T15:54:20.8411606Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:20.8503767Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:20.8640734Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:20.8864808Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T15:54:20.8957594Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:20.9168595Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.021s) 2022-09-27T15:54:20.9385689Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.022s) 2022-09-27T15:54:21.0609140Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-09-27T15:54:21.3557188Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.295s) 2022-09-27T15:54:21.5623548Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.207s) 2022-09-27T15:54:21.5724487Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:21.5810194Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:21.5980525Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:54:22.2312362Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.633s) 2022-09-27T15:54:22.2446160Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:22.3076845Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:22.3193347Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:22.6889350Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.369s) 2022-09-27T15:54:22.7111897Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T15:54:22.7278280Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:22.7432822Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:22.7594875Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.016s) 2022-09-27T15:54:22.7941203Z test_cat (__main__.TestSymbolicTracing) ... ok (0.035s) 2022-09-27T15:54:22.8208388Z test_expand (__main__.TestSymbolicTracing) ... ok (0.027s) 2022-09-27T15:54:23.0944329Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.273s) 2022-09-27T15:54:23.1048280Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.010s) 2022-09-27T15:54:23.1056586Z test_new_empty (__main__.TestSymbolicTracing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83408 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:54:23.1599126Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.054s) 2022-09-27T15:54:23.1760847Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.016s) 2022-09-27T15:54:23.2053657Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.029s) 2022-09-27T15:54:23.2260838Z test_unary (__main__.TestSymbolicTracing) ... ok (0.021s) 2022-09-27T15:54:23.2261057Z 2022-09-27T15:54:23.2261427Z ---------------------------------------------------------------------- 2022-09-27T15:54:23.2261755Z Ran 1891 tests in 176.787s 2022-09-27T15:54:23.2262322Z 2022-09-27T15:54:23.2262658Z OK (skipped=93, expected failures=356) 2022-09-27T15:54:23.2262910Z 2022-09-27T15:54:23.2263065Z Generating XML reports... 2022-09-27T15:54:23.2306258Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20220927155126.xml 2022-09-27T15:54:23.2327912Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20220927155126.xml 2022-09-27T15:54:23.2349590Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20220927155126.xml 2022-09-27T15:54:23.2372648Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20220927155126.xml 2022-09-27T15:54:23.3851093Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20220927155126.xml 2022-09-27T15:54:23.3874517Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20220927155126.xml 2022-09-27T15:54:26.4429230Z Running test_sparse_csr ... [2022-09-27 15:54:26.442511] 2022-09-27T15:54:26.4429741Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:54:26.442592] 2022-09-27T15:54:28.9522332Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-09-27T15:54:29.0173026Z 2022-09-27T15:54:29.0173340Z Running tests... 2022-09-27T15:54:29.0407464Z ---------------------------------------------------------------------- 2022-09-27T15:54:29.0408529Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2268: 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 /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:54:29.0409303Z values, size=size, dtype=dtype, layout=layout, device=device) 2022-09-27T15:54:29.0836934Z ok (0.066s) 2022-09-27T15:54:29.1254311Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.042s) 2022-09-27T15:54:29.1753676Z test_addmm_all_sparse_csr_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:54:29.2087243Z test_addmm_all_sparse_csr_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-09-27T15:54:29.2380159Z test_addmm_all_sparse_csr_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-09-27T15:54:29.2833958Z test_addmm_all_sparse_csr_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.045s) 2022-09-27T15:54:29.3057042Z test_addmm_dense_result_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:54:29.3271523Z test_addmm_dense_result_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:29.3473151Z test_addmm_dense_result_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:29.3656631Z test_addmm_dense_result_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:54:29.3981779Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-09-27T15:54:29.4117698Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.4256140Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.4394855Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.4527539Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.4660110Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.4790496Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.4919974Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.5049081Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.5179564Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.5310654Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.5440943Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.5573388Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.5713426Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.5852894Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.5990376Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.6127350Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.6263772Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.6400333Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.6537930Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.6675155Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.6815890Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.6956933Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.7099176Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.7241039Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.7381180Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.7519426Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.7655844Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.7793583Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.7932583Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.8071273Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.8208022Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.8344745Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.8483348Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.8621373Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.8755285Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.8892736Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.9030871Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:29.9166305Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.9299628Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.9432334Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.9567612Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.9700893Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.9833855Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:29.9967413Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.0102333Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.0237381Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.0371538Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.0508649Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.0647093Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.0782571Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.0916811Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.1051127Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.1191171Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.1329777Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.1468754Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.1607146Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.1747745Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.1890270Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.2032039Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.2173589Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.2307699Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.2439424Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.2569413Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.2698981Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.2833947Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.2973408Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.3111482Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.3249336Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.3389164Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.3528798Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.3669191Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.3804128Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.3935182Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.4064504Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.4192969Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.4321838Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.4451594Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.4580552Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.4709053Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.4837711Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.4970903Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.5102936Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.5234705Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.5367106Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.5501573Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.5634662Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.5768845Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.5908505Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.6055459Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:54:30.6197474Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.6338552Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.6492043Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:54:30.6635048Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.6776725Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.6918391Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.7059281Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.7195675Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.7329319Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.7461671Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.7594406Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:30.7742543Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:54:30.7891633Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:54:30.8028910Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.8190297Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:54:30.8331987Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.8473955Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.8615959Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.8757145Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:30.9064318Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-09-27T15:54:30.9367083Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:54:30.9423385Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:30.9475292Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:54:30.9505103Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:30.9530671Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:30.9548480Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9564893Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9582721Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9598676Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9615131Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9631783Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9647593Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9663810Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9679867Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9696077Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9712766Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9739921Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:30.9764159Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:30.9781510Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9797629Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9813693Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9829907Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9846117Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9862546Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9878660Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9895749Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9912330Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9928946Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9945683Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:30.9973362Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:30.9998943Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:31.0016459Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0033097Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0049977Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0067284Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0083755Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0100594Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0117018Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0133535Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0150361Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0166755Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0183258Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0199744Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0216197Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0232955Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0249163Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0265668Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2022-09-27T15:54:31.0287601Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:54:31.0309047Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:54:31.0330909Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:54:31.0352706Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:54:31.0637814Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:54:31.0897394Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:54:31.1136507Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:54:31.1346351Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:31.1607600Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:54:31.1867066Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:54:31.2089585Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:54:31.2307556Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:54:31.2576508Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-09-27T15:54:31.2839698Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:54:31.3069433Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:31.3297942Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:31.3570520Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-09-27T15:54:31.3849791Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:54:31.4101966Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:54:31.4336031Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:31.4597209Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:54:31.4863847Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-09-27T15:54:31.5104999Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:54:31.5335235Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:31.5607004Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-09-27T15:54:31.5892558Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:54:31.6142882Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:54:31.6378612Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:54:31.6660265Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:54:31.6948460Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-09-27T15:54:31.7212507Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:54:31.7463862Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:54:31.7745569Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:54:31.8030449Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:54:31.8274392Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:54:31.8516225Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:54:31.8607551Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:31.8698695Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:31.8788257Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:31.8863510Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.8935616Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9008367Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9077080Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9145109Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9216080Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9288205Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9357721Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9427213Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9499296Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9571206Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9639445Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9707179Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9780632Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9852532Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9922616Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:31.9990337Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0061399Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0134033Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0201640Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0266353Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:32.0338359Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0411028Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0480034Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0547595Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0619112Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0688645Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:32.0754094Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:32.0818500Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:32.0935264Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... test_sparse_csr.py:1461: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:54:32.0935918Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:54:32.0936228Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:54:32.0936428Z should be replaced with 2022-09-27T15:54:32.0936773Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:54:32.0937110Z unitriangular=unitriangular) 2022-09-27T15:54:32.1017324Z ok (0.020s) 2022-09-27T15:54:32.1145599Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:32.1235443Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.1400505Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:54:32.1483578Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.1565818Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.1644085Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.1727653Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.1812541Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.1893545Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.1971433Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2050048Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2135451Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2218552Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2299050Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2378984Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2463195Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2548288Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2630639Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2712106Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2797700Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2882534Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.2963671Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.3044986Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.3132069Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.3217598Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.3300185Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.3387232Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.3474157Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.3560548Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.3647463Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.3730160Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:32.3747810Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:54:32.3764384Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:54:32.3781066Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:54:32.3797355Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:54:32.3815326Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.4204499Z This test performs a smoke test for covered conversion and verifies ... ok (0.041s) 2022-09-27T15:54:32.4220767Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.4606143Z This test performs a smoke test for covered conversion and verifies ... ok (0.040s) 2022-09-27T15:54:32.4621531Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.4790880Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-09-27T15:54:32.4806152Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.4986014Z This test performs a smoke test for covered conversion and verifies ... ok (0.020s) 2022-09-27T15:54:32.5002490Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.5412286Z This test performs a smoke test for covered conversion and verifies ... ok (0.043s) 2022-09-27T15:54:32.5428736Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.5826190Z This test performs a smoke test for covered conversion and verifies ... ok (0.041s) 2022-09-27T15:54:32.5842619Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.6018013Z This test performs a smoke test for covered conversion and verifies ... ok (0.019s) 2022-09-27T15:54:32.6034078Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.6171275Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-09-27T15:54:32.6187770Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.6356270Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-09-27T15:54:32.6371800Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.6538517Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-09-27T15:54:32.6554818Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.6579678Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:54:32.6596494Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.6623183Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:54:32.6639893Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.6807679Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-09-27T15:54:32.6823423Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.6991781Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-09-27T15:54:32.7007322Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.7040026Z This test performs a smoke test for covered conversion and verifies ... ok (0.005s) 2022-09-27T15:54:32.7056859Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.7078766Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:54:32.7112536Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7136988Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:32.7171876Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7207033Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7239003Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7272331Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7303295Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7327108Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:32.7351058Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:32.7374246Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:32.7397754Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:32.7421823Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:32.7565713Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:32.7599153Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7625115Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7661619Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:32.7698070Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:32.7731045Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7764086Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7796520Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7823861Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7849622Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7875148Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:32.7901373Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7926799Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.7939331Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-09-27T15:54:32.7966504Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.8197851Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:32.8433095Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:32.8663364Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:32.8893301Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:32.8927607Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:32.8973231Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:54:32.9060244Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.9125910Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:32.9213408Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.9299602Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:32.9503300Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:32.9563862Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:32.9634833Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-09-27T15:54:32.9695549Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.1592495Z This test tests conversion from dense to/from CSR and CSC ... ok (0.196s) 2022-09-27T15:54:33.1651291Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.1714435Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:54:33.1774381Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.1914590Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-09-27T15:54:33.1974619Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.2041801Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-09-27T15:54:33.2101621Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.3932377Z This test tests conversion from dense to/from CSR and CSC ... ok (0.189s) 2022-09-27T15:54:33.3992420Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.4054720Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:54:33.4115519Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.4252607Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-09-27T15:54:33.4312269Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.4384465Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-09-27T15:54:33.4444599Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.5081433Z This test tests conversion from dense to/from CSR and CSC ... ok (0.070s) 2022-09-27T15:54:33.5141231Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.5202996Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:54:33.5262847Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.5308311Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-09-27T15:54:33.5368072Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.5436895Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-09-27T15:54:33.5496923Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.6129133Z This test tests conversion from dense to/from CSR and CSC ... ok (0.069s) 2022-09-27T15:54:33.6188592Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.6249003Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:54:33.6312017Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:54:33.6357690Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-09-27T15:54:33.6395920Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:33.6433544Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:33.6466023Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.6498649Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.6523252Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6548603Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6572320Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6596638Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6621574Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6643433Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6662785Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6683824Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6705255Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6725609Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6746432Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6766597Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6785921Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6804690Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6823970Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6842594Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6861762Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:33.6872509Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:33.6899362Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-09-27T15:54:33.7132158Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:54:33.8185025Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.105s) 2022-09-27T15:54:33.9120179Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.094s) 2022-09-27T15:54:33.9153165Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9182785Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9213667Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9244268Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9273860Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9303316Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9332280Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9360556Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9388853Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9416923Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9445021Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9473018Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:33.9590668Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:33.9704030Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:54:33.9820056Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:54:33.9938907Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.0059085Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.0176655Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.0295140Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.0411451Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.0528245Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.0644464Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.0760008Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:54:34.0876177Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.0934044Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:34.0987831Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:54:34.1036390Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:54:34.1084869Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:54:34.1644432Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.056s) 2022-09-27T15:54:34.2200404Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-09-27T15:54:34.2719596Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-09-27T15:54:34.3212285Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-09-27T15:54:34.3234106Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:34.3254486Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:34.3274408Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:34.3294243Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:54:34.3308512Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3322587Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3336888Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3351263Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:34.3482960Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.3602254Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.3729542Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.3857377Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.3980255Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.4102425Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.4225760Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.4343610Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.4461501Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.4578384Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.4695086Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.4816187Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.4938886Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.5055515Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.5183030Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.5310222Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.5434055Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.5561628Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.5695000Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.5822661Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.5947374Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.6071394Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.6194509Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.6317427Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.6441660Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.6563967Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.6699340Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.6831147Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.6955580Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.7075014Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.7192847Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.7308732Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.7422595Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:54:34.7536178Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:54:34.7652764Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.7771118Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.7891214Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.8005196Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:54:34.8132372Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.8258439Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:34.8378372Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.8500479Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.8624011Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.8743502Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.8863834Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.8982795Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.9106068Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.9229390Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:34.9445024Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:34.9651347Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:34.9868176Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:54:35.0086742Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:54:35.0298540Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.0510500Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.0721599Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.0929991Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.1136409Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.1340628Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.1542617Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.1745184Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.1953287Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.2155579Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.2372768Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:54:35.2584491Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.2790316Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.2993718Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.3193899Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.3387240Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.3584530Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.3788378Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.3990833Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.4191864Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.4389227Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.4581036Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.4783385Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.4991214Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.5189982Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.5385348Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.5588911Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.5784149Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.5979819Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.6174301Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.6368174Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.6562387Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.6762901Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.6956409Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.7164849Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:54:35.7368418Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.7565430Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.7760765Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.7956481Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:54:35.8144321Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.8336185Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.8527605Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.8716549Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.8908701Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:35.9061518Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:54:35.9206957Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:35.9341324Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:35.9476630Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:54:35.9599086Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:35.9719586Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:35.9837922Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:35.9957782Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:36.0149435Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:54:36.0304781Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:54:36.0431157Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:54:36.0597412Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:54:36.0634525Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:36.0661962Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.0701157Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:36.0741491Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:36.0776222Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.0810348Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.0844159Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.0870791Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.0897145Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.0922431Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.0948558Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.0974758Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1007975Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1039430Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1073396Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1107203Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1140212Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1174128Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1207064Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1238786Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1270721Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1302767Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1334235Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1365819Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1399539Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1423965Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1460220Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:36.1497191Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:36.1529953Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1562013Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1593479Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.1617842Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1641716Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1665296Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1689109Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1713411Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1733445Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1793912Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:36.1811676Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:54:36.1812507Z result = torch.complex(real, imag) 2022-09-27T15:54:36.1852937Z ok (0.006s) 2022-09-27T15:54:36.1911097Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:36.1931125Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1951721Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1972134Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.1991269Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2009406Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2027655Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2045665Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2063904Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2078800Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2093446Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2108166Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2122723Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2137648Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2152177Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2167086Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2181970Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2196437Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2211213Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2226097Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2240390Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.2262506Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2334437Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.2357717Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2380606Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2401355Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2422282Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2491623Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.2561987Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.2631332Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.2700847Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.2768754Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.2790710Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2859623Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.2881496Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2904416Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2925119Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.2945969Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3014034Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3082465Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3149952Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3217237Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3284170Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3305800Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3374303Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3396918Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3419128Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3439784Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3460595Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3528898Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3597076Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3665187Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3733347Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3801129Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3822531Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3890480Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.3913736Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3936669Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3957811Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.3978703Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4049963Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.4123180Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.4197334Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.4270999Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.4343853Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.4368067Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4391422Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4413164Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4433174Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4451804Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4470204Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4488627Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4507360Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4527148Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4546293Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4567176Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4588813Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4609920Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4630276Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4651022Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4671220Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4690322Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4708612Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4726461Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4744843Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4763163Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4783507Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4853956Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.4876368Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4898272Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.4968575Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5038563Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5110755Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5182108Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5254414Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5278906Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.5352494Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5375965Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.5398576Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.5471155Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5544313Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5616206Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5687144Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5756561Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5779384Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.5848803Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.5870720Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.5892749Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.5962632Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.6031486Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.6100649Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.6169018Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.6237435Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.6259266Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.6280309Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.6300852Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.6319813Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.6338142Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.6356374Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.6374276Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.6392407Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.6407233Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6422215Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6436672Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6451820Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6465931Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6480355Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6494850Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6510035Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6523908Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6538683Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6553068Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6567527Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6582302Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6596809Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6611504Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6626172Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6640634Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6655282Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6670326Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6684874Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6699591Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6713622Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6728168Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6743007Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6757270Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6771867Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6786439Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6800894Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6815553Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6830357Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6844886Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6859630Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6874136Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6888383Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6902943Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6917441Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6931977Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6946675Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6961024Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6975562Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.6990095Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.7004702Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.7019636Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.7034270Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.7048946Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.7071235Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7140967Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.7161933Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7183879Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7252284Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.7319607Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.7386808Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.7454025Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.7520961Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.7541194Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7562423Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7583689Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7604713Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7624952Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7645202Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7665589Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7684483Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7702800Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7720676Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7739409Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7756960Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7776653Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7797196Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7817851Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7836889Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7855248Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7872988Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7891362Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7909609Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7929253Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7948821Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7969650Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.7992900Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8014289Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8034623Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8055409Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8075694Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8094913Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8113169Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8132300Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8151017Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8169026Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8188934Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8208046Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8227675Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8249844Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8270044Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8289018Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8307655Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8326444Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8345302Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8363578Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8378621Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8393259Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8407812Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8422672Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8437450Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8452260Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8467367Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8482700Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:54:36.8497315Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8512225Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:54:36.8535429Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8608265Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.8634444Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:36.8660174Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8684063Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8707457Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.8777116Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.8845701Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.8913326Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.8980583Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9048129Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9069350Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9138346Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9159759Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9182590Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9202736Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9223410Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9292725Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9361155Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9430184Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9498481Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9567051Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9588930Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9658555Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9679637Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9702524Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9723888Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9745012Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:36.9814985Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9884792Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:36.9955212Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0027655Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0103328Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0129356Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.0204677Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0232347Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.0258814Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.0283912Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.0310085Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.0384870Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0458136Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0531515Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0604848Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0678876Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0703079Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.0775301Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.0800532Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.0825952Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.0848171Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.0870552Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.0942946Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.1015507Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.1088533Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.1161545Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.1235049Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:54:37.1260550Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1285064Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.1309440Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.1330546Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.1352096Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.1371369Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.1390557Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.1409359Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.1436744Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1468499Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:54:37.1469488Z return self.op(*args, **kwargs) 2022-09-27T15:54:37.1471617Z ok (0.003s) 2022-09-27T15:54:37.1500004Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1530808Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1561410Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1592718Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1625424Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1654241Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1682376Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1710470Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1738146Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1766224Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1797647Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1826487Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1857011Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1886990Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1915083Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1944045Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.1972784Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2001545Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2030459Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2059653Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2087617Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2116351Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2145010Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2173463Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2203450Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2233995Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2262993Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2291231Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2319799Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2348273Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2376488Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2404576Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2429427Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.2456456Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2485260Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2515665Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2546140Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2574730Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2603121Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2631036Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2659859Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2686944Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2714686Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2742482Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2770970Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2799775Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2831034Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2861528Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2890580Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2919620Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2949790Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.2979636Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3008508Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3037555Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3065906Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3092813Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3120150Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3153960Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3187766Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3221088Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3253983Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3285117Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3316888Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3347701Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3379079Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3407148Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3436970Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3466116Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3495120Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3521146Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3546121Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3570486Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3595244Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3619596Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3645066Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3670005Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3697883Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3725294Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3753796Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3780030Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3807096Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3834218Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.3859367Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3883311Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3907349Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3930942Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3955108Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.3991675Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:54:37.4019274Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4046483Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4074056Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4101559Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4128308Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4155757Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4183137Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4210270Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4236348Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4264053Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4291224Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4318950Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4346201Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4373075Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4400243Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4427583Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4451312Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.4477819Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4505159Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4532613Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4561096Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4589970Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4617999Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4645354Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4672839Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4700451Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4726112Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4754123Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4784177Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4811579Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4838242Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4865140Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4891733Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4918811Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.4932763Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.4946610Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.4959631Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.4972760Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.4985736Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.4998473Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5011255Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5024051Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5036824Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5049710Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5062743Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5075545Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5088129Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5101142Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5113835Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5126371Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5139576Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5152212Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5164418Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5176900Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5189624Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5202166Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5214805Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5227410Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5239968Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:54:37.5269095Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5295865Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5323059Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5350832Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5378488Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5403822Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5429187Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5454563Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5479560Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5505137Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5530781Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5555702Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5581315Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5606889Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5632610Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5657734Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5682693Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5707564Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5731755Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5756761Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.5784116Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5812287Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5840228Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5868379Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5895987Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5923837Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5951509Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.5978960Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6006387Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6032247Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6060926Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6087995Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6116421Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6144621Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6172869Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6200101Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6225764Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6250398Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6275919Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6302187Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6326963Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6354882Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6385269Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6415054Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6442673Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6468729Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6495287Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6521771Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6547746Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6574292Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6599337Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6627742Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6655453Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6683867Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6710783Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6738492Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6765674Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6790931Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6815612Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6841787Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6866647Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6891470Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6917006Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.6941787Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6967144Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.6994804Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7022079Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7046570Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7072202Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7098304Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7122378Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7146820Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7170905Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7194482Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7218629Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7243604Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7268784Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7292968Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7317080Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7341205Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7365132Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7389226Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.7416143Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7444861Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7474137Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7503501Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7531293Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7558646Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7586407Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7613876Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7641227Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7668995Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7698590Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7727400Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7756118Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7786484Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7818644Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7847839Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7878358Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7908779Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7940034Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.7970897Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8000884Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8032451Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8061297Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8090134Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8119169Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8148524Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8176334Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8204062Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8231757Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8260146Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8286997Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8314660Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8342334Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8369403Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8396759Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8425927Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8455282Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8483020Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8510453Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8537979Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8565170Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8592785Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8620376Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8647699Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8674976Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8702793Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8731709Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8761035Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8788762Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8816287Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8843818Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8871488Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8898981Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8926423Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8954048Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.8980038Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.9007393Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.9034780Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:54:37.9059398Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.9083245Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.9107222Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.9131139Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.9155041Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:54:37.9204384Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:54:37.9253046Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:54:37.9299587Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:54:37.9355621Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:54:37.9374951Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:54:37.9380052Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-09-27T15:54:37.9397565Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:54:37.9401916Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-09-27T15:54:37.9419764Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:54:37.9554357Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.015s) 2022-09-27T15:54:37.9573364Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:54:37.9710301Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.016s) 2022-09-27T15:54:38.0527310Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.082s) 2022-09-27T15:54:38.1370045Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.084s) 2022-09-27T15:54:38.2057003Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.069s) 2022-09-27T15:54:38.2764454Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.071s) 2022-09-27T15:54:38.2859573Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:38.2942793Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:38.3044571Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:54:38.3144344Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:54:38.3237523Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:38.3357039Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:38.3475972Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:54:38.3559155Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:38.3642512Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:38.3725740Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:38.3809433Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:54:38.3896277Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:54:41.0577180Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.668s) 2022-09-27T15:54:43.5694292Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (2.512s) 2022-09-27T15:54:46.2593824Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.690s) 2022-09-27T15:54:48.9745249Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.715s) 2022-09-27T15:54:51.6347845Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.660s) 2022-09-27T15:54:54.2844963Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.650s) 2022-09-27T15:54:56.8999819Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.615s) 2022-09-27T15:54:59.4062048Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (2.506s) 2022-09-27T15:55:01.9312212Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (2.525s) 2022-09-27T15:55:04.4680895Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (2.537s) 2022-09-27T15:55:07.0006160Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (2.532s) 2022-09-27T15:55:09.5434449Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (2.543s) 2022-09-27T15:55:12.2127794Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.669s) 2022-09-27T15:55:14.7546948Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (2.542s) 2022-09-27T15:55:17.5012316Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.746s) 2022-09-27T15:55:20.2420326Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.741s) 2022-09-27T15:55:22.9102244Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.668s) 2022-09-27T15:55:25.5709768Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.661s) 2022-09-27T15:55:28.2114239Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.640s) 2022-09-27T15:55:30.7415663Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (2.530s) 2022-09-27T15:55:33.2789177Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (2.537s) 2022-09-27T15:55:35.8207613Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (2.542s) 2022-09-27T15:55:38.3571686Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (2.536s) 2022-09-27T15:55:40.8853121Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (2.528s) 2022-09-27T15:55:42.1538261Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.268s) 2022-09-27T15:55:43.3800697Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.226s) 2022-09-27T15:55:44.6799240Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.300s) 2022-09-27T15:55:45.9943842Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.314s) 2022-09-27T15:55:47.2756556Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.281s) 2022-09-27T15:55:48.5427971Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.267s) 2022-09-27T15:55:49.8038952Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.261s) 2022-09-27T15:55:51.0190502Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.215s) 2022-09-27T15:55:52.2440921Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.225s) 2022-09-27T15:55:53.4721508Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.228s) 2022-09-27T15:55:54.6924158Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.220s) 2022-09-27T15:55:55.9128849Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.220s) 2022-09-27T15:55:57.1852981Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.272s) 2022-09-27T15:55:58.4097987Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.224s) 2022-09-27T15:55:59.7299644Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.320s) 2022-09-27T15:56:01.0393138Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.309s) 2022-09-27T15:56:02.3279650Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.289s) 2022-09-27T15:56:03.6032136Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.275s) 2022-09-27T15:56:04.8766693Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.273s) 2022-09-27T15:56:06.1129312Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.236s) 2022-09-27T15:56:07.3402826Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.227s) 2022-09-27T15:56:08.5689091Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.229s) 2022-09-27T15:56:09.7967301Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.228s) 2022-09-27T15:56:11.0350368Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.238s) 2022-09-27T15:56:11.0371716Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0393463Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0413624Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0432755Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0451183Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0469331Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0487128Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0504514Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0521361Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0538524Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0555592Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0572802Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0590946Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0609338Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0628880Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0648597Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0668373Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0685795Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0703925Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0730923Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0741112Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0758885Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0777083Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0795255Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0813543Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0832617Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0851910Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0870497Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0890857Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0910744Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0931003Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0950803Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0971429Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.0991278Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1012843Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1033359Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1052578Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1071644Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1091311Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1110633Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1129762Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1148626Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1167889Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1187568Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1206457Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1225764Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1245863Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1266502Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1286965Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1305637Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1324663Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1344790Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1364360Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1384520Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1404320Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1424516Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1444276Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1463527Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1481625Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1500144Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1518578Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1536659Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1555061Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1573417Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1591876Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1610138Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1628499Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1646842Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1665420Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1683541Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1702223Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1719558Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1736949Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1754179Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1771566Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1788965Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1806854Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1824062Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1842524Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1861539Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1879618Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1897750Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1915215Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1932675Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1949449Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1966297Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1983087Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.1999535Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2016423Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2035303Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2055308Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2075071Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2094761Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2114656Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2134847Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2154628Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2175767Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2195814Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2215130Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2234422Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2254198Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2273988Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2294046Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2313941Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2333930Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2353864Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2373867Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2393876Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2413440Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2432792Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2452873Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2472918Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2492553Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2512518Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2533657Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2555432Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2575390Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2595285Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2615130Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2635570Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2653932Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2672270Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2690830Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2709591Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2728416Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2747257Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2766500Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2786110Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2804498Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2822715Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2840351Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2858225Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2875604Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2893093Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2910463Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2927750Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2945125Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2962643Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2979881Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.2996920Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3014204Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3031654Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3048421Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3065774Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3082852Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3100295Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3117301Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3134484Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3151725Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3168968Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3186110Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3203166Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3220373Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3237548Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3254753Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3271887Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3288977Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3306177Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3323168Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3340598Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3357558Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3374682Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3391815Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3408819Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3426246Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3443171Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3460490Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3477415Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3495123Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3513449Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3532742Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3552531Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3572396Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3592211Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3612100Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3631938Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3651821Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3671786Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3690849Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3709388Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3728020Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3746739Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3765082Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3783460Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3801446Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3819029Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3836296Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3853517Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3870933Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3888209Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3906660Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3924735Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3942793Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3960436Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3978072Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.3995137Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4012697Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4030741Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4050087Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4068671Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4087608Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4107726Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4127473Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4146871Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4165787Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4185896Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4203530Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4221467Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4239121Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4256993Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4274958Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4293570Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4310907Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4329009Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4347419Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4365218Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4382842Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4400049Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4417016Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4434345Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4451477Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4468708Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4485742Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4503107Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4520073Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4537219Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4554331Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4571494Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4588584Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4605655Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4622952Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4641826Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4661924Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4680782Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4699238Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4718151Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4737844Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4757487Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4777820Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4797234Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4817026Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4837031Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4855900Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4874067Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4892396Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4910635Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4928481Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4946498Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4964377Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.4982824Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5000806Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5018986Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5036880Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5055039Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5073983Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5093077Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5111394Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5130141Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5149641Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5169367Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5189208Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5209026Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5228938Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5248597Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5268389Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5288029Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5307469Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5325361Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5344437Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5363825Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5383843Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5403493Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5423513Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5443184Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5463308Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5482894Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5502156Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5521024Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5539423Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5558110Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5577736Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5597383Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5617241Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5636995Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5656878Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5676774Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5695707Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5714584Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5734267Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5752206Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5769653Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5787004Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5804541Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.5822108Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:56:11.9821683Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.400s) 2022-09-27T15:56:11.9893575Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:11.9954357Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0029563Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:12.0097676Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:12.0162807Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0228390Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0293985Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0355923Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0416385Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0476530Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0537033Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0596608Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0661434Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0718917Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0784652Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:12.0850674Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:12.0913979Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.0978714Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.1040899Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.1098548Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.1154832Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.1210234Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:12.1266477Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.1322641Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:12.1355234Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1383204Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1416678Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1451167Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1483335Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1515038Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1546423Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1574919Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1602871Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1630644Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1658757Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1687381Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1719175Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1747115Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1780280Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1814915Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1846467Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1878255Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1909465Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1937309Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1965586Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.1993750Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.2021948Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.2050715Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:12.2076098Z test_consistency_SparseBSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.2101322Z test_consistency_SparseBSC__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2126241Z test_consistency_SparseBSC__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2151253Z test_consistency_SparseBSC__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2175930Z test_consistency_SparseBSC__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2200737Z test_consistency_SparseBSC__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2225684Z test_consistency_SparseBSC__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2250456Z test_consistency_SparseBSC__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2275481Z test_consistency_SparseBSC__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2300410Z test_consistency_SparseBSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2325043Z test_consistency_SparseBSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2350052Z test_consistency_SparseBSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2375089Z test_consistency_SparseBSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2400667Z test_consistency_SparseBSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2425468Z test_consistency_SparseBSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2450465Z test_consistency_SparseBSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2475086Z test_consistency_SparseBSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2500001Z test_consistency_SparseBSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2524731Z test_consistency_SparseBSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2551300Z test_consistency_SparseBSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.2576225Z test_consistency_SparseBSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2601019Z test_consistency_SparseBSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2625959Z test_consistency_SparseBSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2650920Z test_consistency_SparseBSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2675706Z test_consistency_SparseBSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2700690Z test_consistency_SparseBSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2726119Z test_consistency_SparseBSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2751219Z test_consistency_SparseBSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2776211Z test_consistency_SparseBSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2801474Z test_consistency_SparseBSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2826154Z test_consistency_SparseBSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2851421Z test_consistency_SparseBSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2876776Z test_consistency_SparseBSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2902073Z test_consistency_SparseBSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2926834Z test_consistency_SparseBSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2952305Z test_consistency_SparseBSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.2977375Z test_consistency_SparseBSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3002457Z test_consistency_SparseBSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3027449Z test_consistency_SparseBSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3052486Z test_consistency_SparseBSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3077526Z test_consistency_SparseBSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3102453Z test_consistency_SparseBSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3127473Z test_consistency_SparseBSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3154293Z test_consistency_SparseBSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.3179672Z test_consistency_SparseBSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3204746Z test_consistency_SparseBSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3230221Z test_consistency_SparseBSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.3255396Z test_consistency_SparseBSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3280669Z test_consistency_SparseBSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3305924Z test_consistency_SparseBSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3331298Z test_consistency_SparseBSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3356659Z test_consistency_SparseBSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3382175Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.3407255Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3432435Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3457608Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3482532Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3507519Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3532389Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3557590Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3582781Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3607736Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3633267Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3658323Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3683145Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3708288Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3733326Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3758576Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3783744Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3808563Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3833823Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3858907Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3884007Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3909248Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3935453Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.3960813Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.3986319Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4011156Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4036291Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4061487Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4086672Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4111704Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4137219Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4162137Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4187206Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4212364Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4237575Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4262779Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4287945Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4313183Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4338394Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4363453Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4389024Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.4416157Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.4441549Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4466960Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4492227Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4517515Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4542699Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4567748Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4593250Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.4618526Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4643777Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4669297Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.4694408Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4719672Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4745112Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.4770218Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4795639Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4821004Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4845833Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4871339Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4896677Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4922301Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.4947674Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4973078Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.4998144Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5023615Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5048501Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5074052Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5099448Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.5124374Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5150037Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.5175474Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5200706Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5226285Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.5251585Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5276908Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5302537Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.5327515Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5352802Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5378243Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5403902Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5429203Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5454334Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5479539Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5504859Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5530295Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5555543Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.5581041Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5606147Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5631535Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5657090Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5681930Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5707205Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5732408Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5757413Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5783033Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.5808589Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5833654Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.5859041Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5883901Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5909170Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5934352Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5960013Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.5984580Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6009659Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6034973Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6060114Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6084967Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6110586Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6135636Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6161020Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6186733Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.6211937Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6237351Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.6262838Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6287883Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6313339Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6338566Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6363624Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6389026Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6414322Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6440085Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6464879Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6489969Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6515320Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6540617Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6565819Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6591037Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6616218Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6641562Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6666866Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6692531Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6717267Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6742671Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6767847Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6793154Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6818573Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6843935Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6869142Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6894307Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6919354Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6944637Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6969536Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.6994750Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7019951Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7044718Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7070254Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7095171Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7120656Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7145775Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7170859Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7196045Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7221551Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7246256Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7271705Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7297183Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.7322585Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7347815Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7373132Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7398362Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7423724Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7449093Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7474350Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7499513Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7524632Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7549952Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7575530Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7600780Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7626290Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7651393Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7676796Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7702448Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.7727544Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7753131Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.7778571Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7803660Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7829216Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.7854404Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.7879773Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.7905507Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.7931244Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.7957054Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.7984112Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.8009468Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8034228Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8059368Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8084146Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8109363Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8134130Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8159128Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8184196Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8209151Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8234189Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8258981Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8283941Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8309238Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8334110Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8359114Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8384118Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8408904Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8433972Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8459446Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8484398Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8509475Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8534330Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8559159Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8584562Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8609957Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8634919Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8660034Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8685103Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8710609Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.8735736Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8760893Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8786171Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8811208Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8836449Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8861961Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8887000Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8912173Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8937375Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8963733Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.8988722Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9014557Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9039735Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9064933Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9090042Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9115473Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9140880Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9165834Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9191022Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9216345Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9243238Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9269762Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9294639Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9319642Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9344441Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9369067Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9393981Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9418895Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9443234Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9468262Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9494970Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9521123Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9545945Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9570660Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9595484Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9620476Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9645148Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9669775Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9694404Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9719557Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9744827Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9770719Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9795947Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9821322Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9846532Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9872004Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:12.9898588Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9924255Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9950533Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:12.9975253Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0000190Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0025258Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0050256Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0075325Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0100134Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0124845Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0150245Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0175520Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0200211Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0225302Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0250713Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0275903Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0301210Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0326120Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0351494Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0376878Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0402009Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0427332Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0452663Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0477953Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0503499Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0529055Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0555103Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0580336Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0605524Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0630576Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0656326Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0681928Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0707646Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0733198Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0759124Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0786093Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0816306Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0843198Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0868816Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0894178Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0919608Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0946658Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.0971784Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.0996555Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1021542Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1046391Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1071222Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1096567Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1121572Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1146524Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1171978Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1196879Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1222493Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.1247411Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T15:56:13.1273650Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:56:13.1301173Z test_consistency_SparseBSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.1326868Z test_consistency_SparseBSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.1352213Z test_consistency_SparseBSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.1377903Z test_consistency_SparseBSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1403113Z test_consistency_SparseBSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.1428534Z test_consistency_SparseBSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1453748Z test_consistency_SparseBSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1478866Z test_consistency_SparseBSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1504013Z test_consistency_SparseBSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1528964Z test_consistency_SparseBSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1554161Z test_consistency_SparseBSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1579742Z test_consistency_SparseBSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.1604671Z test_consistency_SparseBSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1629818Z test_consistency_SparseBSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1654979Z test_consistency_SparseBSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1680209Z test_consistency_SparseBSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1705559Z test_consistency_SparseBSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1730920Z test_consistency_SparseBSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1755885Z test_consistency_SparseBSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1781034Z test_consistency_SparseBSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1806080Z test_consistency_SparseBSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1831360Z test_consistency_SparseBSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1856797Z test_consistency_SparseBSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1882175Z test_consistency_SparseBSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1907490Z test_consistency_SparseBSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1932722Z test_consistency_SparseBSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1958240Z test_consistency_SparseBSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.1983702Z test_consistency_SparseBSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2008998Z test_consistency_SparseBSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.2034685Z test_consistency_SparseBSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2060354Z test_consistency_SparseBSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2085629Z test_consistency_SparseBSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-09-27T15:56:13.2111326Z test_consistency_SparseBSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2136824Z test_consistency_SparseBSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2162491Z test_consistency_SparseBSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2188207Z test_consistency_SparseBSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2213816Z test_consistency_SparseBSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2239478Z test_consistency_SparseBSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2266835Z test_consistency_SparseBSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2293664Z test_consistency_SparseBSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2320553Z test_consistency_SparseBSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2347799Z test_consistency_SparseBSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2375028Z test_consistency_SparseBSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2401633Z test_consistency_SparseBSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2428982Z test_consistency_SparseBSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2455787Z test_consistency_SparseBSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2484028Z test_consistency_SparseBSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2510474Z test_consistency_SparseBSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2536414Z test_consistency_SparseBSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2562175Z test_consistency_SparseBSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2588009Z test_consistency_SparseBSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2613589Z test_consistency_SparseBSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.2647472Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2681480Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2714475Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2747432Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2779130Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2811252Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2842798Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2873352Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2902884Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2931828Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2961442Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.2990484Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3021561Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3052568Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3084973Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3117071Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3148632Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3180139Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3211572Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3242884Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3274400Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3305747Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3336904Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3368203Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3400272Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3432223Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3465935Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3499321Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3531451Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3563324Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3595608Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3627454Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3659223Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3690669Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3721522Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3753616Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3788495Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.3824960Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:13.3863263Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:13.3899045Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:13.3935340Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:13.3970325Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4006313Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:13.4042039Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4074987Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4107366Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4139698Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4171410Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4205444Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4238394Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4270911Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4303346Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4335018Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4366649Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4398144Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4429852Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4461760Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4492877Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4524046Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4558101Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4591208Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4623289Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4655067Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4686240Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4718482Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4749933Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4781390Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4812354Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4843625Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4875733Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4908341Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4938347Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4967288Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.4996748Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5025934Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5055281Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5085158Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5115270Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5147006Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5179543Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5211378Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5242712Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5277260Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5312756Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5345924Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5378488Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5410586Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5443969Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5477061Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5513059Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5549429Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:13.5583660Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5617224Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5649841Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5681926Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5714241Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5746636Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5778862Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5810639Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5842540Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5874586Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5907699Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5939285Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.5973713Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6005159Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6036784Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6068115Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6100089Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6131575Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6163624Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6195765Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6227435Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6259093Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6290437Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6321952Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6353681Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6385338Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6417232Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6448940Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6479384Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6509120Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6538634Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6568099Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6597561Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6627071Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6655722Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6685937Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6716747Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6747427Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6780375Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6812672Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6844983Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6877300Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6909367Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6941891Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.6974091Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7006977Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7039085Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7069162Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7100220Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7131098Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7160964Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7191207Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7223391Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7252869Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7281776Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7310689Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7339877Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7368815Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7398496Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7427772Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7457597Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7487306Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7517852Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7547221Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7575969Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7604777Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7633974Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7663012Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7692286Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7721443Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7750932Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7781048Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7811434Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7841031Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7870409Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7899381Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7928486Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7958060Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.7988784Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8021108Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8053237Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8084967Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8116575Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8148482Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8179822Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8211720Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8243127Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8273654Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8306110Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8338477Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8370213Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8401428Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8432887Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8464291Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8494435Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8526216Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8558208Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8590138Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8622659Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8648645Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.8675552Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.8702698Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.8728293Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.8754469Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.8780231Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.8805760Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:13.8838470Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8871010Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8902768Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8933202Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8962441Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.8991505Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9020995Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9052162Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9083184Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9113552Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9145289Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9178653Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9210306Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9241569Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9273164Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9304595Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9334670Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9364313Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9394308Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9424444Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9453825Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9484047Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9514402Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9545316Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9577767Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9608764Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9639117Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9668745Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9699087Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9728533Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9757899Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9787572Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9816757Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9846518Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9877698Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9908837Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9939243Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9969174Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:13.9999374Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0031744Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0064053Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0099259Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0134981Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.0172687Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.0209044Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.0245822Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.0281852Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.0315354Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0347761Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0379743Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0411233Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0442823Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0474626Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0505866Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0539126Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0572263Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0603719Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0635427Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0666973Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0698454Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0729496Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0760893Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0792273Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0823492Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0854876Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0886720Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0919157Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0951048Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.0983285Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1014745Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1045646Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1077056Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1108468Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1139692Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1171570Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1203784Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1237900Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1272777Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1306178Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1340445Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1373759Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1407072Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1440387Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1476824Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1510920Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1547412Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1584069Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1624094Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1662727Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1701226Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1737085Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1774118Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1811344Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1846647Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.1882238Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1917506Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.1945595Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.1972732Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.1999802Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2027156Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2053528Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2079946Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2106185Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2132007Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2157783Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2183402Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2209312Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2234862Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:56:14.2267870Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.2301517Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.2334272Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.2365112Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.2396250Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.2426218Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.2456083Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.2485400Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.2510994Z test_consistency_SparseCSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.2536110Z test_consistency_SparseCSC__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2561293Z test_consistency_SparseCSC__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2586491Z test_consistency_SparseCSC__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2611821Z test_consistency_SparseCSC__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2637092Z test_consistency_SparseCSC__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2662268Z test_consistency_SparseCSC__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2687776Z test_consistency_SparseCSC__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2713088Z test_consistency_SparseCSC__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.2740342Z test_consistency_SparseCSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.2765117Z test_consistency_SparseCSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2790181Z test_consistency_SparseCSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2815568Z test_consistency_SparseCSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2840935Z test_consistency_SparseCSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2866334Z test_consistency_SparseCSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.2891462Z test_consistency_SparseCSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2916723Z test_consistency_SparseCSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2942359Z test_consistency_SparseCSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2967580Z test_consistency_SparseCSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.2993041Z test_consistency_SparseCSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3019284Z test_consistency_SparseCSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3045726Z test_consistency_SparseCSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3072253Z test_consistency_SparseCSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3098796Z test_consistency_SparseCSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3125704Z test_consistency_SparseCSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3152702Z test_consistency_SparseCSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3179884Z test_consistency_SparseCSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3207063Z test_consistency_SparseCSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3233860Z test_consistency_SparseCSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3262641Z test_consistency_SparseCSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3288933Z test_consistency_SparseCSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3315259Z test_consistency_SparseCSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3341064Z test_consistency_SparseCSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3366290Z test_consistency_SparseCSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3391759Z test_consistency_SparseCSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3417090Z test_consistency_SparseCSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3442525Z test_consistency_SparseCSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3467899Z test_consistency_SparseCSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3493367Z test_consistency_SparseCSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3520830Z test_consistency_SparseCSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3546679Z test_consistency_SparseCSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3571544Z test_consistency_SparseCSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3596494Z test_consistency_SparseCSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3621463Z test_consistency_SparseCSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3646256Z test_consistency_SparseCSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3671202Z test_consistency_SparseCSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3696142Z test_consistency_SparseCSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3720966Z test_consistency_SparseCSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3746474Z test_consistency_SparseCSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3772923Z test_consistency_SparseCSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3799034Z test_consistency_SparseCSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.3824063Z test_consistency_SparseCSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.3856057Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.3888855Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.3921547Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.3953745Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.3985350Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4016795Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4050262Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4079836Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4108659Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4137567Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4166303Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4195267Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4225793Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4256566Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4288672Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4320490Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4351246Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4382114Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4412906Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4443470Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4473649Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4504166Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4535166Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4565705Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4596611Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4627732Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4660891Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4693256Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4724694Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4756147Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4787502Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4818472Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4849368Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4880610Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4910814Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4941454Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.4971870Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5004312Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5038025Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5069957Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5101706Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5132232Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5163294Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5194102Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5225045Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5256088Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5287658Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5319758Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5353079Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5386429Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5418584Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5450473Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5483052Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5514617Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5546212Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5577853Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5609036Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5640448Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5671412Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5705629Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5738698Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5770200Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5801794Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5833789Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5867882Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5898674Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5929328Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5960030Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.5991195Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6022915Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6054147Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6083945Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6113196Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6142276Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6171285Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6200428Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6231075Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6261023Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6292859Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6325307Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6357987Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6389489Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6420839Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6451774Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6481292Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6510168Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6538847Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6567297Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6596230Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6627327Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6659109Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6690778Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6722733Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6754495Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6786164Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6817901Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6849478Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6881515Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6913257Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6944657Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.6975833Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7007471Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7038665Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7069585Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7100392Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7131339Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7161376Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7192272Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7222916Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7254053Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7284785Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7315613Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7346416Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7377687Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7408193Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7439029Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7469967Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7501296Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7532506Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7561995Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7591105Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7619968Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7648652Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7678258Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7707519Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7736261Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7767110Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7798037Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7829504Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7859231Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7889031Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7919225Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7948731Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.7977927Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8006673Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8035784Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8064617Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8094216Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8123213Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8153961Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8185008Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8214730Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8244442Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8274769Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8304275Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8333295Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8362130Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8391339Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8420429Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8449711Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8478516Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8508123Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8538251Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8568299Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8597756Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8627032Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8655828Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8685268Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8714266Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8744027Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8773723Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8802863Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8833026Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8863085Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8892408Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8921293Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8950349Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.8979664Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9008334Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9039511Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9071256Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9103718Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9135676Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9167421Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9200100Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9231708Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9263759Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9295485Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9326732Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9359271Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9391664Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9424078Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9455521Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9486888Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9518285Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9548212Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9577376Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9606082Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9635373Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9664265Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9690031Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.002s) 2022-09-27T15:56:14.9715769Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.9741455Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.9767977Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.9794644Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.9820881Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.9847697Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:56:14.9882170Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9917374Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:14.9952985Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:14.9985674Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0015628Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0045236Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0074651Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0103746Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0134219Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0163715Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0195011Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0227266Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0258933Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0290411Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0321516Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0352735Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0382611Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0411220Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0440173Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0469765Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0498718Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0528474Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0557821Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0588254Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0619467Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0650346Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0680089Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0708966Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0738349Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0767709Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0796641Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0825965Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0854773Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0884089Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0913681Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0943889Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.0974467Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1005093Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1033957Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1062777Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1091569Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1122170Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1153728Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1186600Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1219304Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1251944Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1287391Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1321791Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1357378Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1391765Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1427525Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1462402Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1499256Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1533064Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1567374Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1601696Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1633022Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1663952Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1694506Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1725248Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1756674Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1788860Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1819784Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1850638Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1881932Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1913836Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1945816Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.1978135Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2009039Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2040149Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2070795Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2101616Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2132000Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2162275Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2193161Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2224521Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2257079Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2289181Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2320795Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2352627Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2384238Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2415776Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2447033Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2478429Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2509930Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2542199Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2572922Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2605074Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2639083Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2670229Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2701473Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2732181Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2764170Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2798157Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2830277Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2864079Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2902420Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.2938557Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.2977999Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.3019776Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.3059154Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.3093725Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3127958Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3160578Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3193146Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3225545Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3257795Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3290034Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3320173Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3352174Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3384279Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3413630Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3442376Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3470908Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3499754Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3528175Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.3585001Z test_consistency_SparseCSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_masked/__init__.py:768: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:56:15.3585863Z 0, scatter_indices, values, reduce, include_self=False 2022-09-27T15:56:15.3652792Z ok (0.012s) 2022-09-27T15:56:15.3788944Z test_consistency_SparseCSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:15.3910988Z test_consistency_SparseCSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:15.4035138Z test_consistency_SparseCSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:15.4063209Z test_consistency_SparseCSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4092186Z test_consistency_SparseCSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4119508Z test_consistency_SparseCSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4147052Z test_consistency_SparseCSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4174151Z test_consistency_SparseCSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4299598Z test_consistency_SparseCSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:15.4430913Z test_consistency_SparseCSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:15.4560787Z test_consistency_SparseCSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:15.4684139Z test_consistency_SparseCSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:15.4713236Z test_consistency_SparseCSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4740532Z test_consistency_SparseCSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4766796Z test_consistency_SparseCSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4793267Z test_consistency_SparseCSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4819697Z test_consistency_SparseCSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.4952326Z test_consistency_SparseCSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:15.4982354Z test_consistency_SparseCSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.5010058Z test_consistency_SparseCSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.5036663Z test_consistency_SparseCSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.5167802Z test_consistency_SparseCSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:15.5297399Z test_consistency_SparseCSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:15.5426251Z test_consistency_SparseCSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:15.5454377Z test_consistency_SparseCSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.5481039Z test_consistency_SparseCSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.5507515Z test_consistency_SparseCSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.5533813Z test_consistency_SparseCSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.5559947Z test_consistency_SparseCSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:56:15.5633818Z test_consistency_SparseCSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:15.5698484Z test_consistency_SparseCSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.5760764Z test_consistency_SparseCSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.5880919Z test_consistency_SparseCSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:15.5999730Z test_consistency_SparseCSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:15.6068690Z test_consistency_SparseCSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:15.6136359Z test_consistency_SparseCSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:15.6206209Z test_consistency_SparseCSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:15.6269474Z test_consistency_SparseCSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.6330083Z test_consistency_SparseCSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.6443343Z test_consistency_SparseCSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:15.6503930Z test_consistency_SparseCSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.6566852Z test_consistency_SparseCSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.6627180Z test_consistency_SparseCSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.6737749Z test_consistency_SparseCSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:15.6849041Z test_consistency_SparseCSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:15.6959604Z test_consistency_SparseCSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:15.7018802Z test_consistency_SparseCSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.7079397Z test_consistency_SparseCSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.7136371Z test_consistency_SparseCSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.7193601Z test_consistency_SparseCSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.7249457Z test_consistency_SparseCSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:15.7280185Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7311994Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7343953Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7375146Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7405897Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7436843Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7467669Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7498468Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7529156Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7560069Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7593849Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7626029Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7660536Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7694836Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7729786Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7765788Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.7800269Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7832649Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7864411Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7895795Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7926908Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7959078Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.7990647Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8021735Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8053230Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8085027Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8118305Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8152591Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8185263Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8217010Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8248740Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8280475Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8311746Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8343442Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8373578Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8404272Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8434856Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8467725Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8501153Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8532425Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8563514Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8594305Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8627237Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8657742Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8688069Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8718940Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8750035Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8781719Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8815035Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8847574Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8879336Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8911376Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8942294Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.8974220Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9006113Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9041244Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9075782Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9111301Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9145960Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9184604Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.9222268Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.9259063Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.9294185Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:15.9327750Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9361230Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9392174Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9422652Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9452648Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9483638Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9514320Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9545161Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9574285Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9602402Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9630686Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9659362Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9687853Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9717392Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9746739Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9777781Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9809177Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9840584Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9871197Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9903305Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9934392Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9964067Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:15.9993168Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0022136Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0051176Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0080209Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0111425Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0143558Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0176084Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0208134Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0243311Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0275018Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0307476Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0342286Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0373914Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0405122Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0436357Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0467855Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0499925Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0531173Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0562415Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0593913Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0625171Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0655835Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0686971Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0718091Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0749655Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0781438Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0812581Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0843577Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0874746Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0905973Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0936910Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.0970548Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1001699Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1032755Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1062301Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1090989Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1119390Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1148124Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1176890Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1206089Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1234745Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1265287Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1296210Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1326894Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1356418Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1385923Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1415700Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1444407Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1472880Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1501152Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1529395Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1559850Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1589260Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1617833Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1647404Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1677924Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1707213Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1736404Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1766348Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1795757Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1824592Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1852572Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1881003Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1909539Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1938260Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1966766Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.1995665Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2025545Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2055464Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2084785Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2113325Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2142087Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2170713Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2199515Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2229012Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2258138Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2287127Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2317065Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2347677Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2377721Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2407393Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2437554Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2467291Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2497144Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2528624Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2563489Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2597495Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2631386Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2664868Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2697945Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2730580Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2762759Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2794602Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2825858Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2858060Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2889468Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2921145Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2952506Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.2983396Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3014040Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3043566Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3072258Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3100864Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3129091Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3158011Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3217897Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.3255708Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:16.3293912Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:16.3332653Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:16.3369047Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:16.3404826Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:16.3440928Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:16.3471030Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3502059Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3534362Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3563786Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3592342Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3620895Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3649045Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3677510Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3707578Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3736888Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3768623Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3799838Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3831134Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3861625Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3892222Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3922835Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3952489Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.3982052Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4010820Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4039163Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4067842Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4097812Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4126635Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4156830Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4187509Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4218199Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4247213Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4275579Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4304778Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4333389Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4361825Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4390580Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4418942Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4447721Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4477111Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4506728Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4535621Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4564267Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4592754Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4620918Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4649010Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4678969Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4709861Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4742332Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4774495Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4805736Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4837183Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4867670Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4898285Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4928579Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4959505Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.4990114Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5020952Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5050901Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5082772Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5115534Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5146211Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5176621Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5207119Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5237720Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5268012Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5298309Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5328676Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5359195Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5390206Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5421945Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5453275Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5484025Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5515109Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5545845Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5576156Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5606535Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5636743Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5666735Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5697578Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5728179Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5760620Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5792957Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5824161Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5855423Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5886766Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5917813Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5948607Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.5979948Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6010058Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6040858Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6071342Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6103207Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6135298Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6165906Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6196676Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6227070Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6257216Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6287451Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6317394Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6347738Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6383074Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6415123Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6452025Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:16.6487324Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6521560Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6555170Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6588660Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6620637Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6652578Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6686023Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6718342Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6750597Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6781139Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6813061Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6844495Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6874018Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6902935Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6931528Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6961399Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.6989536Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:16.7048417Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7098643Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.7162364Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7224835Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7281932Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7339005Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7396409Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7447161Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.7497223Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.7546801Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.7596700Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.7647130Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.7703502Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7753159Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.7816629Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7879561Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7936994Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.7995885Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.8053760Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:16.8104416Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.8154349Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.8204222Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.8253807Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.8303798Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:16.8378618Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.8446821Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.8528783Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:16.8610053Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:16.8684878Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.8759504Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.8835243Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:16.8904535Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.8972762Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9040868Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9109120Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9177582Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9252136Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9320429Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9403108Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:16.9484141Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:16.9559961Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:16.9635370Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9712534Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:16.9781364Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9849939Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9918283Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:16.9987674Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:17.0056584Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:17.0419846Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.0773220Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:56:17.1133878Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.1491744Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.1875359Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:56:17.2238629Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.2606703Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:56:17.2970726Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.3353084Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:56:17.3734541Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:56:17.4101623Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:56:17.4460783Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.4822540Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.5195007Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:56:17.5558145Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.5923996Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.6285724Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.6673412Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:56:17.7041972Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:56:17.7408049Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.7775161Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:56:17.8157721Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:56:17.8524454Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:56:17.8887662Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:17.9164355Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:56:17.9435761Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:17.9722487Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:56:17.9996196Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.0262744Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.0530241Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.0797024Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.1067282Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.1353317Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:56:18.1620867Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.1883608Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:56:18.2147683Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:56:18.2414054Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.2678990Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:56:18.2950817Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.3229578Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:56:18.3507192Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:56:18.3779106Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.4045850Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.4314737Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.4582670Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.4849835Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.5117223Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.5384469Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:56:18.5438620Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:18.5491415Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:56:18.5515432Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:18.5538924Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:18.5736778Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.5933914Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.6131814Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.6330213Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.6527939Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.6723611Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:18.6920400Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.7118063Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.7313559Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.7508567Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:18.7702171Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:18.7896534Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:18.8091384Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:18.8285904Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:18.8481039Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:18.8677530Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.8876638Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.9073222Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.9269110Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:18.9468149Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.9665987Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:18.9863890Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:19.0059225Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:19.0254799Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:19.0299217Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0340464Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0380721Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0420560Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0460235Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0499851Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0539099Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0578593Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0618041Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0657664Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0696971Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0736534Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0776480Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0815761Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0855101Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0894512Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0933976Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.0973826Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.1013272Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.1053087Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.1092324Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.1131732Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.1171141Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.1210804Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:56:19.1280011Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:19.1340503Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1399874Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1466527Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:19.1527854Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1588739Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1649112Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1709086Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1769045Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1829187Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1888881Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.1948620Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:19.2162768Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.2375150Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.2588522Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.2803177Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.3017926Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.3243665Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.3466126Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.3684271Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.3901652Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.4118570Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.4335309Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.4551801Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.4765905Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.4989690Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.5205442Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.5419136Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.5633425Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.5848035Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.6062628Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.6276061Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.6500566Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.6723230Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.6940122Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.7154739Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.7370214Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.7585879Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.7801688Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.8029641Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:56:19.8248052Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.8460495Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.8673487Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.8884516Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.9097263Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.9310455Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:19.9535049Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.9758825Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:19.9973063Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.0192706Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:20.0418150Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:20.0641372Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:20.0863513Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:20.1085213Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:20.1311527Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:56:20.1527375Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.1740385Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.1953962Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.2167677Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.2380811Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.2445754Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.2507389Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.2570277Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.2632559Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.2696553Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.2763866Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:20.2826044Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.2886226Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.2946382Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.3011663Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.3072564Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.3132854Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:56:20.3349815Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:20.3563922Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.3775596Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.3986944Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.4198998Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.4410763Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.4621709Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.4839497Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:20.5062399Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:56:20.5276256Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.5487895Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.5699482Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.5911207Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.6125098Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.6336831Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.6550131Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.6762894Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.6975561Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.7187430Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.7399832Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.7613186Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.7824784Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.8037183Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.8249144Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:56:20.8433616Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:20.8617027Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:20.8801428Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:20.8985687Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:20.9170481Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:20.9355677Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:20.9540594Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:20.9724985Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:20.9919438Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.0113886Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.0300728Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.0484638Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.0669816Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.0855048Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.1041893Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.1227776Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.1414832Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.1607819Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.1804199Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:21.1993859Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.2183434Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.2374841Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.2564512Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.2751288Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.2784666Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.2817328Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.2849383Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.2881031Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.2913949Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.2945317Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.2976018Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.3007891Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.3039570Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.3072131Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.3104543Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.3136564Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:21.3328522Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.3513571Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.3697638Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.3879936Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.4064286Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.4246582Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.4429257Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.4620397Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.4815240Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.5001526Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.5186712Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.5371126Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.5556857Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.5743388Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.5927405Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.6116272Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.6312999Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:21.6499592Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.6686163Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.6872157Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.7060115Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.7247150Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.7439145Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.7628353Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.7822863Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.8025033Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:21.8218485Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.8408660Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.8597845Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.8783315Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.8966945Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.9151002Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:21.9339643Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.9534128Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.9721805Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:21.9908038Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:22.0092694Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.0278554Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.0463076Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.0646922Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.0832511Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.1017251Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.1201816Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.1386526Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.1570995Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.1755290Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.1940479Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.2125264Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:22.2158404Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2191445Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2223217Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2254505Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2286470Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2317189Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2348147Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2379530Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2410823Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2442132Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2472571Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.2503308Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:56:22.3314112Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.081s) 2022-09-27T15:56:22.3904245Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.059s) 2022-09-27T15:56:22.4560119Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.066s) 2022-09-27T15:56:22.5361548Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.080s) 2022-09-27T15:56:22.5963584Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.060s) 2022-09-27T15:56:22.6629412Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.067s) 2022-09-27T15:56:22.7387466Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.076s) 2022-09-27T15:56:22.7967211Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.058s) 2022-09-27T15:56:22.8597972Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.063s) 2022-09-27T15:56:22.9348420Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.075s) 2022-09-27T15:56:22.9939259Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.059s) 2022-09-27T15:56:23.0569893Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.063s) 2022-09-27T15:56:23.0580342Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:56:23.0589010Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:56:23.0597060Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:56:23.0605206Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:56:23.1817358Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.121s) 2022-09-27T15:56:23.3015771Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.120s) 2022-09-27T15:56:23.3376391Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:23.3739933Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:56:23.3926512Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:23.4096418Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.4283691Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:23.4472987Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:23.4657004Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:23.4841771Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:23.5026772Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:23.5202378Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.5377650Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.5548522Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.5720605Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.5893513Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.6082570Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:23.6252718Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.6443457Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:23.6639408Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:23.6833082Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:23.7021096Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:23.7204153Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:23.7375291Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.7544977Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.7714599Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.7884632Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.8058875Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:23.8181059Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:23.8294724Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:23.8419297Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:23.8545612Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:23.8663809Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:23.8782120Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:23.8898268Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:23.9007730Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:23.9116520Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:23.9223651Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:23.9332143Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:23.9441720Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:23.9558001Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:23.9665784Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:23.9789655Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:23.9917206Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:24.0038913Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.0158832Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.0276597Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.0389303Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.0501226Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.0611150Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.0735454Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.0848055Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.1034249Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.1203969Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.1395105Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.1589981Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.1774047Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.1958993Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.2140726Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.2310382Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.2478324Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.2646644Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.2814915Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.2983763Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.3164446Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.3331408Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.3517806Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.3707104Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.3888477Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.4071427Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.4252506Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.4421284Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.4589033Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.4756547Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.4923890Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.5092191Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.5211172Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.5321050Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.5447006Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.5573765Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:24.5694627Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.5812645Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.5927193Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.6036512Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.6145127Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.6252478Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.6361166Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.6470756Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.6586987Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.6694849Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.6816442Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.6939927Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.7056400Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.7173749Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.7287651Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.7395779Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.7505032Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.7617704Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.7727231Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:24.7843105Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:24.8027396Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:24.8200673Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.8392507Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.8582085Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.8771096Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.8959761Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.9147047Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:24.9321447Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.9494944Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.9666916Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:24.9835738Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.0009838Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.0196608Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.0364778Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.0557927Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.0757172Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:25.0946880Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.1129374Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:25.1307606Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:25.1475257Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.1641217Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.1806543Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:56:25.1974030Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.2140564Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.2256979Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.2370337Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.2499628Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:25.2624660Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.2742962Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.2860832Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.2975825Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.3084812Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.3194065Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.3301803Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.3411124Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.3521250Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.3638125Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.3747683Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.3874600Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:25.4005003Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:25.4134308Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.4244920Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.4361549Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.4471586Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.4581382Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.4689943Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.4798880Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.4908363Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.5090545Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:25.5259775Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.5453883Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.5647055Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.5830411Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:25.6014187Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:25.6195749Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:25.6363771Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.6531004Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.6697627Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.6867375Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.7042516Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.7226597Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:25.7395216Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.7580066Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.7772894Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.7967387Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.8154489Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:25.8338492Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:25.8511794Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.8687535Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.8861003Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.9032800Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.9204671Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:25.9323911Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.9438418Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:25.9561317Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.9689188Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:25.9807659Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:25.9931549Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.0048333Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.0166791Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.0281076Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.0391392Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.0501225Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.0615882Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.0733055Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.0840963Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.0965753Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.1088639Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.1209741Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.1325983Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.1445437Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.1553284Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.1660990Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.1772164Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.1880299Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.1994352Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.2179086Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:26.2349728Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.2544913Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:26.2740578Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:26.2930899Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:26.3119531Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:26.3304621Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:26.3479351Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.3653816Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.3827781Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.3996906Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.4171533Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.4354342Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:26.4529889Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.4723507Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:26.4913026Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:26.5103068Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:26.5288188Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:26.5479929Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:26.5656803Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:26.5832498Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.6006692Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.6182435Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.6359461Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:26.6487721Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:26.6603034Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.6734188Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:26.6859765Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.6983775Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.7101859Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.7224630Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.7333669Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.7447924Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.7556970Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.7665871Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.7781173Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.7898705Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.8008915Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.8132010Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.8259549Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:26.8376475Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.8493742Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.8609988Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:26.8723620Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.8831320Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.8938805Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.9052383Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.9160625Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:26.9342473Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:26.9516469Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:26.9707345Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:26.9901600Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.0089706Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.0277152Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.0463279Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.0637878Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.0809988Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.0982213Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.1154551Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.1328319Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.1515416Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.1693684Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.1889099Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.2084217Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.2273048Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.2461209Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.2648563Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.2822952Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.2994920Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.3166227Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.3342148Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.3520136Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.3646313Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:27.3757223Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:27.3886863Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:27.4010232Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.4134167Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.4253789Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.4376038Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.4487322Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:27.4603176Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.4712107Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:27.4824567Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:27.4946851Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.5070800Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.5188595Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.5314960Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:27.5440309Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.5567353Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:27.5689080Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.5813053Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.5926325Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:27.6045432Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.6156041Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:27.6269317Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:27.6392580Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:27.6587785Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.6770047Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.6971851Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:27.7172805Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:56:27.7367253Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.7560875Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.7754916Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.7939142Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.8119539Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.8295710Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.8471228Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.8646361Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.8829796Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:27.9003963Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:27.9198022Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.9391324Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.9582946Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.9772558Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:27.9962382Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:28.0136261Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.0304796Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.0473289Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.0641035Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.0809388Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.0925987Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.1039933Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.1167431Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:28.1297032Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:28.1417311Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.1536732Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.1655132Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.1763499Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.1872153Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.1980006Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.2088551Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.2198334Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.2316630Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.2426148Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.2551680Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.2675607Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.2792745Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.2911272Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.3026733Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.3135782Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.3243194Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.3351646Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.3459310Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.3568972Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.3749491Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:28.3916762Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.4106098Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:28.4296270Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:28.4480519Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:28.4661751Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:28.4842625Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:28.5012875Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.5182177Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.5348914Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.5517117Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.5686074Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.5869710Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:28.6041144Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.6230603Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:28.6425506Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:56:28.6609646Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:28.6793034Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:28.6976106Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:56:28.7144780Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.7312720Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.7478791Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.7646540Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.7814536Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:56:28.7934869Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.8047320Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.8172640Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.8298857Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:56:28.8418727Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.8538279Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.8657136Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.8767583Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.8878320Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.8987849Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.9100142Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.9211730Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.9331447Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.9442604Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:28.9566027Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.9691154Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.9811081Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:28.9931297Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:29.0049726Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:56:29.0161718Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:29.0272541Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:29.0382062Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:29.0493851Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:29.0605650Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:56:29.0684816Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.0762139Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.0840534Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.0918377Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1000186Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1077717Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1154610Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1233093Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1314292Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1390978Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1468468Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1545632Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1621825Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1696688Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:29.1772684Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1848073Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:29.1923931Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.1999624Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:56:29.2076395Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.2152623Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.2229629Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.2306313Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.2383569Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.2460802Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:56:29.2484227Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2507911Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2530808Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2553432Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2575716Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2598849Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2620977Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2642762Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2664939Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2686657Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2709111Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2731831Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2753573Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2775401Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2797908Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2820763Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2842788Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2864988Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2887984Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2910402Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2932622Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2954942Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2977593Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2999296Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:56:29.2999643Z 2022-09-27T15:56:29.2999996Z ---------------------------------------------------------------------- 2022-09-27T15:56:29.3002466Z Ran 3806 tests in 120.283s 2022-09-27T15:56:29.3002615Z 2022-09-27T15:56:29.3002703Z OK (skipped=661) 2022-09-27T15:56:29.3002816Z 2022-09-27T15:56:29.3003987Z Generating XML reports... 2022-09-27T15:56:29.5097398Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220927155428.xml 2022-09-27T15:56:29.5100528Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927155428.xml 2022-09-27T15:56:29.6864704Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220927155428.xml 2022-09-27T15:56:30.2182348Z Running test_nn ... [2022-09-27 15:56:30.217850] 2022-09-27T15:56:30.2182869Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:56:30.217930] 2022-09-27T15:56:32.3392783Z Test results will be stored in test-reports/python-unittest/test_nn 2022-09-27T15:56:32.3960377Z 2022-09-27T15:56:32.3960486Z Running tests... 2022-09-27T15:56:32.3961125Z ---------------------------------------------------------------------- 2022-09-27T15:56:32.3985976Z test_add_relu (__main__.TestAddRelu) ... ok (0.002s) 2022-09-27T15:56:32.3997914Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-09-27T15:56:32.4010098Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2022-09-27T15:56:32.4020581Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-09-27T15:56:32.4026411Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-09-27T15:56:32.6916854Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.289s) 2022-09-27T15:56:32.6938771Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:32.6951900Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:32.6961491Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:56:32.6962314Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:56:32.7039612Z ok (0.009s) 2022-09-27T15:56:32.7119403Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T15:56:32.7147084Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:56:32.7195863Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:32.7236753Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:56:32.7260800Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:32.7329277Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:56:32.7376400Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:32.7400987Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:32.7453356Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:32.7478077Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:56:32.7493618Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:32.7533724Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:56:32.7559531Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:56:32.7575330Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:32.7991567Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.041s) 2022-09-27T15:56:32.8138032Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.015s) 2022-09-27T15:56:32.8157139Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:32.8205624Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:32.8221943Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:32.8373578Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.015s) 2022-09-27T15:56:32.8441435Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:56:32.8459065Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:33.0568041Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.211s) 2022-09-27T15:56:33.1174541Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.061s) 2022-09-27T15:56:33.1194434Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:33.1285044Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T15:56:33.1294502Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-09-27T15:56:33.1300318Z This test is to test whether lazymodule can register other forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:56:33.1301111Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:56:33.1303683Z ok (0.002s) 2022-09-27T15:56:33.1358215Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:33.1402274Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:56:33.1443699Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:56:33.1528155Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T15:56:33.1580070Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:33.1625681Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:56:33.1698919Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:56:33.1753409Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:33.1801247Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:33.1826263Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:33.1847743Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:33.1858399Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:33.1866945Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:33.1887143Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:33.1894150Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-09-27T15:56:33.1899436Z This test is to test whether lazymodule can register other pre-forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:56:33.1900169Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:56:33.1902329Z ok (0.001s) 2022-09-27T15:56:33.1912259Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:33.1920923Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:33.1935472Z test_linear (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:33.1951576Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:56:33.1957542Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:33.1968634Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:33.2023576Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:56:33.2033296Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:33.2041186Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:56:33.2065324Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:56:33.2066267Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:56:33.2066797Z ok (0.002s) 2022-09-27T15:56:33.2083175Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-09-27T15:56:33.2093433Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T15:56:33.2101441Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-09-27T15:56:33.2110739Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T15:56:33.2118497Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-09-27T15:56:33.2138406Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-09-27T15:56:33.2156597Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-09-27T15:56:33.2262526Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.011s) 2022-09-27T15:56:33.2509369Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:33.2518750Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.2605513Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.2614294Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.2695647Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.2703190Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.2788191Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.2795560Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.2870250Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:33.2950803Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.2958331Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.2966390Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.3041699Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:33.3050032Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.3127116Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.3135885Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.3213777Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.3221958Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.3318884Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.3329959Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.3430769Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:33.3442130Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.3548275Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:33.3558537Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.3665520Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:33.3676476Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.4454708Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.078s) 2022-09-27T15:56:33.4466832Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.4559359Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.4568719Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.4655377Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.4664848Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.4753386Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.4763777Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.4855508Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.4866956Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.4960858Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.4971098Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5062002Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.5071947Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5170713Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:33.5180740Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5276605Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.5286220Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5389736Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:33.5399352Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5496863Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:33.5506197Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5604284Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:33.5613091Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5710563Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:33.5720399Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5806372Z test_AvgPool1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.5815684Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5901547Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.5910413Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.5998371Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.6006846Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6092265Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.6101751Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6191622Z test_AvgPool2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.6200259Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6313040Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:33.6326312Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6454633Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:33.6466678Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6578808Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:33.6591301Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6608014Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:33.6617326Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6631395Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.6640441Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6653243Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.6662875Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6745010Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.6753529Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6831779Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.6841260Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.6920564Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.6928564Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7009319Z test_AvgPool3d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.7018146Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7100648Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.7108297Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7190786Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.7270332Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.7278862Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7290671Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.7299141Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7306998Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7391392Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.7399833Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7483254Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.7490841Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7503421Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.7511128Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7597072Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.7606428Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7618023Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.7626912Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7714459Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.7722806Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7734921Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.7743617Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7755001Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.7763292Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7775560Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.7783495Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7795553Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:33.7803279Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7890888Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.7902183Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.7999675Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.8091209Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.8101672Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8110480Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8201690Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.8210858Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8300454Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.8308037Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8393546Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.8402539Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8488888Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.8497805Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8556867Z test_BCELoss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:33.8564924Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8573238Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8580524Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8587736Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8637017Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:33.8644141Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8650161Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8656229Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8697689Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:33.8704209Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8710470Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8716533Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8758285Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:33.8764520Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8771333Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8777912Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8860645Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.8869470Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8919825Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:33.8927460Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8978816Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:33.8986568Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.8994117Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9000484Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9006964Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9068153Z test_BCELoss_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:33.9075021Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9081144Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9087291Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9093482Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9185826Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:33.9193555Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9242819Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:33.9250406Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9308446Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:33.9317079Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9325385Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9333336Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9343285Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T15:56:33.9344003Z warnings.warn(warning.format(ret)) 2022-09-27T15:56:33.9402285Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T15:56:33.9402714Z warnings.warn(warning.format(ret)) 2022-09-27T15:56:33.9420144Z ok (0.009s) 2022-09-27T15:56:33.9428721Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9473899Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:33.9482152Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9489191Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9495912Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9546065Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:33.9554934Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9562465Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9569084Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9621367Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:33.9630471Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9637943Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9644614Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9724109Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:33.9735726Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9768452Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:33.9777888Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9828828Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:33.9837707Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9845111Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9852427Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9912145Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:33.9920118Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9927704Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:33.9935383Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.0127111Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:34.0136231Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.0301631Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:34.0310492Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.0406194Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:34.0414329Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.0502796Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:34.0510814Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.0676749Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:34.0685421Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.0838285Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:34.0846672Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.1016707Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:34.1026262Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.1192626Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:34.1202321Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.1309796Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.1319276Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.1409293Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:34.1418176Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.1581124Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:34.1590350Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.1753737Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:34.1762640Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.1835934Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:34.1843522Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.1911898Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:34.1919339Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.2120132Z test_BatchNorm2d (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:34.2324949Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:34.2334152Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.2510245Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:34.2518960Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.2526975Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.2702350Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:34.2711065Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.2916364Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:34.2926267Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.3114879Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:34.3124848Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.3246505Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:34.3256217Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.3360007Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:34.3370116Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.3573030Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:34.3583136Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.3791337Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:34.3801637Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.3887435Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:34.3897876Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.3976349Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:34.3986397Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.4212930Z test_BatchNorm3d (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:34.4438120Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:34.4447950Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.4639069Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:34.4648275Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.4656335Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.4848088Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:34.4857933Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.5082374Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:34.5093514Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.5296816Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:34.5307113Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.5430624Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:34.5439934Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.5540366Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:34.5549657Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.5755522Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:34.5764996Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.5976077Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:34.5985833Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6058939Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:34.6067774Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6142477Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:34.6149744Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6243160Z test_CELU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:34.6251434Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6304203Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:34.6311785Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6371565Z test_CELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:34.6379236Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6499381Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:34.6507501Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6514098Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6628707Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.6635532Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6642276Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6756494Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.6763091Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6769857Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6884917Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.6893897Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.6901386Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7016727Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.7024365Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7031268Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7146874Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.7154524Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7161603Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7172665Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:34.7234504Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:34.7241912Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:34.7358347Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:34.7365178Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7371795Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7483959Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.7491065Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7497625Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7608978Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.7618740Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7625407Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7737185Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:34.7745773Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7752164Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.7764817Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:34.7825175Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:34.7840406Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:34.7919002Z test_ConstantPad1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:34.7996009Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:34.8003375Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.8134287Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:34.8142592Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.8150297Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.8232662Z test_ConstantPad2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:34.8369666Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:34.8378718Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.8386750Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.8472079Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:34.8479708Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.8581445Z test_ConstantPad3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:34.8753462Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:34.8762558Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.8770006Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.8864024Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:34.8873127Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.9086487Z test_Conv1d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:34.9354891Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:56:34.9365208Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.9372883Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:34.9593112Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:34.9602864Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.0203830Z test_Conv1d_groups (__main__.TestNN) ... ok (0.060s) 2022-09-27T15:56:35.0213708Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.0239923Z test_Conv1d_module_same_padding (__main__.TestNN) ... test_nn.py:752: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:56:35.0240846Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-09-27T15:56:35.0258512Z ok (0.004s) 2022-09-27T15:56:35.0490675Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:35.0501849Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.0696476Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:35.0704839Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.0920819Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:35.0930299Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.1115680Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:56:35.1123471Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.1332738Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:35.1556267Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:35.1564448Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.1572171Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.1794195Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:35.1803015Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.2014430Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:35.2024233Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.2241627Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:35.2250768Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.2456261Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:35.2464511Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.2670981Z test_Conv1d_stride (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:35.2678460Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.2814526Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:35.2822410Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.3013900Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:35.3022369Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.3237668Z test_Conv2d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:35.3288874Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:35.3468004Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:56:35.3539279Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:35.3879558Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:56:35.3890177Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.3899373Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.4160948Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:56:35.4170790Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.4435844Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:56:35.4446465Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.4729306Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:56:35.4739224Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.4985602Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:35.4995220Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.5288656Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:56:35.5299758Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.5532578Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:35.5542266Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.5562145Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:35.5571441Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.5821956Z test_Conv2d_groups (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:56:35.5830938Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.5926192Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:35.5991316Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:35.6229220Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:35.6238960Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.6257353Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:35.6266740Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.6284062Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:35.6292696Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.6373411Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:35.6385045Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:35.6394671Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:35.6406354Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:35.6448907Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:35.6615010Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:35.6626083Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.6647614Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:35.6657226Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.6898082Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:35.6908693Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.7139081Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:35.7150042Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.7362852Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:35.7372523Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.7584563Z test_Conv2d_padding (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:35.7595083Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.7614653Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:35.7624046Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.7840691Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:35.7851183Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.8069691Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:35.8079843Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.8287245Z test_Conv2d_strided (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:35.8297902Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.8318314Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:35.8328121Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.8349408Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:35.8359013Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.8512569Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:35.8521774Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.8537656Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:35.8545387Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.8756275Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:35.8764907Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.8982686Z test_Conv3d (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:35.9134113Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:35.9143068Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.9158378Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:35.9166581Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.9591078Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.042s) 2022-09-27T15:56:35.9600352Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.9608291Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:35.9835374Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:35.9846302Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.0077774Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:36.0087630Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.0318000Z test_Conv3d_groups (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:36.0327940Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.0437310Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:36.0512362Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:36.0532873Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.0542578Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.0597599Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:36.0768317Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:36.0778707Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.0796670Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.0805238Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.1094738Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:56:36.1104704Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.1407126Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:56:36.1418003Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.1675788Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:56:36.1686111Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.1940582Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:56:36.1950977Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.2174835Z test_Conv3d_stride (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:36.2185262Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.2408746Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:36.2419060Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.2439297Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.2448247Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.2466169Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.2475073Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.2491616Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.2500451Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.2658790Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:36.2669119Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.2684926Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.2692356Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.2909329Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:36.2918862Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.3110627Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:36.3120945Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.3309080Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:36.3318148Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.3545026Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:36.3553969Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.3705724Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:36.3715083Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.3925937Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:36.3935810Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.4102049Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:36.4111817Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.4128741Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.4137252Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.4341567Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:36.4350651Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.4368180Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.4376927Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.4385201Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:36.4550103Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:36.4560169Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.4576740Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:36.4585752Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:36.4621143Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:39.1327402Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (2.670s) 2022-09-27T15:56:39.1346967Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:39.1356045Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.1569618Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:39.1583984Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:39.1593327Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.1819166Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:39.1829195Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2040406Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:39.2050205Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2057219Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2064011Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2265885Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:39.2275900Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2283719Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2289009Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2484020Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:39.2492337Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2499711Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2506865Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2658828Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:39.2666345Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2672466Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2678884Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2828054Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:39.2834922Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2841554Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2847915Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.2997034Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:39.3004750Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3011912Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3018486Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3227335Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:39.3239005Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3246697Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3254100Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3310507Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.3366658Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.3375555Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3383007Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3389818Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3445514Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.3453239Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3460135Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3467006Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3555554Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.3563603Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3570738Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3577777Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3663141Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:39.3670928Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3677660Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3684386Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3760541Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.3767966Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3775368Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3782150Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3866162Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:39.3874031Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3880974Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3887914Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3942816Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.3949712Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3956608Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.3963577Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4018353Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.4025502Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4032492Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4039211Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4091682Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.4099224Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4106009Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4112759Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4168286Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.4175742Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4182701Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4189637Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4240296Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.4247758Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4255073Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4261896Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4318720Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.4326271Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4334086Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4340454Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4394695Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.4401813Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4408551Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4415316Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4471235Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.4478642Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4486245Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4493627Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4550876Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.4558545Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4565718Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4572607Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4659057Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:39.4667333Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4675404Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4682343Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4768665Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:39.4777985Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4786108Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4793385Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4881732Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.4893058Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4901539Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4908763Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.4997287Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.5006838Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5014990Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5022523Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5088975Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5097292Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5104639Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5111264Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5177156Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5185559Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5193674Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5201347Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5262038Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5270276Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5278050Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5284674Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5346927Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5355973Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5364081Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5371942Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5439463Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.5448413Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5456689Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5464334Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5526063Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5534505Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5542517Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5549940Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5612709Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5621337Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5629044Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5635706Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5693666Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5701269Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5708322Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5715127Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5780127Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5787775Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5795954Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5802281Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5865174Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5872859Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5880070Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5886829Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5893914Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5901146Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5907648Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5964095Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.5972027Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5979345Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.5986216Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6041914Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.6051869Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6059551Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6066923Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6131617Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.6139182Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6146715Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6154099Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6217953Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:39.6226505Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6234591Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6242130Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6296665Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.6307091Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6315438Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6322788Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6422129Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:39.6433165Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6533894Z test_ELU (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:39.6545269Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6611988Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.6622471Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6676750Z test_ELU_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:39.6686096Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6754109Z test_Embedding (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.6872172Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:39.6880797Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.6955932Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.6964391Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7039700Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.7048644Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7124586Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.7133093Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7219394Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:39.7227962Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7331163Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:39.7339948Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7414905Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.7424015Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7497978Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.7506782Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7515467Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7648339Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:39.7657742Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7748992Z test_Embedding_sparse (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.7759084Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7849614Z test_Flatten (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.7858556Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.7939817Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:39.7949594Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8024940Z test_Fold (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.8035518Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8107550Z test_Fold_int_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.8117712Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8187674Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.8199458Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8269012Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:39.8278968Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8421941Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:39.8431720Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8569832Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:39.8580996Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8680043Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:39.8688869Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8784265Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.8793165Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8881427Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.8890521Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.8983610Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.8993260Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.9087873Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:39.9097371Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.9217033Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:39.9226903Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.9325861Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:39.9336256Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.9442929Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:39.9454796Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.9565361Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:39.9576387Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.9677655Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:39.9687520Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.9796454Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:39.9806194Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:39.9918928Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:39.9928823Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.0040151Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.0050279Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.0148172Z test_GELU (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:40.0158282Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.0218834Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.0228507Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.0287366Z test_GELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.0296520Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.0392404Z test_GLU (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:40.0393006Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.0488912Z test_GLU_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:40.0499297Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.0562995Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.0572248Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.0816991Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:40.1044959Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:40.1054482Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.1281764Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:40.1292723Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.1302933Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.1549870Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:40.1559215Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.1567555Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.1574790Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.1690653Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.1698429Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.1811668Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.1820415Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.1927095Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.1935155Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.2041796Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.2050318Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.2282439Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:40.2292326Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.2535268Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:40.2546309Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.2555418Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.2563238Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.2688181Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.2699366Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.2825778Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.2835592Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.2956488Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.2966692Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3086588Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.3097986Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3106876Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3113872Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3195329Z test_Hardshrink (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:40.3203591Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3257176Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.3265827Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3315859Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.3323513Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3357732Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:40.3365952Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3401593Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:40.3409052Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3486737Z test_Hardtanh (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:40.3495285Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3551186Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.3559082Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3612101Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.3620066Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3678072Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.3685090Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3692404Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3699277Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3755639Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.3762740Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3769998Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3776846Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3842625Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.3851302Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3909485Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.3916658Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3924029Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3931327Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3983676Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.3990914Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.3997910Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4004755Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4056980Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.4064349Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4071197Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4077923Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4132441Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.4139546Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4146561Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4153313Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4213550Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.4221333Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4271796Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.4279292Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4285558Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4292363Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4338815Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.4345638Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4352394Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4359040Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4414614Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.4423338Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4431539Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4439058Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4525773Z test_HuberLoss (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:40.4535633Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4543079Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4550075Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4556890Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4648217Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:40.4658840Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4712742Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.4723883Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4732437Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4740247Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4791073Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.4797765Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4804265Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4810824Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4853193Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.4859918Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4866067Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4872268Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4948520Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:40.4956892Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4964816Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4970967Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.4977117Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.5089310Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.5099393Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.5217161Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.5227494Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.5340558Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.5350443Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.5463899Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.5473376Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.5607686Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:40.5618736Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.5744126Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.5754748Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.5877448Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.5887069Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.5999569Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.6008260Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.6123404Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.6132795Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.6248463Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:40.6257938Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.6375277Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.6384400Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.6503161Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.6511985Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.6642231Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:40.6651684Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.6769966Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.6780213Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.6913101Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:40.6921822Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.7041785Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.7051630Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.7174480Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.7183957Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.7305718Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.7315379Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.7441048Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.7450246Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.7570591Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.7579816Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.7718459Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:40.7727244Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.7848311Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.7858280Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.7996700Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:40.8006265Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8127112Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:40.8136498Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8146346Z test_KLDivLoss (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.8147365Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.8167337Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.8168150Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.8193303Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.8194122Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.8196337Z ok (0.006s) 2022-09-27T15:56:40.8212611Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:40.8228290Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:40.8236513Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8243935Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8251415Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8279738Z test_KLDivLoss_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.8281023Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.8303870Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.8304853Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.8305976Z ok (0.005s) 2022-09-27T15:56:40.8314025Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8320998Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8327917Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8376260Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.8383733Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8390721Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8397873Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8439934Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.8446767Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8453357Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8460132Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8502137Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.8508385Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8514828Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8521240Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8562969Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.8569587Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8575945Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8582399Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8670771Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:40.8678341Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8773660Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:40.8783580Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8839708Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.8847241Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8906413Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:40.8914895Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8923380Z test_KLDivLoss_scalar (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.8924063Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.8941381Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.8942201Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.8963919Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.8964535Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.8965889Z ok (0.005s) 2022-09-27T15:56:40.8974068Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8981927Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.8989155Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9014892Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.9015790Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.9039959Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:40.9040611Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:40.9042132Z ok (0.005s) 2022-09-27T15:56:40.9050744Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9058415Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9064858Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9107586Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.9114394Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9120914Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9127366Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9168201Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.9174876Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9181565Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9187814Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9234971Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:40.9241625Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9248374Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9255217Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9347747Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:40.9357516Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9445168Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:40.9454121Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9538503Z test_L1Loss (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:40.9546303Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9553716Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9561123Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9568536Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9575845Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9620657Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.9627001Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9633092Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9639137Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9681260Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.9687516Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9693781Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9700090Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9742128Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:40.9748421Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9754598Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9760605Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:40.9842054Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:40.9986746Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:40.9995877Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0003949Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0058635Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:41.0066665Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0145490Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:41.0152945Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0160252Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0167926Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0175145Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0182573Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0318359Z test_LPPool1d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:41.0326916Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0465756Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:41.0474155Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0661330Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:41.0700515Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.0870845Z test_LPPool2d (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:56:41.0880555Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.1030188Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:41.1040077Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.1089496Z test_LSTM_cell (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:41.1156978Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:41.1197355Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:41.1400793Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:41.1411007Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.1611124Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:41.1622423Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.1795187Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:41.1806295Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.1971416Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:41.1981815Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.2094523Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:41.2104831Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.2220829Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:41.2232656Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.2433448Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:41.2444358Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.2647372Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:41.2658245Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:41.9873202Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.721s) 2022-09-27T15:56:41.9883881Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.5628195Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.574s) 2022-09-27T15:56:42.5688059Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-09-27T15:56:42.5816462Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:42.5826134Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.5932480Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:42.5942604Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6030548Z test_LeakyReLU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.6038440Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6092680Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:42.6100846Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6180394Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:42.6188335Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6244143Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:42.6252373Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6344372Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.6353129Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6543315Z test_Linear (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:56:42.6553553Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6691861Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:42.6701769Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6845769Z test_Linear_no_bias (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:42.6854584Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.6986034Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:42.6994815Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7142638Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:42.7151758Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7338144Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:56:42.7347953Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7438604Z test_LogSigmoid (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.7447988Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7508916Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:42.7519088Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7581991Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:42.7592132Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7698693Z test_LogSoftmax (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:42.7708550Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7816850Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:42.7826761Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7885927Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:42.7894556Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.7981814Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.7990229Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8070041Z test_MSELoss (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:42.8078202Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8085543Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8092713Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8133627Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:42.8141398Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8148038Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8154758Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8196409Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:42.8203041Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8209959Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8216625Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8257737Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:42.8264762Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8271637Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8278412Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8367222Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.8375988Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8430347Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:42.8439091Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8510573Z test_MSELoss_prec (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:42.8520782Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8529112Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8537079Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8544727Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8615406Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:42.8622701Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8629559Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8635437Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8642144Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8708762Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:42.8716724Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8723222Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8729671Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8736001Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8812756Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:42.8820279Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8826733Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8833137Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8910115Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:42.8917057Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8923519Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.8930264Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9006387Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:42.9013258Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9020074Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9026332Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9097900Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:42.9104239Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9111373Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9117465Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9188899Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:42.9195270Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9201610Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9207689Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9276064Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:42.9282530Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9288682Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9295069Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9366171Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:42.9373482Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9380491Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9387211Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9463963Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:42.9470619Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9476946Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9483111Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9577039Z test_MaxPool1d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.9584895Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9678751Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.9687013Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9777739Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.9786242Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9875056Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:42.9882600Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:42.9967519Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:42.9975346Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0057859Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:43.0067145Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0156278Z test_MaxPool3d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.0164878Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0257839Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.0266703Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0355249Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.0364070Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0456562Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.0466255Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0580677Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:43.0591609Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0717887Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:43.0728498Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0834885Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:43.0844797Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.0952759Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:43.0963412Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1038742Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.1048464Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1142136Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.1151909Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1265851Z test_Mish (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:43.1275723Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1347354Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.1357106Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1426745Z test_Mish_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.1436581Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1506054Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.1610211Z test_ModuleList (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:43.1812291Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:43.1846722Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:43.1855820Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1913632Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:43.1922276Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1930001Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1937202Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.1944433Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2008102Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:43.2018052Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2085471Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.2093715Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2102112Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2109773Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2117720Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2124697Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2132332Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2140108Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2147634Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2211782Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:43.2221765Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2248627Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:43.2257789Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2266380Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2273647Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2305629Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:43.2314716Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2322772Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2330789Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2361091Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:43.2368576Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2376177Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2383443Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2628877Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:43.2639816Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2865752Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:56:43.2873417Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2880890Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2887579Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2894069Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2934579Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:43.2942090Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2949253Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.2956077Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3026272Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.3034535Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3042093Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3049306Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3117532Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.3125207Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3132366Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3139576Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3205404Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.3213082Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3220738Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3227085Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3302184Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.3311999Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3349317Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:43.3357169Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3364584Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3372228Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3460652Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.3468952Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3502957Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:43.3510592Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3517638Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3524480Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3571440Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.3598334Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:43.3605135Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3611812Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3618417Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3649679Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:43.3657895Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3686558Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:43.3694964Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3702295Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3709358Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3716593Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3723863Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3731354Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3785972Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.3795980Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3802967Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3809303Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3904193Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.3915008Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3974108Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:43.3985415Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.3993921Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4001805Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4089638Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.4100780Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4158090Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:43.4167185Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4175197Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4182996Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4267618Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:43.4277662Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4333019Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.4341382Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4349563Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4356905Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4411369Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.4418292Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4425001Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4431073Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4477909Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.4484755Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4491315Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4497638Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4574523Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:43.4584875Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4638397Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.4647110Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4655020Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4662783Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4720096Z test_NLLLoss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:43.4828833Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:43.4839775Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.4958211Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:43.4969210Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.5089460Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:43.5100729Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.5333016Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:43.5349296Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-09-27T15:56:43.5582847Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:43.5596718Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.5826159Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:56:43.5839818Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.5920539Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:43.5929880Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.5938422Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.5946092Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.5953239Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6022650Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.6029644Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6036851Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6044036Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6050495Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6118514Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.6125984Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6133622Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6140781Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6147626Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6217165Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:43.6225198Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6233038Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6240177Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6247175Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6254088Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6261735Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6268310Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6275353Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6327114Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.6334826Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6342232Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6349341Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6356705Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6407192Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.6414324Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6421309Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6428761Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6435891Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6592218Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:43.6605795Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6613792Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6621421Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6628240Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6787501Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:43.6801867Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6810886Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6818786Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6825832Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6882895Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:43.6892717Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6901048Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6908228Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6915081Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6962252Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.6971768Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6979252Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.6986495Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7032176Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:43.7041382Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7048510Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7055567Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7098292Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:43.7105205Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7112143Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7118779Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7205626Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.7214678Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7304210Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.7313556Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7397994Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:43.7406346Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7489649Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:43.7498546Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7584648Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:43.7593855Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7642796Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.7651067Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7658792Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7666119Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7673489Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7723661Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.7732152Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7739146Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7746077Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7753116Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7802617Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.7810698Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7818643Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7825982Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7832848Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7883423Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:43.7891191Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7898072Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7905246Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.7912984Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.8040468Z test_PReLU_1d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:43.8049703Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.8171714Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:43.8180561Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.8320916Z test_PReLU_2d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:43.8330457Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.8470172Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:43.8479379Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.8629402Z test_PReLU_3d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:43.8639168Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.8796832Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:43.8806627Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.8821041Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:43.8911587Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.8919851Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.9008134Z test_PReLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:43.9017138Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.9182253Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:43.9191739Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.9312507Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:43.9321143Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.9419364Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:43.9428513Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.9549016Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:43.9558025Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.9657384Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:43.9666680Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:43.9831769Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:43.9841367Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.0015824Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:56:44.0026533Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.0164656Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:44.0175084Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.0287061Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:44.0298211Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.0438249Z test_PairwiseDistance (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:44.0578566Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:44.0589551Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.0731537Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:44.0742421Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.0750455Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.0882620Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:44.0891717Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1058930Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:44.1067888Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1269437Z test_ParameterDict (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:44.1291623Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.1378420Z test_ParameterList (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.1390134Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:44.1406156Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.1492626Z test_PixelShuffle (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.1501756Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1584879Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.1594270Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1658253Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.1666079Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1673191Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1680044Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1747630Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:44.1755555Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1763118Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1770827Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1819648Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.1827619Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1834934Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1842188Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1892626Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.1900818Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1908091Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1915604Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1964233Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.1972398Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1979699Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.1987026Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.2043871Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.2051733Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.2058508Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.2065342Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.2126135Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.2133720Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.2141032Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.2148013Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.2234268Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.2243273Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.2312859Z test_RNN_cell (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:44.2405028Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.2467953Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.2486067Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.2829283Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:56:44.2844186Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:56:44.2848261Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-09-27T15:56:44.2852691Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-09-27T15:56:44.2862354Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-09-27T15:56:44.2881345Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:56:44.2896133Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-09-27T15:56:44.2943430Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.2960839Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.3038546Z test_RReLU (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.3047169Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3101927Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.3110417Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3189078Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.3198633Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3248212Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.3256517Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3348439Z test_ReLU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.3441904Z test_ReLU6 (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.3450624Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3504597Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.3512096Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3566753Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.3575267Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3583482Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3640934Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.3649274Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3709099Z test_ReLU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.3717782Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.3800381Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.3887421Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.3896315Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.4039705Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:44.4050328Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.4060627Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.4162965Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:44.4328273Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:44.4339768Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.4348787Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.4447380Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:44.4457338Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.4587747Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:44.4835121Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:56:44.4845139Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.4853778Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.4970396Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:44.4979161Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.5058005Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.5143938Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.5153395Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.5291119Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:44.5301762Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.5310233Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.5404093Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.5555221Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:44.5566105Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.5575575Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.5668246Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.5677693Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.5770439Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.5924700Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:56:44.5934746Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.5943446Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6037541Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.6045523Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6136911Z test_SELU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.6145504Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6202670Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.6211189Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6267725Z test_SELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.6275601Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6295223Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6320835Z test_Sequential_append (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6340888Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6359415Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6390920Z test_Sequential_getitem (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:44.6412221Z test_Sequential_iadd (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6436773Z test_Sequential_imul (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6455948Z test_Sequential_insert (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6469610Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:44.6486077Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6502463Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6518904Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:44.6533224Z test_Sequential_setitem (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:44.6548344Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:44.6643634Z test_SiLU (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.6651672Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6710411Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.6718501Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6774282Z test_SiLU_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.6782291Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6866109Z test_Sigmoid (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.6874792Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6930209Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.6938271Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.6987091Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.6994908Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7084224Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.7167290Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.7174791Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7182580Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7189780Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7196807Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7241481Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:44.7249097Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7256681Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7264185Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7308173Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:44.7315753Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7321964Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7328012Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7367854Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:44.7374344Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7380753Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7386794Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7464857Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.7472264Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7526419Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.7534282Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7610481Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.7618610Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7625764Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7633034Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7701782Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:44.7708162Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7714222Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7720560Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7794231Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:44.7801332Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7807916Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7814419Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7890542Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:44.7898274Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7957121Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:44.7965657Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7972733Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.7980133Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8034210Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.8042508Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8049888Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8056326Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8104308Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.8111531Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8117737Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8123754Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8171438Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.8178696Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8184874Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8190997Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8288385Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:44.8296700Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8351293Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.8359554Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8366844Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8374328Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8467255Z test_Softmax (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.8564745Z test_Softmax2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:44.8573852Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8663811Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.8672367Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8680111Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8760284Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:44.8767863Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8822044Z test_Softmax_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.8830131Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.8919260Z test_Softmin (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.8927741Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9015150Z test_Softmin_multidim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.9023081Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9112479Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.9120371Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9171056Z test_Softmin_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.9178423Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9270839Z test_Softplus (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.9358444Z test_Softplus_beta (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.9366546Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9453189Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:44.9461718Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9514546Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.9522605Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9530829Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9583151Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.9589979Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9658790Z test_Softshrink (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:44.9666779Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9739860Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:44.9747838Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9821623Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:44.9829076Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9884232Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:44.9892224Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:44.9991595Z test_Softsign (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:45.0000421Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0068766Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:45.0077038Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0141394Z test_Softsign_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:45.0149412Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0239082Z test_Tanh (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:45.0248281Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0307198Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:45.0316268Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0368965Z test_Tanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:45.0377839Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0473787Z test_Tanhshrink (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:45.0482728Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0544883Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:45.0553188Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0608466Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:45.0616862Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0699637Z test_Threshold_large_value (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:45.0707266Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0758064Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:45.0766005Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0855761Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:45.0865151Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.0919855Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:45.0928004Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.1655696Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.072s) 2022-09-27T15:56:45.1665821Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.2359964Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.069s) 2022-09-27T15:56:45.2370035Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.2763728Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:56:45.2773271Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:45.4449388Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.167s) 2022-09-27T15:56:45.4462176Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.1886721Z test_Transformer_cell (__main__.TestNN) ... ok (0.742s) 2022-09-27T15:56:46.6036039Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.415s) 2022-09-27T15:56:46.6047314Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6164836Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:46.6173893Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6181464Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6188199Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6295613Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:46.6304072Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6310956Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6317628Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6423815Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:46.6432328Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6439351Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6446332Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6526397Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:46.6534778Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6621143Z test_Unfold (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:46.6629467Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6700969Z test_Unfold_int_input (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:46.6709501Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6796822Z test_ZeroPad2d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:46.6939695Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:46.6948258Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.6956026Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.7033864Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:46.7042094Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.7129666Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:46.7137957Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:46.7297184Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:56:46.7326475Z test_add_module (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:46.7344006Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.7419705Z test_affine_grid (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:46.7503156Z test_affine_grid_3d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:46.7556579Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:46.7609328Z test_assignment (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:46.7626199Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.7638693Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:56:46.7663962Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T15:56:46.7841467Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:56:46.7851254Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:46.7873689Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.7880639Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:56:46.7968723Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:46.7980687Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.8066617Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:46.8153408Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:46.8287049Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:56:46.8375751Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:46.8391783Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.8414462Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.8531134Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:46.8543735Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.8564886Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.8586669Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.8621705Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:46.8917059Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:56:46.9001359Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:46.9017281Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.9034843Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.9047443Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.9061379Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.9076974Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.9115163Z test_bilinear (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:46.9131997Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.9372702Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:56:46.9410286Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:46.9419901Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:56:46.9427204Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:56:46.9436061Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:56:46.9446313Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.9460792Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.9469586Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.9477934Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.9489865Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.9510568Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.9519496Z test_caching_parametrization (__main__.TestNN) 2022-09-27T15:56:46.9646394Z Test the caching system of a parametrization ... ok (0.013s) 2022-09-27T15:56:46.9659668Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T15:56:46.9679228Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.003s) 2022-09-27T15:56:46.9697897Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1078: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:56:46.9699290Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-09-27T15:56:46.9699733Z ok (0.002s) 2022-09-27T15:56:46.9741335Z test_channel_shuffle (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:46.9751577Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:46.9769309Z test_children (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:46.9877642Z test_clip_grad_norm (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:46.9905547Z test_clip_grad_value (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:46.9914820Z test_compute_nparams_to_prune (__main__.TestNN) 2022-09-27T15:56:46.9921369Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-09-27T15:56:46.9943687Z test_container_copy (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:47.0161281Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:56:47.0542454Z test_conv_backcompat (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:56:47.0553850Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:56:47.0570128Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:47.1539311Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.097s) 2022-09-27T15:56:47.1552920Z test_conv_padding_mode (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:47.2529231Z test_conv_shapecheck (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: 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-09-27T15:56:47.2530311Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:56:47.3198521Z ok (0.164s) 2022-09-27T15:56:47.3285949Z test_conv_tbc (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:47.3298938Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:47.3387338Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:47.3473330Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:47.3555428Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:47.3930449Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:56:47.3971698Z test_cosine_similarity (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:47.3997956Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:50.9341076Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.534s) 2022-09-27T15:56:50.9352932Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:50.9361915Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:56:50.9370683Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:56:50.9377351Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-09-27T15:56:50.9400421Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T15:56:50.9418624Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T15:56:50.9427188Z test_custom_from_mask_pruning (__main__.TestNN) 2022-09-27T15:56:50.9435296Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-09-27T15:56:50.9454445Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-09-27T15:56:50.9519514Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.008s) 2022-09-27T15:56:50.9535131Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:50.9547274Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:50.9589575Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:56:50.9636632Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:50.9652291Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:50.9662996Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:50.9683731Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:50.9804473Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:50.9820969Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:50.9838263Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:50.9850523Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:50.9868274Z test_embedding_functional (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:50.9881252Z test_embedding_max_norm (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:50.9889317Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:56:50.9902961Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:50.9921219Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:50.9935474Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:50.9952928Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:51.0152702Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:56:51.0200402Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:51.0266718Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:51.0287270Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:51.0298005Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:51.0308453Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:51.0325913Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:51.0341744Z test_fb_fc_packed (__main__.TestNN) ... test_nn.py:5326: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-09-27T15:56:51.0342259Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-09-27T15:56:51.0357139Z test_nn.py:5327: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-09-27T15:56:51.0357606Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-09-27T15:56:51.0360996Z ok (0.003s) 2022-09-27T15:56:51.0372017Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:51.0658025Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:56:51.0704693Z test_functional_grad_conv (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:51.2339300Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.163s) 2022-09-27T15:56:51.2355044Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:51.2388123Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:51.2411836Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:51.2425800Z test_get_buffer (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:51.2443496Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:51.2455599Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-09-27T15:56:51.2467638Z test_global_pruning (__main__.TestNN) 2022-09-27T15:56:51.2481362Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-09-27T15:56:51.2496710Z test_global_pruning_importance_scores (__main__.TestNN) 2022-09-27T15:56:51.2509266Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-09-27T15:56:51.2784814Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:56:51.3064013Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:56:51.3386388Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:56:51.3700479Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:56:51.4171150Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.047s) 2022-09-27T15:56:51.4597741Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.043s) 2022-09-27T15:56:52.2874320Z test_grid_sample (__main__.TestNN) ... ok (0.828s) 2022-09-27T15:56:52.3609895Z test_grid_sample_3d (__main__.TestNN) ... ok (0.074s) 2022-09-27T15:56:52.3902901Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4224: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-09-27T15:56:52.3903538Z "Default grid_sample and affine_grid behavior has changed " 2022-09-27T15:56:52.3953420Z ok (0.034s) 2022-09-27T15:56:52.3973605Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:56:52.4714600Z test_hardtanh_backward (__main__.TestNN) ... ok (0.075s) 2022-09-27T15:56:52.4758819Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:56:52.4786054Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:52.4801057Z test_hook_backward_writeable (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:56:52.4801708Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:56:52.4802663Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:56:52.4803344Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:56:52.4807110Z ok (0.002s) 2022-09-27T15:56:52.4827023Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:52.4842258Z test_hook_extra_input (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:52.4865369Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:52.5003733Z test_hook_inplace (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:56:52.5023216Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:52.5036450Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:56:52.5069171Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:52.5189379Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:52.5207537Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:52.5231912Z test_hooks (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:56:52.5232625Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:56:52.5324715Z ok (0.012s) 2022-09-27T15:56:52.5414146Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:52.5426068Z test_identity_pruning (__main__.TestNN) 2022-09-27T15:56:52.5447502Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-09-27T15:56:52.5470479Z test_initialization_parametrization (__main__.TestNN) 2022-09-27T15:56:52.5548179Z Test that it is possible to initialize a parametrization when it ... ok (0.010s) 2022-09-27T15:56:52.5574937Z test_inplace_thnn (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:56:52.6948463Z test_interpolate (__main__.TestNN) ... ok (0.137s) 2022-09-27T15:56:52.7031469Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:52.7040344Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7104889Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.7112528Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7193431Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:52.7200868Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7276080Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.7283146Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7351678Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.7420635Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.7428188Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7435289Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7504272Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.7577891Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.7585457Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7592914Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7668042Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.7675760Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7738423Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.7745661Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7822462Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.7829472Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7902483Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.7910344Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.7978590Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.8045412Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.8053257Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8060681Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8126918Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.8193475Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.8200541Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8208511Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8219002Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:56:52.8284344Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.8349029Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.8356563Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8363761Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8424767Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.8431666Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8500962Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.8564100Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.8571242Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8578348Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8641962Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.8648788Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8713567Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.8720767Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8779683Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.8787426Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8863395Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:52.8870649Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.8943328Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.8951382Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9012247Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.9019890Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9113108Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:52.9121551Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9186653Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:56:52.9194356Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9262698Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.9270629Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9346386Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.9354385Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9471869Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:56:52.9480213Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9547043Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.9555353Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9632134Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:52.9640188Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9746703Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:52.9756183Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9872736Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:56:52.9882921Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:52.9952141Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:56:52.9960945Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:53.0063510Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:56:53.0159200Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:56:53.0167965Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:53.0175686Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:53.0255928Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:53.0338838Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:56:53.0348342Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:53.0357010Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:56:53.0780880Z test_invalid_conv1d (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: 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-09-27T15:56:53.0781597Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:56:53.1061447Z ok (0.070s) 2022-09-27T15:56:53.2432026Z test_invalid_conv2d (__main__.TestNN) ... ok (0.137s) 2022-09-27T15:56:53.3101682Z test_invalid_conv3d (__main__.TestNN) ... ok (0.067s) 2022-09-27T15:56:53.3118112Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:56:53.3134507Z test_kl_div_with_diff_type (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:56:53.3135265Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:56:53.3141689Z ok (0.002s) 2022-09-27T15:56:53.3162693Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:03.6118042Z test_l1_loss_correct (__main__.TestNN) ... ok (10.295s) 2022-09-27T15:57:03.6130022Z test_l1_unstructured_pruning (__main__.TestNN) 2022-09-27T15:57:03.6148923Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-09-27T15:57:03.6162435Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-09-27T15:57:03.6176514Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-09-27T15:57:03.6201368Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:03.6215200Z test_linear_broadcasting (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:03.6226398Z test_ln_structured_pruning (__main__.TestNN) 2022-09-27T15:57:03.6240482Z Check Ln structured pruning by hand. ... ok (0.002s) 2022-09-27T15:57:03.6252419Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-09-27T15:57:03.6264947Z Check Ln structured pruning by hand. ... ok (0.002s) 2022-09-27T15:57:03.6355042Z test_load_state_dict (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:57:03.6371254Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:03.6397187Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:57:03.6411175Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:03.8119047Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.171s) 2022-09-27T15:57:03.8133234Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:03.8202324Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:57:03.8291978Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:57:03.8302311Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:03.8387449Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:03.8396941Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:03.8478740Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:03.8487565Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:03.8534865Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:03.8544227Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:03.8626392Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:03.8636260Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:03.8734693Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:57:03.8744822Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:03.8753663Z test_loss_equal_input_target_shape (__main__.TestNN) ... test_nn.py:6767: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:03.8754430Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-09-27T15:57:03.8782412Z test_nn.py:6768: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:03.8783093Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-09-27T15:57:03.8809199Z test_nn.py:6769: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:03.8809940Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-09-27T15:57:03.8836776Z test_nn.py:6770: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:03.8837701Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-09-27T15:57:03.8864977Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:03.8866215Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:57:03.8991852Z ok (0.025s) 2022-09-27T15:57:03.9031650Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:03.9067105Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:57:03.9140851Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:57:03.9269165Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:57:03.9450530Z test_module_backcompat (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:57:03.9473316Z test_module_to_argparse (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:03.9493424Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:03.9509905Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:03.9522154Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:06.2709521Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5088: UserWarning: Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-09-27T15:57:06.2710541Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T15:57:06.2711598Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5108: UserWarning: Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-09-27T15:57:06.2712421Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T15:57:06.5932854Z ok (2.641s) 2022-09-27T15:57:09.2512484Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.658s) 2022-09-27T15:57:09.2582529Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:57:09.2628730Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:09.2646603Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:09.2678260Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... test_nn.py:5870: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T15:57:09.2678967Z nt = torch.nested_tensor([torch.randn(4, 4)]) 2022-09-27T15:57:09.2707830Z ok (0.006s) 2022-09-27T15:57:09.2720109Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:09.2760068Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:09.2769476Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:09.3087902Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:57:09.3118700Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:57:09.3141213Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:09.3179930Z test_named_modules (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:09.3201141Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:09.3417216Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:57:09.3847065Z test_new_spectral_norm (__main__.TestNN) ... ok (0.043s) 2022-09-27T15:57:09.3881679Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:09.3918597Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:09.4086464Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:57:09.7580269Z test_nnpack_conv (__main__.TestNN) ... ok (0.349s) 2022-09-27T15:57:09.7711072Z test_no_grad (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:57:09.7727598Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:09.7790948Z test_normalize (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:57:09.7815013Z test_orthogonal_errors (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:09.7871101Z test_orthogonal_parametrization (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:57:09.7871868Z warnings.warn(msg, FutureWarning) 2022-09-27T15:57:09.9597207Z ok (0.178s) 2022-09-27T15:57:09.9770299Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:57:09.9779727Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:57:09.9844494Z test_pad_scalar_error (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:57:09.9893310Z test_padding_list (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:09.9924434Z test_pairwise_distance (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:57:09.9947586Z test_parameter_assignment (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:09.9987427Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:10.0003931Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.0026124Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.0039861Z test_parameters_to_vector (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.0047108Z test_parametrization_same_training_mode (__main__.TestNN) 2022-09-27T15:57:10.0054819Z Test training mode updated on parametrization registration ... ok (0.001s) 2022-09-27T15:57:10.0064153Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.0072274Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:57:10.0239742Z test_pdist (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:57:10.0365011Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.012s) 2022-09-27T15:57:10.0375811Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-09-27T15:57:10.0399700Z test_pdist_empty_col (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.0419785Z test_pdist_empty_row (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.0564144Z test_pdist_large (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:57:10.0570287Z test_pdist_zeros (__main__.TestNN) 2022-09-27T15:57:10.0652397Z Test that grad is still valid when dist is 0 ... ok (0.009s) 2022-09-27T15:57:10.0677433Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.6194080Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.551s) 2022-09-27T15:57:10.6212385Z test_pointwise_loss_broadcast (__main__.TestNN) ... test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6213324Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:57:10.6235708Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6236652Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:57:10.6256162Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6257382Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:57:10.6275459Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6276346Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:57:10.6291761Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6292643Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:57:10.6306522Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6307694Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:57:10.6321012Z test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6321831Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T15:57:10.6322760Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6323583Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6342204Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6343092Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6361877Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6362760Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6380667Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6381425Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6396239Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6397096Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6411781Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6412613Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6426494Z test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6427302Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6428775Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6429664Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6447015Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6447903Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6465450Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6466313Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6482912Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6483746Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6498375Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6499260Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6512414Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6513293Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6526292Z test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6527131Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T15:57:10.6528030Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6528880Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:57:10.6546433Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6547286Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:57:10.6564394Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6565282Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:57:10.6582261Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6583123Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:57:10.6597112Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6598270Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:57:10.6611259Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6612104Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:57:10.6625486Z test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T15:57:10.6626262Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T15:57:10.6627886Z ok (0.044s) 2022-09-27T15:57:10.6643093Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.6663406Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.6674626Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.6724310Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:10.6736161Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:57:10.6917822Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:57:10.6935594Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.6953302Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.6970728Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.6984124Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7006682Z test_pruning_container_compute_mask (__main__.TestNN) 2022-09-27T15:57:10.7021394Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.004s) 2022-09-27T15:57:10.7030859Z test_pruning_id_consistency (__main__.TestNN) 2022-09-27T15:57:10.7040232Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-09-27T15:57:10.7049671Z test_pruning_rollback (__main__.TestNN) 2022-09-27T15:57:10.7067564Z Test that if something fails when the we try to compute the mask, ... ok (0.003s) 2022-09-27T15:57:10.7106280Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:10.7143790Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:10.7172459Z test_random_pruning (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:57:10.7184553Z test_random_pruning_0perc (__main__.TestNN) 2022-09-27T15:57:10.7207149Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-09-27T15:57:10.7216688Z test_random_pruning_forward (__main__.TestNN) 2022-09-27T15:57:10.7229689Z check forward with mask (by hand). ... ok (0.002s) 2022-09-27T15:57:10.7238212Z test_random_pruning_new_weight (__main__.TestNN) 2022-09-27T15:57:10.7256281Z Test that module.name now contains a pruned version of ... ok (0.003s) 2022-09-27T15:57:10.7264114Z test_random_pruning_orig (__main__.TestNN) 2022-09-27T15:57:10.7281399Z Test that original tensor is correctly stored in 'orig' ... ok (0.002s) 2022-09-27T15:57:10.7330266Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:10.7339649Z test_random_pruning_sizes (__main__.TestNN) 2022-09-27T15:57:10.7357930Z Test that the new parameters and buffers created by the pruning ... ok (0.003s) 2022-09-27T15:57:10.7373005Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7389606Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-09-27T15:57:10.7402836Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.003s) 2022-09-27T15:57:10.7418893Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-09-27T15:57:10.7434837Z Test that it is possible to nest the parametrizations ... ok (0.003s) 2022-09-27T15:57:10.7511344Z test_register_and_remove_parametrization (__main__.TestNN) 2022-09-27T15:57:10.7646269Z Test that it is possible to add a few parametrizations ... ok (0.021s) 2022-09-27T15:57:10.7662918Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.7677259Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7689808Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7698215Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7712674Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7725127Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7737365Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7786711Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:10.7798273Z test_remove_pruning (__main__.TestNN) 2022-09-27T15:57:10.7819470Z `prune.remove` removes the hook and the reparametrization ... ok (0.003s) 2022-09-27T15:57:10.7826054Z test_remove_pruning_exception (__main__.TestNN) 2022-09-27T15:57:10.7833471Z Removing from an unpruned tensor throws an assertion error ... ok (0.001s) 2022-09-27T15:57:10.7841120Z test_remove_pruning_forward (__main__.TestNN) 2022-09-27T15:57:10.7852807Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-09-27T15:57:10.7867270Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.7884471Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.7950251Z test_rnn_args_check (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:57:10.7964091Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:57:10.8114035Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:57:10.8135673Z test_rnn_pruning (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.8166867Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:57:10.8183771Z test_serialization_parametrization (__main__.TestNN) 2022-09-27T15:57:10.8225919Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.006s) 2022-09-27T15:57:10.8245738Z test_share_memory (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.8309460Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:57:10.8361527Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:10.8420424Z test_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:57:10.8507013Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:57:10.8516272Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:10.8599400Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:10.8607554Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:10.8652444Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:10.8660331Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:10.8739366Z test_softmax_lastdim (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:10.8748794Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:10.8830102Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:10.8839752Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:10.8920450Z test_softmax_spatial (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:10.8930656Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:10.9016510Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:10.9025891Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:10.9117673Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:57:10.9127871Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:57:10.9142702Z test_softmin (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.9433233Z test_spectral_norm (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:57:10.9453928Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.9478763Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.9669539Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:57:10.9694602Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.9734937Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:10.9743863Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:57:10.9757006Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:57:10.9774820Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T15:57:10.9797717Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.9809799Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:10.9829460Z test_to (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.9845240Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:10.9864213Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T15:57:10.9894625Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.005s) 2022-09-27T15:57:10.9955882Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:57:10.9966159Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-09-27T15:57:10.9982293Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-09-27T15:57:10.9995561Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-09-27T15:57:11.0014200Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-09-27T15:57:11.1886485Z test_transformer_args_check (__main__.TestNN) ... ok (0.187s) 2022-09-27T15:57:11.1995616Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:57:11.3049376Z test_transformerdecoder (__main__.TestNN) ... ok (0.105s) 2022-09-27T15:57:11.3324896Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:57:11.3635322Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:57:11.3683826Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:11.3768074Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:57:11.3813861Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:11.3866335Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:11.3914848Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:57:11.3951834Z test_type (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:57:11.3959388Z test_type_before_parametrizations (__main__.TestNN) 2022-09-27T15:57:11.3966920Z Test that type_before_parametrizations always retrieves original type ... ok (0.001s) 2022-09-27T15:57:11.3987063Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1095: 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 /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1694.) 2022-09-27T15:57:11.3987649Z return super(Tensor, self).refine_names(names) 2022-09-27T15:57:11.3988439Z ok (0.002s) 2022-09-27T15:57:11.4008795Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:11.4151346Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:57:11.4159202Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-09-27T15:57:11.4167330Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-09-27T15:57:11.4183498Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:11.4365050Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:57:11.4381262Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:11.4867834Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.048s) 2022-09-27T15:57:11.4890847Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:11.5100612Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:57:11.5215661Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:57:11.5229500Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:11.5238481Z test_validate_pruning_amount (__main__.TestNN) 2022-09-27T15:57:11.5244879Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-09-27T15:57:11.5254210Z test_validate_pruning_amount_init (__main__.TestNN) 2022-09-27T15:57:11.5260099Z Test the first util function that validates the pruning ... ok (0.002s) 2022-09-27T15:57:11.5274426Z test_vector_to_parameters (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:57:11.5338110Z test_weight_norm (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:57:11.5356077Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:57:11.5388765Z test_zero_grad (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:57:11.5418644Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.5440975Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.5457838Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:11.5483081Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:11.5519470Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:11.5555561Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:11.5590380Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.5625230Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.5659681Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:11.5694204Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:12.9787791Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.409s) 2022-09-27T15:57:13.1080661Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.129s) 2022-09-27T15:57:13.1112272Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:13.1142274Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:13.1172254Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:13.1191816Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:13.1210056Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:13.1228221Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:13.1246411Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:13.1264620Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:13.1279070Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:13.1293182Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:13.1306949Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:13.1372855Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:13.1388814Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:13.1415362Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:13.1441954Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:13.1468918Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:13.1482728Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:13.1496603Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:13.1511323Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:13.1525911Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:13.1583507Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:13.1641631Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:13.1679982Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.1739772Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:13.1779671Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.1817405Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.1857738Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.1897878Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.1935462Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.1976184Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.2015276Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.2052764Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.2240944Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:13.2428036Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:13.2604767Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:13.2792881Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:13.2990362Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:13.3168525Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:13.3362113Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:13.3553196Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:13.3726514Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:57:13.3913783Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:13.4103790Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:13.4273771Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:57:13.4487358Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:57:13.4680018Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:13.4880016Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:13.5064641Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:13.5113320Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:13.5160267Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:13.5204100Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.5250752Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:13.5296702Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:13.5341110Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.5387800Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:13.5433594Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:13.5477198Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.5522825Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.5567829Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.5612095Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:13.5704740Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:57:13.5796220Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:57:13.5891693Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:57:13.5987105Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:57:13.6200804Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:57:13.6223016Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:13.6307013Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:57:14.8200293Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.189s) 2022-09-27T15:57:14.8213035Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:14.8246079Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:14.8277087Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:14.8307371Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:14.8565959Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:14.9136633Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.057s) 2022-09-27T15:57:15.5250328Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.611s) 2022-09-27T15:57:15.5269348Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:15.5518708Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:15.5761796Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:57:15.5777670Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:15.5791435Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:15.5995428Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:15.6195459Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:15.7878435Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.168s) 2022-09-27T15:57:18.1917084Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.404s) 2022-09-27T15:57:26.2940200Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (8.102s) 2022-09-27T15:57:26.3155951Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:57:26.3365768Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:57:26.4747756Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.138s) 2022-09-27T15:57:27.0052582Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.530s) 2022-09-27T15:57:27.1748040Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.169s) 2022-09-27T15:57:27.5755302Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.401s) 2022-09-27T15:57:28.7833626Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.208s) 2022-09-27T15:57:28.7898640Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:28.7914399Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:28.9079741Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-09-27T15:57:28.9108125Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:28.9133458Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:28.9318192Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:29.2843143Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.352s) 2022-09-27T15:57:36.6277443Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.343s) 2022-09-27T15:57:36.6307195Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.6318887Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.6329232Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.6365454Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:36.6375990Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.6386408Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.6610074Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:57:36.6622024Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.6632209Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.6671176Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:36.6680459Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.6689432Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.6710737Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:36.7921799Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-09-27T15:57:36.7938552Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:36.7950550Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:36.7994054Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:36.8024628Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8156971Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:36.8230706Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:57:36.8256567Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8276162Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:36.8290679Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:36.8304571Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:36.8336880Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8364380Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8394888Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8422119Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8500893Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:57:36.8597819Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:57:36.8642429Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:36.8695809Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:36.8731786Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8758824Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8778625Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:36.8793175Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:36.8806603Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:36.8838669Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8867159Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8897294Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:36.8924617Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:37.1049018Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.212s) 2022-09-27T15:57:37.1419690Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:57:37.1478001Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:37.1513887Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:37.2357579Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.084s) 2022-09-27T15:57:37.2515795Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:57:37.2536337Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:37.2554473Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:37.2602798Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:37.2644169Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:37.2686351Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:37.2722389Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:37.2745138Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:37.2873008Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.2998992Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.3124402Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.3250147Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.3375724Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.3501325Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.3628156Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.3754226Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.3879836Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.4005881Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.4131709Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.4257304Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.4382545Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.4508202Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.4633719Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.4759150Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.4886133Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.5011741Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.5137347Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.5262988Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.5388542Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.5513222Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.5638026Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.5762759Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.5887308Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.6015120Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.6139645Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.6264294Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.6391117Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.6517456Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.6643177Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.6769242Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.6894514Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.7019324Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.7145289Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.7271414Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.7396327Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.7522117Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.7647530Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.7772721Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.7898310Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.8023376Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.8148587Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.8274260Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.8398393Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.8527473Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.8653009Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.8778845Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.8903996Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.9028790Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.9156227Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.9281350Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.9405877Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.9532189Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.9657790Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:37.9784309Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:37.9908229Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:38.0032015Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:38.0156120Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:38.0280027Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:38.0404339Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:38.0528177Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:38.0651896Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:38.0775583Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:38.0967777Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.1153361Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.1340640Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.1529119Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.1726463Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:38.1919818Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.2112909Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.2306647Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.2498798Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.2690276Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.2888423Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:38.3085540Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:38.3286793Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:38.3489000Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:38.3683872Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.3881403Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:38.4070817Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.4255849Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.4445153Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.4636093Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.4830345Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.5027848Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:57:38.5222502Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.5414425Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.5596001Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.5775640Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.5961191Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.6143362Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.6334197Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.6520738Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.6707667Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.6893870Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.7069859Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.7241863Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:57:38.7417760Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.7593478Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.7771407Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.7953947Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.8133192Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.8322718Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.8510180Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.8696378Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.8884822Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.9065765Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.9252189Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.9434691Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:38.9623944Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.9810424Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:38.9996891Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.0178951Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.0361025Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.0542474Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.0731912Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.0920102Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.1112270Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.1300100Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.1485881Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.1668132Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.1851789Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.2030715Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.2218931Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.2406977Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.2596381Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.2784588Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.2963654Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.3149142Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.3335660Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.3518407Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:57:39.3708569Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.3895965Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.4090268Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.4281070Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:57:39.4409757Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.4538419Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.4667299Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.4796372Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.4922696Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.5049112Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.5176081Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.5301411Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.5426679Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.5555494Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.5681141Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.5805888Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.5930623Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.6056364Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.6181320Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.6306185Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.6431279Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.6554869Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.6679999Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.6805000Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.6929385Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.7053871Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.7179927Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.7305695Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.7430552Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.7556268Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.7681857Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.7807513Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.7931973Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.8055846Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.8179976Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.8303768Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.8427312Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.8552151Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.8677786Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.8803550Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.8930160Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.9056020Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.9182048Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.9308529Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.9434545Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:39.9559620Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.9685023Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.9810329Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:39.9935041Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.0060135Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.0185874Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.0311555Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:40.0436520Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.0562213Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:40.0687201Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.0811841Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.0936241Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.1060885Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.1184633Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.1307824Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.1431427Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.1553049Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.1675753Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.1798862Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.1922281Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.2045511Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.2168271Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.2290300Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.2412471Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.2535286Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.2661077Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:40.2784987Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.2909694Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.3034173Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.3160231Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:40.3285077Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:40.3544946Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:40.3797424Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:40.4053880Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:40.4303558Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:40.4577177Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:40.4845414Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:40.5122250Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:40.5392609Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:40.5534216Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:40.5667118Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:40.5804984Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:40.5936947Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:40.6075518Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:40.6208718Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:40.6347021Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:40.6481471Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:40.6680022Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:57:40.6873906Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:40.7070980Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:57:40.7264116Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:40.7459673Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:40.7649442Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:40.7844564Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:40.8034652Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:40.8317219Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:40.8587189Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:40.8863488Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:40.9142203Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:40.9451582Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:57:40.9750415Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:41.0051939Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:41.0343968Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:57:41.0483838Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.0620456Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.0761771Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.0898396Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.1040092Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.1178327Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.1316500Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.1451527Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.1649683Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:57:41.1842190Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.2038441Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.2231744Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.2427804Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.2620298Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.2816440Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.3010529Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.3385782Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:57:41.3756753Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:57:41.4082838Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:57:41.4394148Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:57:41.4772369Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:57:41.5159176Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:57:41.5513591Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:57:41.5850315Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:57:41.5995490Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.6131410Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.6274796Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.6409268Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.6551847Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.6687224Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.6829567Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.6966338Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.7163504Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:57:41.7352637Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.7544823Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.7733236Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.7925634Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.8115212Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.8310967Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:57:41.8508282Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:57:41.8643332Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:41.8772412Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.8902693Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.9029004Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.9160960Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.9288489Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.9422293Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.9549505Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.9679831Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.9808019Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:41.9939376Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.0070638Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.0209177Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:42.0341224Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.0476984Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.0608298Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.0746588Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:42.0877656Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.1014409Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:42.1144581Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.1278600Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.1406748Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.1540093Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.1670703Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.1803577Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.1931415Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.2062924Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.2192813Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.2325081Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.2454566Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.2586519Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.2713042Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.2844321Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.2972477Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.3104609Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.3232914Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.3363821Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.3494943Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.3625485Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.3750080Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:57:42.3881778Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.4009290Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.4139826Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.4266400Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.4395928Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.4522920Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.4652722Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.4780649Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.4915272Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.5045751Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.5179309Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.5312962Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.5446939Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.5578228Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.5712541Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.5843700Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.5980895Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:42.6116007Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.6250599Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.6385727Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.6520402Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.6650811Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.6786492Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:42.6916080Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.7047716Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.7176504Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.7308773Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.7436137Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.7570839Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.7703002Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.7840918Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:57:42.7972019Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:42.8229923Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:42.8483031Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:42.8743280Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:42.8997376Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:42.9277071Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:42.9548832Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:42.9821378Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.0090698Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.0454907Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:57:43.0745334Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:57:43.1021508Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.1286570Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:43.1564019Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.1842683Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.2130185Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:57:43.2411646Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.2662486Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:43.2904335Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:57:43.3155733Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:43.3397589Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:57:43.3652109Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:43.3914482Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:43.4182185Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.4441634Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:43.4708434Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.4974089Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:57:43.5248250Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.5518968Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.5801093Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.6081073Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.6362264Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.6642250Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.6923077Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.7197116Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.7480211Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:43.7755911Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:43.8062708Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:57:43.8361032Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:43.8661615Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:43.8964124Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:43.9274794Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:57:43.9573842Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:43.9895853Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:57:44.0215603Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:57:44.0539171Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:57:44.0856995Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:57:44.1191529Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:57:44.1519220Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:57:44.1800829Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:44.2072853Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:44.2345140Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:44.2612341Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:44.2894780Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:44.3169148Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:44.3448759Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:44.3724070Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:57:44.4015885Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:57:44.4296521Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:57:44.4601134Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:44.4903604Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:44.5213192Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:57:44.5513471Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:44.5834057Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:57:44.6161729Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:57:44.6530250Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:57:44.6884784Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:57:44.7189536Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:44.7480418Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:57:44.7860325Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:57:44.8226855Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:57:44.8539729Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:57:44.8843411Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:44.8968633Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:44.9091843Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:44.9216908Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:44.9341397Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:44.9466739Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:57:44.9590912Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:44.9715424Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:44.9838667Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:57:45.0210601Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:57:45.0575635Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:57:45.0910449Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:57:45.1233020Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:57:45.1625971Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:57:45.2006189Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:57:45.2354226Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:57:45.2698305Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:57:45.4479321Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.178s) 2022-09-27T15:57:45.4494991Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:45.4523971Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:45.4551983Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:45.4579630Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:45.4606758Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:45.4634624Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:45.4646903Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:45.4659356Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:45.4674429Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:45.4911001Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:57:45.5025051Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:57:45.5547447Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.052s) 2022-09-27T15:57:45.5573409Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:45.5596992Z test_conv_empty_channel_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-09-27T15:57:45.5597645Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T15:57:45.5836110Z ok (0.026s) 2022-09-27T15:57:45.6071282Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:57:45.6372791Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:57:45.6395182Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:45.6408321Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:45.6626759Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:57:45.6670244Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:45.7427960Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.076s) 2022-09-27T15:57:45.8205150Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.078s) 2022-09-27T15:57:45.8220515Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:45.9154697Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.093s) 2022-09-27T15:57:45.9177343Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:45.9192689Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:45.9367949Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:57:45.9435030Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:57:45.9606869Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:57:45.9739003Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:45.9798211Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:45.9874268Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:57:45.9984531Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:57:46.0001034Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:46.0017849Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:46.0033628Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:46.0049086Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:46.0064901Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:46.0080465Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:57:46.0143177Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:57:46.2371181Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.223s) 2022-09-27T15:57:46.2389198Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:46.2410967Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:46.2432160Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:46.2451757Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:46.2471411Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:46.2481963Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:46.2595018Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:57:46.2757083Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:57:46.2794463Z test_embedding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:57:47.0825536Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.803s) 2022-09-27T15:57:47.8609270Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.778s) 2022-09-27T15:57:47.9291101Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.068s) 2022-09-27T15:57:47.9945652Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.065s) 2022-09-27T15:57:47.9958710Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:47.9970043Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:47.9981025Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:47.9992058Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:48.1783005Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.179s) 2022-09-27T15:57:48.3573521Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.179s) 2022-09-27T15:57:48.5379450Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.180s) 2022-09-27T15:57:48.7161666Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.178s) 2022-09-27T15:57:48.8980980Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.182s) 2022-09-27T15:57:49.0821361Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.184s) 2022-09-27T15:57:49.2615437Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.179s) 2022-09-27T15:57:49.4404970Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.179s) 2022-09-27T15:57:49.6212017Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.181s) 2022-09-27T15:57:49.8006078Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.179s) 2022-09-27T15:57:49.9813721Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.181s) 2022-09-27T15:57:50.1646126Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.183s) 2022-09-27T15:57:50.1672240Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:57:50.1696821Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.1720663Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.1744149Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.2161555Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:57:50.2581477Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:57:50.2995049Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T15:57:50.3407933Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T15:57:50.3431021Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3451701Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3470793Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3490160Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3509765Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3528297Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3547431Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3566950Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3585625Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3604218Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3623973Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3642082Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.3776434Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.3909172Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.4042449Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.4176010Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.4309004Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.4442735Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.4569494Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.4696407Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.4946339Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:50.5195701Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:50.5433792Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:57:50.5669687Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:57:50.5803238Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.5936664Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.6070945Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.6203545Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.6337574Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.6470708Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.6598800Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.6725594Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:57:50.6975355Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:50.7224044Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:57:50.7459512Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:57:50.7696321Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:57:50.7746979Z test_embedding_dense_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:57:50.7764860Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.7777630Z test_embedding_max_norm_device_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:50.7789525Z test_embedding_max_norm_device_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:50.7800997Z test_embedding_max_norm_device_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:50.7820190Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:57:50.7938648Z test_embedding_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:57:50.8029419Z test_embedding_scalar_weight_error_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:57:50.8384316Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:57:50.8505984Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:57:50.8539439Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:57:57.9918891Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (7.138s) 2022-09-27T15:57:58.0792334Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.087s) 2022-09-27T15:58:03.2692540Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (5.190s) 2022-09-27T15:58:03.3515378Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.082s) 2022-09-27T15:58:03.3538133Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.3558341Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.3579307Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.3599483Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.3687698Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:58:03.3788973Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:58:03.3882537Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:58:03.3975473Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:58:03.3999609Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.4022027Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.4075704Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:58:03.4094501Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.4104138Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:58:03.4166956Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:58:03.4179589Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:03.4193319Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:03.4287586Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:58:03.4465176Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:58:03.4487056Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.4505100Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:03.4519344Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:58:03.4534552Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:58:03.4545565Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:03.4558251Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.1827791Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.727s) 2022-09-27T15:58:11.3570158Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.174s) 2022-09-27T15:58:11.3960208Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:58:11.3977073Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:58:11.4031695Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:58:11.4051052Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:11.4069966Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:11.4125318Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:58:11.4142195Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:58:11.4157464Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.4172356Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.4184720Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.4197087Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.4211471Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.4228645Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:11.4244454Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:11.4261126Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:11.4278032Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:11.4304606Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:58:11.4344331Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:58:11.4377296Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:58:11.4411058Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:58:11.4442317Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:58:11.4520658Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:58:11.4670918Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:58:11.4708454Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:58:11.4723170Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:58:11.4751562Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:58:11.4788411Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:58:11.4836758Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:58:11.4928671Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:58:11.4945191Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:58:11.4959723Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.4973531Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.4990873Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T15:58:11.4991645Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T15:58:11.4994328Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:58:11.4995014Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:58:11.4995255Z ok (0.002s) 2022-09-27T15:58:11.5122380Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:58:11.5138750Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:58:11.5388346Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:58:11.5638265Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:58:11.5649373Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.5682776Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:58:11.5715729Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:58:11.6094892Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:58:11.6164849Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:58:11.6222481Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:58:11.6244261Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:11.6328273Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:58:11.6448497Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:58:11.6462684Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:11.6856881Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:58:11.6872146Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:58:11.6885229Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:12.2111238Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.522s) 2022-09-27T15:58:12.2164931Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:58:12.2184535Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:12.2209641Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:12.2263177Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:58:12.2313329Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:58:12.2321748Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:58:12.2336081Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: 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-09-27T15:58:12.2337193Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:58:12.2338163Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:985: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:58:12.2338800Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-09-27T15:58:12.2339420Z ok (0.002s) 2022-09-27T15:58:12.2679032Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:58:12.3078361Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:58:12.3427239Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:58:17.0650872Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (4.722s) 2022-09-27T15:58:17.1894465Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.124s) 2022-09-27T15:58:17.1911633Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:17.1927681Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:17.1964579Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:58:17.2000427Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:58:17.2034359Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:58:17.2068251Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:58:17.2083659Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:17.2099370Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:17.2114122Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:58:17.2536342Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:58:17.2940398Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:58:17.3391608Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-09-27T15:58:17.3840488Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-09-27T15:58:17.3862509Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:17.4079629Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:58:17.4091426Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:17.4195421Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:58:17.4660933Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-09-27T15:58:17.4672124Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:17.4681823Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:17.4690649Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:17.5859116Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.117s) 2022-09-27T15:58:17.6119274Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:58:17.6129800Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:17.6151392Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:17.6168748Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:58:17.6266384Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:58:17.7437162Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.117s) 2022-09-27T15:58:18.3168701Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.573s) 2022-09-27T15:58:18.3187668Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:58:18.3201858Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:18.3214628Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.3223352Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.3233615Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.3245754Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.3254871Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.3269965Z test_constant (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.3303284Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:58:18.3367121Z test_dirac_identity (__main__.TestNNInit) ... ok (0.006s) 2022-09-27T15:58:18.3376550Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.3401994Z test_dirac_properties (__main__.TestNNInit) ... ok (0.002s) 2022-09-27T15:58:18.3412748Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.3421516Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.5496734Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.207s) 2022-09-27T15:58:18.5507072Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.5540193Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:58:18.7287692Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.175s) 2022-09-27T15:58:18.7298753Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:18.7330356Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:58:19.6520140Z test_normal (__main__.TestNNInit) ... ok (0.919s) 2022-09-27T15:58:19.6543504Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.002s) 2022-09-27T15:58:19.6585913Z test_orthogonal (__main__.TestNNInit) ... ok (0.004s) 2022-09-27T15:58:19.6634862Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.005s) 2022-09-27T15:58:19.6643513Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:19.6652043Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:58:20.4981271Z test_uniform (__main__.TestNNInit) ... ok (0.833s) 2022-09-27T15:58:20.8427717Z test_xavier_normal (__main__.TestNNInit) ... ok (0.345s) 2022-09-27T15:58:20.8438148Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:20.9194393Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.075s) 2022-09-27T15:58:20.9204840Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:58:20.9229950Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-09-27T15:58:20.9258179Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T15:58:20.9285009Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T15:58:20.9310708Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T15:58:20.9319982Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-09-27T15:58:20.9333687Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2022-09-27T15:58:20.9333941Z 2022-09-27T15:58:20.9334291Z ---------------------------------------------------------------------- 2022-09-27T15:58:20.9334601Z Ran 3143 tests in 108.537s 2022-09-27T15:58:20.9336267Z 2022-09-27T15:58:20.9336486Z OK (skipped=1356, expected failures=27) 2022-09-27T15:58:20.9336762Z 2022-09-27T15:58:20.9336932Z Generating XML reports... 2022-09-27T15:58:20.9380792Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927155632.xml 2022-09-27T15:58:20.9383491Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927155632.xml 2022-09-27T15:58:20.9386120Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927155632.xml 2022-09-27T15:58:20.9390188Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927155632.xml 2022-09-27T15:58:20.9429554Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927155632.xml 2022-09-27T15:58:20.9437037Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927155632.xml 2022-09-27T15:58:21.1205721Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220927155632.xml 2022-09-27T15:58:21.2885072Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927155632.xml 2022-09-27T15:58:21.2907027Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927155632.xml 2022-09-27T15:58:21.2913125Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927155632.xml 2022-09-27T15:58:21.8587895Z Running test_fx_experimental ... [2022-09-27 15:58:21.858353] 2022-09-27T15:58:21.8588457Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:21.858436] 2022-09-27T15:58:24.4413463Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-09-27T15:58:24.4454858Z 2022-09-27T15:58:24.4454990Z Running tests... 2022-09-27T15:58:24.4455351Z ---------------------------------------------------------------------- 2022-09-27T15:58:24.6538306Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:58:24.6538962Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:58:26.2019504Z ok (1.756s) 2022-09-27T15:58:26.2082116Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:58:26.2124124Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:58:26.2157937Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:58:26.2192062Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:58:26.2226965Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:58:26.9555558Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (0.733s) 2022-09-27T15:58:26.9654747Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.010s) 2022-09-27T15:58:26.9778015Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.012s) 2022-09-27T15:58:26.9816459Z test_fetch (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:58:26.9856605Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:58:26.9886081Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:58:26.9921822Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:58:26.9951037Z test_merge_matmuls (__main__.TestFXExperimental) 2022-09-27T15:58:27.0214102Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.029s) 2022-09-27T15:58:27.0436480Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.022s) 2022-09-27T15:58:27.4994082Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.456s) 2022-09-27T15:58:27.5056105Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:58:27.5653392Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.060s) 2022-09-27T15:58:27.5674445Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-09-27T15:58:28.1102128Z Exhaustively test `Node.normalized_arguments` on all standard ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:58:28.1103638Z self.padding, self.dilation, self.groups) 2022-09-27T15:58:29.2301158Z ok (1.665s) 2022-09-27T15:58:29.4998093Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.270s) 2022-09-27T15:58:37.2246436Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (7.725s) 2022-09-27T15:58:37.2359969Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.011s) 2022-09-27T15:58:37.2443116Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.008s) 2022-09-27T15:58:37.2501500Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:58:37.2538017Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:58:37.2587915Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-09-27T15:58:37.2588333Z [1, 2] 2022-09-27T15:58:37.2612234Z ok (0.007s) 2022-09-27T15:58:37.2673556Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:58:37.3990982Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.131s) 2022-09-27T15:58:37.4069280Z test_split_module_default_arg (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:58:37.4070072Z warnings.warn(msg, FutureWarning) 2022-09-27T15:58:37.4070324Z ok (0.008s) 2022-09-27T15:58:37.4117006Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T15:58:37.4179988Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:58:37.4268056Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.009s) 2022-09-27T15:58:37.5858409Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.159s) 2022-09-27T15:58:37.5921563Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:58:37.5982885Z test_to_folder (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py:474: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-09-27T15:58:37.5983430Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-09-27T15:58:37.6030106Z ok (0.011s) 2022-09-27T15:58:37.6056909Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:58:37.6081268Z test_type_matches (__main__.TestFXExperimental) ... ok (0.002s) 2022-09-27T15:58:37.6094799Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-09-27T15:58:37.6147187Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6194557Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6232968Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:37.6281720Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6329778Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6389534Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:58:37.6435767Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6468341Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:37.6502372Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:58:37.6502959Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:58:37.6517948Z expected failure (0.005s) 2022-09-27T15:58:37.6564064Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6619747Z test_normalize_operator_exhaustive__masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6668526Z test_normalize_operator_exhaustive__masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6718222Z test_normalize_operator_exhaustive__masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6767337Z test_normalize_operator_exhaustive__masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6824234Z test_normalize_operator_exhaustive__masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:58:37.6879792Z test_normalize_operator_exhaustive__masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6934514Z test_normalize_operator_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.6997909Z test_normalize_operator_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:58:37.7024959Z test_normalize_operator_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:58:37.7088584Z test_normalize_operator_exhaustive__masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:58:37.7153937Z test_normalize_operator_exhaustive__masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:58:37.7214832Z test_normalize_operator_exhaustive__masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:58:37.7292423Z test_normalize_operator_exhaustive__masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:58:37.7344602Z test_normalize_operator_exhaustive__masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.7401540Z test_normalize_operator_exhaustive__masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:58:37.7455678Z test_normalize_operator_exhaustive__masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.7507843Z test_normalize_operator_exhaustive__masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.7556394Z test_normalize_operator_exhaustive__masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.7607931Z test_normalize_operator_exhaustive__masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:37.7665614Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:37.7798590Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:58:37.7907123Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:37.8357177Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:58:37.8599162Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:58:37.9010662Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:58:37.9396433Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:58:37.9531192Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:58:37.9658904Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:58:37.9886179Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:58:38.0099996Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:58:38.0558347Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:58:38.1207249Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-09-27T15:58:38.1786386Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-09-27T15:58:38.2405929Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-09-27T15:58:38.2615187Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:58:38.2616219Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:58:38.2617214Z test_fx_experimental.py:1517: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:58:38.2618120Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-09-27T15:58:38.2635964Z :5: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:58:38.2641009Z :5: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:58:38.2644990Z ok (0.024s) 2022-09-27T15:58:38.2709364Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:38.3157242Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:58:38.3374683Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.022s) 2022-09-27T15:58:38.3731052Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:58:38.4087942Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:58:38.4907013Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.082s) 2022-09-27T15:58:38.5082635Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:58:38.5249342Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:58:38.5425468Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:58:38.5489076Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:38.5550332Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:38.5871747Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:58:38.5935767Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:38.5998545Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:38.6037225Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:38.6075161Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:38.6112413Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:38.6378448Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:58:38.6444495Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:58:38.6477116Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:38.6513650Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:38.6574282Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:38.6607445Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:38.6640140Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:38.6674136Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:38.6890156Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:58:38.7618821Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-09-27T15:58:38.7653556Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:38.7686579Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:38.7763279Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:58:39.4439497Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.667s) 2022-09-27T15:58:39.4504389Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:58:39.4540127Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:58:39.4540742Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:58:39.4541919Z expected failure (0.004s) 2022-09-27T15:58:39.4578247Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:39.4620982Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:58:39.4621600Z L = torch.cholesky(A) 2022-09-27T15:58:39.4621855Z should be replaced with 2022-09-27T15:58:39.4622141Z L = torch.linalg.cholesky(A) 2022-09-27T15:58:39.4622371Z and 2022-09-27T15:58:39.4622608Z U = torch.cholesky(A, upper=True) 2022-09-27T15:58:39.4622882Z should be replaced with 2022-09-27T15:58:39.4623155Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:58:39.4623982Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:58:39.4624524Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:58:39.5051881Z ok (0.047s) 2022-09-27T15:58:39.5423737Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:58:39.5823836Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:58:39.5950899Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:58:39.6184724Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:58:39.6523138Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:58:39.6838467Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:39.6932449Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:58:39.6999326Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:58:39.7557961Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-09-27T15:58:39.7891371Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:58:39.8000849Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:39.8061582Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:39.9558227Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.149s) 2022-09-27T15:58:39.9592513Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:39.9930283Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:58:40.0079919Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:58:40.0203530Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:40.0322755Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:40.0932306Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T15:58:40.2336323Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.140s) 2022-09-27T15:58:40.2464619Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:58:40.2593060Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:58:40.2716405Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:40.3051933Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:58:40.3203765Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:58:40.3482591Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:58:40.3590938Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:40.4027160Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:58:40.4491583Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:58:40.4646183Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:58:40.5081071Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:58:40.5557947Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T15:58:40.7490467Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.193s) 2022-09-27T15:58:40.7601113Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:40.8999059Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.140s) 2022-09-27T15:58:40.9384020Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:58:40.9756982Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:58:41.0141214Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:58:41.0203648Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:41.0237572Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:41.0349002Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:41.0396481Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:58:41.0463878Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:58:41.0505108Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:41.0531657Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:58:41.0986271Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:58:41.1218517Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:58:41.1288216Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:58:41.1412408Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:41.1476436Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:41.1590442Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:41.1714640Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:41.1766957Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:41.1815644Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:41.1876989Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:41.1916575Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:41.2204587Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:41.2472033Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:41.2774454Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:58:41.2940261Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:41.3182961Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:58:41.3472624Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:41.3813150Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:58:41.4060618Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:58:41.4332715Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:41.4642586Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:41.4807196Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:41.5054199Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:58:41.5352256Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:58:41.5663665Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:41.5913960Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:58:41.6206230Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:41.6543393Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:58:41.6850859Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:41.7140525Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:41.7488727Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:58:41.7620168Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:58:41.7847053Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:58:41.8204307Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:58:41.8303423Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:58:41.8405930Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:58:41.8442029Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:41.8781651Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:58:41.8844001Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:41.9154599Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:41.9443093Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:41.9756779Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:42.0122168Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:58:42.2354503Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.223s) 2022-09-27T15:58:42.2470228Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:42.2697826Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:58:42.2877704Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:58:42.3186968Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:42.4241201Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.105s) 2022-09-27T15:58:42.4551956Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.031s) 2022-09-27T15:58:42.4861271Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:42.4896593Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:42.5172403Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:42.7829427Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.266s) 2022-09-27T15:58:43.5031000Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.720s) 2022-09-27T15:58:43.5271668Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.024s) 2022-09-27T15:58:43.5385996Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:43.5434318Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:58:43.5736357Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:58:43.5818101Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:58:43.6093301Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:43.6367344Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:43.6675286Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:43.6798082Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:43.6956659Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:43.7002248Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/fx/operator_schemas.py:205: UserWarning: Does not support nested parametric types, got typing.List[typing.Union[torch.Tensor, NoneType]]. Please file a bug. 2022-09-27T15:58:43.7002838Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-09-27T15:58:43.7028226Z expected failure (0.007s) 2022-09-27T15:58:43.7064530Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T15:58:43.7065072Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:58:43.8090461Z ok (0.106s) 2022-09-27T15:58:43.8213033Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:43.8313769Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:58:43.8350501Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:43.8902961Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T15:58:43.9005339Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:58:43.9103805Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:58:43.9161101Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:43.9218064Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:43.9274272Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:43.9328957Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:58:43.9426371Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:58:43.9462543Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T15:58:43.9463110Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:58:43.9835606Z ok (0.041s) 2022-09-27T15:58:43.9870035Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:58:43.9901063Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:58:43.9931875Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:58:43.9962496Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:58:43.9993112Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:58:44.0069076Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:58:44.0444248Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:58:44.0738336Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:44.1055186Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:58:44.1495687Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:58:44.1611516Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:44.2055537Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:58:44.2535749Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T15:58:44.2668107Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:58:44.2783620Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:44.3070757Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:44.3948218Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-09-27T15:58:44.4249930Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:58:44.4533462Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:58:44.4800764Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:44.5073912Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:44.5333483Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:58:44.5595893Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:58:44.5884830Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:44.6050595Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:44.6225161Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:58:44.6750495Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T15:58:44.8379838Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.163s) 2022-09-27T15:58:44.9756480Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.138s) 2022-09-27T15:58:45.0358242Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-09-27T15:58:45.0880589Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T15:58:45.1430614Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T15:58:45.4654109Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.322s) 2022-09-27T15:58:45.7046710Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.239s) 2022-09-27T15:58:45.7613202Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-09-27T15:58:46.0494384Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.288s) 2022-09-27T15:58:46.0838286Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:58:46.0913384Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:58:46.4333281Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.342s) 2022-09-27T15:58:46.6876536Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.254s) 2022-09-27T15:58:46.7908951Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.103s) 2022-09-27T15:58:46.8292391Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:58:46.8323810Z test_normalize_operator_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:58:46.9464222Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.114s) 2022-09-27T15:58:46.9788277Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:58:47.0346927Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-09-27T15:58:47.1016303Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-09-27T15:58:47.5598493Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.458s) 2022-09-27T15:58:48.3312950Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.771s) 2022-09-27T15:58:48.4332090Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.102s) 2022-09-27T15:58:48.4431164Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:58:48.4592933Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:58:48.4886020Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:48.6163346Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.128s) 2022-09-27T15:58:49.1626731Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.546s) 2022-09-27T15:58:49.2820762Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.119s) 2022-09-27T15:58:49.2942832Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:49.3006625Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:49.3121628Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:49.3268345Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:58:49.3473639Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:58:49.3689664Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:58:49.3751154Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:49.3823705Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:58:49.4057581Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:58:49.4364567Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:49.4639882Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:49.4747263Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:49.5026698Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:58:49.5304546Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:58:49.5480732Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:58:50.5539458Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.006s) 2022-09-27T15:58:50.6092763Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T15:58:50.6127486Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:50.6453019Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:58:50.6488327Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:58:50.6488931Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:58:50.6489158Z should be replaced with 2022-09-27T15:58:50.6489411Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:58:50.6489749Z and 2022-09-27T15:58:50.6490136Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:58:50.6490588Z should be replaced with 2022-09-27T15:58:50.6490962Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:58:50.6491347Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:58:50.7461721Z ok (0.101s) 2022-09-27T15:58:50.7496489Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:58:50.7497133Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:58:50.7497381Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:58:50.7497863Z should be replaced with 2022-09-27T15:58:50.7498198Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:58:50.7498562Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:58:50.8304015Z ok (0.084s) 2022-09-27T15:58:50.8886964Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-09-27T15:58:50.8935527Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:50.8982732Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:50.9256564Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:50.9409158Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:58:50.9651140Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:58:51.0163968Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T15:58:51.0285155Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:51.0666278Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:58:51.0772600Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:51.0959276Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:58:51.1273623Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:51.2040219Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-09-27T15:58:51.2503801Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:58:51.2549145Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:51.2575449Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:58:51.2970284Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:58:51.3084159Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:51.3265432Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:58:51.3563177Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:58:51.3628777Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:58:51.3901824Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:51.3996681Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:58:51.4113189Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:51.4506898Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:58:51.4549868Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:51.4627713Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:58:51.4980544Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:58:51.5309937Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:58:51.5639160Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:58:51.5755595Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:51.6890267Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.113s) 2022-09-27T15:58:51.7368736Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T15:58:51.9801314Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.243s) 2022-09-27T15:58:52.0920474Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.112s) 2022-09-27T15:58:52.1106280Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:58:52.1416684Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:52.2168080Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-09-27T15:58:52.2566162Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:58:52.2627738Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:58:52.2665245Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:52.2701467Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:52.2739499Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:52.2774901Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:52.2810432Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:52.3106360Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:58:52.3306010Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:58:52.3613638Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:52.3991138Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:58:52.4240658Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:58:52.4939243Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-09-27T15:58:52.5567183Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T15:58:52.5868562Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:58:52.6141267Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:58:52.6449245Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:52.6853981Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:58:52.7418601Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-09-27T15:58:52.7765739Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:58:52.8625226Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.086s) 2022-09-27T15:58:52.8733686Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:52.9240117Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-09-27T15:58:53.0580490Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.134s) 2022-09-27T15:58:53.1029412Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:58:53.1525868Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-09-27T15:58:53.2040049Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T15:58:53.2337244Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:58:53.2672207Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:58:53.3309949Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T15:58:53.3618826Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:53.3657203Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:58:53.3658315Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:58:53.3660167Z expected failure (0.004s) 2022-09-27T15:58:53.3703341Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:53.3743670Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:53.3869132Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:58:53.3906335Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:53.3940635Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:53.3976596Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:58:53.4011274Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:58:53.4064098Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:58:53.4124164Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:58:54.5674954Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.155s) 2022-09-27T15:58:54.5954842Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:58:54.7212086Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-09-27T15:58:54.8132215Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.092s) 2022-09-27T15:58:54.8311747Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:58:54.8507683Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:58:54.8615439Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:54.8752855Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:58:54.8941394Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:58:54.9274431Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:58:54.9580832Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:58:54.9968029Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:58:55.0366054Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:58:55.0766310Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:58:55.1162016Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:58:55.1593666Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:58:55.2002178Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:58:55.2442725Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:58:55.2547874Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:58:55.2548647Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:58:55.3023908Z ok (0.058s) 2022-09-27T15:58:55.3229135Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:58:55.3437676Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:58:55.3702426Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:58:55.4251845Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T15:58:55.4673491Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:58:55.4787887Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:58:55.5535376Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-09-27T15:58:58.3457239Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.792s) 2022-09-27T15:59:02.6126136Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (4.267s) 2022-09-27T15:59:04.4347988Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.822s) 2022-09-27T15:59:04.8950981Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.460s) 2022-09-27T15:59:04.9798090Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.085s) 2022-09-27T15:59:05.9397939Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.960s) 2022-09-27T15:59:06.0855944Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.146s) 2022-09-27T15:59:06.4303445Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.345s) 2022-09-27T15:59:06.5065751Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-09-27T15:59:06.5176294Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:59:06.5373743Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:59:06.5541168Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:59:06.5653609Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:59:06.5809634Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:59:06.7508655Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.170s) 2022-09-27T15:59:06.7765084Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:59:06.8032903Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:59:06.9506404Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.147s) 2022-09-27T15:59:06.9908440Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:59:07.0307826Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:59:07.0560471Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:59:07.0838207Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:59:07.0938846Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:07.1036424Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:07.3461330Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.242s) 2022-09-27T15:59:07.4160328Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-09-27T15:59:07.4274310Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:59:07.4433205Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:59:07.4474894Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:07.4602348Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:07.4711619Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:59:07.4982177Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:59:07.5212036Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:59:07.5414945Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:59:07.5613723Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:59:07.5734858Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:07.5925532Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:59:07.6054671Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:07.6174831Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:07.6315917Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:59:07.6570177Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:59:07.6604925Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:59:08.4228671Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.762s) 2022-09-27T15:59:08.4264513Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:59:08.4265508Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:59:08.4382371Z ok (0.015s) 2022-09-27T15:59:08.4423894Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:59:08.4425014Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:59:08.4786206Z ok (0.040s) 2022-09-27T15:59:08.4826126Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:08.6002977Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.118s) 2022-09-27T15:59:08.6125355Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:08.6265907Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:59:08.6361654Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:08.6402272Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:08.6438284Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:08.6530522Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:59:08.6766521Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:59:09.1488727Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.472s) 2022-09-27T15:59:09.1565469Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:59:09.1613795Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:59:09.1794867Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:59:09.2108571Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:09.2460466Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:59:09.2495857Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:09.2522932Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:59:09.2549220Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:59:09.2575141Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:59:09.2601317Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:59:09.2725032Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:09.3150265Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:59:09.4515543Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.136s) 2022-09-27T15:59:09.5259650Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T15:59:09.5295275Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:59:09.5296343Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:59:09.5296688Z Q, R = torch.qr(A, some) 2022-09-27T15:59:09.5296924Z should be replaced with 2022-09-27T15:59:09.5297770Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:59:09.5298249Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:59:09.6498404Z ok (0.124s) 2022-09-27T15:59:09.8860738Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.236s) 2022-09-27T15:59:09.8982120Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:09.9022712Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:09.9065384Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:09.9101953Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:09.9140669Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:09.9267739Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:09.9381129Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:59:09.9521563Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:59:09.9932801Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:59:10.0101838Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:59:10.0176129Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:59:10.0355294Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:59:10.0410221Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:59:10.0656782Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:59:10.0718222Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:59:10.0840921Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:10.0944090Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:10.1044346Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:10.1567920Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T15:59:10.2685283Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.112s) 2022-09-27T15:59:10.2765844Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:59:10.2900724Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:10.3029465Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:10.3159444Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:10.3287231Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:10.3715726Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:59:10.3995526Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:59:10.5010688Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-09-27T15:59:10.5050355Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:59:10.5050911Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:59:10.5739787Z ok (0.073s) 2022-09-27T15:59:10.6458185Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.072s) 2022-09-27T15:59:10.7194992Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T15:59:10.7914975Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.072s) 2022-09-27T15:59:10.8642118Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-09-27T15:59:11.0380471Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T15:59:11.0381239Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:59:11.0447617Z test_fx_experimental.py:1505: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-09-27T15:59:11.0448239Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:59:11.5523206Z ok (0.688s) 2022-09-27T15:59:11.8879449Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.335s) 2022-09-27T15:59:12.2257362Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.338s) 2022-09-27T15:59:12.2447372Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:59:12.2644290Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:59:12.2710262Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:59:12.2746136Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:12.2875358Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:12.2945821Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:59:12.3016857Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:59:12.3092516Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:59:12.3220117Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:12.3290592Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:59:12.3727080Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:59:12.3961587Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:59:12.4191989Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:59:12.6773921Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.258s) 2022-09-27T15:59:12.6807900Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:937: 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 /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:59:12.6808631Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:59:12.7120771Z ok (0.035s) 2022-09-27T15:59:12.7240408Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:12.7360885Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:12.7476338Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:59:12.7596294Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:12.7712820Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:12.8077134Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:59:12.8430507Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:59:12.8457223Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:59:12.8483018Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:59:12.8585047Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:12.8702731Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:12.9042767Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:59:12.9379112Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:59:12.9464241Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:59:12.9554356Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:59:12.9639288Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:59:12.9975055Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:59:13.0002103Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:59:13.0142588Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:59:13.0279082Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:59:13.0406421Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:13.0524741Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:13.0644486Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:13.0773085Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:13.0894227Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:13.0929788Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:13.1053233Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:13.1170705Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:13.1199484Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:59:13.1227024Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:59:13.1253292Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:59:13.1279600Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:59:13.1409113Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:13.1792056Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:59:13.2153004Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:59:13.2255157Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:13.2387840Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:59:13.2556795Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:59:13.2628581Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:59:13.2749653Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:13.2990531Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:59:13.3069624Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:59:13.3530516Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:59:13.3912880Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:59:13.3949820Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T15:59:13.3950761Z normalized, onesided, return_complex) 2022-09-27T15:59:13.4231026Z ok (0.032s) 2022-09-27T15:59:13.4696356Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:59:13.5546327Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.085s) 2022-09-27T15:59:13.5582564Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:14.5461552Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.988s) 2022-09-27T15:59:14.5501382Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:14.5539008Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:59:14.5539627Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:59:14.5540058Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:59:14.5540281Z should be replaced with 2022-09-27T15:59:14.5540867Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:59:14.5541095Z and 2022-09-27T15:59:14.5541283Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:59:14.5541505Z should be replaced with 2022-09-27T15:59:14.5541973Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:59:14.5542333Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:59:14.5792022Z ok (0.029s) 2022-09-27T15:59:14.5895577Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:14.6063852Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:59:14.6347177Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:59:14.6411234Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:59:14.6472735Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:59:14.6834915Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:59:14.6924975Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:59:14.8277605Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.135s) 2022-09-27T15:59:14.8303997Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:59:14.8339729Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:59:14.8772340Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:59:14.8830305Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:59:14.9076071Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:59:14.9370040Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:59:14.9655397Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:59:14.9692256Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1505: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:59:14.9692935Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:59:14.9693230Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:59:14.9693440Z should be replaced with 2022-09-27T15:59:14.9693967Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:59:14.9694316Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:59:15.0090651Z ok (0.043s) 2022-09-27T15:59:15.0329881Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:59:15.0573092Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:59:15.0861977Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:59:15.0920920Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:59:15.1152568Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:59:15.1461468Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:59:15.1506706Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:59:15.1546065Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:59:15.1699412Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.015s) 2022-09-27T15:59:15.1858178Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.015s) 2022-09-27T15:59:15.2124781Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:59:15.2507486Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:59:15.2877637Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:59:15.2947443Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:59:15.3006103Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:59:15.3064936Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:59:15.3124481Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:59:15.3245516Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:59:15.3294737Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:59:15.3397341Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-09-27T15:59:15.3398262Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py", line 267, in __call__ 2022-09-27T15:59:15.3398857Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-09-27T15:59:15.3399472Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1190, in _call_impl 2022-09-27T15:59:15.3399911Z return forward_call(*input, **kwargs) 2022-09-27T15:59:15.3400254Z File ".23615", line 5, in forward 2022-09-27T15:59:15.3400629Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-09-27T15:59:15.3401231Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-09-27T15:59:15.3401479Z 2022-09-27T15:59:15.3401724Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-09-27T15:59:15.3402003Z def forward(self, arg_0, arg_1, arg_2): 2022-09-27T15:59:15.3402384Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-09-27T15:59:15.3402541Z 2022-09-27T15:59:15.3402714Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T15:59:15.3402909Z return where 2022-09-27T15:59:15.3403026Z 2022-09-27T15:59:15.3403074Z 2022-09-27T15:59:15.3403167Z 2022-09-27T15:59:15.3403250Z expected failure (0.011s) 2022-09-27T15:59:15.3722615Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:59:15.3824781Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:59:15.3905214Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:59:15.4125867Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:59:15.4143785Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-09-27T15:59:15.4144132Z 2022-09-27T15:59:15.4144508Z ---------------------------------------------------------------------- 2022-09-27T15:59:15.4144742Z Ran 638 tests in 50.969s 2022-09-27T15:59:15.4144860Z 2022-09-27T15:59:15.4144958Z OK (skipped=21, expected failures=101) 2022-09-27T15:59:15.4145088Z 2022-09-27T15:59:15.4145170Z Generating XML reports... 2022-09-27T15:59:15.4205270Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220927155824.xml 2022-09-27T15:59:15.4696533Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220927155824.xml 2022-09-27T15:59:16.1303989Z Running test_sparse ... [2022-09-27 15:59:16.130035] 2022-09-27T15:59:16.1304499Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:16.130111] 2022-09-27T15:59:18.4908027Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-09-27T15:59:18.5160141Z 2022-09-27T15:59:18.5160599Z Running tests... 2022-09-27T15:59:18.5161023Z ---------------------------------------------------------------------- 2022-09-27T15:59:18.5512539Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... test_sparse.py:744: 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 /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:59:18.5513682Z self.assertEqual(None, x1.grad) 2022-09-27T15:59:18.5635679Z ok (0.047s) 2022-09-27T15:59:18.5667500Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... test_sparse.py:716: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:59:18.5668103Z x1 = x1.to(torch.float32) 2022-09-27T15:59:18.5897013Z ok (0.026s) 2022-09-27T15:59:18.6145179Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-09-27T15:59:18.6160137Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-09-27T15:59:18.6174165Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-09-27T15:59:18.6289449Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-09-27T15:59:18.6401803Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-09-27T15:59:18.6421288Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:18.6438951Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:18.6452642Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:18.6464520Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:18.6551667Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:59:18.6626381Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:18.6640987Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:18.6848379Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.020s) 2022-09-27T15:59:18.7051640Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.020s) 2022-09-27T15:59:18.8032533Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.098s) 2022-09-27T15:59:18.9007983Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.097s) 2022-09-27T15:59:18.9986238Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.098s) 2022-09-27T15:59:19.0964580Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.098s) 2022-09-27T15:59:19.1984914Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.102s) 2022-09-27T15:59:19.2005148Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:19.2536448Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.053s) 2022-09-27T15:59:19.3068451Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.053s) 2022-09-27T15:59:19.5311991Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (0.224s) 2022-09-27T15:59:21.5581814Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (2.027s) 2022-09-27T15:59:21.5593931Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:21.5612071Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-09-27T15:59:21.5619181Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-09-27T15:59:21.6069394Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:59:21.6505812Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.044s) 2022-09-27T15:59:21.6555357Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:59:21.6602767Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:59:21.6643406Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:59:21.6679183Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:59:21.6813586Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:59:21.6952739Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.014s) 2022-09-27T15:59:21.7077202Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:59:21.7094478Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:21.7163961Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:21.7284475Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:59:21.7344913Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:59:21.7401674Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:59:21.7471558Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:21.7534429Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:59:21.7614802Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:21.7687402Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:21.7758805Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:21.7773331Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:21.7828238Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:59:21.7890035Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:59:21.7950069Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:59:21.8451589Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.050s) 2022-09-27T15:59:21.8469253Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:21.8571668Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:59:21.9224924Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.065s) 2022-09-27T15:59:21.9874519Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.065s) 2022-09-27T15:59:21.9930907Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:59:22.0021862Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:59:22.0110255Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:59:22.0200114Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:59:22.0285453Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:22.0368731Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:22.0380967Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:22.0532768Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-09-27T15:59:22.0680385Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-09-27T15:59:22.0696720Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:22.0715132Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:22.0862583Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-09-27T15:59:22.1009736Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-09-27T15:59:22.1051386Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:59:22.1090035Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:59:22.1376613Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.029s) 2022-09-27T15:59:22.1654357Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:59:22.1680238Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:59:22.1704082Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:22.1726395Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:22.1748875Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:22.1770468Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:22.1793291Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:22.1846183Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:59:22.2292326Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.044s) 2022-09-27T15:59:22.2700628Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.041s) 2022-09-27T15:59:22.3168800Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.047s) 2022-09-27T15:59:22.5393499Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.222s) 2022-09-27T15:59:22.6839246Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.144s) 2022-09-27T15:59:22.7031090Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-09-27T15:59:22.7168107Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-09-27T15:59:23.0175203Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.300s) 2022-09-27T15:59:23.2661318Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.249s) 2022-09-27T15:59:23.5181278Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.252s) 2022-09-27T15:59:23.7153973Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.197s) 2022-09-27T15:59:23.7166182Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T15:59:23.8304120Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.115s) 2022-09-27T15:59:23.8313119Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T15:59:23.9364018Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.106s) 2022-09-27T15:59:23.9410938Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:59:23.9423707Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:23.9445729Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:23.9462798Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:23.9478806Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:23.9796114Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T15:59:24.0121625Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T15:59:24.0424072Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.030s) 2022-09-27T15:59:24.0717425Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.029s) 2022-09-27T15:59:24.1011510Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.029s) 2022-09-27T15:59:24.1302789Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.029s) 2022-09-27T15:59:24.1592636Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.029s) 2022-09-27T15:59:24.6190475Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.460s) 2022-09-27T15:59:24.8231855Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.204s) 2022-09-27T15:59:24.8560639Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:59:24.9269869Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.071s) 2022-09-27T15:59:24.9934306Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.066s) 2022-09-27T15:59:25.0017736Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:25.0088951Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:25.0132202Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:59:25.0170538Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:59:25.0176619Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-09-27T15:59:25.0185852Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:25.0593172Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.041s) 2022-09-27T15:59:25.0993572Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.040s) 2022-09-27T15:59:25.4883996Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.389s) 2022-09-27T15:59:25.8281458Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.340s) 2022-09-27T15:59:25.8386954Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-09-27T15:59:25.8456946Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:25.8523584Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:25.8541093Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:25.8860852Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T15:59:25.9174120Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T15:59:26.0656726Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.148s) 2022-09-27T15:59:26.1354852Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.070s) 2022-09-27T15:59:26.1376080Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:26.1415874Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:59:26.1452059Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:59:26.4219220Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.276s) 2022-09-27T15:59:26.6005335Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.179s) 2022-09-27T15:59:26.6029282Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:26.6052626Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:26.6075099Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:26.6095936Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:26.6116763Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:26.6140024Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:26.6161378Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:26.6173966Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:27.0418861Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.424s) 2022-09-27T15:59:27.0433245Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:27.1458926Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.102s) 2022-09-27T15:59:27.1477079Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:27.1495233Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:27.1512061Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:27.1528889Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:27.1542139Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:27.1554432Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:27.1572044Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:59:27.1588965Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:59:27.1606141Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:59:27.1620000Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:27.1631861Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:59:27.1717908Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:27.1800076Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:27.2426013Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.062s) 2022-09-27T15:59:27.2516527Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:59:27.3985990Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.147s) 2022-09-27T15:59:27.5460423Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.147s) 2022-09-27T15:59:27.6079243Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.062s) 2022-09-27T15:59:27.7381001Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.130s) 2022-09-27T15:59:27.8665167Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.128s) 2022-09-27T15:59:27.9610904Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T15:59:28.0590555Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.098s) 2022-09-27T15:59:28.1510667Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.092s) 2022-09-27T15:59:28.2463962Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.095s) 2022-09-27T15:59:28.3419736Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.095s) 2022-09-27T15:59:28.3697156Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:59:28.3935611Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.024s) 2022-09-27T15:59:28.4322417Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.039s) 2022-09-27T15:59:28.4655012Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:59:28.4694562Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T15:59:30.5958427Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (2.130s) 2022-09-27T15:59:30.5994297Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-09-27T15:59:30.8500310Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.254s) 2022-09-27T15:59:30.8537082Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-09-27T15:59:31.0893694Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.239s) 2022-09-27T15:59:31.0930647Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T15:59:32.2689020Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.179s) 2022-09-27T15:59:32.2805570Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:59:32.2859542Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:59:32.2971551Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... test_sparse.py:3693: 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 /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:59:32.2972428Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-09-27T15:59:32.3322231Z ok (0.046s) 2022-09-27T15:59:32.3887885Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.056s) 2022-09-27T15:59:32.4447355Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.056s) 2022-09-27T15:59:32.4951121Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.050s) 2022-09-27T15:59:32.5453910Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.050s) 2022-09-27T15:59:32.5906543Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:59:32.6360639Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:59:32.6808479Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:59:32.7296702Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.049s) 2022-09-27T15:59:32.7810772Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.051s) 2022-09-27T15:59:32.8803826Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.099s) 2022-09-27T15:59:32.8826344Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:32.9870081Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.104s) 2022-09-27T15:59:33.0429081Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.056s) 2022-09-27T15:59:33.0438658Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:33.0465589Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:59:33.0490373Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:59:33.0567730Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:33.0648199Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:33.0729722Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:33.0809388Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:59:33.0884845Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:33.0974545Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:59:33.1074322Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:59:33.1142836Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:59:33.2052663Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.091s) 2022-09-27T15:59:33.2969256Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.092s) 2022-09-27T15:59:33.3866280Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.090s) 2022-09-27T15:59:33.4795245Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:59:33.5669245Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.087s) 2022-09-27T15:59:33.6432353Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.076s) 2022-09-27T15:59:33.6600418Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.017s) 2022-09-27T15:59:33.6753865Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-09-27T15:59:33.7222907Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.047s) 2022-09-27T15:59:33.7703642Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.048s) 2022-09-27T15:59:33.9390399Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.169s) 2022-09-27T15:59:34.0900581Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.151s) 2022-09-27T15:59:34.2791415Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.189s) 2022-09-27T15:59:34.4533304Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.174s) 2022-09-27T15:59:34.4543692Z test_future_empty_dim__masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.4686291Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:59:34.4696503Z test_future_empty_dim__masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.4834147Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:59:34.4844779Z test_future_empty_dim__masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.4984031Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:59:34.4993993Z test_future_empty_dim__masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.5129076Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:59:34.5139618Z test_future_empty_dim__masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.5243262Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.5252810Z test_future_empty_dim__masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.5354030Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.5362767Z test_future_empty_dim__masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.5463403Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.5472909Z test_future_empty_dim__masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.5576986Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.5587006Z test_future_empty_dim__masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.5690618Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.5700322Z test_future_empty_dim__masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.5839847Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:59:34.5849218Z test_future_empty_dim__masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.5986489Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:59:34.5996157Z test_future_empty_dim__masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.6136352Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:59:34.6145718Z test_future_empty_dim__masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.6279613Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:59:34.6289208Z test_future_empty_dim__masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.6391733Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.6401506Z test_future_empty_dim__masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.6508396Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:59:34.6517976Z test_future_empty_dim__masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.6619017Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.6628417Z test_future_empty_dim__masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.6735885Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:59:34.6745147Z test_future_empty_dim__masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.6844841Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.6854296Z test_future_empty_dim__masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.6952579Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.6962090Z test_future_empty_dim__masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.7073183Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:59:34.7082341Z test_future_empty_dim__masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.7194501Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:59:34.7203814Z test_future_empty_dim__masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.7342674Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:59:34.7352774Z test_future_empty_dim__masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.7487996Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:59:34.7498498Z test_future_empty_dim__masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.7598635Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.7608689Z test_future_empty_dim__masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.7710712Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.7720023Z test_future_empty_dim__masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.7819416Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.7828946Z test_future_empty_dim__masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.7929901Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.7939796Z test_future_empty_dim__masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.8040759Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:59:34.8050812Z test_future_empty_dim__masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.8209152Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-09-27T15:59:34.8219002Z test_future_empty_dim__masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.8338460Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:59:34.8348413Z test_future_empty_dim__masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.8477699Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:59:34.8487593Z test_future_empty_dim__masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.8618508Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:59:34.8628662Z test_future_empty_dim__masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.8785343Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-09-27T15:59:34.8795479Z test_future_empty_dim__masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.8952432Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-09-27T15:59:34.8962028Z test_future_empty_dim__masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.9114361Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:59:34.9124044Z test_future_empty_dim__masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.9243683Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:59:34.9253487Z test_future_empty_dim__masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.9372317Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:59:34.9382316Z test_future_empty_dim__masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.9505460Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:59:34.9514606Z test_future_empty_dim__masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.9632587Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:59:34.9642251Z test_future_empty_dim__masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:59:34.9765505Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:59:34.9791516Z test_basic (__main__.TestSparseMeta) ... ok (0.003s) 2022-09-27T15:59:34.9800919Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-09-27T15:59:34.9812443Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-09-27T15:59:34.9833143Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:34.9852768Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:34.9870218Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:34.9887402Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:34.9950779Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0012868Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0074646Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0138201Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0198531Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0219159Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.0239472Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.0257327Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.0274593Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.0336561Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0398499Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0459386Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0519848Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0580219Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0600764Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.0620961Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.0638960Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.0657048Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.0718726Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0780052Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0841176Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0902842Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0965517Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.0986270Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1005149Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1023091Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1040269Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1101805Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.1162505Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.1223006Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.1283329Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.1343077Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.1361287Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1379627Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1395314Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1410367Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.1425550Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.1441221Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1456752Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1469769Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1481925Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1493772Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1505374Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1516875Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1528540Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1540202Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1551664Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1563082Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.1571224Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1579514Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1587428Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1595220Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1603176Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1611260Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1619330Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1627282Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1635131Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:59:35.1653607Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1671980Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.1734125Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.1798289Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.1864383Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.1931273Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.1997666Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.2019921Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.2038614Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.2100879Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.2161618Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.2222502Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.2285509Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.2346550Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.2364517Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.2382171Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.2398152Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.2412858Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.2428016Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.2443436Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.2458226Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.2470215Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2482534Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2494351Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2506212Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2518098Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2529859Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2541737Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2553448Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2564790Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2576541Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2588337Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2599921Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2611617Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2623412Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2635044Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2646697Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2658677Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2670236Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2681945Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2693589Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2705286Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2716807Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2728630Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2740980Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2752262Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2763802Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2775187Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2786628Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2798106Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2809608Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2821326Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2832684Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.2851132Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.2868545Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.2930438Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.2991684Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.3054611Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.3116095Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.3176557Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.3193795Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3209644Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3224547Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3238866Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3253546Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3269942Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3285305Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3304831Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3323609Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3342855Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3361865Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3379577Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3395505Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3412469Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3429077Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3444841Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3463111Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3481104Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3498306Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3514394Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3530799Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3546380Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3561622Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3579570Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3597381Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3614625Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3632325Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3648047Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3663558Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3679046Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3694291Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3710119Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3727715Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3744841Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3760909Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3775668Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3791058Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3806824Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3822327Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.3834619Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.3846715Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.3859051Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.3870688Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.3882307Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.3894060Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.3905604Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.3923897Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3942779Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3960265Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.3977573Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4039668Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4100314Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4161186Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4222385Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4283460Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4304128Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4323831Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4343050Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4361194Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4426219Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4491184Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4555859Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4620078Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4684030Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4705435Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4725083Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4743013Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4760779Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.4825982Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.4893354Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.4961741Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.5031640Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.5100626Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.5124498Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5147325Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5167129Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5186467Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5250625Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.5314600Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.5379662Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.5445989Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.5512002Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:59:35.5534223Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5554351Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5572326Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5589718Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5652546Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.5715699Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.5779536Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.5842907Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.5908244Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:35.5928621Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5947142Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5964239Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.5979737Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.5994923Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6009783Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6025148Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6043185Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6061372Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6078152Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6094444Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6110947Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6127086Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6144150Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6160746Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6175661Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6192648Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6210798Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6227243Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6243178Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6258900Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6274922Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6290526Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6306238Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6321790Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6340048Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6357251Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6373655Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6390341Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6406401Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6423256Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6439359Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6455742Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6472760Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6491504Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6510170Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6527091Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6544307Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6559917Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6575704Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6592142Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6608196Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6623560Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6639428Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6656046Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6671846Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6686629Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6701306Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6715007Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6729166Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6740276Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6750974Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6761763Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6772032Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6782732Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6793112Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6803533Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6814169Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6824625Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.6841570Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6858844Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6874889Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6890872Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6905561Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6919320Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6933026Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6946636Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6960515Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.6976556Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.6993048Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7008750Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7024302Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7040229Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7056430Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7072688Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7088815Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7104965Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7120610Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7136332Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7152028Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7167995Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7183956Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7200199Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7216322Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7230941Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7244731Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7258791Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7272906Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7286507Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7297950Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7308347Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7318969Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7329678Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7340529Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7351205Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7361959Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7372801Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7383732Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7394533Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7405369Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7416263Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7427086Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7437791Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7448544Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7459453Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7470047Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7480632Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:59:35.7497171Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7512803Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7527033Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7541089Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7554850Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7568941Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7583006Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7598165Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7613304Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7627596Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7641371Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7655200Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7669937Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7683417Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7699877Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7717227Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7736785Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7753120Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7769798Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7785987Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7802227Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7818086Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7832538Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7845802Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7859290Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7872404Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7885711Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7899144Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7915634Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7932379Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7950029Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7968063Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.7982933Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.7998053Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8012246Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8026360Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8040743Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8056726Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8073622Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8089072Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8103859Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8118334Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8132814Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8146996Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8164427Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8182548Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8199961Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8216657Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8232131Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8246990Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8262363Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8276797Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8291453Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8308332Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8324628Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8340583Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8355377Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8370611Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8386830Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8400722Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8416155Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8431526Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8446189Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8460772Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8475025Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8489167Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8503399Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.8520365Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8538208Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8555251Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8572140Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8588047Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8603878Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8620402Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8636454Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8653248Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8671044Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8688527Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8704685Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8721429Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8736999Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8753028Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8768510Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8784291Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8799896Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8817196Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8834184Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8850568Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8867515Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8883331Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8899391Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8915225Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8931207Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8947161Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8964735Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8982738Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.8999488Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9017204Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9033502Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9048992Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9065189Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9081663Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9097338Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9114636Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9132188Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9148333Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9164458Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9180555Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9196282Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9211704Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9227271Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9242848Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9259770Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9276351Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9291047Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9304968Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9318541Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9332417Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9346211Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9362241Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9379424Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9394772Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9410315Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9426484Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9442196Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9459079Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9474929Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9490438Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9508499Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9527008Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9543590Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9559379Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9574257Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9589666Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9604452Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9619558Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9634409Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9651647Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9668926Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9684997Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9702034Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9717375Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9733684Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9749959Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9766514Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9783119Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9800078Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9817146Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9832992Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:35.9847989Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9862615Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9877190Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9891838Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9906539Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9920268Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9935451Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9951356Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9965173Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9979250Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:35.9992302Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0004602Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0017852Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0032228Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0046256Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0059553Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0072751Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0085563Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0099310Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0112836Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0126190Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0140021Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0155772Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.0171898Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.0186914Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0201466Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0214575Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0227432Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0239863Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0252460Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0265144Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0280013Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0296010Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.0311069Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0325843Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0341477Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0355906Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0371046Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0386190Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0400743Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0415547Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0430374Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0445208Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0459971Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0474153Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0488999Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0503924Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0517297Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0530177Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0542680Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0555246Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0567779Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0583040Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0598067Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0612867Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0627495Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0640789Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0654259Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0667928Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0681285Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0693978Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0708764Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0723815Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0738438Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0753169Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0766814Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0780701Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0793306Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0806098Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0819186Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0832966Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0847114Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0860772Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0873570Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0886353Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0899664Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0912192Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0925956Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0940283Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0954000Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0967437Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0980452Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.0992920Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1005926Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1022563Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1039623Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1056057Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1071833Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1087920Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1104574Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1120428Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1135563Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1149995Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1163960Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1178377Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1192137Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1205310Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1218543Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1234540Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1251510Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1268869Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1284262Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1298612Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1311195Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1324274Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1337263Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1350347Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1364988Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1380123Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1393550Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1406495Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1419321Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1432094Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1444714Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1460057Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1475522Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1490750Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1505840Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1519318Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1532233Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1546497Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1560254Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1573168Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1587287Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1603112Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1617175Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1630640Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1643907Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1657336Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1670205Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1684068Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1698505Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1711912Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1724688Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1737817Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1751179Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1764256Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1780951Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1797202Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1812845Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1828777Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1844681Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1860575Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1876304Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1892451Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1907389Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1924073Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1940858Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.1955932Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1971450Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.1986421Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2000784Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2016093Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2031330Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2046256Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2062912Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2078859Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2094269Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2109305Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2123942Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2139389Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2154181Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2168483Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2183074Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2199551Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2215789Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2231700Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2247427Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2262708Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2278509Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2293843Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2309739Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2325410Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2342730Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2359865Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2375345Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2391038Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:59:36.2405742Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2420354Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2435105Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2449626Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2464338Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2479617Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2495122Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2509650Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2523155Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2536141Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2549424Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2562476Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.2570580Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2578629Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2585950Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2593564Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2601202Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2609175Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2616984Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2624739Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2655808Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:59:36.2753038Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T15:59:36.2803838Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T15:59:36.2865942Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:36.2900015Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:59:36.2908881Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2917422Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.2955878Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:59:36.2969480Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:59:36.2982795Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:59:36.2994928Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:59:36.3006313Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:59:36.3018132Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:59:36.3029334Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:59:36.3036709Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3044405Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3104464Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:59:36.3134613Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:59:36.3165911Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:59:36.3173542Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3181419Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3211964Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:59:36.3225035Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:59:36.3233529Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3241837Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3250359Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3258982Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3267292Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3275745Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3283907Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3292192Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3300830Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3309699Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:59:36.3346997Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:59:36.3361430Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3374883Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3386888Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3398361Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3409936Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3421738Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3433186Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3444740Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3456399Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3468032Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3479764Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3491329Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3502794Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3514253Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3525627Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3537244Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3548741Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3560217Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3571966Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3583649Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3595031Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3606317Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3618036Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3629344Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3640806Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3652374Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3664028Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3675514Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3687269Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3698878Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3710129Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3721487Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3733166Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3744980Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3756180Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3767611Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3779401Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3790514Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3801309Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3812498Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3823512Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3834468Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3845346Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3857275Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3869115Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3880294Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3891539Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3902532Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3913755Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3924432Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3935387Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3946469Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3958730Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3970780Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3982520Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.3993668Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4004610Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4015619Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4026679Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4037513Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4048413Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4060782Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4072451Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4084073Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4095810Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4107515Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4119216Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4130680Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4142338Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4153726Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4165272Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4176836Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4188700Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4200213Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4211804Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4223533Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4235082Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4246279Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4257392Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4268809Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4279943Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4291332Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4303077Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4314588Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4325924Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4337616Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4348717Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4360067Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4371879Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4382735Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4394027Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4405371Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4416740Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4428666Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4439681Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4450474Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4461615Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4472261Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4483146Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4494258Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4505484Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4516197Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4527015Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4538334Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4549147Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4559928Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4571094Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4582142Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4592922Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4603767Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4614738Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4625782Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4636720Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4647597Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4659517Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4670900Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4682124Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4693526Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4705265Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4716940Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4728033Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4739834Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4750897Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4761958Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4772953Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4783876Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4794749Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4805565Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4817236Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4829030Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4840369Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4851748Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4862839Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4874092Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4884579Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4895643Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4906546Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4918367Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4929172Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4940381Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4951484Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4962290Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4973219Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4984312Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.4995656Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5007128Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5018645Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5029830Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5040755Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5051869Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5062824Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5073671Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5084575Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5096119Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5108412Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5119839Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5131477Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5143003Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5154524Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5165902Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5177737Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5189151Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5200395Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5211822Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5223204Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5234486Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5245763Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5258343Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5270004Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5281938Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5293525Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5305364Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5317128Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5328965Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5340977Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5352754Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5364701Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5376708Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5388258Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5398895Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5409922Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5420954Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5431974Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5443120Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5454387Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5465879Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5477121Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5488345Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5499605Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5510697Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5521859Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5533192Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5544497Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5555626Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5566964Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5578408Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5589542Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5600496Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5611155Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5622612Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5633470Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5645054Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5655936Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5667232Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5678459Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5689384Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5700642Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5712463Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5723727Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5735014Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5746058Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5757070Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5767948Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5779214Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5789619Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5800100Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5810435Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5821066Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5831609Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5843136Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5854415Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5865521Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5877105Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5888857Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5900849Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5912631Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5924349Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5936557Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5948940Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5961036Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5972267Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5983001Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.5994138Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6004993Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6016028Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6027254Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6038081Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6049462Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6060832Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6072214Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6084254Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6096330Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6108289Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6120463Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6132632Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6144694Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6156254Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6167403Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6178648Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6190134Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6200528Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6212309Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6222854Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6233850Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6244716Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6255894Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6266818Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6277373Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6287892Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6298620Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6309045Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6319583Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6331084Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6342540Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6353248Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6364022Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6374380Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6384784Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6395033Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6405613Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6416106Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6427098Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6438453Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6448963Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6460015Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6470278Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6480651Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6490949Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6501397Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6511690Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6523063Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6535072Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6547157Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6559216Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6571412Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6583487Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6595487Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6607547Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6619912Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6631451Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6642389Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6653536Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6664572Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6675961Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6687575Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6698712Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6709230Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6719656Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6730106Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6740382Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6750285Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6761009Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6771923Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6782500Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6793161Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6803255Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6813655Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6824085Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6834384Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6844862Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6855263Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6865748Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6876076Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6886441Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6896833Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6907261Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6917532Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6927862Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6938402Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6949289Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6959799Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6970313Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6981278Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.6992334Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7002851Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7013448Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7024073Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7034374Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7044667Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7055379Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7065772Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7076096Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7086405Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7097959Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7109680Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7121465Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7133505Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7145441Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7157453Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7168745Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7180365Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7190940Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7201369Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7212338Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7223314Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7234304Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7245242Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7256633Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7267670Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7278512Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7289077Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7299660Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7309887Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7320012Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7330182Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7340648Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7351334Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7362175Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7372643Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7383005Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7393097Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7403439Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7413717Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7424659Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7435412Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7446073Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7457149Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7467433Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7477506Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7487935Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7498578Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7509068Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7519941Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7531210Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7541573Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7552101Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7562548Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7573152Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7583649Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7594318Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7604850Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7615692Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7626317Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7636993Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7647457Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7658359Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7669683Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7680933Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7692422Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7704450Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7716344Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7728768Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7741567Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7753909Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7765808Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7777650Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7788442Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7799711Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7810306Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7821320Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7831984Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7842652Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7853458Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7864448Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7875368Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7886203Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7897346Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7909106Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7921120Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7932921Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7944915Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7957804Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7969823Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7981686Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.7992358Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8003400Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8015109Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8027016Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8038753Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8050756Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8062649Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8074385Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8086169Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8097169Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8108443Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8120072Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8131957Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8143990Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8155648Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8167508Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8179387Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8191210Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8202748Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8213876Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8224659Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8234865Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8244936Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8255876Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:59:36.8256179Z 2022-09-27T15:59:36.8256478Z ---------------------------------------------------------------------- 2022-09-27T15:59:36.8256728Z Ran 1399 tests in 18.310s 2022-09-27T15:59:36.8258782Z 2022-09-27T15:59:36.8259203Z OK (skipped=135) 2022-09-27T15:59:36.8259404Z 2022-09-27T15:59:36.8259575Z Generating XML reports... 2022-09-27T15:59:36.8449821Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220927155918.xml 2022-09-27T15:59:36.8490858Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220927155918.xml 2022-09-27T15:59:36.8492945Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220927155918.xml 2022-09-27T15:59:36.9360152Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220927155918.xml 2022-09-27T15:59:36.9363138Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220927155918.xml 2022-09-27T15:59:37.4033591Z Running test_meta ... [2022-09-27 15:59:37.402920] 2022-09-27T15:59:37.4034095Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:37.403000] 2022-09-27T15:59:40.0832918Z Test results will be stored in test-reports/python-unittest/test_meta 2022-09-27T15:59:40.1320471Z 2022-09-27T15:59:40.1320885Z Running tests... 2022-09-27T15:59:40.1321292Z ---------------------------------------------------------------------- 2022-09-27T15:59:40.1341888Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:40.1353429Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1364384Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1375343Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1386070Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1396712Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1407697Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1418461Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1429004Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1439571Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1450283Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1461160Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1471688Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1482272Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1492916Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1503734Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1514266Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1524796Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1535389Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1545944Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1556611Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1567263Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1577825Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1588484Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1599575Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1610403Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1620849Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1631243Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1641824Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1652483Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1663146Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1673790Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1684250Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1694858Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1705518Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1716278Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1726765Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1737384Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1748282Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1758916Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1769612Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1780388Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1791057Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1801578Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1812221Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1823074Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1834062Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1844665Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1855584Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1865980Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1877049Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1887086Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1898009Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1908484Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1919094Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1929732Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1940384Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1951180Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1961700Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1972285Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1982912Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.1993449Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2003985Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2014605Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2025348Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2035892Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2046364Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2056985Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2067681Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2078384Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2088847Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2100123Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2110825Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2121169Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2131766Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2142490Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2152983Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2163596Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2174220Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2184918Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2195528Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2206060Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2216725Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2227565Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2238105Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2248697Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2259404Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2269924Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2280662Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2291148Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2301808Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2312317Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2322824Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2333594Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2344148Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2354798Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2365443Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2376033Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2386620Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2397127Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2407681Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2418400Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2428994Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2439513Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2450068Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2460744Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2471260Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2481888Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2492508Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2503110Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2513640Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2524194Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2534826Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2545692Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2556056Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2566658Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2577343Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2588067Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2598544Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2609620Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2619894Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2630467Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2641016Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2651662Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2662450Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2672943Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2683463Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2694094Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2704713Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2715286Z test_dispatch_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2725807Z test_dispatch_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2736494Z test_dispatch_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2747139Z test_dispatch_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2757674Z test_dispatch_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2768296Z test_dispatch_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2779080Z test_dispatch_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2789621Z test_dispatch_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2800185Z test_dispatch_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2810811Z test_dispatch_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2821484Z test_dispatch_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2831971Z test_dispatch_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2842585Z test_dispatch_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2853167Z test_dispatch_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2863824Z test_dispatch_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2874418Z test_dispatch_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2885072Z test_dispatch_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2895831Z test_dispatch_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2906405Z test_dispatch_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2916820Z test_dispatch_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2927323Z test_dispatch_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2938379Z test_dispatch_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2948603Z test_dispatch_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2959168Z test_dispatch_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2969667Z test_dispatch_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2980370Z test_dispatch_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.2990902Z test_dispatch_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3001291Z test_dispatch_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3012017Z test_dispatch_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3022543Z test_dispatch_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3033061Z test_dispatch_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3043586Z test_dispatch_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3054125Z test_dispatch_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3064680Z test_dispatch_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3075282Z test_dispatch_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3086010Z test_dispatch_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3096458Z test_dispatch_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3107221Z test_dispatch_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3117811Z test_dispatch_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3128430Z test_dispatch_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3139203Z test_dispatch_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3149715Z test_dispatch_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3160344Z test_dispatch_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3171183Z test_dispatch_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3181926Z test_dispatch_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3192424Z test_dispatch_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3202980Z test_dispatch_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3213709Z test_dispatch_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3224387Z test_dispatch_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3235117Z test_dispatch_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3245730Z test_dispatch_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3256598Z test_dispatch_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3267090Z test_dispatch_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3277730Z test_dispatch_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3288682Z test_dispatch_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3299192Z test_dispatch_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3309456Z test_dispatch_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3319716Z test_dispatch_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3329990Z test_dispatch_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3340823Z test_dispatch_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3351816Z test_dispatch_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3362904Z test_dispatch_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3374168Z test_dispatch_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3385527Z test_dispatch_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3396195Z test_dispatch_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3406810Z test_dispatch_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3417723Z test_dispatch_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3428233Z test_dispatch_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3438838Z test_dispatch_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3449377Z test_dispatch_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3460262Z test_dispatch_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3470876Z test_dispatch_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3481413Z test_dispatch_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3492309Z test_dispatch_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3502971Z test_dispatch_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3513517Z test_dispatch_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3524089Z test_dispatch_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3534719Z test_dispatch_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3545433Z test_dispatch_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3556007Z test_dispatch_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3566625Z test_dispatch_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3577612Z test_dispatch_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3588072Z test_dispatch_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3599005Z test_dispatch_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3610623Z test_dispatch_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3621462Z test_dispatch_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3632006Z test_dispatch_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3642522Z test_dispatch_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3653325Z test_dispatch_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3664232Z test_dispatch_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3674807Z test_dispatch_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3685422Z test_dispatch_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3696154Z test_dispatch_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3707033Z test_dispatch_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3717545Z test_dispatch_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3728217Z test_dispatch_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3739194Z test_dispatch_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3749822Z test_dispatch_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3760421Z test_dispatch_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3771126Z test_dispatch_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3781868Z test_dispatch_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3792444Z test_dispatch_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3803120Z test_dispatch_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3813861Z test_dispatch_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3824605Z test_dispatch_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3835230Z test_dispatch_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3845868Z test_dispatch_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3856632Z test_dispatch_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3867354Z test_dispatch_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3877895Z test_dispatch_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3888496Z test_dispatch_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3899612Z test_dispatch_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3910240Z test_dispatch_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3920789Z test_dispatch_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3931416Z test_dispatch_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3942301Z test_dispatch_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3952889Z test_dispatch_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3963729Z test_dispatch_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3974594Z test_dispatch_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3985365Z test_dispatch_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.3995955Z test_dispatch_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4006555Z test_dispatch_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4017324Z test_dispatch_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4028127Z test_dispatch_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4038819Z test_dispatch_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4049621Z test_dispatch_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4060536Z test_dispatch_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4071137Z test_dispatch_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4081740Z test_dispatch_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4092725Z test_dispatch_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4103738Z test_dispatch_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4114833Z test_dispatch_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4125820Z test_dispatch_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4136678Z test_dispatch_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4147319Z test_dispatch_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4157937Z test_dispatch_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4168498Z test_dispatch_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4179332Z test_dispatch_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4190052Z test_dispatch_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4200657Z test_dispatch_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4211493Z test_dispatch_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4222337Z test_dispatch_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4233918Z test_dispatch_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4243684Z test_dispatch_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4254566Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4265250Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4275916Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4286465Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4297282Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4308126Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4318700Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4329257Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4340088Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4350658Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4361225Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4371902Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4382593Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4393332Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4403832Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4414538Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4425248Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4436049Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4446663Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4458089Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4469090Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4479777Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4490510Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4501441Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4512155Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4522884Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4533731Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4544435Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4555055Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4565647Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4576603Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4587290Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4598041Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4608575Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4619573Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4630202Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4640764Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4651486Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4662303Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4672866Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4683633Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4695034Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4705424Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4715849Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4726007Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4736443Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4746767Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4757081Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4767495Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4778240Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4789029Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4799312Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4809607Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4820151Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4830382Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4840572Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4851439Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4862151Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4872940Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4883871Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4894861Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4905645Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4916242Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4926642Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4937243Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4948369Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4959406Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4970387Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4981428Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.4992279Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5003211Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5014209Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5025124Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5036242Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5047236Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5058636Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5069482Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5080386Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5091536Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5102638Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5113583Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5124555Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5135731Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5146711Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5157681Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5168630Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5179793Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5190805Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5201885Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5213152Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5224593Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5235878Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5247200Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5259534Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5270281Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5281614Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5293065Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5304572Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5316009Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5327514Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5339072Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5350320Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5361650Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5373096Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5384572Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5395883Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5407458Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5419116Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5430399Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5441797Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5453145Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5464594Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5475865Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5487114Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5498175Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5509340Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5520045Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5530985Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5542151Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5552979Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5563919Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5574927Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5586077Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5597014Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5608055Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5619181Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5630436Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5641196Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5652205Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5663322Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5674213Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5685335Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5696431Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5708082Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5719311Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5730450Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5741855Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5753153Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5763808Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5774789Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5785883Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5796728Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5807904Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5819202Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5830314Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5841349Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5852709Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5863816Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5874991Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5886137Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5897333Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5908785Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5919918Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5931389Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5942621Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5954072Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5965862Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5977081Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5988532Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.5999406Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6010448Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6021649Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6032569Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6043452Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6054494Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6065651Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6076612Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6087583Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6098865Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6109910Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6120987Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6131949Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6143148Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6154046Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6164856Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6175771Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6186713Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6197486Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6208459Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6219662Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6230512Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6241265Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6252150Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6263060Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6273883Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6284593Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6295520Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6306456Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6317227Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6327960Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6339204Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6349757Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6360668Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6371605Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6382625Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6393440Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6404158Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6415132Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6426027Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6436852Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6447673Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6458704Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6469608Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6480404Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6491396Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6502426Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6513307Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6524171Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6535153Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6546130Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6557041Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6567875Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6578970Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6589819Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6600718Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6611780Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6622862Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6633750Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6644562Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6655478Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6666540Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6677435Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6688509Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6699513Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6710384Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6721170Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6732122Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6743087Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6753935Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6764818Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6775816Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6786815Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6797655Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6808649Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6819763Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6830628Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6841636Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6852615Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6863707Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6874573Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6885378Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6896486Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6907370Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6918301Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6929219Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6940345Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6951215Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6962065Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6973020Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6983972Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.6994759Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7005575Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7016471Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7027621Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7038242Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7049040Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7060078Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7070918Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7081700Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7092648Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7104115Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7114590Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7125488Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7136446Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7147461Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7158233Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7169005Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7180092Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7190916Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7201796Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7212854Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7223918Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7234767Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7245755Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7256790Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7267768Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7278902Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7289698Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7300897Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7311754Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7322702Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7333814Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7344900Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7355866Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7367063Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7377956Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7389329Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7399570Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7410604Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7421709Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7432908Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7443554Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7454583Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7465700Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7476621Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7487432Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7498646Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7509484Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7520572Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7531544Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7542612Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7553523Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7564411Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7575464Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7586491Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7597468Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7608522Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7619450Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7630125Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7641008Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7651943Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7662990Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7673899Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7684763Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7695864Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7706944Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7718186Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7728908Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7740100Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7751081Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7762050Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7773178Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7784239Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7795235Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7806246Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7817274Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7828361Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7839396Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7850761Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7861931Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7872651Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7883605Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7894479Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7905963Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7916915Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7927984Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7939179Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7950211Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7961349Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7972567Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7983538Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.7994397Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8005452Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8016807Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8027897Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8038877Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8049993Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8061335Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8072130Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8083102Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8094234Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8105439Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8116384Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8127120Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8138291Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8149125Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8159731Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8170409Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8181191Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8191700Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8202276Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8212937Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8223681Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8234229Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8244676Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8255405Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8266200Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8276747Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8287382Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8298269Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8308801Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8319326Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8329883Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8340697Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8351367Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8361816Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8372545Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8383302Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8393853Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8404727Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8415175Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8426035Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8436658Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8447498Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8458434Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8468775Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8479337Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8490014Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8500802Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8511390Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8521885Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8532659Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8543264Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8553859Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8564449Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8575090Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8585879Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8596455Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8607030Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8618077Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8628704Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8639152Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8649728Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8660396Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8671202Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8681677Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8692296Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8702978Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8713466Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8724361Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8734653Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8745314Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8755834Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8766484Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8777075Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8787779Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8798272Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8808854Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8819589Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8830111Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8840711Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8851509Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8862135Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8872579Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8883123Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8893832Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8904495Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8915106Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8925730Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8936463Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8947029Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8957742Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8968369Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8979368Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.8989978Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9000516Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9011233Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9021898Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9032431Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9042990Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9053717Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9064586Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9074914Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9085517Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9096200Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9106982Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9117589Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9128222Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9139042Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9149601Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9160607Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9171619Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9182360Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9193069Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9203682Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9214520Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9225322Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9235969Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9246567Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9257566Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9268237Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9278903Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9289514Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9300506Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9311187Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9321786Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9332592Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9343528Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9354152Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9364923Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9376570Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9387699Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9398775Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9409600Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9420273Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9430699Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9441022Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9451598Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9462358Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9473036Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9483500Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9494159Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9505041Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9515651Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9526248Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9537006Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9547739Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9558356Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9568937Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9580058Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9591007Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9601586Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9612839Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9623890Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9634657Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9645848Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9657359Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9668314Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9679169Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9690136Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9701230Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9712076Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9722845Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9734099Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9744729Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9755450Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9766362Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9777298Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9788449Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9799265Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9810106Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9821188Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9831949Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9842809Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9853508Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9864472Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9875866Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9886565Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9898158Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9908770Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9919405Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9930158Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9940968Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9951790Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9962628Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9973575Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9984252Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:40.9994762Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0005328Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0016093Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0026864Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0037395Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0048023Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0058842Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0069466Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0080308Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0090788Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0101562Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0112309Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0122779Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0133838Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0144550Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0154843Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0165487Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0176325Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0187034Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0197726Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0208428Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0219343Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0230022Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0240540Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0251207Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0261870Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0272409Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0283054Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0293808Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0304520Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0314953Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0325629Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0336561Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0347314Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0357962Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0368593Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0380100Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0390945Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0401538Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0412434Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0423354Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0433567Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0444235Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0455007Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0465802Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0476632Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0487283Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0498308Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0508737Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0519452Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0530089Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0540866Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0551363Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0561982Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0572693Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0583337Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0593936Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0604510Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0615585Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0626152Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0637356Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0648585Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0659193Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0670060Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0681088Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0692000Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0702870Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0713834Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0724735Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0735999Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0747228Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0758760Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0769460Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0780809Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0791790Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0803235Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0813879Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0825449Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0836219Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0847383Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0858547Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0870477Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0881035Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0891963Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0903079Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0913999Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0925231Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0936320Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0947224Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0958087Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0970094Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0981826Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.0993284Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1004310Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1015721Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1026957Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1037935Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1048911Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1060304Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1071229Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1082247Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1093357Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1104333Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1115544Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1126304Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1137192Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1148350Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1159641Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1170362Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1181555Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1192509Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1212927Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1214550Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1225114Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1235595Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1246164Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1256878Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1267569Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1278155Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1288698Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1299660Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1310082Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1320780Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1331477Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1342121Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1352710Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1363237Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1374133Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1384971Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1395493Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1406335Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1417249Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1428087Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1438793Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1449760Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1460460Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1471277Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1481999Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1492888Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1503721Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1514665Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1525383Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1536191Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1547140Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1557816Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1568600Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1579631Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1590343Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1600992Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1611869Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1623578Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1634472Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1644986Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1656173Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1667212Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1677972Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1688776Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1699811Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1710596Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1721373Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1732387Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1743238Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1753963Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1764804Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1775974Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1786541Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1797292Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1808162Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1819510Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1830318Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1841203Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1852216Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1863230Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1874064Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1884820Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1895803Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1906873Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1917632Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1928531Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1939654Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1950496Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1961468Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1972424Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1983417Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.1994285Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2005108Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2016162Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2027186Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2038191Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2048707Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2059942Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2070129Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2080774Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2091857Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2102772Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2113534Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2123949Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2134996Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2145865Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2156473Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2167017Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2178045Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2188679Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2199220Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2209806Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2220671Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2231255Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2241836Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2253544Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2264201Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2275151Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2285724Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2296829Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2307701Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2318408Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2329074Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2340468Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2351283Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2362040Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2373537Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2384286Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2394809Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2405575Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2416418Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2427358Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2438047Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2448762Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2460263Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2470442Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2480855Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2491588Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2502446Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2512946Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2523273Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2533947Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2544175Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2554497Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2564787Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2575336Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2585865Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2596296Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2606518Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2617005Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2627571Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2638076Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2648437Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2659036Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2669355Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2679723Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2690121Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2700667Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2711248Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2721903Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2732727Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2743528Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2754118Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2764751Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2775508Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2786414Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2797245Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2807776Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2818751Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2829314Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2839970Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2850720Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2861472Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2872380Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2882781Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2893752Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2904674Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2915543Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2926327Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2937346Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2948313Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2959221Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2970155Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2981284Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.2992119Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3003000Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3014007Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3024954Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3035888Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3046662Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3057908Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3068669Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3079339Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3090067Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3100824Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3111440Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3122116Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3132963Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3143886Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3154309Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3164871Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3175607Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3186194Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3196773Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3207311Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3218303Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3228724Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3239341Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3249951Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3260734Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3271287Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3281904Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3292558Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3303283Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3313874Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3324391Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3335101Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3345934Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3356520Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3367046Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3378026Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3388523Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3399096Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3409806Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3420917Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3431512Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3442208Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3453318Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3463867Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3474653Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3485096Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3495765Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3506387Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3516995Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3527557Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3538376Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3548860Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3559422Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3570030Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3580752Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3591333Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3601877Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3612585Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3623360Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3634141Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3644710Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3655733Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3666347Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3676897Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3687442Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3698303Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3708787Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3719480Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3730035Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3740972Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3751553Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3762385Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3773064Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3783765Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3794360Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3805382Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3815886Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3826804Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3837462Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3848215Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3859366Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3870316Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3880992Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3891688Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3902777Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3913346Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3923947Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3934832Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3945991Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3956432Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3967122Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3978250Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3988887Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.3999585Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4010596Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4021493Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4032677Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4042741Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4053421Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4064167Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4074686Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4085296Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4096016Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4106805Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4117457Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4128046Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4138901Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4149696Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4160168Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4170822Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4181563Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4192079Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4202663Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4213335Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4224003Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4235267Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4245479Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4256156Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4266933Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4277216Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4287659Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4298330Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4308889Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4319481Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4330108Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4340962Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4351491Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4362139Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4372839Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4383782Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4394208Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4404800Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4415486Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4426190Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4436906Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4447462Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4458445Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4468822Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4479400Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4490109Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4501179Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4511599Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4522376Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4532924Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4543663Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4554201Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4564726Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4575424Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4586135Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4596617Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4607127Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4617889Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4628367Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4638904Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4649414Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4660205Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4670701Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4681231Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4691979Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4702605Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4713191Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4723736Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4734569Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4745146Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4755887Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4766818Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4778394Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4789207Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4800073Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4810656Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4821680Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4832303Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4842925Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4853807Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4864596Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4875220Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4885981Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4896754Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4907575Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4918259Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4928958Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4939866Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4950656Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4961323Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4972080Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4982807Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.4993536Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5004148Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5014896Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5025598Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5036266Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5047010Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5057872Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5068501Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5079182Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5089869Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5100614Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5110924Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5121220Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5131628Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5142318Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5152440Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5162680Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5173117Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5183899Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5194514Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5205116Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5215875Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5226521Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5237250Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5247675Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5258623Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5269019Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5280104Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5290473Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5301232Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5311878Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5322783Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5333537Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5344364Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5355316Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5366120Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5377106Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5388192Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5399132Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5410101Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5421105Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5431987Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5442889Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5453980Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5464939Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5476052Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5486826Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5498213Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5509385Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5520409Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5531480Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5542637Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5553516Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5564540Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5575620Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5586779Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5597850Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5608871Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5620431Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5631176Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5642128Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5653303Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5664448Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5675882Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5686817Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5698270Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5708933Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5719811Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5730896Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5742024Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5752740Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5763437Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5774927Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5785256Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5795945Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5806726Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5817768Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5828454Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5839467Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5850059Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5860968Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5871734Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5882573Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5893418Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5904330Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5915087Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5925791Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5936662Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5947481Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5959816Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5974297Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5985523Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.5996312Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6006923Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6017782Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6028466Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6039218Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6049858Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6060731Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6071372Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6082019Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6092757Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6103502Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6114177Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6124829Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6135705Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6146932Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6157367Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6167972Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6178893Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6189779Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6200267Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6210887Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6221832Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6232805Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6243237Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6254002Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6264797Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6275397Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6286068Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6296972Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6307743Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6318348Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6329033Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6339864Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6350556Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6361139Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6371903Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6382605Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6393241Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6403918Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6414691Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6425528Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6436095Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6446701Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6457598Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6468177Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6478868Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6489582Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6500706Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6511616Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6523180Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6534019Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6544175Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6554827Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6565129Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6575823Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6586472Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6597073Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6607705Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6618620Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6629097Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6639869Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6650502Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6661360Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6671813Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6682374Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6693115Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6703816Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6714314Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6725238Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6735985Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6747352Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6757962Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6768654Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6779816Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6790302Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6801060Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6811913Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6822809Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6833424Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6843928Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6854718Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6865434Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6876266Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6886720Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6897668Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6908202Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6918922Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6929657Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6940375Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6951241Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6961728Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6972488Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6983236Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.6994215Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7004991Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7015954Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7026644Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7037555Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7048198Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7059215Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7070042Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7080802Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7091693Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7102558Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7113453Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7124090Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7134876Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7145783Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7156390Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7167165Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7178102Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7188892Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7199502Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7210534Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7221334Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7232085Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7243192Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7253983Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7264883Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7275518Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7286116Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7297023Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7307965Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7318568Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7329269Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7340285Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7350935Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7361761Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7372549Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7383417Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7394135Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7404792Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7415645Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7426546Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7437424Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7448016Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7459041Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7469735Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7480429Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7491319Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7502414Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7512954Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7523783Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7534487Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7545239Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7556185Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7566832Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7577785Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7588431Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7599039Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7609775Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7620604Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7631322Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7642095Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7653226Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7664362Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7675378Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7686356Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7697680Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7708543Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7719501Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7730585Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7741885Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7753329Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7763912Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7774945Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7785894Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7796776Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7807612Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7818970Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7829358Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7840010Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7850700Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7861527Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7872070Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7882629Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7894016Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7904186Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7914811Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7925387Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7936039Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7946694Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7957647Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7968440Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7978825Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.7989381Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8000556Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8011415Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8022512Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8033546Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8044351Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8055437Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8066586Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8077547Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8088606Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8099798Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8110700Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8121709Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8132816Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8143954Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8155119Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8165532Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8176374Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8187311Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8198045Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8208739Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8219771Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8230681Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8241454Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8252196Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8263098Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8273800Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8284653Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8295252Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8306013Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8316671Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8327276Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8338198Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8348732Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8359241Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8369891Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8380741Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8391343Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8401885Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8413459Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8424493Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8435521Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8446691Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8457952Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8469048Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8480123Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8491306Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8502876Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8514275Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8525280Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8536688Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8548093Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8559129Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8570708Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8581943Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8593146Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8604239Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8615708Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8626845Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8637959Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8649105Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8660801Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8671988Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8683076Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8694526Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8705768Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8716880Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8727979Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8739755Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8750883Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8762152Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8773341Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8784780Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8796225Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8807389Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8818767Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8829861Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8840998Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8852061Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8863226Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8874251Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8885228Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8896297Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8907424Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8918389Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8929487Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8940464Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8951442Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8962624Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8973709Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8984936Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.8995964Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9007131Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9018420Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9029510Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9040646Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9051902Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9063098Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9074244Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9085376Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9096573Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9107809Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9118968Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9130138Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9141489Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9152783Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9163628Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9174587Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9185720Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9196572Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9207461Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9218619Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9229426Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9240311Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9251364Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9262419Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9273383Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9284688Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9295491Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9306435Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9317298Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9328585Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9339769Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9350618Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9361570Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9372644Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9383659Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9394581Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9405508Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9416616Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9427702Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9438653Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9449576Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9460650Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9471523Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9482488Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9493473Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9504596Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9515686Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9526493Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9537580Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9548443Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9559388Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9570524Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9581625Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9592567Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9603554Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9614562Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9625649Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9636774Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9647534Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9658927Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9669872Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9680830Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9691848Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9703125Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9714022Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9724991Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9736146Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9747253Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9758499Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9769351Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9780589Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9791557Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9802447Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9813501Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9824621Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9835631Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9846597Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9857775Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9868927Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9879714Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9890736Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9901899Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9912775Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9923632Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9934699Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9945721Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9956882Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9967837Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9979328Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:41.9989899Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0000860Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0012204Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0023447Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0034720Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0045890Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0057082Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0068248Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0079027Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0090167Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0101736Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0113006Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0124498Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0136030Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0147376Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0158437Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0169391Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0181134Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0192403Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0203937Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0215135Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0226407Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0237453Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0248379Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0259681Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0270740Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0281653Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0292462Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0303409Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0314251Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0324964Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0336049Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0346854Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0357523Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0368195Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0379506Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0390009Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0400639Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0411664Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0422385Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0432986Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0443856Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0454733Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0465466Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0476264Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0486920Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0497978Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0508476Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0519372Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0530589Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0541842Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0552623Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0563186Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0573963Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0584730Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0595423Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0606083Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0616801Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0627549Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0638200Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0648957Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0659783Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0670503Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0681344Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0692034Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0702661Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0713309Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0723859Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0734695Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0745395Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0756108Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0767166Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0777950Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0788408Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0799178Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0810525Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0821725Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0832429Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0843196Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0854133Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0864862Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0875559Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0886230Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0896970Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0907919Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0918621Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0929297Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0940535Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0951562Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0963018Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0974732Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0987133Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.0998510Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1010245Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1022461Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1034121Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1045541Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1057379Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1068998Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1080508Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1092201Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1103898Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1115385Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1126830Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1138756Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1150226Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1161993Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1173552Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1185207Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1196693Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1208252Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1220023Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1231513Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1243016Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1254829Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1266429Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1278260Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1290154Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1302060Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1313592Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1325185Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1336751Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1348391Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1359820Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1371487Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1383062Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1394530Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1406284Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1418043Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1428524Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1439076Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1449863Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1460719Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1471528Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1482273Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1492921Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1503685Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1514448Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1524845Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1535467Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1546239Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1556729Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1567634Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1578704Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1589145Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1599772Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1610438Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1621079Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1631663Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1642265Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1652943Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1663858Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1674392Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1685017Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1695765Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1706504Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1717174Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1727777Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1738706Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1749451Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1759785Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1770743Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1781610Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1792441Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1803286Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1814347Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1825426Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1836438Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1847396Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1858797Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1869505Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1880403Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1891410Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1902429Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1913395Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1924317Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1935395Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1946361Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1957448Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1968240Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1979353Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.1990249Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2001132Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2012140Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2023257Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2033975Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2045133Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2055616Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2066260Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2076807Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2087383Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2098342Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2108863Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2119424Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2130002Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2140749Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2151296Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2161883Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2172573Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2183208Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2193834Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2204396Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2215025Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2225870Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2236465Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2246987Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2257871Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2268484Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2278940Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2289681Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2300628Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2311775Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2322425Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2333042Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2344027Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2354617Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2365274Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2376011Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2386675Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2397196Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2407788Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2418557Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2429349Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2439725Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2450381Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2461113Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2471719Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2482218Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2492909Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2503630Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2514276Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2525036Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2535507Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2546415Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2557188Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2567956Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2579105Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2589832Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2600603Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2611585Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2622539Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2633432Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2644246Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2655182Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2666195Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2677156Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2688112Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2699065Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2709894Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2720745Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2731714Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2742638Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2753431Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2764484Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2775196Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2786104Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2796995Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2807869Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2818937Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2829811Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2840667Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2851703Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2862432Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2873100Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2883502Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2894099Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2904808Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2915386Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2925918Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2936643Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2947289Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2958166Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2969207Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2980217Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.2991065Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3001872Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3012898Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3023907Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3034791Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3045776Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3056668Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3067705Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3078602Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3089388Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3100444Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3111522Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3122219Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3133125Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3144113Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3154959Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3165767Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3176726Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3187680Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3198437Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3209152Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3220237Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3231041Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3241832Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3252788Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3263678Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3274449Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3285323Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3296291Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3307318Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3318066Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3329050Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3340190Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3350902Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3361781Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3372670Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3383675Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3394399Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3405272Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3416258Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3427252Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3438061Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3448786Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3460017Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3470220Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3480836Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3491653Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3502423Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3512961Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3523705Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3534498Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3545498Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3555869Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3566526Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3577253Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3588017Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3598701Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3609264Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3620099Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3630783Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3641396Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3652072Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3662815Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3673470Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3684074Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3694792Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3705487Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3716174Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3726763Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3737650Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3748276Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3758936Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3769666Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3780611Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3791086Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3801999Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3812481Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3823261Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3833776Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3844373Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3855103Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3865810Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3876477Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3887019Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3898001Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3908614Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3919240Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3929880Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3940516Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3951127Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3962007Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3972838Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3983837Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.3994388Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4005048Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4015668Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4026417Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4037313Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4047657Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4058458Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4080012Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4080454Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4090283Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4100844Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4111426Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4122150Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4132611Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4143327Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4153902Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4164461Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4175125Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4185799Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4196341Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4206881Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4217631Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4228130Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4238652Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4249178Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4259929Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4270404Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4280997Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4291656Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4302383Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4313238Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4323973Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4334589Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4345309Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4355876Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4366342Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4376975Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4387653Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4398102Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4408629Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4419518Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4429916Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4440491Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4451136Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4461814Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4472411Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4482936Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4493590Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4504199Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4514694Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4525401Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4536062Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4546761Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4557735Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4568428Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4579400Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4590212Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4601021Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4611888Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4622737Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4633530Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4644336Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4655377Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4666245Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4677000Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4687737Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4698677Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4709542Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4720301Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4731339Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4742254Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4753039Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4763831Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4774900Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4785837Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4796765Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4807535Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4818839Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4829554Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4840414Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4851302Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4862267Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4873124Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4884048Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4894999Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4905928Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4916759Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4927715Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4938958Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4949895Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4961040Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4972055Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4982954Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.4993788Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5004812Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5015673Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5026678Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5037617Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5048562Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5059676Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5070533Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5081583Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5092339Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5103339Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5114148Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5125001Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5135984Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5147104Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5157971Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5168792Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5179855Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5190678Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5201581Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5212755Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5223946Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5234669Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5245472Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5256534Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5267392Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5278246Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5289227Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5300401Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5311410Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5322362Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5333267Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5344466Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5355287Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5366142Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5377133Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5388774Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5400103Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5411400Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5422808Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5433793Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5444546Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5455493Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5466454Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5477314Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5488193Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5499186Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5510104Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5520959Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5531912Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5543800Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5554101Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5564989Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5576098Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5587231Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5598149Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5609260Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5620386Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5631604Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5642936Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5654316Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5665807Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5677040Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5688342Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5699760Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5710998Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5721963Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5732914Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5743921Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5754940Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5765979Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5776908Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5787940Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5798856Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5809935Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5821123Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5832072Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5842977Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5853949Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5864967Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5875798Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5886659Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5897765Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5908560Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5919149Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5929913Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5940870Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5951802Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5962873Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5973733Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5984916Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.5995829Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6006828Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6017971Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6028807Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6039726Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6050782Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6061766Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6072636Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6083792Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6094446Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6105321Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6116347Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6127133Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6138254Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6149084Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6159930Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6170850Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6181816Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6192666Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6203567Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6214562Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6225446Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6236336Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6247156Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6258284Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6268950Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6279774Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6290688Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6301860Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6312610Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6323359Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6334923Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6346216Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6357455Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6368668Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6380111Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6391239Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6402486Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6413571Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6424964Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6436106Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6446933Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6458062Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6468800Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6479669Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6491076Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6501939Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6512918Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6523886Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6534906Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6545824Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6556833Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6567632Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6578700Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6589626Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6600416Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6611317Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6622300Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6633248Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6644554Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6655944Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6667295Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6678555Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6689832Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6701287Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6712885Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6723944Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6735065Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6746511Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6757765Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6769065Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6780208Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6791149Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6802170Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6813211Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6824322Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6835225Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6846138Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6857216Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6868263Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:59:42.6879065Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:59:42.6890028Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:59:42.6901219Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:59:42.6912088Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6923018Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6934144Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6945232Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6956201Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6967193Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6978388Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.6989350Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7000200Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7011305Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7022482Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7033154Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7044017Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7055180Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7066430Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7077284Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7088293Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7099406Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7110238Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7121276Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7132599Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7144096Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7155258Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7166448Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7178271Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7189532Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7200668Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7211903Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7222952Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7233765Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7244724Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7255724Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7266686Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7277425Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7288187Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7299440Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7310192Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7320877Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7331792Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7342653Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7353556Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7364139Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7375061Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7385905Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7396664Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7407455Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7418483Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7429274Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7440055Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7450892Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7461886Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7472671Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7483447Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7494462Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7505425Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7516597Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7527341Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7538753Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7549743Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7560618Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7571639Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7582692Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7593817Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7604735Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7615885Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7626818Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7637597Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7648580Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7659856Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7670885Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7682219Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7693282Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7704642Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7715881Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7726715Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7738271Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7749068Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7759967Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7771055Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7782078Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7792867Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7803807Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7814875Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7826033Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7836904Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7847676Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7858982Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7869717Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7880636Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7891640Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7902697Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7913558Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7924519Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7935366Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7946364Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7958009Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7968490Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7979311Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7989537Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.7999792Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8010450Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8021227Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8031664Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8042430Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8053032Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8063739Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8074497Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8084825Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8095663Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8106450Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8117088Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8127754Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8138509Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8148993Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8159483Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8170064Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8180838Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8191517Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8202100Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8212689Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8223334Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8233890Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8244350Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8254977Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8265631Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8276143Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8286614Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8297316Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8308032Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8318620Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8329454Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8340699Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8350606Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8361448Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8371920Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8382476Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8393003Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8403611Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8414400Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8424817Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8435566Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8446077Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8456685Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8467347Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8477871Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8488480Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8499482Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8509930Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8520458Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8531052Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8541858Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8552621Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8563152Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8573875Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8584676Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8595487Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8605873Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8616674Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8627773Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8638128Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8648622Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8659238Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8669523Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8679928Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8690584Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8700836Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8711158Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8721305Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8731725Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8742225Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8752452Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8762929Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8773573Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8783799Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8794242Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8804583Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8815125Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8825652Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8835976Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8846329Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8856674Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8867019Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8877438Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8887613Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8898194Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8908428Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8918738Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8929074Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8939766Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8950004Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8960542Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8970615Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8981305Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.8991547Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9001982Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9013131Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9023697Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9034315Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9044869Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9056035Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9066962Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9077339Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9088226Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9099586Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9109847Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9120752Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9131648Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9142386Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9152746Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9163450Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9174466Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9185502Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9196027Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9206962Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9217673Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9228352Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9238919Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9249413Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9260478Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9271434Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9282553Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9292771Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9303700Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9314549Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9325024Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9335949Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9347513Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9358588Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9369287Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9381081Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9391504Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9402434Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9413153Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9423983Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9434635Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9445382Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9456182Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9467302Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9478137Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9488844Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9499922Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9510831Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9521672Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9532688Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9543362Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9554210Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9565352Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9575477Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9586517Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9596945Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9607580Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9618715Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9629060Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9639825Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9650401Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9661285Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9671798Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9682216Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9692974Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9703964Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9714418Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9724879Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9735628Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9746535Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9757123Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9767690Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9778438Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9789360Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9800126Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9810798Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9821706Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9832897Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9844124Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9855384Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9866228Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9877167Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9887499Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9898603Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9909089Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9919721Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9930239Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9941123Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9951698Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9962359Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9973289Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9983791Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:42.9993968Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0004203Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0014606Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0025217Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0035371Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0045662Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0056005Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0066555Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0077147Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0088266Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0099621Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0110774Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0121666Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0132758Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0144057Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0155232Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0165999Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0176667Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0187617Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0198301Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0209248Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0220094Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0230919Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0241890Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0253009Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0263632Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0274557Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0285097Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0296253Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0307290Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0318274Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0329257Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0341355Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0352106Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0362264Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0373494Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0384367Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0394559Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0405112Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0415884Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0426602Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0437205Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0447795Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0458814Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0469318Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0480101Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0490803Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0501576Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0512420Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0523217Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0534076Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0545229Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0556332Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0566938Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0577921Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0588114Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0598870Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0609287Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0620201Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0630927Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0641620Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0652210Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0662739Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0673626Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0684144Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0694997Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0705815Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0716069Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0726679Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0737113Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0747933Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0758700Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0769669Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0780529Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0791135Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0801686Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0812421Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0822854Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0833335Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0843784Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0854561Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0865442Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0876818Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0887604Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0898381Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0908924Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0919370Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0930277Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0940874Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0951697Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0963313Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0973742Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0984931Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.0995615Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1006114Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1016890Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1027557Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1038377Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1048684Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1059527Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1070035Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1080822Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1091703Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1103345Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1113837Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1124127Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1134818Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1145524Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1155869Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1166344Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1177003Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1187796Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1198179Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1208667Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1219541Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1229856Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1240417Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1251074Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1261774Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1272276Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1282738Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1293384Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1304072Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1314652Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1325202Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1336132Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1346744Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1357170Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1368480Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1379315Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1389674Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1400206Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1411026Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1421779Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1432255Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1442905Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1453572Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1464319Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1474755Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1485499Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1496084Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1506990Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1517262Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1527941Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1538781Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1549354Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1559800Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1570607Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1581199Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1591906Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1602499Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1613632Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1624505Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1635028Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1645469Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1656415Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1666828Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1677254Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1687710Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1698644Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1709157Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1719449Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1730155Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1741012Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1751609Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1762125Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1772773Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1783469Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1794064Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1804387Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1815176Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1825772Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1836769Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1847382Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1858556Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1869939Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1881403Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1892870Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1904424Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1915873Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1927319Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1939306Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1950672Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1962319Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1973973Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1985701Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.1997416Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2009421Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2021289Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2033208Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2045053Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2056978Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2069110Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2080993Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2092737Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2104751Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2116425Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2128149Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2140213Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2151929Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2163642Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2175242Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2187070Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2198674Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2210339Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2222292Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2233827Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2245434Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2257216Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2269213Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2280832Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2292709Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2304345Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2315790Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2327162Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2339159Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2350619Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2362153Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2373915Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2385916Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2397154Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2408751Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2420448Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2432023Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2443566Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2455174Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2466818Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2478372Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2490165Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2502025Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2513546Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2525275Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2536816Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2548149Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2558733Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2569136Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2579940Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2590613Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2601095Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2612236Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2623848Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2634635Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2645407Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2656286Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2667195Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2678578Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2689681Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2700571Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2711215Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2722311Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2733090Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2743975Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2754879Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2765562Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2776438Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2787352Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2798161Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2809051Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2820105Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2830848Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2841738Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2852634Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2863784Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2874596Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2885565Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2896406Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2907372Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2918217Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2929018Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2940158Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2950897Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2961923Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2972886Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2983661Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.2994452Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3005495Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3016628Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3027511Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3038433Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3049307Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3060495Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3071360Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3082140Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3093121Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3104112Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3115302Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3126142Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3137036Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3148003Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3158719Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3169425Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3180543Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3191515Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3202105Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3212981Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3223913Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3234844Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3245562Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3256526Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3267393Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3278180Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3288862Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3299861Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3310628Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3321605Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3332291Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3344028Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3354180Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3364955Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3375770Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3386704Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3397441Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3408423Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3419300Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3430048Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3440975Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3451817Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3462695Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3473587Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3484007Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3494807Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3505646Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3516366Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3526925Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3537996Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3548649Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3559163Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3570316Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3581079Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3591838Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3602824Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3613122Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3624024Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3634722Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3645631Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3656187Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3667055Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3677837Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3688584Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3699518Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3710214Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3721008Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3731635Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3742554Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3753345Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3763829Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3774610Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3785429Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3796114Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3806871Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3817925Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3828866Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3839319Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3849989Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3860979Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3871638Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3882373Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3893091Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3903655Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3914441Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3925132Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3935833Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3946450Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3957138Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3967576Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3978304Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3988820Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.3999382Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4009938Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4020747Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4031305Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4041935Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4052592Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4063339Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4074078Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4084466Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4095384Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4106234Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4116839Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4127504Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4138533Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4149088Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4159638Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4170370Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4181080Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4191650Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4202228Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4212916Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4223588Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4234179Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4244740Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4255451Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4266092Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4276685Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4287212Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4298015Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4308488Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4319128Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4329702Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4340493Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4351282Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4362515Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4374307Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4385315Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4396155Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4406370Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4416682Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4427424Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4437908Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4448875Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4459442Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4469714Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4479935Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4490330Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4500850Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4510982Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4521158Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4531521Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4542168Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4552362Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4562511Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4572980Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4583319Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4594118Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4605129Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4616301Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4627611Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4638087Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4648651Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4659286Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4669436Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4679648Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4690216Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4700523Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4710792Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4720983Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4731360Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4742012Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4752381Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4762687Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4773198Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4783695Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4794016Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4804295Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4815047Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4825533Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4836403Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4847257Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4858013Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4868651Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4879095Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4889640Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4900296Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4910865Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4921742Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4932450Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4943051Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4953976Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4964608Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4974882Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4985673Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.4995692Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5005704Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5016080Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5026289Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5036590Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5046718Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5057169Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5067538Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5077671Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5087901Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5098466Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5108451Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5118719Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5128943Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5139683Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5150177Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5160632Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5171190Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5181771Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5192243Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5202799Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5213316Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5224044Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5234620Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5245130Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5255645Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5266649Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5276830Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5287232Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5297986Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5308429Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5318905Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5329388Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5340188Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5350897Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5361270Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5371931Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5382593Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5392980Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5403500Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5414108Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5424816Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5435199Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5445860Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5456445Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5467171Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5477599Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5488054Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5498830Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5509385Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5519889Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5530446Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5541276Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5552181Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5562482Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5573108Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5583664Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5594217Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5604710Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5615400Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5626309Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5636980Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5647322Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5658283Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5668983Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5679537Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5690072Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5701055Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5711472Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5721867Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5732482Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5743056Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5753514Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5763913Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5774557Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5785038Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5795596Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5806030Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5816629Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5827425Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5837656Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5848296Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5858750Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5869317Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5880283Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5890329Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5900857Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5911330Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5921754Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5932343Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5943226Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5953616Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5964387Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5975350Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5986229Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.5997020Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6007745Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6018489Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6028903Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6039395Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6049962Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6060628Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6071117Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6081796Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6092446Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6103460Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6114547Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6125293Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6136146Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6146459Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6156904Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6167369Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6178006Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6188494Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6198977Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6209373Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6220014Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6230466Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6241132Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6251846Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6262818Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6273514Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6283760Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6294669Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6305264Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6315845Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6326630Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6337252Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6348181Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6358614Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6369951Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6380446Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6391844Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6402327Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6413773Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6424746Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6435625Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6446760Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6458086Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6469111Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6480116Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6491384Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6502864Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6513665Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6524697Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6535591Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6558013Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6558536Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6568706Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6579982Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6590927Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6601947Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6612995Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6624531Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6635170Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6646169Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6657675Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6668796Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6679601Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6690629Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6701900Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6712995Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6723656Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6734807Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6746048Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6756873Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6767828Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6779101Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6790105Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6800930Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6811982Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6823059Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6834149Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6845241Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6856461Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6867544Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6878344Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6889173Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6900464Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6911382Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6922368Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6933424Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6944646Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6955662Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6966683Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6978221Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6988919Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.6999841Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7010934Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7022264Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7032745Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7043622Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7054733Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7065879Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7076854Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7087761Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7098941Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7110224Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7121041Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7131994Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7143057Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7153932Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7165086Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7175970Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7187060Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7197950Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7208897Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7219952Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7230811Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7241755Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7252870Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7263755Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7274849Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7285606Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7296505Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7307510Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7318684Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7329772Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7340733Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7351545Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7362957Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7373566Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7384163Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7394610Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7405264Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7416013Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7426368Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7437027Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7447583Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7458370Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7469212Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7479718Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7490234Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7500857Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7511365Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7521805Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7532527Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7543264Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7553643Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7564159Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7574817Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7585283Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7595663Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7606427Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7616800Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7627346Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7637755Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7648234Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7658892Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7669269Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7679754Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7690176Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7700598Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7711436Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7722738Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7733723Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7744074Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7754589Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7765273Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7776074Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7786768Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7797362Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7807840Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7818540Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7829148Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7839625Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7850186Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7860860Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7871767Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7881958Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7892684Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7903857Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7914362Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7924725Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7935483Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7946188Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7957568Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7967514Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7978501Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7989438Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.7999937Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8010750Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8022187Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8032559Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8042753Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8053619Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8064363Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8074608Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8084986Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8095650Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8106224Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8116605Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8127139Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8137871Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8148415Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8158818Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8169240Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8180090Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8190785Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8200932Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8211707Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8222763Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8233363Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8243842Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8254564Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8265322Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8275916Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8286380Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8296990Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8307799Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8318355Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8328860Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8339885Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8350601Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8360997Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8371733Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8382390Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8392969Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8403596Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8414255Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8424939Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8435548Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8446227Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8456891Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8467644Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8478338Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8489678Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8500684Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8510749Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8521178Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8531777Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8542480Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8552916Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8563366Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8573964Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8584590Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8595124Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8605608Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8616224Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8626900Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8637188Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8647664Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8659038Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8668951Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8679599Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8690096Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8700885Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8711273Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8722007Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8732711Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8743210Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8753853Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8764508Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8774918Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8785643Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8795925Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8806381Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8817019Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8827557Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8837982Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8848505Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8859534Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8869727Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8880517Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8891066Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8901665Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8912083Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8922817Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8933336Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8943814Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8954329Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8964846Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8975733Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8986293Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.8996771Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9007985Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9018141Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9028740Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9039111Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9049867Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9060543Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9071094Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9081765Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9092438Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9102811Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9113196Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9123787Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9134402Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9144985Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9155354Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9165760Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9176298Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9187340Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9197382Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9207852Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9219135Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9229606Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9240548Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9251232Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9262132Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9272871Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9283522Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9293905Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9304652Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9315017Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9325349Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9335918Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9346824Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9357495Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9367690Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9378560Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9388987Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9399439Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9410072Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9420729Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9431254Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9441727Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9452545Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9462943Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9473580Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9484098Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9494603Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9505318Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9516086Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9526626Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9537630Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9548034Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9558287Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9568757Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9579541Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9589987Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9600472Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9611054Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9621792Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9632130Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9642575Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9653210Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9663909Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9674412Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9684901Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9695763Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9706223Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9716626Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9727176Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9737835Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9748223Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9758683Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9769888Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9780613Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9791159Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9801820Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9812324Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9822976Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9833398Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9843836Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9854446Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9865022Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9875603Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9886530Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9896855Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9907412Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9917853Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9928306Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9938993Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9949752Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9960381Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9970994Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9982046Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:43.9993043Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0003484Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0014550Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0025494Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0035831Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0046280Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0057026Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0067681Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0078253Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0088823Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0099525Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0110032Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0120457Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0131084Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0141763Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0152239Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0162729Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0173300Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0184082Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0194529Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0204977Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0215673Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0226900Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0237937Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0248481Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0259172Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0269787Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0280773Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0291384Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0303029Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0314351Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0325766Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0337255Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0348845Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0360516Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0372462Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0383715Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0394462Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0405139Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0415838Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0426603Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0437216Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0447819Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0459437Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0469719Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0480474Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0491450Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0502518Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0513315Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0524276Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0535435Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0546604Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0557697Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0568839Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0579928Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0590774Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0601478Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0612291Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0623060Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0633890Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0644547Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0655435Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0666277Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0677077Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0687922Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0698756Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0709496Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0720141Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0731050Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0742060Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0752775Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0763620Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0774411Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0785257Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0796024Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0806796Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0817946Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0828558Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0839273Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0850077Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0861024Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0871737Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0882460Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0893341Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0904181Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0914856Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0925557Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0936516Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0947408Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0958106Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0969578Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0980358Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.0991806Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1002832Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1013823Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1024874Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1035815Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1046749Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1058008Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1068765Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1079688Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1090727Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1101935Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1112861Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1123746Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1134943Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1145853Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1156649Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1167721Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1179186Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1190069Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1201117Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1212188Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1223064Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1233861Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1244700Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1255600Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1266322Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1277059Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1287841Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1298913Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1309750Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1320519Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1331567Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1342475Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1353494Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1364026Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1374901Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1385818Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1396584Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1407312Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1418199Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1429074Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1439959Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1450914Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1461830Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1472725Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1483433Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1494297Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1505359Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1515991Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1526587Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1537652Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1548195Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1558879Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1569744Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1580712Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1591383Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1602061Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1612889Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1623680Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1634307Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1645060Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1655793Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1666546Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1677303Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1688062Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1699224Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1709662Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1720357Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1731175Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1741995Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1752773Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1763430Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1774248Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1785487Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1796193Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1806869Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1818159Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1828848Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1839651Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1850574Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1861619Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1872375Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1883127Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1894057Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1905020Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1915806Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1926669Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1937599Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1948388Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1959233Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1970267Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1981269Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.1991930Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2002778Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2013704Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2024702Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2035552Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2046116Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2057141Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2067940Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2078721Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2089442Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2100555Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2111309Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2122247Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2133151Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2144061Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2154830Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2165612Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2176481Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2187464Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2198383Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2209289Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2220496Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2231302Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2242168Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2253171Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2264083Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2274844Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2285597Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2296507Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2307350Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2318008Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2328763Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2339758Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2350401Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2361047Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2371910Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2382995Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2393559Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2404256Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2415117Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2425958Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2436601Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2447421Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2458462Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2469204Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2479838Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2490627Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2501645Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2512178Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2522975Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2533704Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2544796Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2555490Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2566259Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2577150Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2588006Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2598820Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2609760Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2620764Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2631546Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2642317Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2653176Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2664107Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2674852Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2685620Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2696529Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2707481Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2718451Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2729045Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2740161Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2750895Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2761533Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2772461Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2783285Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2794037Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2804898Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2815625Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2826364Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2837090Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2847750Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2858760Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2869413Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2880148Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2890927Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2901845Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2912419Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2923094Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2933987Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2944899Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2955647Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2966452Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2977391Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2988116Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.2998880Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3009730Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3020736Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3031217Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3042008Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3053242Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3063980Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3074446Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3085015Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3095592Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3106233Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3116796Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3127357Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3138144Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3148691Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3159318Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3169945Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3180544Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3191070Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3201566Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3212234Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3222799Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3233293Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3243781Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3254518Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3265142Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3275706Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3286300Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3297011Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3307594Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3318083Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3328583Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3339346Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3349798Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3360302Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3370942Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3381890Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3392210Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3402666Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3413350Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3423802Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3434348Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3445010Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3455821Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3466683Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3477349Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3488097Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3498525Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3508984Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3519461Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3530067Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3540725Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3551212Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3561638Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3572195Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3582901Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3593399Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3603901Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3614559Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3625269Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3635785Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3646290Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3656870Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3667568Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3677998Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3688429Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3699185Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3709931Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3720160Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3730642Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3741289Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3751786Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3762159Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3772773Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3783336Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3793751Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3804294Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3814845Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3825483Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3835948Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3846476Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3856975Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3867623Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3878127Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3888599Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3899281Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3909850Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3920276Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3930810Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3941365Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3952021Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3962672Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3973164Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3983695Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.3994199Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4004665Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4015228Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4025828Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4036467Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4046828Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4057631Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4067955Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4078328Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4088870Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4099574Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4109941Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4120419Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4130968Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4141644Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4152162Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4162663Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4173295Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4183831Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4194304Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4205248Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4215671Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4226203Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4236746Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4247168Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4258672Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4268499Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4278990Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4289452Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4300184Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4310636Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4321249Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4331809Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4342438Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4352840Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4363411Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4374339Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4384551Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4395017Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4405452Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4416089Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4426624Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4437053Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4447530Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4458547Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4468715Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4479064Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4489420Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4500400Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4510743Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4521125Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4531797Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4542466Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4552923Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4563374Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4573895Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4584424Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4594880Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4605354Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4615970Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4626549Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4636963Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4647421Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4658332Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4668583Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4679155Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4689927Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4700855Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4710890Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4721272Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4732154Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4742727Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4753716Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4763706Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4774301Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4784786Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4795382Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4805735Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4816458Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4826909Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4837413Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4847834Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4858556Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4869066Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4879465Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4890123Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4900627Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4911001Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4921538Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4932080Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4942672Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4953130Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4963806Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4974899Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4985246Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.4995771Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5005986Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5016519Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5027083Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5037548Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5048054Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5058808Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5069205Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5079669Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5090288Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5100945Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5111427Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5121977Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5132628Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5143245Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5153744Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5164266Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5174879Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5185424Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5196011Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5206727Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5217146Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5227741Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5238119Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5248608Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5259282Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5269695Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5280105Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5290561Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5301263Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5311880Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5322150Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5332781Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5343295Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5353767Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5364214Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5374742Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5385351Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5395798Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5406277Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5416816Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5427464Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5437961Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5448807Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5459598Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5470546Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5480705Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5491226Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5501815Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5512256Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5522708Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5533311Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5543864Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5554388Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5565187Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5575859Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5586529Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5596986Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5607541Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5618317Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5628924Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5639340Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5650096Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5660663Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5671101Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5681562Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5692190Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5702770Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5713354Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5724041Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5734452Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5745727Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5755908Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5766532Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5777028Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5787448Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5797911Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5808373Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5819104Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5829593Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5840106Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5850655Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5861510Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5871937Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5882394Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5892862Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5903438Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5913825Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5924317Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5934935Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5945575Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5955910Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5967575Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5979454Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.5990291Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6001035Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6011986Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6023027Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6033858Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6044756Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6055824Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6066890Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6077775Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6088615Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6099885Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6110805Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6121757Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6132739Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6143753Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6154632Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6165634Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6176512Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6187515Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6198444Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6209331Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6220463Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6231288Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6242323Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6253298Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6264336Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6275298Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6286232Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6297322Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6308380Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6319263Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6330231Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6341265Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6352309Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6363002Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6374037Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6385103Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6396071Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6406981Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6418112Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6429067Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6439963Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6450902Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6461950Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6472799Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6483624Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6494588Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6505557Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6516491Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6527365Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6538527Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6549382Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6560271Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6571246Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6582584Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6593336Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6605152Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6616647Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6628487Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6640544Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6652103Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6663511Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6674963Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6686560Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6698099Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6709453Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6720754Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6732223Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6743797Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6755139Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6766669Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6778231Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6789637Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6801189Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6812821Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6824418Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6835874Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6847364Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6858951Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6870381Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6881803Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6893274Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6904862Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6916271Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6927683Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6939453Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6950897Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6962315Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6974097Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6985649Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.6996934Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7008062Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7019502Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7030818Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7041901Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7053192Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7064453Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7075674Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7086778Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7098324Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7109500Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7120871Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7132097Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7143427Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7154735Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7165902Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7177122Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7188403Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7199845Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7211130Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7222739Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7233928Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7245166Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7256309Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7267680Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7278838Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7290017Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7301540Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7312651Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7323847Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7335112Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7346427Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7357634Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7369097Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7380385Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7391475Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7402671Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7413999Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7425344Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7436515Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7448003Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7459279Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7470457Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7478933Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7485920Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7492892Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7499852Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7507244Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7513942Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7520662Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7527447Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7534111Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7540893Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7547554Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7554271Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7561023Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7567972Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7574616Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7581692Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.7592964Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7602922Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7613579Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7624379Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7634865Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7645387Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7656086Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7666679Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7677306Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7687904Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7698740Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7709238Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7719627Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7730257Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7741167Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7752072Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7762954Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7773643Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7784458Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7795120Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7805881Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7816608Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7827666Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7838474Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7849169Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7860613Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7871094Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7881684Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7892606Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7903503Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7914366Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7925032Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7935935Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7946985Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7957718Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7968626Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7979902Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.7990615Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8001274Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8012151Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8023106Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8033501Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8044641Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8055819Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8067501Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8077925Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8088840Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8100034Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8111077Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8121927Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8132940Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8144078Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8155001Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8165928Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8177002Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8188495Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8199050Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8209962Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8221237Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8232126Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8243095Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8254006Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8265037Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8276028Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8286883Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8298087Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8305553Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.8312019Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.8319107Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.8325660Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.8333103Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.8339946Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.8347312Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.8354463Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.8364604Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8375618Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8386257Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8396944Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8407589Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8418428Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8428997Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8439859Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8450267Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8460974Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8471534Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8482245Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8492953Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8503703Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8514374Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8524974Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8535869Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8546724Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8557198Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8568338Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8579553Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8589961Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8600591Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8611320Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8622070Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8632690Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8643346Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8654053Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8664749Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8675386Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8685947Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8696780Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8707573Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8717957Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8728627Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8739720Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8750056Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8760638Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8771354Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8782078Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8792975Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8804130Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8815344Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8826674Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8837799Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8848947Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8860346Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8871445Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8882604Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8893865Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8905127Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8916238Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8927363Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8938811Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8950049Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8961093Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8972194Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8983552Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.8994394Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9004910Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9015772Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9026634Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9037426Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9048179Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9059403Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9069747Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9080082Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9090686Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9101430Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9111816Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9122226Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9132764Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9143406Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9155003Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9164783Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9174991Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9185566Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9195986Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9206389Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9216905Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9227420Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9237859Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9245339Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9252217Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9259279Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9265876Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9273092Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9279443Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9286647Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9293607Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9300835Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9307688Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9314513Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9321397Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9328153Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9335173Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9342254Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9349410Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9356231Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9363614Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9369747Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9376999Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9383592Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9390496Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9397817Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9404994Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9411827Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9419309Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9426274Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9433633Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9440132Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9446917Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9453744Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9461192Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:44.9473450Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9484905Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9496109Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9507546Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9518626Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9529760Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9540927Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9551711Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9562950Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9574319Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9585217Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9596159Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9607052Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9618568Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9629384Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9640326Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9651255Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9662313Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9673110Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9683972Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9695055Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9706151Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9717219Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9727866Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9739043Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9749844Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9760918Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9771830Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9783097Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9794145Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9804851Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9816010Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9826759Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9837658Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9848533Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9859702Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9870370Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9881389Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9892231Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9903195Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9914073Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9925068Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9935936Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9946946Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9957838Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9968601Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9979676Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:44.9990451Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0001402Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0012287Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0023170Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0034216Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0045153Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0057251Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0067659Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0078162Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0088962Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0099822Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0110626Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0121304Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0132236Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0143031Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0153836Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0164524Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0175139Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0185810Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0196370Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0206970Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0217650Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0228122Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0238757Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0249372Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0260012Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0270674Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0281130Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0291973Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0302498Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0313513Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0323832Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0334594Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0345327Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0355987Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0366688Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0377339Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0388389Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0398790Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0409503Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0420350Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0430943Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0441751Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0452542Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0463251Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0473928Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0484623Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0495288Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0505999Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0516784Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0527155Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0538598Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0548965Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0559435Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0570186Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0581090Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0591890Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0602513Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0613113Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0623999Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0634551Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0645250Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0655925Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0666729Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0677204Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0688025Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0698816Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0709471Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0720280Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0731387Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0742285Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0753043Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0763573Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0774415Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0785410Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0796149Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0807714Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0819464Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0829835Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0840853Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0851897Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0863235Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0874028Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0885174Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0895999Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0907101Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0918125Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0929033Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0940466Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0951531Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0962692Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0974023Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0985296Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.0996166Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1007025Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1018245Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1029111Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1039874Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1050874Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1061777Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1072563Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1083488Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1094118Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1105004Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1115733Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1126579Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1137659Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1148450Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1159154Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1170028Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1181056Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1191736Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1202518Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1213407Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1224266Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1235072Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1245803Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1256673Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1268186Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1279492Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1290791Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1302148Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1313346Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1324684Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1335884Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1347128Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1358245Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1369493Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1380553Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1391504Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1402310Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1413183Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1424126Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1435195Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1445864Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1456751Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1467817Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1478573Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1489324Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1500424Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1511210Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1521941Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1533129Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1544003Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1555032Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1565944Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1576857Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1587815Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1598540Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1609344Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1620424Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1631200Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1642015Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1652983Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1663961Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1674783Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1685641Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1696561Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1707488Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1718310Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1729052Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1740193Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1750923Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1761741Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1772728Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1783972Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1794577Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1805366Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1816218Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1827201Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1837992Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1848868Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1859824Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1870696Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1881739Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1892713Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1903767Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1914660Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1925502Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1936543Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1947531Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1958528Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1969694Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1980780Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.1991609Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2002427Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2013483Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2024584Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2035464Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2046260Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2057072Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2068134Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2078938Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2089837Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2100734Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2111465Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2122391Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2133032Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2144134Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2154948Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2165701Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2176577Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2187438Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2198213Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2208996Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2219986Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2230734Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2241532Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2252361Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2263340Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2274071Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2284952Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2296004Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2306950Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2317471Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2328087Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2338966Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2349495Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2359951Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2370560Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2381472Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2391972Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2402517Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2413198Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2424023Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2434607Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2445096Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2455749Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2466727Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2476966Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2487544Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2498610Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2509404Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2520013Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2530798Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2541774Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2552268Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2562594Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2573567Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2584347Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2595110Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2605971Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2616716Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2627611Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2638093Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2648588Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2659615Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2670464Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2681000Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2692027Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2702871Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2713588Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2724027Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2734739Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2745525Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2756020Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2766752Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2777386Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2787982Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2798704Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2809644Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2820454Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2831294Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2842127Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2852977Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2863938Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2874702Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2885471Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2896531Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2907448Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2918346Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2929013Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2940136Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2951127Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2962426Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2973894Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2985180Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.2996257Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3007407Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3018922Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3029676Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3040690Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3052043Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3063117Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3074201Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3085486Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3096740Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3107955Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3118918Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3130101Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3141391Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3152471Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3163764Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3174860Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3186006Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3197121Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3208339Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3219839Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3230928Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3242054Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3253287Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3264486Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3275482Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3286739Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3297778Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3308813Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3320481Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3331904Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3343373Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3354688Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3366102Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3377857Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3389246Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3400598Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3412042Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3423482Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3434996Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3446376Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3458103Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3469469Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3480940Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3492420Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3503875Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3515231Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3526926Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3538586Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3549871Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3561526Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3572962Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3584618Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3596086Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3607581Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3619399Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3630893Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3642357Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3653950Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3665481Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3676873Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3688368Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3700316Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3711672Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3723069Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3734614Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3746295Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3757801Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3769181Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3780994Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3792343Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3803799Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3815425Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3827041Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3838564Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3850089Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3861562Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3872784Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3884483Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3895716Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3907130Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3918436Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3929757Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3941250Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3952753Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3964274Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3975817Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3987311Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.3998725Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4010339Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4021942Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4033397Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4044867Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4056367Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4068057Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4079812Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4091860Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4103590Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4115179Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4126771Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4138385Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4150051Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4161707Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4173541Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4185349Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4197069Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4208760Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4220527Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4232229Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4243812Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4255899Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4267392Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4279162Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4290637Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4302449Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4313784Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4325278Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4336984Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4348627Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4360129Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4371637Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4383168Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4394970Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4406428Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4418128Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4429810Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4441238Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4452852Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4464459Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4476101Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4487578Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4499430Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4510914Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4522485Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4534137Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4545531Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4556259Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4566766Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4577894Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4588928Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4600025Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4611706Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4622495Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4633634Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4644706Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4655958Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4667201Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4678222Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4689314Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4700670Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4711723Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4722827Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4734031Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4745220Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4756366Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4767431Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4779275Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4789966Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4800957Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4812539Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4823790Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4834422Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4845046Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4856011Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4866922Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4878729Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4890139Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4901531Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4912940Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4924313Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4935751Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4947209Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4958984Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4970345Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4981941Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.4993166Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5004462Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5015881Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5027291Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5038786Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5050098Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5061636Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5072969Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5084278Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5095705Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5107193Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5118627Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5130038Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5141553Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5152798Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5164090Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5175572Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5187034Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5198362Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5209722Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5221243Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5232591Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5243934Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5255346Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5266763Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5278126Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5289499Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5301037Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5312403Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5323993Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5335378Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5346809Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5358160Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5369486Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5381326Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5392532Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5403831Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5415376Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5426817Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5438098Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5449423Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5460958Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5472281Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5483615Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5494986Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5506566Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5518004Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5529646Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5541254Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5552684Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5564009Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5575529Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5587215Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5598665Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5610128Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5621841Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5633310Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5644683Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5656244Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5668011Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5679465Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5691198Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5702739Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5714107Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5725430Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5736980Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5748712Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5760150Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5771785Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5784075Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5794843Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5806463Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5817309Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5827632Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5838106Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5848677Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5859392Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5869830Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5880187Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5890775Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5901384Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5911864Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5922328Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5936030Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5946428Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5957648Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5968293Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5979599Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.5990851Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6001627Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6012541Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6023215Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6034112Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6044930Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6055600Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6066286Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6076873Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6087516Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6098479Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6109229Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6119959Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6130928Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6141612Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6152256Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6163067Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6173812Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6184761Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6195391Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6206055Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6216891Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6227680Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6238414Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6426360Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.019s) 2022-09-27T15:59:45.6447023Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.002s) 2022-09-27T15:59:45.6459397Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6470389Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6481549Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6492573Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6503611Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6514530Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6525344Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6536661Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6547518Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6558360Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6569308Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6580583Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6591513Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6602552Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6613416Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6624551Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6635491Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6646361Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6657370Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6668337Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6679384Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6690377Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6701595Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6712515Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6723515Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6734585Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6745842Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6756852Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6767822Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6779027Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6789738Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6800468Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6811426Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6822400Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6833315Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6844143Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6855138Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6866108Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6877023Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6888017Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6899271Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6909994Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6920922Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6932078Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6943065Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6954067Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6965494Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6977201Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6988503Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.6999762Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7011277Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7022961Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7034459Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7045771Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7057398Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7068936Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7080252Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7091953Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7103652Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7115136Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7126689Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7138275Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7149829Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7161390Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7173522Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7185125Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7195981Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7207052Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7218469Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7229557Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7240650Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7251938Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7263247Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7274383Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7285361Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7296592Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7307820Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7318780Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7329879Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7341077Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7352311Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7363062Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7374178Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7385297Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7396300Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7407208Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7418492Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7429477Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7440418Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7451565Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7462765Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7473522Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7484620Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7495833Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7506964Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7517859Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7528906Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7540195Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7551173Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7562117Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7573267Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7584390Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7595367Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7606345Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7617616Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7628514Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7639463Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7650592Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7661472Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7672151Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7682889Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7694404Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7705818Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7716562Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7727931Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7738723Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7749127Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7759668Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7770332Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7781026Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7791309Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7801631Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7811998Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7822462Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7832949Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7843417Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7853798Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7864253Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7874556Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7885081Z test_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7895851Z test_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7906588Z test_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7917157Z test_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7927923Z test_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7939101Z test_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7950345Z test_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7961922Z test_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7972377Z test_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7983365Z test_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.7994289Z test_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8004929Z test_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8015850Z test_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8026863Z test_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8037567Z test_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8048406Z test_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8059724Z test_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8070333Z test_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8081619Z test_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8092297Z test_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8103148Z test_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8113887Z test_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8124523Z test_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8135310Z test_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8146226Z test_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8156935Z test_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8167610Z test_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8178524Z test_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8189923Z test_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8200040Z test_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8210905Z test_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8221919Z test_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8232969Z test_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8243990Z test_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8254390Z test_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8265367Z test_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8275996Z test_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8286671Z test_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8297699Z test_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8308325Z test_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8318954Z test_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8329701Z test_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8340538Z test_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8351163Z test_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8361815Z test_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8372580Z test_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8383353Z test_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8394068Z test_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8404650Z test_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8414936Z test_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8426209Z test_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8436015Z test_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8446069Z test_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8456558Z test_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8467270Z test_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8478606Z test_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8490012Z test_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8501553Z test_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8512804Z test_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8524181Z test_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8535563Z test_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8547152Z test_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8558508Z test_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8569943Z test_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8581528Z test_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8593003Z test_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8604478Z test_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8615980Z test_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8627486Z test_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8638890Z test_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8650357Z test_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8661994Z test_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8673358Z test_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8684801Z test_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8696348Z test_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8707992Z test_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8719342Z test_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8730831Z test_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8742512Z test_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8754066Z test_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8765796Z test_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8777676Z test_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8789738Z test_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8800997Z test_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8812539Z test_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8824166Z test_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8835764Z test_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8847356Z test_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8859178Z test_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8870718Z test_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8882173Z test_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8894039Z test_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8905695Z test_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8917250Z test_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8928899Z test_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8940836Z test_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8952173Z test_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8963727Z test_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8975467Z test_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8986978Z test_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.8998501Z test_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9009905Z test_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9021524Z test_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9033305Z test_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9044690Z test_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9055623Z test_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9066297Z test_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9076838Z test_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9087424Z test_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9098264Z test_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9108811Z test_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9119339Z test_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9130057Z test_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9140774Z test_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9151476Z test_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9161743Z test_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9172384Z test_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9183035Z test_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9193473Z test_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9204113Z test_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9214754Z test_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9225439Z test_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9235916Z test_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9246608Z test_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9257102Z test_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9267819Z test_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9278470Z test_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9289157Z test_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9300435Z test_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9311376Z test_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9322300Z test_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9333388Z test_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9344576Z test_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9355455Z test_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9366374Z test_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9377646Z test_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9388584Z test_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9399594Z test_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9410490Z test_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9421614Z test_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9432559Z test_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9443414Z test_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9454437Z test_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9465487Z test_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9476370Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9487286Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9498473Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9509282Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9520479Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9531505Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9542422Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9553225Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9564005Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9574876Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9585823Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9596650Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9607498Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9618685Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9629524Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9640368Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9651433Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9662390Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9673360Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9684376Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9695453Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9706627Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9717496Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9728404Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9739527Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9750466Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9761289Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9772420Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9783648Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9794712Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9805631Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9816601Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9828088Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9838687Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9849656Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9860704Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9871604Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9883071Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9894614Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9906562Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9917638Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9929156Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9940714Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9952164Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9963817Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9975243Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9986737Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:45.9998198Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0009793Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0021377Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0032982Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0044274Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0055836Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0067258Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0078582Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0090079Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0101651Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0113020Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0124432Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0135837Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0147328Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0158681Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0170157Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0181785Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0193344Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0204747Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0216249Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0227754Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0239182Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0250665Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0262196Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0273662Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0285425Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0297127Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0308656Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0320167Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0331591Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0343218Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0354879Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0366265Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0378089Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0389496Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0401118Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0412662Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0424372Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0435778Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0447288Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0459007Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0470340Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0481899Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0493577Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0505095Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0516534Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0528029Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0539596Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0551252Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0562826Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0574153Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0585681Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0596911Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0608342Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0619759Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0631140Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0642499Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0654034Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0665427Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0676793Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0688324Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0699692Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0710999Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0722273Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0733722Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0745077Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0756434Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0767791Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0779399Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0790873Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0802218Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0813593Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0825100Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0836399Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0847697Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0859263Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0870549Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0882041Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0893561Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0905136Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0916580Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0927999Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0939974Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0951497Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0963037Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0974673Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0986243Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.0997999Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1009627Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1021055Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1032411Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1042963Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1054287Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1065480Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1076486Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1087006Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1098468Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1109439Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1120553Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1131605Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1142766Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1153477Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1164208Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1175122Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1186123Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1197099Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1207727Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1218862Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1229751Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1240802Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1251605Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1262591Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1274038Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1284324Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1295216Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1306308Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1317133Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1327929Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1338927Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1349922Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1360634Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1371452Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1382450Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1393239Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1404172Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1415032Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1425944Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1436861Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1447722Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1459117Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1469662Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1480754Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1491793Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1502802Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1513510Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1524128Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1534840Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1545904Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1556654Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1567276Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1578292Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1589118Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1600115Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1611230Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1622378Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1633352Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1644269Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1655369Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1666507Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1677417Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1688249Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1699484Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1710306Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1721433Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1732332Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1743368Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1754356Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1765178Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1776244Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1787346Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1798249Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1809226Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1820507Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1831374Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1842628Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1853420Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1864459Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1875385Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1886320Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1897666Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1909083Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1919663Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1930840Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1941900Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1952980Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1963758Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1975168Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1985924Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.1996912Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2007661Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2019033Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2029633Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2040579Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2051492Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2062673Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2073485Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2084468Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2110980Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2111339Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2117419Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2128305Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2139443Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2150243Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2161147Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2172175Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2183329Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2194314Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2205515Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2216203Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2227259Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2238500Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2249222Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2260361Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2271156Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2282084Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2293125Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2303992Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2314892Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2325707Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2336683Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2347654Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2358509Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2369400Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2380698Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2391418Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2402197Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2413177Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2424051Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2434853Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2445652Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2456565Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2467598Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2478559Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2489688Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2500729Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2511637Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2522630Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2533464Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2544454Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2555523Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2566408Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2577914Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2588362Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2599126Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2609965Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2621048Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2631735Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2642675Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2653531Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2664568Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2675415Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2686173Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2697021Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2707987Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2718859Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2729817Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2740852Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2751490Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2762339Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2773497Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2784250Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2795621Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2806147Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2816892Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2827775Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2838560Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2849429Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2860642Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2871479Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2882221Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2893132Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2904100Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2915052Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2925736Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2936649Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2947833Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2958887Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2969652Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2980722Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.2991704Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3002645Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3013695Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3024729Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3035579Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3046456Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3057352Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3068309Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3079181Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3090160Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3101257Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3112100Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3123059Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3134127Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3145154Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3156172Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3166823Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3177777Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3188397Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3199075Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3209764Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3220636Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3231219Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3241790Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3252979Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3263688Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3274849Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3285760Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3296941Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3308505Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3318888Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3329592Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3340381Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3350910Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3361595Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3372400Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3383239Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3393837Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3404583Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3415262Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3426014Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3436621Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3447243Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3458149Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3468720Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3479390Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3490215Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3501028Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3511832Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3522714Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3533260Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3544296Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3555082Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3565931Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3576880Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3587874Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3598648Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3609654Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3620455Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3631312Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3642155Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3652994Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3663860Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3675012Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3685602Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3696535Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3707516Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3718429Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3729125Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3740162Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3751663Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3762566Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3773680Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3784765Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3795895Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3806961Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3818422Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3829357Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3840444Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3851606Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3862806Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3873844Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3884851Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3896132Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3907315Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3918388Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3929440Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3940720Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3951809Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3962876Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3974140Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3985379Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.3996525Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4007529Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4018820Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4029793Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4041054Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4052100Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4063246Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4074338Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4085402Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4096615Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4107808Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4118809Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4129930Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4141376Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4152161Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4163030Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4174208Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4185166Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4196104Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4207104Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4218554Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4229326Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4240261Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4251313Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4262349Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4273298Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4284248Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4295325Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4306472Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4317307Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4328235Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4339412Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4350710Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4361412Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4372315Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4383069Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4393872Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4404551Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4415701Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4426349Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4436980Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4447673Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4458636Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4469290Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4480154Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4490889Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4501809Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4512515Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4523242Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4534194Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4545078Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4555824Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4566575Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4577667Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4588526Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4599179Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4609997Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4620908Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4631534Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4642477Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4653424Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4664298Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4675019Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4685789Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4696581Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4707432Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4718172Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4728914Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4739956Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4750793Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4761504Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4772592Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4783344Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4794106Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4804868Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4815889Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4826932Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4837753Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4848503Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4859493Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4870280Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4881033Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4892221Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4902975Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4913730Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4925079Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4935315Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4946115Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4956887Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4967692Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4978707Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.4989462Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5000198Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5011094Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5022033Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5032887Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5043651Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5054462Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5065324Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5076074Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5086778Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5097858Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5108662Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5119433Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5130509Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5141415Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5152267Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5162970Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5173827Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5184855Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5195633Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5206351Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5217270Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5228167Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5238880Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5249695Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5260611Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5271390Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5282108Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5293047Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5303881Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5314654Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5325486Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5336344Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5347236Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5357963Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5368688Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5379737Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5390453Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5401136Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5411957Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5422898Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5433666Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5444405Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5455263Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5466245Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5476821Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5487601Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5498651Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5509504Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5520012Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5530760Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5541651Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5552391Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5563275Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5574144Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5584979Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5595820Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5606526Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5617341Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5628353Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5639401Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5650393Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5661337Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5672542Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5683237Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5694476Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5705477Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5716473Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5727385Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5738683Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5749563Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5760479Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5771449Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5782441Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5793324Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5804230Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5815189Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5826185Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5837093Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5847946Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5858997Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5869925Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5880915Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5891726Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5902733Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5913600Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5924373Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5935354Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5946341Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5957108Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5968364Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5979200Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.5990327Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6001366Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6012365Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6023230Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6033979Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6044687Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6055635Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6066500Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6077250Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6088055Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6099209Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6110016Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6120756Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6131646Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6142702Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6153465Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6164258Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6175258Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6186346Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6196982Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6207696Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6218839Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6229744Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6240721Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6252013Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6262913Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6274092Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6284932Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6295879Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6306924Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6317855Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6328854Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6339983Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6350902Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6361795Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6372883Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6383990Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6394940Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6406390Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6417597Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6428572Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6439390Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6450416Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6461522Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6472381Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6483349Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6495030Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6506014Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6517380Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6528471Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6540369Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6551600Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6563304Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6574877Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6586533Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6598105Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6609357Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6621223Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6632478Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6644066Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6655652Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6667357Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6678701Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6690364Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6701901Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6713290Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6724733Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6736311Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6748048Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6759676Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6770996Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6782484Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6793864Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6805178Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6816770Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6828261Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6839670Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6851174Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6862804Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6874156Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6885555Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6897219Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6908730Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6920093Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6931591Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6943308Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6954908Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6966222Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6977899Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.6989363Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7000899Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7012806Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7023972Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7035260Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7046671Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7058178Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7069672Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7081105Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7092656Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7104287Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7115762Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7127183Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7139390Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7150317Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7161786Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7173363Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7184882Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7196733Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7208165Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7219864Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7231323Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7242788Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7254420Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7265960Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7277267Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7288643Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7300192Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7311695Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7322593Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7333765Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7344925Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7355992Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7366990Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7378364Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7389652Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7400488Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7411757Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7422891Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7434033Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7445033Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7456184Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7467489Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7478593Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7489767Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7500964Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7512200Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7523360Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7534213Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7545332Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7556317Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7567553Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7578663Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7589539Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7600209Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7611212Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7622020Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7632855Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7643578Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7654492Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7665384Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7676213Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7686957Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7698158Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7708853Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7719591Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7730490Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7741471Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7752210Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7763284Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7773930Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7784823Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7795641Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7806481Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7817586Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7828363Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7839072Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7849888Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7860887Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7871639Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7882486Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7893374Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7904272Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7915145Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7925940Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7936903Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7947869Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7959122Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7969621Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7980577Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.7991345Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8002033Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8013339Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8024324Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8035308Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8046350Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8057306Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8068283Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8079189Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8090087Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8100973Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8111595Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8122396Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8133225Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8143685Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8154271Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8164996Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8175646Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8186456Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8197154Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8207707Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8218707Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8229288Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8240069Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8250787Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8261733Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8272433Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8282871Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8293619Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8304163Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8314783Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8325323Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8336001Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8346704Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8357331Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8367894Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8378616Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8389192Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8399744Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8410356Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8421105Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8431727Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8442349Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8453066Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8463691Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8474263Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8484910Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8495804Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8506330Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8517094Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8527532Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8538552Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8548898Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8559274Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8570042Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8580746Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8591146Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8601651Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8612387Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8623027Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8633565Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8644293Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8655042Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8665859Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8676517Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8687113Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8698179Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8708724Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8719506Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8730297Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8740980Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8751570Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8762241Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8773008Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8783552Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8794216Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8805165Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8815985Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8826813Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8837572Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8848176Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8859440Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8869929Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8880671Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8891414Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8902307Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8913048Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8924059Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8934526Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8945424Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8956231Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8966863Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8977931Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8988628Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.8999338Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9010121Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9021160Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9032541Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9043190Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9054026Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9064893Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9075457Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9085934Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9096749Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9107442Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9118053Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9128622Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9139440Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9150002Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9160584Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9171403Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9182143Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9192671Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9203269Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9214163Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9224621Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9235418Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9245938Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9256604Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9267634Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9278426Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9288960Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9300041Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9311048Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9321265Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9331973Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9342667Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9353262Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9363925Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9374576Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9385336Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9395911Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9406504Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9417253Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9428003Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9438572Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9449214Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9460007Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9470550Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9481043Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9491642Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9502338Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9513404Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9524138Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9534841Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9545621Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9556406Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9566987Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9578360Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9588735Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9599494Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9610257Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9621404Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9631958Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9642701Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9653797Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9664579Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9675308Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9686067Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9696821Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9707716Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9718447Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9729221Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9740260Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9751003Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9761537Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9772411Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9783191Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9794043Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9804934Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9815860Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9826869Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9837741Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9848586Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9859678Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9870492Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9881408Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9892365Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9903800Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9914421Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9925174Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9936149Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9947341Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9958064Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9968900Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9980099Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:46.9991012Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0001834Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0012815Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0023845Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0034604Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0045421Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0056531Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0067410Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0078315Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0089233Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0100488Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0111441Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0122272Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0133213Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0144303Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0155223Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0166129Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0177140Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0188147Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0198984Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0209984Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0221155Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0232061Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0243025Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0254051Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0265189Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0276001Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0286829Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0298325Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0309083Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0320013Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0331013Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0342228Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0353240Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0364123Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0375251Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0386190Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0397094Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0408183Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0419406Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0430304Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0441349Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0452422Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0463393Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0474363Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0485337Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0496279Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0507189Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0518111Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0529312Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0540410Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0551367Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0562117Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0573050Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0584018Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0594877Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0605790Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0616716Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0627621Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0638404Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0649266Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0660289Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0671241Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0681964Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0692878Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0703788Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0714553Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0725365Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0736398Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0747365Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0758134Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0769392Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0780264Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0790958Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0801718Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0812616Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0823551Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0834399Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0845177Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0856149Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0866999Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0877907Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0888622Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0899681Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0910364Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0921357Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0932262Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0943153Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0953850Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0964910Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0975915Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0986581Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.0997418Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1008297Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1019270Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1029909Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1040652Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1051248Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1061981Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1072661Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1083194Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1093814Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1104564Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1115283Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1126154Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1137332Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1148634Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1159489Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1170175Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1181247Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1191985Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1202939Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1213994Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1225001Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1235865Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1246701Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1258067Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1268808Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1279649Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1290659Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1301641Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1313060Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1324455Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1336009Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1347904Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1359445Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1371136Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1381922Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1392879Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1403812Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1414807Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1426251Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1437070Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1447790Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1458878Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1469610Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1480288Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1491081Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1502015Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1512874Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1523585Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1534630Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1545314Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1556288Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1567535Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1578385Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1589409Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1600428Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1611865Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1622831Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1633527Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1644497Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1655322Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1666515Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1677434Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1688352Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1699463Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1710474Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1721396Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1732558Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1743766Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1754630Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1765608Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1776633Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1788094Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1798777Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1809996Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1820843Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1831832Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1842900Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1853994Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1865182Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1876345Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1887299Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1898705Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1909635Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1920478Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1932413Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1943282Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1954403Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1965545Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1976620Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1987981Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.1998966Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2009972Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2021178Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2032222Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2043605Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2054563Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2065563Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2076438Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2087512Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2098672Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2109971Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2120655Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2131642Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2142699Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2153724Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2164706Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2175802Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2186929Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2198226Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2208969Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2220308Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2231230Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2242113Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2253180Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2264295Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2275312Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2286317Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2297624Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2308616Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2319654Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2330700Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2341858Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2352902Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2363845Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2374956Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2386106Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2397078Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2408018Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2419227Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2430242Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2441250Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2452399Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2463421Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2474381Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2485303Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2496349Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2507537Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2518427Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2529361Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2540620Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2551654Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2562687Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2573588Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2584708Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2595643Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2606564Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2617720Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2628769Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2639748Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2650799Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2662012Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2672985Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2683967Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2695007Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2706169Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2717048Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2728022Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2739347Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2750586Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2761557Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2772709Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2784063Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2794900Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2805898Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2818351Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2830845Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2842475Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2854114Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2865785Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2877246Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2888988Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2900730Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2912411Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2923964Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2935584Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2947582Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2959154Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2971049Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2982740Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.2994299Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3006027Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3017850Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3029230Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3039642Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3050871Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3061749Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3071985Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3082513Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3093335Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3103933Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3114695Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3125393Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3136127Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3146942Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3157557Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3168226Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3179109Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3189772Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3200650Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3211384Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3222159Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3232940Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3243614Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3254353Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3265131Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3275881Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3286548Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3297566Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3308310Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3318722Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3329491Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3340638Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3351445Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3362177Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3373103Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3384026Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3394827Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3405630Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3416583Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3427579Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3438470Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3449342Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3460408Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3471233Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3482049Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3493014Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3503977Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3514813Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3525748Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3536687Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3547613Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3558487Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3569336Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3580497Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3591384Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3602239Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3613251Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3624307Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3635182Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3646019Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3657078Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3668233Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3679007Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3689926Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3700953Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3711856Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3722712Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3733633Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3744588Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3755506Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3766302Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3777216Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3788297Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3799245Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3810650Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3821148Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3832126Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3842844Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3853499Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3864167Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3874899Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3885572Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3896365Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3907172Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3917879Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3928553Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3939527Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3950172Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3961055Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3971999Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3982534Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.3993270Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4003970Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4014860Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4025654Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4036532Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4047073Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4058240Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4069019Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4080257Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4090633Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4102166Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4113589Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4125046Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4136741Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4148328Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4159726Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4171243Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4182846Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4194246Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4205751Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4217377Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4228985Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4240442Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4252026Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4263644Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4275091Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4286560Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4298212Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4309618Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4321246Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4332833Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4344371Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4355862Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4367279Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4378986Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4390426Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4401788Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4413323Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4424972Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4436239Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4447528Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4459162Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4470570Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4481941Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4493480Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4505078Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4516523Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4528093Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4539642Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4550209Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4561147Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4571979Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4582930Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4593760Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4604502Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4615386Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4626251Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4636988Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4647757Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4658848Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4669681Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4680455Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4691243Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4702170Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4712856Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4723770Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4734509Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4745358Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4756090Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4766918Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4777943Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4788684Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4799740Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4810678Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4821998Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4832554Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4843455Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4854336Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4865112Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4875960Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4886680Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4897796Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4908523Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4919362Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4930196Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4941084Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4951967Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4962703Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4973619Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4984503Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.4995289Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5006160Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5017026Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5027958Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5038710Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5049500Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5060940Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5071702Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5082396Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5093307Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5104111Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5114807Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5125501Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5136480Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5147534Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5158333Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5169083Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5180370Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5190997Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5201741Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5214400Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5223576Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5234357Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5245232Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5256290Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5267356Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5278357Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5289028Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5300343Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5311174Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5322139Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5333352Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5344457Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5355413Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5366455Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5377339Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5388378Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5399327Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5410458Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5421749Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5432468Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5443505Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5454461Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5465459Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5476303Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5487503Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5498681Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5509592Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5520407Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5531188Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5542151Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5553994Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5564408Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5575371Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5586373Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5597320Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5608319Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5619151Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5629956Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5640667Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5651533Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5662430Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5673203Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5684017Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5694959Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5705992Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5716791Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5727812Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5738939Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5749804Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5760637Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5771641Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5782672Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5793406Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5804334Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5815334Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5826498Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5837146Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5848269Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5859232Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5869837Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5880570Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5891295Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5902009Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5912716Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5923523Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5934114Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5944856Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5955901Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5966914Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5978128Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5988781Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.5999499Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6010338Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6021350Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6032275Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6043353Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6054488Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6065753Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6076826Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6087890Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6099184Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6110183Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6121112Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6132280Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6143415Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6154389Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6165445Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6176539Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6187714Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6198669Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6209746Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6220892Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6231931Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6242957Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6254072Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6265207Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6276392Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6287423Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6298809Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6310266Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6321084Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6332166Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6343319Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6354278Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6365293Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6376426Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6387542Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6398510Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6409594Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6420766Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6431718Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6442617Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6453659Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6464762Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6475858Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6486869Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6498152Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6509089Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6520074Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6531174Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6542204Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6553235Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6564388Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6575418Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6586418Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6597503Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6608396Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6619733Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6630331Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6641155Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6652010Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6662864Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6673685Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6684469Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6695518Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6706230Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6717028Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6727750Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6738798Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6749587Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6760560Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6771512Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6782726Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6793405Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6804359Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6815371Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6826323Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6837111Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6847865Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6858834Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6869581Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6880240Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6890830Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6901991Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6912675Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6923286Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6934150Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6944948Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6955524Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6966497Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6977298Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6988071Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.6998682Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7009387Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7020187Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7030558Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7041106Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7051891Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7063139Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7073252Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7083754Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7094949Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7105432Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7116055Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7126946Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7137886Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7148618Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7159321Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7170375Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7181293Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7192045Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7202809Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7213698Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7224545Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7235213Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7245992Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7256944Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7267982Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7278709Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7289437Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7300483Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7311265Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7322196Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7333216Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7344079Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7354785Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7365596Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7376484Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7387340Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7398230Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7409014Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7420008Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7430932Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7441536Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7452444Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7463314Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7474161Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7485013Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7496060Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7506986Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7517818Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7528643Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7539645Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7550479Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7561324Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7572466Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7583306Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7594143Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7604940Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7615866Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7626896Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7637741Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7648537Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7659564Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7670308Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7681138Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7692163Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7703150Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7713869Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7724714Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7735704Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7746576Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7757361Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7768241Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7779293Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7790177Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7800765Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7811742Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7822718Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7833534Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7844408Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7855281Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7866234Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7877051Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7887976Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7898987Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7909742Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7920552Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7931487Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7942377Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7953286Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7964085Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7974933Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7985799Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.7996678Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8007434Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8018407Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8029273Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8040101Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8051065Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8062046Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8072975Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8083816Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8094679Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8105705Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8116469Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8127245Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8138266Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8149258Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8159994Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8170896Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8181868Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8192613Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8203419Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8214412Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8225365Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8236157Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8246992Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8257965Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8268675Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8279374Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8290233Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8301242Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8312053Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8322919Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8334013Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8344821Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8355497Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8366143Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8377154Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8387959Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8398739Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8409481Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8420494Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8431232Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8441952Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8452956Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8463857Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8474652Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8485514Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8496477Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8507568Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8518410Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8529511Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8540571Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8551371Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8562074Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8573192Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8584464Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8595465Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8606559Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8617911Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8628827Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8639826Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8650861Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8662177Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8673230Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8684250Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8695265Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8706348Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8717267Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8728112Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8739204Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8750083Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8760980Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8771902Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8782918Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8793819Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8804679Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8815613Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8826615Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8837423Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8848321Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8859494Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8870285Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8881151Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8892051Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8903287Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8914009Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8924896Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8935818Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8946755Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8957656Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8968453Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8979508Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.8990361Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9001242Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9012194Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9023112Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9033992Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9044843Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9055864Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9066895Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9077849Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9088644Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9099743Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9110605Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9121457Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9132452Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9143476Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9154370Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9165195Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9176134Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9187165Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9198026Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9208932Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9220039Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9230893Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9241745Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9252707Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9263736Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9274703Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9285466Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9296479Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9308130Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9318736Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9329578Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9340530Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9351392Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9362497Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9373514Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9384705Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9395516Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9406480Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9417669Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9428496Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9439545Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9450535Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9461704Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9472509Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9483396Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9494417Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9505522Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9516500Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9527325Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9538478Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9549451Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9560702Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9571417Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9582464Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9593350Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9604107Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9615153Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9625953Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9636871Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9647633Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9658675Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9669652Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9680541Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9691610Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9702592Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9713455Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9724375Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9735553Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9746592Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9757568Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9768535Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9779647Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9790504Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9801415Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9812450Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9823236Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9834152Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9845055Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9856141Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9867149Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9878462Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9889215Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9900419Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9911361Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9922340Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9933305Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9944520Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9955439Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9966168Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9977206Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9988402Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:47.9999358Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0010465Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0021738Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0032687Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0043718Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0055690Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0066124Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0076787Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0087467Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0098567Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0109324Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0120102Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0131023Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0141950Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0152779Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0163370Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0174212Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0185123Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0196017Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0206860Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0218069Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0228891Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0239767Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0250812Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0261828Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0272730Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0283553Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0294454Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0305883Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0316689Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0327795Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0339075Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0350206Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0361270Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0372453Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0383612Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0394748Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0405801Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0416916Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0428147Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0439189Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0450292Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0461469Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0472511Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0483490Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0494720Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0505932Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0516915Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0528057Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0539282Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0550329Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0561681Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0573035Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0583862Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0594797Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0605798Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0617039Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0628196Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0638860Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0649702Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0660621Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0671321Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0682180Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0693270Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0703863Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0714615Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0725420Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0736548Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0747257Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0758149Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0768804Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0779844Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0790714Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0801631Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0812528Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0823681Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0834295Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0845506Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0856808Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0868065Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0879190Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0889987Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0900868Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0911564Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0922313Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0933175Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0943952Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0954723Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0965885Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0977145Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0988165Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.0999157Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1009958Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1020916Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1031789Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1042619Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1054101Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1064959Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1075969Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1087279Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1099030Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1110366Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1121606Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1132982Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1144255Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1155573Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1166810Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1178140Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1188974Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1199753Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1210614Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1221591Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1232345Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1243096Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1253938Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1264829Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1275674Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1286399Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1297387Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1308444Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1319698Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1331098Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1342693Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1353590Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1364307Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1374898Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1385476Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1396021Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1406430Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1416984Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1427953Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1438634Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1449300Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1460721Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1471471Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1482510Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1493481Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1504485Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1515229Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1525942Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1536812Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1547587Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1558661Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1569774Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1581302Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1592132Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1603006Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1614125Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1625138Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1636161Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1646931Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1658212Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1669000Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1679906Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1690906Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1702028Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1712853Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1723761Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1734928Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1745751Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1756655Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1767608Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1778881Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1790156Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1801382Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1812842Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1824128Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1835232Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1846345Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1857921Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1869076Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1880295Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1891615Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1902762Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1913618Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1924454Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1935393Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1946365Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1957357Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1968266Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1979336Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.1990144Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2000940Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2011837Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2022826Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2033654Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2044492Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2055328Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2066315Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2077348Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2087958Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2099576Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2110742Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2121975Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2133268Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2144546Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2155775Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2167122Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2178552Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2189882Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2200999Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2212249Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2223501Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2234494Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2245362Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2256406Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2267335Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2278309Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2289091Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2300077Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2311139Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2321974Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:59:48.2332962Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:59:48.2343677Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:59:48.2354555Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:59:48.2365245Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2376136Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2387397Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2398059Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2409012Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2419869Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2430678Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2441526Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2452533Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2463491Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2474347Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2485201Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2496234Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2507089Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2517877Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2528680Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2540315Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2550643Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2561319Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2571976Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2583356Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2594719Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2605750Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2616865Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2628214Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2639251Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2650414Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2661563Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2672296Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2683063Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2693803Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2704707Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2715422Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2726116Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2736947Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2748081Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2758534Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2769167Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2780085Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2790795Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2801344Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2813346Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2824857Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2836377Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2847276Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2858023Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2868554Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2879089Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2889693Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2900357Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2910863Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2921415Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2932160Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2942857Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2953811Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2964237Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2975225Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2985831Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.2996327Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3006968Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3017813Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3028398Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3038884Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3049388Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3060185Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3070771Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3081580Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3092379Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3102930Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3113507Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3124068Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3134678Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3145379Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3156030Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3166340Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3176872Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3187586Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3198167Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3208570Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3219357Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3229890Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3240317Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3250953Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3261545Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3272093Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3282554Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3293281Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3303943Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3314185Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3324769Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3335385Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3346056Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3356641Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3367148Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3378031Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3388282Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3398800Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3409332Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3420162Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3430787Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3441257Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3451963Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3462782Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3472936Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3483607Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3494130Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3504855Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3515373Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3526127Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3536959Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3547823Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3558669Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3568742Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3579475Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3590057Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3600703Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3611291Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3621997Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3632527Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3643024Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3653631Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3664341Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3674913Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3685402Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3696117Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3706778Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3717276Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3727784Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3739098Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3749099Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3759655Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3770218Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3780914Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3791467Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3803060Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3813392Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3823839Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3834401Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3844879Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3855661Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3866255Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3876724Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3887374Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3898198Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3908706Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3919155Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3929630Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3940285Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3950846Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3961512Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3972325Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3982822Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.3993392Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4003930Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4014629Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4025214Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4035766Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4046274Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4057036Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4067783Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4078812Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4088999Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4099564Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4110182Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4120706Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4131369Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4142001Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4152507Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4163206Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4173670Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4184271Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4194791Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4205370Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4216008Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4226640Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4237058Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4247652Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4258358Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4268939Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4279523Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4290036Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4300688Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4311604Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4321999Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4332798Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4343451Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4354024Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4364866Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4375846Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4386945Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4397763Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4408591Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4419597Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4430458Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4441411Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4452311Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4463301Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4474026Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4484586Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4495252Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4506063Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4516563Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4527332Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4538067Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4548429Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4559049Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4569621Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4580267Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4590727Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4601640Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4611990Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4622666Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4633201Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4643735Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4654329Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4664933Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4675443Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4685941Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4696601Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4707274Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4717768Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4728185Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4738970Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4749426Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4759920Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4770550Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4781286Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4791828Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4802474Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4813134Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4824019Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4834375Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4844785Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4855571Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4866201Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4876701Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4887853Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4898700Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4909264Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4919833Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4930574Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4941436Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4952094Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4962809Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4973645Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4984369Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.4995036Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5005602Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5016358Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5027046Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5037607Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5048174Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5058891Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5069620Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5080315Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5090763Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5101436Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5112017Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5122499Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5133294Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5143952Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5154507Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5165111Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5175887Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5186580Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5197087Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5207773Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5218647Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5229201Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5239783Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5250555Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5261827Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5272389Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5283215Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5294178Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5305198Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5316205Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5327109Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5338361Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5349012Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5359797Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5370631Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5381562Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5392382Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5403591Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5414387Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5425403Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5436245Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5447131Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5458128Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5469051Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5479811Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5490777Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5501764Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5512614Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5523465Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5534435Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5545377Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5556216Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5567129Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5578186Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5589245Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5599883Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5610775Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5622096Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5632619Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5643427Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5654381Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5665386Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5676235Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5687069Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5698085Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5708944Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5719878Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5730738Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5741713Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5752571Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5763322Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5774409Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5785364Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5796161Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5806856Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5818074Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5828809Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5839616Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5850441Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5861513Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5872338Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5883212Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5894224Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5905179Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5916017Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5926860Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5938047Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5949216Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5959785Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5970689Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5981951Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.5992949Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6004157Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6015200Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6026082Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6036857Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6047769Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6058912Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6070176Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6080657Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6091561Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6102546Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6113390Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6124153Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6135040Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6146015Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6156783Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6167609Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6178626Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6189465Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6200271Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6211243Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6222286Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6233117Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6244107Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6255054Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6266194Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6277153Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6287892Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6299000Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6309759Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6320667Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6331715Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6342447Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6353259Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6364265Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6375089Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6386061Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6396845Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6407676Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6418834Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6429644Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6440487Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6451439Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6462386Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6473196Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6484027Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6495015Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6505930Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6516734Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6527494Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6538582Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6549343Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6560162Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6571146Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6582548Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6593508Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6603845Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6614959Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6625735Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6636576Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6647383Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6658581Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6669375Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6680005Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6690939Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6701822Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6712584Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6723433Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6734332Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6745267Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6756113Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6766943Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6777948Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6788766Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6799636Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6810499Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6821549Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6832388Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6843172Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6853976Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6864858Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6875724Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6886590Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6897641Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6908460Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6919278Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6930156Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6941000Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6951824Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6962666Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6973697Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6984510Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.6995331Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7006089Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7017165Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7027869Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7038654Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7049764Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7060547Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7071503Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7082283Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7093332Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7104245Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7115044Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7125826Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7136758Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7147632Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7158439Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7169281Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7180350Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7191137Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7201911Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7212926Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7223716Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7234682Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7245659Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7256774Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7267806Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7278749Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7289641Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7300570Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7311499Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7322427Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7333813Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7344609Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7355528Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7366639Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7377219Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7388490Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7399206Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7410518Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7421530Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7432433Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7443551Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7454317Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7465129Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7476278Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7487344Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7498543Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7509289Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7520526Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7531157Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7542280Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7553212Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7564006Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7574942Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7586147Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7596655Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7607498Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7618545Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7629305Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7640142Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7651137Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7662238Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7672984Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7683798Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7694737Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7705770Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7716527Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7727430Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7739109Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7749472Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7760319Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7771654Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7782482Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7793409Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7804197Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7815271Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7826488Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7837136Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7848380Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7859245Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7870028Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7880845Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7891812Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7902652Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7913425Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7924392Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7935291Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7955515Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7957158Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7967916Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7979006Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.7989728Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8000631Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8011525Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8022410Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8033248Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8044036Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8055025Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8065902Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8076879Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8087644Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8098675Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8109509Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8120544Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8131254Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8142400Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8153147Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8163934Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8174868Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8185849Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8196611Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8207409Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8218513Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8229365Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8240315Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8251203Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8262229Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8273103Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8283999Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8294957Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8305857Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8316609Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8327719Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8338641Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8349710Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8360501Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8371443Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8382498Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8393490Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8404461Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8415365Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8426396Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8437304Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8448179Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8459385Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8470209Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8481422Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8492285Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8503192Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8514091Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8525006Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8536090Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8547121Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8558004Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8568959Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8580253Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8590969Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8601968Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8612907Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8623827Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8634784Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8645725Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8656723Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8667814Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8678726Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8689803Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8700798Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8711707Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8722616Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8733708Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8744797Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8755862Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8767036Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8778414Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8789173Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8800284Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8811183Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8822701Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8833690Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8844601Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8855853Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8867171Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8877833Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8888221Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8899573Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8910716Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8921703Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8932690Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8943843Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8954746Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8965692Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8976516Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8987645Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.8998562Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9009246Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9020726Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9031178Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9041939Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9052966Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9063894Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9074624Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9085501Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9096341Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9107546Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9118048Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9129132Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9140144Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9151017Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9161541Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9172396Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9183174Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9193773Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9204448Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9215322Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9226382Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9236897Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9247594Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9258545Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9269134Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9279786Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9290581Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9301370Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9312000Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9322650Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9333757Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9344534Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9355295Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9366299Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9377193Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9388080Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9398932Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9409756Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9420864Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9431554Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9442387Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9453297Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9464256Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9475060Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9485984Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9496899Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9507866Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9518768Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9529567Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9540517Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9551297Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9562083Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9573046Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9584221Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9594857Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9605595Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9616553Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9627514Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9638311Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9649145Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9660238Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9671095Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9681923Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9692921Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9703799Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9714676Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9725452Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9736556Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9747480Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9758286Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9769102Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9780179Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9790979Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9801818Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9812776Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9823856Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9834632Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9845377Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9855835Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9866517Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9877178Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9887541Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9898621Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9909276Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9920010Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9931004Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9941873Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9952599Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9963433Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9974361Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9985310Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:48.9996173Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0006795Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0017776Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0028500Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0039207Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0050087Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0061131Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0071711Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0082445Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0093141Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0103690Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0114320Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0124764Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0135531Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0146103Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0156666Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0167200Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0178053Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0188602Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0199177Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0209488Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0220348Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0230847Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0241550Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0251915Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0262974Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0273455Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0284254Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0294795Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0305727Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0316035Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0327226Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0338036Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0349087Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0359958Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0371039Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0382199Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0393179Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0404159Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0415334Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0426563Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0437531Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0448358Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0459663Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0470696Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0481689Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0493103Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0504137Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0515164Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0526110Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0537005Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0547982Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0558750Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0569961Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0580801Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0591610Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0602398Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0613358Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0624338Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0635013Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0645858Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0656741Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0667618Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0678395Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0689104Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0700144Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0710973Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0721971Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0732908Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0743837Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0754581Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0765426Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0776454Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0787536Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0798469Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0808883Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0819731Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0830917Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0841074Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0852048Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0862916Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0873477Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0883824Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0894633Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0905351Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0915988Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0926701Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0937712Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0948210Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0958885Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0969590Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0980434Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.0991077Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1001746Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1012678Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1029065Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:49.1040600Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1052244Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1063674Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1075107Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1086541Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1098117Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1109373Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1120799Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1132393Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1143917Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1155406Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1166846Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1178610Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1190291Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1201520Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1213064Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1224528Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1235921Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1247298Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1259100Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1270632Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1281991Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1293496Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1305025Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1316396Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1327901Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1339676Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1351074Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1362498Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1374040Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1385450Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1396891Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1408238Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1419948Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1431287Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1442771Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1454256Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1465796Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1477188Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1488647Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1500304Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1511722Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1523352Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1534728Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1546263Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1557659Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1569169Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1580980Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1592457Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1603820Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1615401Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1626986Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1638521Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1649877Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1661469Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1672865Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1684352Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1695977Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1707659Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1719205Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1730778Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1742375Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1753822Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1765288Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1776844Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1788377Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1799766Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1811415Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1823490Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1834574Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1846033Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1858100Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1869401Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1880172Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1891069Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1902093Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1912855Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1923604Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1934477Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1945390Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1956143Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1966954Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1977919Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1988815Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.1999716Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2010676Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2021804Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2032544Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2043599Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2054582Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2065526Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2076552Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2087154Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2098363Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2109179Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2119933Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2130744Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2141859Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2152631Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2163758Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2174355Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2185711Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2196140Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2206862Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2217864Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2228468Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2239255Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2249859Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2260857Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2271602Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2282410Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2293320Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2304229Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2314979Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2325759Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2336577Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2347531Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2358117Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2369124Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2380126Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2390859Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2401754Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2412669Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2423687Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2434508Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2445351Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2456250Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2467274Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2477974Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2488963Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2499956Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2510779Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2521569Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2532540Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2543406Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2554212Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2564991Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2576176Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2587240Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2597911Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2608551Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2619515Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2630233Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2640957Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2651872Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2662722Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2673517Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2684304Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2695141Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2706041Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2716770Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2727581Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2738688Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2749408Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2760207Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2771097Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2782039Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2793095Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2803891Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2814692Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2825522Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2836374Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2847030Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2858080Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2869006Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2879459Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2890129Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2900845Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2911328Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2921881Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2932551Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2943249Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2953878Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2964426Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2975066Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2985819Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.2996376Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3006891Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3017920Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3028376Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3038871Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3049420Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3060200Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3070768Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3081355Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3092139Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3102738Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3113510Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3124114Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3134921Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3145900Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3156635Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3167442Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3178560Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3189278Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3200113Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3211066Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3222081Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3232903Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3243683Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3254633Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3265555Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3276336Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3287131Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3298266Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3309074Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3319637Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3330282Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3341362Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3351669Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3362293Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3372886Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3383574Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3394163Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3404674Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3415421Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3426230Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3436608Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3447086Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3458061Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3468528Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3479112Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3490043Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3501074Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3511578Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3522062Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3533035Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3543744Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3554352Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3565038Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3575924Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3586692Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3597344Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3608031Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3618889Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3629573Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3640424Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3651264Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3662127Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3672855Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3683590Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3694719Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3705347Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3716047Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3726602Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3737944Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3749035Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3759691Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3770683Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3781580Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3792336Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3803071Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3813727Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3824664Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3835438Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3846024Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3856772Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3867524Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3878125Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3888710Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3899670Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3910364Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3921217Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3931838Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3942655Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3953288Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3964187Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3974723Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3985596Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.3996408Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4006971Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4018097Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4028543Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4039138Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4049741Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4060750Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4071594Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4082036Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4092741Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4103454Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4114155Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4124678Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4135440Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4146247Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4156995Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4167702Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4178434Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4189174Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4200430Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4210668Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4221735Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4232130Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4242772Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4253624Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4264719Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4275126Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4285850Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4296584Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4307469Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4318250Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4328749Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4339617Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4350290Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4360802Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4371549Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4382269Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4393184Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4403474Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4414290Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4425055Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4435749Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4446341Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4457150Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4467815Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4478356Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4489046Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4499965Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4510642Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4521270Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4532083Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4542774Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4553419Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4564144Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4574944Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4585766Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4596288Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4606993Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4617968Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4628466Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4639708Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4650280Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4661171Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4672147Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4682297Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4693228Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4703702Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4714474Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4724999Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4735763Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4746486Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4757129Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4767821Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4778489Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4789405Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4800136Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4810838Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4821676Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4832377Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4842991Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4854012Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4864872Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4876061Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4886250Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4896893Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4907441Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4917946Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4928436Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4939291Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4949804Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4960371Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4970934Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4981602Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.4992173Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5002788Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5013571Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5024324Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5034859Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5045588Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5056208Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5066862Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5077355Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5087969Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5098749Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5109281Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5119753Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5130251Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5140933Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5151444Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5161950Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5172582Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5183241Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5193715Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5204374Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5215155Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5225840Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5236463Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5247045Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5258014Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5268449Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5278918Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5289399Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5300206Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5310738Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5321321Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5331879Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5343066Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5353690Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5364510Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5375849Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5385730Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5396216Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5407286Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5418240Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5428790Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5439420Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5450024Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5460839Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5471601Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5482270Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5493043Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5503732Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5514325Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5525000Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5535869Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5546686Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5557295Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5567973Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5578913Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5589734Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5600197Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5610994Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5621933Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5632726Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5643472Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5654153Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5664973Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5675574Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5686238Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5696986Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5707815Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5718443Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5729467Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5740732Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5751193Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5761901Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5772764Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5784247Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5795553Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5806167Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5816987Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5827881Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5838724Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5849310Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5860218Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5870927Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5881630Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5892554Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5903319Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5913933Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5924660Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5935738Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5946474Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5957371Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5968175Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5979167Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.5989857Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6000719Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6011933Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6022632Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6033891Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6044756Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6055574Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6066642Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6077830Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6088634Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6100103Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6110463Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6121284Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6132049Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6142903Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6153676Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6164677Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6175630Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6186619Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6197280Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6208291Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6219161Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6230140Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6240725Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6251662Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6263391Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6273934Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6284800Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6295666Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6306791Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6317147Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6327990Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6339023Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6349890Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6360316Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6371007Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6381914Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6392513Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6403123Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6413902Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6425021Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6435485Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6446218Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6456952Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6467715Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6478409Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6489090Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6500021Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6510695Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6521358Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6532160Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6543053Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6553588Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6564326Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6575086Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6585916Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6596739Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6607328Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6618091Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6628872Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6639653Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6650257Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6660823Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6671374Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6681910Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6692639Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6703246Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6713908Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6724331Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6734909Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6745658Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6756438Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6766851Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6777611Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6788443Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6798944Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6809233Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6820298Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6830794Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6841349Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6852174Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6862776Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6873650Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6884685Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6895351Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6906245Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6917041Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6927608Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6938347Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6949051Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6959506Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6970292Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6981228Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.6992073Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7002790Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7013740Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7024594Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7035356Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7046062Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7057083Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7067972Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7078674Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7089504Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7100520Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7111078Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7121797Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7132704Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7143638Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7154351Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7164925Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7175660Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7186335Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7196778Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7207334Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7218251Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7228895Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7239526Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7250320Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7261389Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7271836Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7282575Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7293304Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7304182Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7314721Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7325318Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7336361Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7347436Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7358452Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7369227Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7380381Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7391246Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7401975Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7412988Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7424146Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7434892Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7445812Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7456518Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7467342Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7477862Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7488424Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7499255Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7509886Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7520884Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7531315Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7542299Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7553232Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7563471Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7574240Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7585330Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7595921Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7606810Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7618123Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7628551Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7639278Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7650261Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7661391Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7672150Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7683301Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7694139Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7705095Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7716017Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7726772Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7738215Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7748905Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7760118Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7770925Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7782205Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7793008Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7803870Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7814779Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7825878Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7836751Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7847794Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7859063Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7869835Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7880587Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7891873Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7902495Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7913364Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7924243Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7935113Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7945946Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7956797Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7967659Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7978912Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.7989857Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8000668Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8011940Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8022826Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8033616Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8044387Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8055446Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8066664Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8077598Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8088316Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8099488Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8110505Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8121731Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8132460Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8143314Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8154119Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8164629Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8175349Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8185963Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8196548Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8207170Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8218153Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8228560Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8239126Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8250056Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8260564Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8271008Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8281614Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8292347Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8303003Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8313568Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8324107Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8334904Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8345578Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8356205Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8366660Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8377600Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8388191Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8398913Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8409477Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8420240Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8430775Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8441385Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8452168Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8462807Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8473416Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8483929Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8494592Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8505362Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8516021Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8526776Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8537807Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8547956Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8558763Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8569111Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8580070Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8590547Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8601408Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8611839Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8622823Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8633319Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8643930Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8654738Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8665499Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8675951Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8686612Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8697388Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8707928Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8718440Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8729155Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8739978Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8750453Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8761055Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8771675Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8782366Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8792875Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8803470Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8814226Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8825031Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8835563Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8846087Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8857692Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8867517Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8878168Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8888688Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8899521Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8910186Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8920774Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8931490Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8942223Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8953172Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8963677Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8974072Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8984558Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.8995117Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9005805Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9016632Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9027633Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9038327Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9049080Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9060079Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9070746Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9081478Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9092336Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9103312Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9113989Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9124846Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9135569Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9146442Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9157181Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9167925Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9178985Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9189711Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9200568Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9211439Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9222373Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9233128Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9244000Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9255210Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9266382Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9277000Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9288131Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9298959Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9309654Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9320713Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9331621Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9342544Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9353550Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9364475Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9375270Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9386148Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9397289Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9408141Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9419373Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9430060Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9441087Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9451755Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9462647Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9473493Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9484157Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9494758Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9505501Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9516118Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9526667Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9537361Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9548317Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9558926Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9569506Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9580321Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9590890Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9601543Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9612415Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9623481Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9633742Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9644328Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9655042Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9665809Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9676436Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9687162Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9697970Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9708333Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9718941Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9729479Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9740267Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9750830Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9761301Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9771947Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9782634Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9793228Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9803753Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9814417Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9825080Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9835645Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9846322Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9856976Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9867930Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9878432Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9889143Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9899873Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9910208Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9920673Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9931319Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9941920Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9952636Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9963323Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9973943Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9984508Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:49.9995044Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0005620Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0016251Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0026823Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0037372Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0048031Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0058695Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0069198Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0079702Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0090353Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0101071Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0111827Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0122691Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0132991Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0143633Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0154125Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0164685Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0175305Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0185945Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0196493Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0206925Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0217738Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0228136Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0238693Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0249204Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0259960Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0270436Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0281001Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0291630Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0302586Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0313047Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0323558Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0334220Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0344850Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0355445Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0365963Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0376806Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0387362Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0397798Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0408242Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0418964Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0429494Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0439953Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0450479Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0461157Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0471558Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0482079Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0492673Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0503607Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0514071Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0524572Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0535129Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0545834Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0556371Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0566952Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0577849Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0588465Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0599054Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0609863Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0620551Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0631681Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0642780Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0653916Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0664665Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0675002Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0685475Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0696076Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0706702Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0717316Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0727713Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0738505Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0749227Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0759566Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0770170Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0791798Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0792302Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0802185Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0812566Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0823225Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0834057Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0844390Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0855000Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0866220Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0877526Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0888812Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0900181Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0911202Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0921688Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0932173Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0942849Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0953143Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0963674Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0974128Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0984515Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.0994786Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1005002Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1015442Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1026178Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1036822Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1047431Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1058620Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1069307Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1079888Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1090531Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1101345Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1111794Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1123001Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1134167Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1145271Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1156469Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1167417Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1178264Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1188572Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1199062Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1209404Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1220219Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1230503Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1240753Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1251150Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1261645Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1272121Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1282424Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1292811Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1303228Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1313536Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1323812Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1334172Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1344590Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1354971Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1365135Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1376038Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1387504Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1398570Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1409727Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1420884Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1431360Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1441816Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1452158Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1462650Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1473098Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1483322Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1493687Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1504083Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1514323Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1524712Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1535100Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1545532Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1555796Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1566281Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1576670Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1587007Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1597356Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1608000Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1618845Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1629749Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1640908Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1652354Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1663370Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1674268Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1684790Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1695318Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1705841Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1716170Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1726664Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1737332Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1747702Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1758086Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1768316Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1779090Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1789371Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1799773Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1809871Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1820353Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1830743Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1840979Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1851334Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1861764Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1871918Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1882788Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1894097Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1905268Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1916511Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1928078Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1938676Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1949241Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1960086Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1970896Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1981929Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.1992807Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2003590Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2014601Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2025551Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2036412Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2047252Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2058514Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2069488Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2080232Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2091249Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2102336Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2113048Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2123760Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2134948Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2146757Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2157237Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2168119Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2178722Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2189283Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2200006Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2210675Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2221455Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2232084Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2242736Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2253452Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2264203Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2274899Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2285552Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2296256Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2306928Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2317596Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2328299Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2339417Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2350205Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2360961Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2372026Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2382986Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2393793Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2404686Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2415668Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2426836Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2437699Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2448600Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2459753Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2470490Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2481279Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2492162Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2503266Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2514345Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2524914Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2535873Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2546920Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2557716Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2568616Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2579809Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2590601Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2601481Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2612497Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2623566Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2634404Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2645256Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2656355Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2667262Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2678254Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2689029Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2700127Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2710919Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2721734Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2732810Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2743777Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2754682Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2765477Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2776497Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2787418Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2798270Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2809164Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2820383Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2831247Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2842078Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2853088Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2864183Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2874892Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2885758Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2897229Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2907619Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2917614Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2927947Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2938767Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2949239Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2960029Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2970833Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2981777Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.2989173Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.2995837Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3002686Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3009814Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3017589Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3024067Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3031037Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3037816Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3044544Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3051265Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3058264Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3065252Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3072206Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3079334Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3085992Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3093140Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3104215Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3115335Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3126184Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3137075Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3148020Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3159012Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3169874Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3180665Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3191714Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3202365Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3213320Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3224353Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3235222Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3246115Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3257373Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3268445Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3279390Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3290408Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3301537Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3312575Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3323437Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3334503Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3345666Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3356616Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3367633Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3378693Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3389741Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3401179Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3411974Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3422655Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3433243Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3444001Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3455010Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3466040Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3476959Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3487858Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3498915Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3509782Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3520620Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3531602Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3542757Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3553617Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3564586Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3576000Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3586896Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3597789Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3608808Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3619934Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3630749Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3641659Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3652882Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3664043Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3674964Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3686064Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3697236Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3708506Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3719443Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3730558Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3741794Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3753026Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3763844Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3774883Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3786001Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3796980Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3807992Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3819214Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3826928Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3833569Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3840505Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3847556Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3854738Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3862391Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3869124Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3876126Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.3886791Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3897959Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3908769Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3919546Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3930339Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3941185Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3951986Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3963592Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3974488Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3985330Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.3996129Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4006844Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4018007Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4028614Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4039336Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4050032Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4060904Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4071705Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4082441Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4093246Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4104416Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4115195Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4125805Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4136673Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4147659Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4158399Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4169055Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4180041Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4190745Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4201459Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4212310Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4223138Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4233775Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4244473Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4255361Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4266199Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4276949Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4287672Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4299332Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4309506Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4320240Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4331076Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4342167Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4352768Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4363551Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4374428Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4385549Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4396167Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4406857Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4417832Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4428657Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4439454Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4450272Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4460897Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4471587Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4482255Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4492925Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4503822Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4514433Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4525119Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4535799Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4546617Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4557405Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4567818Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4578630Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4589227Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4599879Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4610819Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4621624Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4632598Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4643336Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4654284Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4665685Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4676498Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4687367Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4698617Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4709553Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4720185Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4730820Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4741398Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4751797Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4762164Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.4769463Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4776646Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4783269Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4790149Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4796905Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4804018Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4811655Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4818273Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4824967Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4832145Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4838963Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4846519Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4853861Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4860957Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4868514Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4875343Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4882312Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4890170Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4896999Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4903743Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4910342Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4916909Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4923503Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4930328Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4937159Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4944204Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4951579Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4958302Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4965122Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4972186Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4979243Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4986124Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:59:50.4998724Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5010260Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5021710Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5032491Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5043207Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5054214Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5064901Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5076165Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5086350Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5097169Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5108420Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5118947Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5129624Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5140619Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5151345Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5161956Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5172726Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5183577Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5194210Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5205014Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5215823Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5226739Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5237452Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5248119Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5259077Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5269817Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5280491Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5291312Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5302244Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5312827Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5323416Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5334240Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5345103Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5355714Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5366373Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5377694Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5387792Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5398443Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5409349Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5420031Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5430567Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5441248Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5452142Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5462938Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5473534Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5484238Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5494828Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5505662Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5516373Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5526993Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5537875Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5548579Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5559343Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5570054Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5580766Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5591506Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5602287Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5613183Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5624070Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5634314Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5645148Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5655903Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5666681Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5677208Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5688320Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5698769Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5709334Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5719935Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5730654Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5741932Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5752382Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5762952Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5773587Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5784447Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5795152Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5805785Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5816677Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5827355Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5837976Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5848672Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5859618Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5870164Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5880659Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5891468Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5902339Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5912830Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5923544Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5934137Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5944696Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5955836Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5966370Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5976634Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5986973Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.5997293Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6007523Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6017984Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6028250Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6039422Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6050634Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6061780Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6072965Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6083699Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6094637Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6105587Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6116619Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6127276Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6138399Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6149229Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6160064Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6170880Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6181821Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6192595Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6203226Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6214078Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6225001Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6235744Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6246494Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6257562Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6268392Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6279325Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6290306Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6301355Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6312151Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6323005Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6334088Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6345178Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6356160Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6367060Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6378230Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6388848Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6399612Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6410434Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6421416Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6432090Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6442843Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6453733Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6464560Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6475128Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6485767Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6496762Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6507437Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6518131Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6528827Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6539831Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6550576Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6561222Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6572094Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6582829Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6593607Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6604603Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6615211Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6625972Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6636705Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6647504Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6658655Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6669353Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6680168Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6691095Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6702143Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6712967Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6723794Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6734751Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6745706Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6756511Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6767345Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6778889Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6790277Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6801480Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6812897Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6824338Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6835459Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6846690Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6858236Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6869667Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6880732Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6891453Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6902914Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6913771Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6924586Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6935516Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6946492Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6957643Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6968472Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6979513Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.6990242Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7001100Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7011949Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7022942Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7033719Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7044562Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7055426Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7066435Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7077240Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7088054Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7099192Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7110095Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7120965Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7131858Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7142779Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7153737Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7164574Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7175486Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7186557Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7197333Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7208205Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7219198Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7230019Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7240937Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7251585Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7262487Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7273324Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7284055Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7295049Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7305949Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7316724Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7327429Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7338458Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7349134Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7360130Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7371129Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7382304Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7392869Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7403553Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7414296Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7425008Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7435710Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7446300Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7457162Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7467905Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7478577Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7489163Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7500031Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7510691Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7521422Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7532166Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7543004Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7553646Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7564322Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7574962Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7585685Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7596436Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7607359Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7618019Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7628745Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7639304Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7650050Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7660941Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7671646Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7682321Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7692997Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7703846Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7714564Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7725213Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7735965Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7746760Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7757327Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7768084Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7779080Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7789696Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7800305Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7811153Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7822028Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7832626Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7843524Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7854240Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7865070Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7875991Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7883135Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7890194Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7897175Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7904344Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7911324Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7918259Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7925183Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7932228Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7939273Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7946679Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7953600Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7960086Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:59:50.7971566Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7982370Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.7993376Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8003800Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8014744Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8025657Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8036435Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8047171Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8058267Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8069074Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8079830Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8090643Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8101484Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8112269Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8122868Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8133798Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8144817Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8155699Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8166414Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8177168Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8187965Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8198509Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8209113Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8220049Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8230679Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8241272Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8252080Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8262805Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8273424Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8284091Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8294818Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8305605Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8316353Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8326713Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8337609Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8348294Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8359358Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8369740Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8380453Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8391068Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8401773Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8412528Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8423299Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8433992Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8444633Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8455362Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8466152Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8476801Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8487494Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8498442Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8509037Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8519722Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8530403Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8541149Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8551642Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8562233Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8573070Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8584004Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8594491Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8605217Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8615767Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8626535Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8637051Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8648160Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8658874Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8669531Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8680209Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8690706Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8701518Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8712179Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8722788Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8733615Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8744247Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8754834Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8765429Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8776130Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8786986Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8797592Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8808256Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8819030Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8829596Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8840172Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8850821Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8861774Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8872531Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8882843Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8893655Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8904653Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8914940Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8925453Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8936274Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8946958Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8957869Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8968354Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8979260Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8989548Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.8999785Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9010148Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9020600Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9030895Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9041267Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9051511Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9062038Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9072153Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9082475Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9092920Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9103446Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9113837Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9124465Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9134453Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9145369Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9156828Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9168105Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9179539Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9190732Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9201910Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9213247Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9224618Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9235908Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9247201Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9258751Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9269952Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9281228Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9292641Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9304000Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9315195Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9326544Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9338198Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9349296Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9360643Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9372123Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9383369Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9394761Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9406108Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9417917Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9428902Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9440174Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9451503Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9462915Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9474145Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9485514Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9496829Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9508241Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9519520Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9530840Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9542250Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9553470Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9564732Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9576060Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9587443Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9598732Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9610093Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9621593Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9632837Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9644188Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9655687Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9666282Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9676822Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9687386Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9698230Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9708873Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9719714Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9730319Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9741110Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9751699Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9762377Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9773117Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9784025Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9794591Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9805134Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9815828Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9826548Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9837223Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9847887Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9858835Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9869420Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9880230Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9890904Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9901782Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9912290Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9923070Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9933974Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9944653Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9955276Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9965782Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9976384Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9987010Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:50.9997492Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0008008Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0018845Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0029431Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0039922Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0050603Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0061276Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0071666Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0082109Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0092739Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0103373Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0113943Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0124442Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0135244Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0146577Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0156735Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0167324Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0178194Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0188563Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0199107Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0210059Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0220529Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0231255Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0242021Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0252747Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0263571Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0274217Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0285036Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0295981Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0306957Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0317619Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0328474Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0339512Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0350246Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0360945Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0371780Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0383031Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0393596Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0404335Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0415215Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0426091Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0436775Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0447547Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0458695Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0469458Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0480189Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0491095Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0501904Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0512764Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0523407Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0534468Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0545340Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0556077Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0566751Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0577749Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0588473Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0599276Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0610109Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0621053Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0632249Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0642852Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0653716Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0664748Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0675399Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0686158Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0697070Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0707920Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0718618Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0729427Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0740384Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0751266Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0762138Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0773190Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0784262Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0795074Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0805777Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0816792Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0827785Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0838725Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0849691Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0860719Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0871350Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0882490Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0893151Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0904177Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0915100Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0925791Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0936686Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0947548Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0958353Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0969083Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0980056Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.0990847Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1001560Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1012584Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1023518Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1034189Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1045699Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1056396Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1067698Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1078511Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1089222Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1100074Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1110579Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1121118Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1131918Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1142668Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1153264Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1163891Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1174673Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1185653Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1196710Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1207735Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1218882Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1230036Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1241137Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1252357Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1263777Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1274623Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1285854Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1297067Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1308279Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1319380Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1330531Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1341908Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1353012Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1364168Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1375330Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1386626Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1397667Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1409190Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1420228Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1431165Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1442371Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1453868Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1465641Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1476704Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1487746Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1499143Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1510209Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1521294Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1532633Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1543964Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1555111Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1566293Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:51.1579765Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... test_meta.py:127: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:59:51.1580335Z x = torch.randn((2, 2, 4, 9), dtype=torch.complex32)[:, 0, :, :] 2022-09-27T15:59:51.1586834Z ok (0.002s) 2022-09-27T15:59:51.1601103Z test_imag (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1610820Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1622391Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1631713Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1640035Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1652228Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1664479Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1675743Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1690799Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1704933Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T15:59:51.1725524Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T15:59:51.1725767Z 2022-09-27T15:59:51.1726111Z ---------------------------------------------------------------------- 2022-09-27T15:59:51.1726379Z Ran 10172 tests in 11.041s 2022-09-27T15:59:51.1726496Z 2022-09-27T15:59:51.1726575Z OK (skipped=10158) 2022-09-27T15:59:51.1726947Z 2022-09-27T15:59:51.1727128Z Generating XML reports... 2022-09-27T15:59:52.5273975Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220927155940.xml 2022-09-27T15:59:52.5285859Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927155940.xml 2022-09-27T15:59:53.1983387Z Running test_maskedtensor ... [2022-09-27 15:59:53.197933] 2022-09-27T15:59:53.1983950Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:53.198016] 2022-09-27T15:59:55.4141971Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-09-27T15:59:55.4164185Z 2022-09-27T15:59:55.4164439Z Running tests... 2022-09-27T15:59:55.4165069Z ---------------------------------------------------------------------- 2022-09-27T15:59:55.4201261Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:59:55.4222021Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4250985Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:59:55.4271253Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4289989Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4308998Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4327929Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4347089Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4365524Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4384344Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4402976Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4423929Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4443158Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4461862Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4480406Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4499576Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4517983Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4536619Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4555040Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4574852Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4593558Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4613546Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4632941Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4652226Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4670916Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4689013Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4707849Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4725625Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4743665Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4761423Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4779508Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4798225Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4818505Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4837109Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4854945Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4873554Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4890871Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4908560Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4926431Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4945578Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4963142Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.4980866Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.5001073Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.5020204Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.5038435Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.5056224Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.5167092Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.011s) 2022-09-27T15:59:55.5277503Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.011s) 2022-09-27T15:59:55.5298063Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.5399976Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.5502253Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.5600988Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.5700057Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.5801713Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.5907329Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.6009511Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.6111843Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.6131548Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.6150277Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.6256522Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.6276678Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.6380354Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:59:55.6399943Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.6419267Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.6436807Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.6454204Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:59:55.6469239Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.001s) 2022-09-27T15:59:55.6483886Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.001s) 2022-09-27T15:59:55.6511321Z test_bmm (__main__.TestMatMul) ... ok (0.003s) 2022-09-27T15:59:55.6524775Z test_linear (__main__.TestMatMul) ... ok (0.001s) 2022-09-27T15:59:55.6538476Z test_masked_bmm (__main__.TestMatMul) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84586 for platform(s) asan, linux, mac, macos, rocm, 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-09-27T15:59:55.6574193Z test_all (__main__.TestReductions) ... ok (0.004s) 2022-09-27T15:59:55.6600690Z test_amax (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:59:55.6632487Z test_amax_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:59:55.6655950Z test_amin (__main__.TestReductions) ... ok (0.002s) 2022-09-27T15:59:55.6685124Z test_amin_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:59:55.6714412Z test_grad_dtype (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:59:55.6730831Z test_max_not_implemented (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:59:55.6731796Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:59:55.6732662Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:59:55.6733211Z warnings.warn(msg) 2022-09-27T15:59:55.6733529Z ok (0.002s) 2022-09-27T15:59:55.6768419Z test_mean (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:59:55.6806894Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.004s) 2022-09-27T15:59:55.6816193Z test_mean_grad_case_1a (__main__.TestReductions) 2022-09-27T15:59:55.6864888Z values.requires_grad = True ... ok (0.006s) 2022-09-27T15:59:55.6871404Z test_mean_grad_case_1b (__main__.TestReductions) 2022-09-27T15:59:55.6894524Z values.requires_grad = False ... ok (0.003s) 2022-09-27T15:59:55.6900995Z test_mean_grad_case_1c (__main__.TestReductions) 2022-09-27T15:59:55.6933526Z values.requires_grad = True ... ok (0.004s) 2022-09-27T15:59:55.6938548Z test_mean_grad_case_1d (__main__.TestReductions) 2022-09-27T15:59:55.6951641Z values.requires_grad = False ... ok (0.002s) 2022-09-27T15:59:55.6958890Z test_mean_grad_case_1e (__main__.TestReductions) 2022-09-27T15:59:55.7000041Z values.requires_grad = True ... ok (0.005s) 2022-09-27T15:59:55.7004967Z test_mean_grad_case_1f (__main__.TestReductions) 2022-09-27T15:59:55.7015606Z values.requires_grad = False ... ok (0.002s) 2022-09-27T15:59:55.7038123Z test_prod (__main__.TestReductions) ... ok (0.002s) 2022-09-27T15:59:55.7065151Z test_prod_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:59:55.7087102Z test_sum (__main__.TestReductions) ... ok (0.002s) 2022-09-27T15:59:55.7114065Z test_sum_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:59:55.7128782Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7142821Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7158735Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.7173855Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7187951Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7202139Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7217276Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7232230Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7246557Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7268772Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7275776Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7290034Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7304191Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7318524Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7333207Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7347848Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7362387Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7376500Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7391149Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7405720Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7420783Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7435764Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7450241Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7465498Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7480606Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7496056Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7510693Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7525285Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7540159Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7554962Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7569701Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7584086Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7598918Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7613336Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7631808Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.7646670Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7662054Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7677081Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7693443Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.7708796Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.7723620Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7738151Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7752992Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7767786Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7782514Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7797133Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7811880Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7826579Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7841468Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7856332Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7871450Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7886354Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7901112Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7916293Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7930961Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7946005Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7960598Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7975576Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.7990689Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8005129Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8021498Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8036633Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8051750Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8067469Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8083117Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8099367Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8114587Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8130444Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8145864Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8161519Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8176429Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8191734Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8207194Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8222237Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8236932Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8252228Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8267382Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8280938Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8295848Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8316302Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8332120Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8346493Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8361220Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8376444Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8391467Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8406977Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8421943Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8436237Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8451101Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8465751Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8479935Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8495544Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8509736Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8524003Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8539212Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8554277Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8569731Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8585613Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8601896Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8616623Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8631050Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8645387Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8658435Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8674416Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:59:55.8688843Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8702930Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8717046Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8731275Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8745335Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8759521Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8773956Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8788502Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8802992Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8817897Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8831991Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8846423Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8861938Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8876281Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8891128Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8905875Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:59:55.8906149Z 2022-09-27T15:59:55.8906560Z ---------------------------------------------------------------------- 2022-09-27T15:59:55.8906910Z Ran 210 tests in 0.474s 2022-09-27T15:59:55.8907115Z 2022-09-27T15:59:55.8907257Z OK (skipped=1) 2022-09-27T15:59:55.8907460Z 2022-09-27T15:59:55.8907615Z Generating XML reports... 2022-09-27T15:59:55.9001486Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927155955.xml 2022-09-27T15:59:55.9005794Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927155955.xml 2022-09-27T15:59:55.9021856Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927155955.xml 2022-09-27T15:59:55.9105250Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927155955.xml 2022-09-27T15:59:56.3245826Z Running test_public_bindings ... [2022-09-27 15:59:56.324163] 2022-09-27T15:59:56.3246376Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:56.324240] 2022-09-27T15:59:57.5698017Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-09-27T15:59:57.5709519Z 2022-09-27T15:59:57.5709642Z Running tests... 2022-09-27T15:59:57.5710246Z ---------------------------------------------------------------------- 2022-09-27T15:59:57.5738629Z test_correct_module_names (__main__.TestPublicBindings) 2022-09-27T15:59:57.8600345Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:243: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-09-27T15:59:57.8600953Z "torch.distributed.reduce_op is deprecated, please use " 2022-09-27T15:59:59.1947241Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:59:59.5453463Z ok (1.974s) 2022-09-27T15:59:59.5482451Z test_no_new_bindings (__main__.TestPublicBindings) 2022-09-27T15:59:59.5492492Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.004s) 2022-09-27T15:59:59.5492752Z 2022-09-27T15:59:59.5493208Z ---------------------------------------------------------------------- 2022-09-27T15:59:59.5493629Z Ran 2 tests in 1.978s 2022-09-27T15:59:59.5493763Z 2022-09-27T15:59:59.5493830Z OK 2022-09-27T15:59:59.5493922Z 2022-09-27T15:59:59.5494010Z Generating XML reports... 2022-09-27T15:59:59.5500607Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220927155957.xml 2022-09-27T16:00:00.0769146Z Running test_transformers ... [2022-09-27 16:00:00.076489] 2022-09-27T16:00:00.0769777Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:00.076586] 2022-09-27T16:00:01.5944748Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-09-27T16:00:01.5958830Z 2022-09-27T16:00:01.5958959Z Running tests... 2022-09-27T16:00:01.5959718Z ---------------------------------------------------------------------- 2022-09-27T16:00:01.6033804Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.007s) 2022-09-27T16:00:01.6051273Z test_mask_check_fastpath (__main__.TestTransformers) 2022-09-27T16:00:01.6172185Z Test that fastpath is executed independently of the mask that is passed. ... test_transformers.py:827: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:00:01.6172752Z nested_tensor_return_value = torch.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-09-27T16:00:01.6228200Z ok (0.019s) 2022-09-27T16:00:01.6258394Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T16:00:01.6284830Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T16:00:01.6308453Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6392442Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T16:00:01.6476140Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T16:00:01.6559478Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T16:00:01.6584242Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6605654Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6627733Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6699338Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:00:01.6773037Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:00:01.6847291Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:00:01.6867878Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6888554Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6909782Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6931467Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6955363Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.6979387Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.7052610Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:00:01.7129200Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T16:00:01.7206325Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T16:00:01.7230479Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.7256111Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.7280602Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.7356071Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T16:00:01.7432933Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T16:00:01.7509307Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T16:00:01.7531590Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.7554768Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.7578646Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T16:00:01.7591309Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-09-27T16:00:01.7925686Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-09-27T16:00:01.8244148Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.032s) 2022-09-27T16:00:01.8583872Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.034s) 2022-09-27T16:00:01.8916406Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-09-27T16:00:01.9218043Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.030s) 2022-09-27T16:00:01.9520565Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.030s) 2022-09-27T16:00:01.9875536Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.035s) 2022-09-27T16:00:02.0216212Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.034s) 2022-09-27T16:00:02.0242311Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-09-27T16:00:02.0275898Z Test TransformerEncoder fastpath output matches slowpath output ... test_transformers.py:160: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:00:02.0276404Z ) for pair in input_mask_pairs 2022-09-27T16:00:02.3866196Z ok (0.365s) 2022-09-27T16:00:02.3890697Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-09-27T16:00:02.3935673Z Test TransformerEncoder fastpath output matches slowpath output ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-09-27T16:00:02.3936563Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T16:00:02.7519828Z ok (0.365s) 2022-09-27T16:00:02.7543826Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-09-27T16:00:03.0518051Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.300s) 2022-09-27T16:00:03.0542390Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-09-27T16:00:03.3530820Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.301s) 2022-09-27T16:00:03.3548731Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:00:03.3630805Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-09-27T16:00:03.3649725Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:00:03.3701433Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-09-27T16:00:03.3719987Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:00:03.3767577Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-09-27T16:00:03.3787577Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:00:03.3835328Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-09-27T16:00:03.3868191Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T16:00:03.3899681Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T16:00:03.3931597Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T16:00:03.3931980Z 2022-09-27T16:00:03.3932427Z ---------------------------------------------------------------------- 2022-09-27T16:00:03.3932806Z Ran 52 tests in 1.797s 2022-09-27T16:00:03.3932982Z 2022-09-27T16:00:03.3938397Z OK (skipped=2) 2022-09-27T16:00:03.3939211Z 2022-09-27T16:00:03.3939560Z Generating XML reports... 2022-09-27T16:00:03.3999847Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927160001.xml 2022-09-27T16:00:03.7133765Z Running test_prims ... [2022-09-27 16:00:03.712951] 2022-09-27T16:00:03.7134262Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:03.713044] 2022-09-27T16:00:05.2802312Z Test results will be stored in test-reports/python-unittest/test_prims 2022-09-27T16:00:05.2823985Z 2022-09-27T16:00:05.2824369Z Running tests... 2022-09-27T16:00:05.2825065Z ---------------------------------------------------------------------- 2022-09-27T16:00:05.2852776Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:00:05.2873827Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:00:05.2892110Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.002s) 2022-09-27T16:00:05.2926551Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.003s) 2022-09-27T16:00:05.3027234Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.010s) 2022-09-27T16:00:06.3264939Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... ok (1.024s) 2022-09-27T16:00:06.6742151Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.348s) 2022-09-27T16:00:06.6765223Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:00:06.6777793Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.6891014Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.011s) 2022-09-27T16:00:06.6993069Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.010s) 2022-09-27T16:00:06.7014054Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:00:06.7033483Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:00:06.7272579Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.024s) 2022-09-27T16:00:06.7518284Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.025s) 2022-09-27T16:00:06.7530643Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7543275Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7554093Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7568585Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7582723Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7594633Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7603744Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7617083Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7652284Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-09-27T16:00:06.7663871Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7685095Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.002s) 2022-09-27T16:00:06.7697055Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7708864Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7722038Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7735121Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7748012Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7761006Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7774208Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7787567Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7800096Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7813206Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:06.7847988Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.003s) 2022-09-27T16:00:06.7848305Z 2022-09-27T16:00:06.7848666Z ---------------------------------------------------------------------- 2022-09-27T16:00:06.7848919Z Ran 37 tests in 1.503s 2022-09-27T16:00:06.7849035Z 2022-09-27T16:00:06.7849110Z OK (skipped=25) 2022-09-27T16:00:06.7849205Z 2022-09-27T16:00:06.7849295Z Generating XML reports... 2022-09-27T16:00:06.7879933Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220927160005.xml 2022-09-27T16:00:06.7909521Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220927160005.xml 2022-09-27T16:00:06.7911805Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220927160005.xml 2022-09-27T16:00:06.7915046Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20220927160005.xml 2022-09-27T16:00:07.2526640Z Running test_dynamic_shapes ... [2022-09-27 16:00:07.252222] 2022-09-27T16:00:07.2527345Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:07.252303] 2022-09-27T16:00:08.5211063Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-09-27T16:00:08.5222786Z 2022-09-27T16:00:08.5222897Z Running tests... 2022-09-27T16:00:08.5223353Z ---------------------------------------------------------------------- 2022-09-27T16:00:08.8226364Z test_arith_ops (__main__.TestPySymInt) ... ok (0.300s) 2022-09-27T16:00:08.8346532Z test_aten_ops (__main__.TestPySymInt) ... ok (0.012s) 2022-09-27T16:00:08.8587431Z test_binary (__main__.TestPySymInt) ... ok (0.024s) 2022-09-27T16:00:08.8701584Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.011s) 2022-09-27T16:00:08.8717740Z test_guard_int (__main__.TestPySymInt) ... ok (0.002s) 2022-09-27T16:00:08.8727089Z test_int_conversion (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T16:00:08.8739753Z test_int_to_float (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T16:00:08.8767857Z test_meta_symint (__main__.TestPySymInt) ... ok (0.003s) 2022-09-27T16:00:08.9567412Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.080s) 2022-09-27T16:00:08.9631781Z test_roundtrip (__main__.TestPySymInt) ... ok (0.007s) 2022-09-27T16:00:08.9696523Z test_size_expressions (__main__.TestPySymInt) ... ok (0.006s) 2022-09-27T16:00:08.9741014Z test_stride (__main__.TestPySymInt) ... ok (0.004s) 2022-09-27T16:00:09.0030975Z test_symint_args (__main__.TestPySymInt) ... ok (0.029s) 2022-09-27T16:00:09.0157168Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.013s) 2022-09-27T16:00:09.0157532Z 2022-09-27T16:00:09.0157889Z ---------------------------------------------------------------------- 2022-09-27T16:00:09.0158154Z Ran 14 tests in 0.493s 2022-09-27T16:00:09.0158274Z 2022-09-27T16:00:09.0158337Z OK 2022-09-27T16:00:09.0158429Z 2022-09-27T16:00:09.0158501Z Generating XML reports... 2022-09-27T16:00:09.0194105Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927160008.xml 2022-09-27T16:00:09.3954692Z Running test_python_dispatch ... [2022-09-27 16:00:09.395073] 2022-09-27T16:00:09.3955292Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:09.395152] 2022-09-27T16:00:10.6390334Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-09-27T16:00:10.6404168Z 2022-09-27T16:00:10.6404557Z Running tests... 2022-09-27T16:00:10.6404968Z ---------------------------------------------------------------------- 2022-09-27T16:00:10.8879185Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.247s) 2022-09-27T16:00:10.8890844Z test_all_same_mode_scope (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.8913541Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.8972324Z test_basic (__main__.TestPythonDispatch) ... ok (0.006s) 2022-09-27T16:00:10.8992928Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9000231Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9011043Z test_ctor_no_inner (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9058752Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.005s) 2022-09-27T16:00:10.9075051Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9087700Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9103665Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9114100Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9142827Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:10.9163125Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9173727Z test_disable_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9190035Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9204247Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9217675Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9226192Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9234558Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9245395Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9254487Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9265429Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9277024Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9302271Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9322223Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9331294Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9341609Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9349589Z test_error_using_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9355998Z test_error_with_ancestor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9367255Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9382810Z test_find_outermost_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9399792Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9415572Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9428022Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-09-27T16:00:10.9428606Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-09-27T16:00:10.9429477Z ok (0.001s) 2022-09-27T16:00:10.9465333Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:10.9485198Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9500140Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9526530Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:10.9543681Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9559706Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9583235Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9588973Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9604814Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9624683Z test_make_wrapper_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9631976Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9644538Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9654379Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9665902Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9674122Z test_nested_push_regular (__main__.TestPythonDispatch) ... /opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py:171: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-09-27T16:00:10.9674639Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-09-27T16:00:10.9674890Z ok (0.001s) 2022-09-27T16:00:10.9683729Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9693361Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9783517Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.009s) 2022-09-27T16:00:10.9804701Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9819030Z test_out (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9836307Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9843917Z test_restore_ancestor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9854501Z test_restore_errors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9870847Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9891335Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9922696Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:10.9928695Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9946146Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:10.9954663Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:10.9982252Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:00:11.0043073Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.006s) 2022-09-27T16:00:11.0064760Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:11.0104539Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:00:11.0121104Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:11.0131236Z test_with_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:11.0140691Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:11.0152342Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:00:11.0177143Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:00:11.0185628Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:00:11.0216008Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-09-27T16:00:11.0247370Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:00:11.0267969Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-09-27T16:00:11.0277248Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:00:11.0285452Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:00:11.0312927Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:00:11.0347541Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:00:11.0348127Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T16:00:11.0348457Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-09-27T16:00:11.0348735Z dispatch key: ZeroTensor 2022-09-27T16:00:11.0349035Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1067 2022-09-27T16:00:11.0349529Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-09-27T16:00:11.0349862Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:00:11.0350385Z ok (0.004s) 2022-09-27T16:00:11.0363700Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:00:11.0397820Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:00:11.0398216Z 2022-09-27T16:00:11.0398640Z ---------------------------------------------------------------------- 2022-09-27T16:00:11.0399096Z Ran 83 tests in 0.399s 2022-09-27T16:00:11.0399223Z 2022-09-27T16:00:11.0399287Z OK 2022-09-27T16:00:11.0399377Z 2022-09-27T16:00:11.0399466Z Generating XML reports... 2022-09-27T16:00:11.0484028Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220927160010.xml 2022-09-27T16:00:11.0487199Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20220927160010.xml 2022-09-27T16:00:11.0495253Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220927160010.xml 2022-09-27T16:00:11.3658787Z Running test_jit_cuda_fuser ... [2022-09-27 16:00:11.365456] 2022-09-27T16:00:11.3659315Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:11.365538] 2022-09-27T16:00:13.6820396Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-09-27T16:00:13.6856156Z 2022-09-27T16:00:13.6856324Z Running tests... 2022-09-27T16:00:13.6856729Z ---------------------------------------------------------------------- 2022-09-27T16:00:13.6868775Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.6879171Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.6894036Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.6902181Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-09-27T16:00:13.6918043Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.6934393Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.6948129Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.6963407Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.6979287Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.6985694Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.6994788Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7001715Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7015651Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-09-27T16:00:13.7034463Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7045582Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7055657Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7065354Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-09-27T16:00:13.7071980Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7084310Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7094026Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7104509Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7114054Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7123905Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7135198Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-09-27T16:00:13.7145386Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-09-27T16:00:13.7156126Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7166944Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7175281Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7199068Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7226094Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T16:00:13.7237399Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7245082Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7251414Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7258990Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7267040Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7273466Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7291088Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7299193Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7314053Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7323284Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7331877Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-09-27T16:00:13.7338470Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7348234Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7356201Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7362947Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7371869Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-09-27T16:00:13.7384997Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7397597Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7411799Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7430298Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7440351Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7452995Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7468879Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.001s) 2022-09-27T16:00:13.7477644Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7500784Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7510101Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7525812Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7539544Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7545922Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7559925Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7567574Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7579091Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7584545Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7597655Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7608065Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7627093Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7638172Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7648464Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7659062Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7667881Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7675105Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7694866Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7701727Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7708987Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7715966Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7720107Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-09-27T16:00:13.7728182Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7737279Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7743507Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7751573Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7757458Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7764607Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7779568Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7790631Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7802171Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7807174Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7818972Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7826042Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7836962Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7846870Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7858098Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7869129Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7876856Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7884182Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-09-27T16:00:13.7895571Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7899327Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:00:13.7907468Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7919180Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7925347Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7944525Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.7951950Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7961660Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7974573Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7981988Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7989335Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.7998420Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8005915Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8011965Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8022503Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8037943Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:00:13.8046696Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8054659Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8066595Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8071598Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:00:13.8085155Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8095496Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8102836Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8120291Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.8126950Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8137856Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8143139Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:00:13.8149388Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:00:13.8158149Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:00:13.8167489Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8177654Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8191167Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8215178Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.8220180Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:00:13.8226163Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8231180Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:00:13.8240267Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8248740Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8255965Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8263954Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8271040Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8279078Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8286487Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8295670Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8304825Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8313169Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8326398Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8342234Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T16:00:13.8346840Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T16:00:13.8358617Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8365440Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:00:13.8372893Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-09-27T16:00:13.8382695Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:00:13.8399515Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-09-27T16:00:13.8412322Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:00:13.8417322Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:00:13.8445611Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-09-27T16:00:13.9043652Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.060s) 2022-09-27T16:00:13.9043955Z 2022-09-27T16:00:13.9044457Z ---------------------------------------------------------------------- 2022-09-27T16:00:13.9044837Z Ran 152 tests in 0.219s 2022-09-27T16:00:13.9044955Z 2022-09-27T16:00:13.9045039Z OK (skipped=149) 2022-09-27T16:00:13.9045152Z 2022-09-27T16:00:13.9045238Z Generating XML reports... 2022-09-27T16:00:13.9079086Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927160013.xml 2022-09-27T16:00:13.9080661Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927160013.xml 2022-09-27T16:00:13.9215872Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927160013.xml 2022-09-27T16:00:14.3410953Z Running test_mps ... [2022-09-27 16:00:14.340783] 2022-09-27T16:00:14.3411449Z Executing ['/opt/conda/bin/python', '-bb', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:14.340861] 2022-09-27T16:00:16.6770746Z MPS not available, skipping tests 2022-09-27T16:00:16.8098997Z Test results will be stored in test-reports/python-unittest/test_mps 2022-09-27T16:00:16.8232684Z 2022-09-27T16:00:16.8232899Z Running tests... 2022-09-27T16:00:16.8233250Z ---------------------------------------------------------------------- 2022-09-27T16:00:16.8285713Z test_output_match_H_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:16.8330597Z test_output_match_H_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8375205Z test_output_match_H_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8419406Z test_output_match_H_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8462737Z test_output_match_H_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8506203Z test_output_match_H_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8549640Z test_output_match_H_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8592488Z test_output_match_T_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8635583Z test_output_match_T_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8678496Z test_output_match_T_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8721227Z test_output_match_T_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8765654Z test_output_match_T_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8810409Z test_output_match_T_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8855250Z test_output_match_T_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8900402Z test_output_match___getitem___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8944978Z test_output_match___getitem___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.8990261Z test_output_match___getitem___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9035383Z test_output_match___getitem___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9080306Z test_output_match___getitem___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9124563Z test_output_match___getitem___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9168876Z test_output_match___getitem___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9213250Z test_output_match___radd___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9257732Z test_output_match___radd___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9301928Z test_output_match___radd___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9346009Z test_output_match___radd___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9389849Z test_output_match___radd___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9433478Z test_output_match___radd___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9477791Z test_output_match___radd___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9521781Z test_output_match___rand___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9566036Z test_output_match___rand___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9610595Z test_output_match___rand___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9655065Z test_output_match___rand___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9700512Z test_output_match___rand___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9744845Z test_output_match___rdiv___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9788814Z test_output_match___rdiv___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9832778Z test_output_match___rdiv___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9877683Z test_output_match___rdiv___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9922290Z test_output_match___rdiv___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:16.9966869Z test_output_match___rdiv___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0011560Z test_output_match___rdiv___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0055665Z test_output_match___rmatmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0099973Z test_output_match___rmatmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0144301Z test_output_match___rmatmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0189819Z test_output_match___rmatmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0234321Z test_output_match___rmatmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0278318Z test_output_match___rmod___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0322047Z test_output_match___rmod___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0365759Z test_output_match___rmul___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0410877Z test_output_match___rmul___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0456761Z test_output_match___rmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.0503457Z test_output_match___rmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.0549584Z test_output_match___rmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.0595766Z test_output_match___rmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.0641723Z test_output_match___rmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.0687627Z test_output_match___ror___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.0732995Z test_output_match___ror___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0778517Z test_output_match___ror___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0822896Z test_output_match___ror___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0867480Z test_output_match___ror___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0911767Z test_output_match___rpow___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.0956108Z test_output_match___rpow___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1000708Z test_output_match___rpow___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1047437Z test_output_match___rpow___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.1092793Z test_output_match___rpow___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1137970Z test_output_match___rpow___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1184127Z test_output_match___rsub___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.1229264Z test_output_match___rsub___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1276232Z test_output_match___rsub___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.1320109Z test_output_match___rsub___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1364729Z test_output_match___rsub___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1409345Z test_output_match___rsub___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1454116Z test_output_match___rxor___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1499281Z test_output_match___rxor___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1544257Z test_output_match___rxor___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1588756Z test_output_match___rxor___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1634417Z test_output_match___rxor___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1679300Z test_output_match__masked_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1724202Z test_output_match__masked_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1768548Z test_output_match__masked_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1814327Z test_output_match__masked_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1860037Z test_output_match__masked_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.1905539Z test_output_match__masked_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1951285Z test_output_match__masked_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.1996948Z test_output_match__masked_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.2042625Z test_output_match__masked_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2087974Z test_output_match__masked_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2132706Z test_output_match__masked_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2176897Z test_output_match__masked_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2220916Z test_output_match__masked_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2265000Z test_output_match__masked_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2309574Z test_output_match__masked_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2353550Z test_output_match__masked_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2397726Z test_output_match__masked_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2441856Z test_output_match__masked_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2486353Z test_output_match__masked_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2530480Z test_output_match__masked_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2574786Z test_output_match__masked_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2618711Z test_output_match__masked_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2663542Z test_output_match__masked_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2707518Z test_output_match__masked_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2751721Z test_output_match__masked_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2795728Z test_output_match__masked_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2839869Z test_output_match__masked_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2883752Z test_output_match__masked_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2927596Z test_output_match__masked_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.2971926Z test_output_match__masked_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3016048Z test_output_match__masked_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3059709Z test_output_match__masked_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3103939Z test_output_match__masked_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3147757Z test_output_match__masked_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3191647Z test_output_match__masked_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3235482Z test_output_match__masked_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3279635Z test_output_match__masked_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3323582Z test_output_match__masked_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3367919Z test_output_match__masked_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3412863Z test_output_match__masked_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3457091Z test_output_match__masked_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3501645Z test_output_match__masked_mean_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3547207Z test_output_match__masked_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3593007Z test_output_match__masked_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3637661Z test_output_match__masked_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3683167Z test_output_match__masked_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3728213Z test_output_match__masked_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3772908Z test_output_match__masked_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3816563Z test_output_match__masked_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3860221Z test_output_match__masked_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3903748Z test_output_match__masked_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3946686Z test_output_match__masked_normalize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.3990291Z test_output_match__masked_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4033757Z test_output_match__masked_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4076817Z test_output_match__masked_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4119954Z test_output_match__masked_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4163174Z test_output_match__masked_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4206304Z test_output_match__masked_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4249518Z test_output_match__masked_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4292475Z test_output_match__masked_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4335557Z test_output_match__masked_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4378564Z test_output_match__masked_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4421262Z test_output_match__masked_std_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4463847Z test_output_match__masked_std_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4506382Z test_output_match__masked_std_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4548798Z test_output_match__masked_std_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4591507Z test_output_match__masked_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4634131Z test_output_match__masked_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4676376Z test_output_match__masked_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4719089Z test_output_match__masked_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4761628Z test_output_match__masked_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4804058Z test_output_match__masked_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4846352Z test_output_match__masked_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4888806Z test_output_match__masked_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4931320Z test_output_match__masked_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.4974327Z test_output_match__masked_var_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5018966Z test_output_match__masked_var_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5062669Z test_output_match__masked_var_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5106469Z test_output_match__masked_var_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5150012Z test_output_match_abs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5194145Z test_output_match_abs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5237845Z test_output_match_abs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5282070Z test_output_match_abs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5326181Z test_output_match_abs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5369981Z test_output_match_abs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5413283Z test_output_match_acos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5456590Z test_output_match_acos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5499521Z test_output_match_acos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5542745Z test_output_match_acos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5585683Z test_output_match_acos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5628983Z test_output_match_acos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5671938Z test_output_match_acosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5715727Z test_output_match_acosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5761228Z test_output_match_acosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.5804786Z test_output_match_acosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5847836Z test_output_match_acosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5891522Z test_output_match_acosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5934482Z test_output_match_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.5978690Z test_output_match_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6025560Z test_output_match_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:17.6070361Z test_output_match_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6113807Z test_output_match_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6156887Z test_output_match_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6200296Z test_output_match_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6243489Z test_output_match_addbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6286896Z test_output_match_addbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6330398Z test_output_match_addbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6374536Z test_output_match_addbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6418193Z test_output_match_addbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6461240Z test_output_match_addcdiv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6504395Z test_output_match_addcmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6548850Z test_output_match_addcmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6593000Z test_output_match_addcmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6637328Z test_output_match_addcmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6681881Z test_output_match_addcmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6726419Z test_output_match_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6771788Z test_output_match_addmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6816235Z test_output_match_addmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6860584Z test_output_match_addmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6904747Z test_output_match_addmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6948709Z test_output_match_addmm_decomposed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.6992323Z test_output_match_addmm_decomposed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7035813Z test_output_match_addmm_decomposed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7079237Z test_output_match_addmm_decomposed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7122966Z test_output_match_addmm_decomposed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7166162Z test_output_match_addmv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7209682Z test_output_match_addmv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7253052Z test_output_match_addmv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7296465Z test_output_match_addmv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7339591Z test_output_match_addmv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7382889Z test_output_match_addr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7425555Z test_output_match_addr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7468451Z test_output_match_addr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7510893Z test_output_match_addr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7554164Z test_output_match_addr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7597021Z test_output_match_addr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7639685Z test_output_match_addr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7682381Z test_output_match_all_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7725685Z test_output_match_all_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7768636Z test_output_match_all_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7812276Z test_output_match_all_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7855041Z test_output_match_all_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7897639Z test_output_match_all_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7940271Z test_output_match_all_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.7983218Z test_output_match_allclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8026493Z test_output_match_allclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8070127Z test_output_match_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8114384Z test_output_match_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8158907Z test_output_match_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8204410Z test_output_match_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8249139Z test_output_match_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8293728Z test_output_match_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8339099Z test_output_match_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8383610Z test_output_match_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8427135Z test_output_match_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8470435Z test_output_match_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8513310Z test_output_match_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8556165Z test_output_match_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8599120Z test_output_match_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8641664Z test_output_match_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8684416Z test_output_match_aminmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8727103Z test_output_match_aminmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8769549Z test_output_match_aminmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8812024Z test_output_match_aminmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8854913Z test_output_match_aminmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8897009Z test_output_match_aminmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8939818Z test_output_match_angle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.8982646Z test_output_match_angle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9025107Z test_output_match_angle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9067388Z test_output_match_angle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9109568Z test_output_match_angle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9151785Z test_output_match_angle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9194509Z test_output_match_angle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9236872Z test_output_match_any_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9278989Z test_output_match_any_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9321155Z test_output_match_any_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9363618Z test_output_match_any_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9405936Z test_output_match_any_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9448240Z test_output_match_any_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9490497Z test_output_match_any_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9532854Z test_output_match_arange_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9575226Z test_output_match_arange_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9617374Z test_output_match_arange_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9659919Z test_output_match_arange_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9701979Z test_output_match_arange_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9744159Z test_output_match_arange_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9788390Z test_output_match_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9832534Z test_output_match_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9877016Z test_output_match_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9921809Z test_output_match_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:17.9966339Z test_output_match_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0010297Z test_output_match_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0054130Z test_output_match_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0096676Z test_output_match_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0139795Z test_output_match_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0183166Z test_output_match_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0225958Z test_output_match_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0268461Z test_output_match_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0311156Z test_output_match_argsort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0353784Z test_output_match_argsort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0396137Z test_output_match_argsort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0439330Z test_output_match_argsort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0481631Z test_output_match_argsort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0524245Z test_output_match_argsort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0566892Z test_output_match_argsort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0609251Z test_output_match_argwhere_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0652166Z test_output_match_argwhere_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0694862Z test_output_match_argwhere_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0737296Z test_output_match_argwhere_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0779787Z test_output_match_argwhere_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0822239Z test_output_match_argwhere_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0864624Z test_output_match_argwhere_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0906855Z test_output_match_as_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0949467Z test_output_match_as_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.0992283Z test_output_match_as_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1034557Z test_output_match_as_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1078134Z test_output_match_as_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1120536Z test_output_match_as_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1162627Z test_output_match_as_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1204910Z test_output_match_as_strided_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1247240Z test_output_match_as_strided_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1289779Z test_output_match_as_strided_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1331620Z test_output_match_as_strided_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1374107Z test_output_match_as_strided_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1416365Z test_output_match_as_strided_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1458757Z test_output_match_as_strided_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1500841Z test_output_match_asin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1543522Z test_output_match_asin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1585835Z test_output_match_asin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1628329Z test_output_match_asin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1670559Z test_output_match_asin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1713067Z test_output_match_asin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1755458Z test_output_match_asinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1797633Z test_output_match_asinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1840044Z test_output_match_asinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1882400Z test_output_match_asinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1924652Z test_output_match_asinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.1967448Z test_output_match_asinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2009789Z test_output_match_atan2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2052137Z test_output_match_atan2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2094677Z test_output_match_atan2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2137045Z test_output_match_atan2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2180045Z test_output_match_atan2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2222323Z test_output_match_atan2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2264860Z test_output_match_atan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2307421Z test_output_match_atan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2349995Z test_output_match_atan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2392733Z test_output_match_atan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2435472Z test_output_match_atan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2478464Z test_output_match_atan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2521372Z test_output_match_atanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2564456Z test_output_match_atanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2606929Z test_output_match_atanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2649923Z test_output_match_atanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2692893Z test_output_match_atanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2736094Z test_output_match_atanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2778933Z test_output_match_atleast_1d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2821568Z test_output_match_atleast_1d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2864585Z test_output_match_atleast_1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2907545Z test_output_match_atleast_1d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2950496Z test_output_match_atleast_1d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.2993823Z test_output_match_atleast_1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3036943Z test_output_match_atleast_1d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3080745Z test_output_match_atleast_2d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3123913Z test_output_match_atleast_2d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3167353Z test_output_match_atleast_2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3210862Z test_output_match_atleast_2d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3254961Z test_output_match_atleast_2d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3298849Z test_output_match_atleast_2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3342116Z test_output_match_atleast_2d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3385379Z test_output_match_atleast_3d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3428594Z test_output_match_atleast_3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3471610Z test_output_match_atleast_3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3514783Z test_output_match_atleast_3d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3558090Z test_output_match_atleast_3d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3601847Z test_output_match_atleast_3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3644982Z test_output_match_atleast_3d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3687740Z test_output_match_baddbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3730900Z test_output_match_baddbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3773902Z test_output_match_baddbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3817975Z test_output_match_baddbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3860749Z test_output_match_baddbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3903879Z test_output_match_bernoulli_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3946674Z test_output_match_bfloat16_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.3989680Z test_output_match_bfloat16_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4032617Z test_output_match_bfloat16_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4075213Z test_output_match_bfloat16_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4117645Z test_output_match_bfloat16_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4160153Z test_output_match_bfloat16_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4202694Z test_output_match_bfloat16_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4245163Z test_output_match_bincount_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4288034Z test_output_match_bincount_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4330542Z test_output_match_bincount_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4373277Z test_output_match_bincount_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4415940Z test_output_match_bitwise_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4459517Z test_output_match_bitwise_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4503271Z test_output_match_bitwise_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4546743Z test_output_match_bitwise_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4589982Z test_output_match_bitwise_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4633224Z test_output_match_bitwise_left_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4676610Z test_output_match_bitwise_left_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4720188Z test_output_match_bitwise_left_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4763881Z test_output_match_bitwise_left_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4807755Z test_output_match_bitwise_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4851589Z test_output_match_bitwise_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4895874Z test_output_match_bitwise_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4939689Z test_output_match_bitwise_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.4983310Z test_output_match_bitwise_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5026541Z test_output_match_bitwise_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5070086Z test_output_match_bitwise_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5114007Z test_output_match_bitwise_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5157097Z test_output_match_bitwise_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5200323Z test_output_match_bitwise_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5243632Z test_output_match_bitwise_right_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5286621Z test_output_match_bitwise_right_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5329940Z test_output_match_bitwise_right_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5372626Z test_output_match_bitwise_right_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5415413Z test_output_match_bitwise_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5458844Z test_output_match_bitwise_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5501321Z test_output_match_bitwise_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5544090Z test_output_match_bitwise_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5586538Z test_output_match_bitwise_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5629081Z test_output_match_block_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5671796Z test_output_match_block_diag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5714055Z test_output_match_block_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5756519Z test_output_match_block_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5798740Z test_output_match_block_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5841380Z test_output_match_block_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5884147Z test_output_match_block_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5926574Z test_output_match_bmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.5969328Z test_output_match_bmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6011913Z test_output_match_bmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6055060Z test_output_match_bmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6097847Z test_output_match_bmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6140290Z test_output_match_bool_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6182789Z test_output_match_bool_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6225462Z test_output_match_bool_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6267947Z test_output_match_bool_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6310222Z test_output_match_bool_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6352901Z test_output_match_bool_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6394876Z test_output_match_bool_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6437148Z test_output_match_broadcast_shapes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6479400Z test_output_match_broadcast_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6521799Z test_output_match_broadcast_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6563924Z test_output_match_broadcast_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6606355Z test_output_match_broadcast_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6648567Z test_output_match_broadcast_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6690734Z test_output_match_broadcast_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6733097Z test_output_match_broadcast_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6775325Z test_output_match_broadcast_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6817965Z test_output_match_broadcast_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6860160Z test_output_match_broadcast_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6902737Z test_output_match_broadcast_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6944952Z test_output_match_broadcast_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.6987414Z test_output_match_broadcast_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7029646Z test_output_match_broadcast_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7072241Z test_output_match_bucketize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7114722Z test_output_match_bucketize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7158168Z test_output_match_bucketize_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7201379Z test_output_match_bucketize_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7244571Z test_output_match_bucketize_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7287313Z test_output_match_bucketize_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7330111Z test_output_match_byte_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7372906Z test_output_match_byte_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7415852Z test_output_match_byte_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7458606Z test_output_match_byte_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7502244Z test_output_match_byte_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7547117Z test_output_match_byte_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7592732Z test_output_match_byte_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7637286Z test_output_match_cartesian_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7682053Z test_output_match_cartesian_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7727189Z test_output_match_cartesian_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7771775Z test_output_match_cartesian_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7817001Z test_output_match_cartesian_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7862340Z test_output_match_cartesian_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7906613Z test_output_match_cartesian_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7950265Z test_output_match_cat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.7993628Z test_output_match_cat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8037024Z test_output_match_cat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8080583Z test_output_match_cat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8123773Z test_output_match_cat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8167521Z test_output_match_cat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8210732Z test_output_match_cat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8254162Z test_output_match_cdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8297646Z test_output_match_ceil_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8341386Z test_output_match_ceil_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8385326Z test_output_match_ceil_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8428642Z test_output_match_ceil_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8472196Z test_output_match_ceil_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8515428Z test_output_match_chalf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8558658Z test_output_match_chalf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8601967Z test_output_match_chalf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8645021Z test_output_match_chalf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8688245Z test_output_match_chalf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8731507Z test_output_match_chalf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8775313Z test_output_match_chalf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8820219Z test_output_match_char_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8865006Z test_output_match_char_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8909638Z test_output_match_char_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8953670Z test_output_match_char_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.8998938Z test_output_match_char_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9043974Z test_output_match_char_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9089723Z test_output_match_char_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9135126Z test_output_match_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9181229Z test_output_match_cholesky_inverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:18.9227122Z test_output_match_cholesky_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:18.9273198Z test_output_match_chunk_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:18.9319326Z test_output_match_chunk_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:18.9371508Z test_output_match_chunk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:18.9417075Z test_output_match_chunk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9462230Z test_output_match_chunk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9507696Z test_output_match_chunk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9552584Z test_output_match_chunk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9597455Z test_output_match_clamp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9642731Z test_output_match_clamp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9687514Z test_output_match_clamp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9732599Z test_output_match_clamp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9777756Z test_output_match_clamp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9822709Z test_output_match_clamp_max_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9866876Z test_output_match_clamp_max_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9911400Z test_output_match_clamp_max_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:18.9955606Z test_output_match_clamp_max_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0000048Z test_output_match_clamp_max_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0043969Z test_output_match_clamp_max_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0087761Z test_output_match_clamp_max_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0131366Z test_output_match_clamp_min_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0175019Z test_output_match_clamp_min_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0218884Z test_output_match_clamp_min_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0262816Z test_output_match_clamp_min_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0306429Z test_output_match_clamp_min_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0350393Z test_output_match_clamp_min_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0394195Z test_output_match_clamp_min_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0438956Z test_output_match_clone_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0483329Z test_output_match_clone_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0527436Z test_output_match_clone_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0571734Z test_output_match_clone_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0615825Z test_output_match_clone_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0661068Z test_output_match_clone_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0706143Z test_output_match_clone_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0751768Z test_output_match_column_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0797505Z test_output_match_column_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:19.0842965Z test_output_match_column_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0888521Z test_output_match_column_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0933276Z test_output_match_column_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.0977903Z test_output_match_column_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1022561Z test_output_match_column_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1067288Z test_output_match_combinations_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1110761Z test_output_match_combinations_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1154305Z test_output_match_combinations_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1197077Z test_output_match_combinations_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1240127Z test_output_match_combinations_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1283479Z test_output_match_combinations_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1326950Z test_output_match_combinations_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1370376Z test_output_match_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1413917Z test_output_match_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1457330Z test_output_match_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1501043Z test_output_match_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1544690Z test_output_match_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1588000Z test_output_match_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1631670Z test_output_match_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1674819Z test_output_match_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1717894Z test_output_match_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1760908Z test_output_match_conj_physical_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1804134Z test_output_match_conj_physical_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1847255Z test_output_match_conj_physical_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1890127Z test_output_match_conj_physical_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1933328Z test_output_match_conj_physical_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.1976298Z test_output_match_conj_physical_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2019624Z test_output_match_conj_physical_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2062903Z test_output_match_constant_pad_nd_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2106605Z test_output_match_constant_pad_nd_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2149709Z test_output_match_constant_pad_nd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2192658Z test_output_match_constant_pad_nd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2235469Z test_output_match_constant_pad_nd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2280234Z test_output_match_constant_pad_nd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2324797Z test_output_match_constant_pad_nd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2370173Z test_output_match_contiguous_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2415254Z test_output_match_contiguous_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2460302Z test_output_match_contiguous_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2505084Z test_output_match_contiguous_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2549339Z test_output_match_contiguous_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2592986Z test_output_match_contiguous_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2636924Z test_output_match_contiguous_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2680674Z test_output_match_copysign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2724097Z test_output_match_copysign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2767206Z test_output_match_copysign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2810947Z test_output_match_copysign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2854127Z test_output_match_copysign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2896929Z test_output_match_copysign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2940079Z test_output_match_copysign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.2983571Z test_output_match_corrcoef_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3026076Z test_output_match_corrcoef_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3068858Z test_output_match_corrcoef_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3111775Z test_output_match_corrcoef_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3154708Z test_output_match_corrcoef_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3197929Z test_output_match_cos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3241379Z test_output_match_cos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3283734Z test_output_match_cos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3326922Z test_output_match_cos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3369698Z test_output_match_cos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3412595Z test_output_match_cos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3455181Z test_output_match_cosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3498733Z test_output_match_cosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3541948Z test_output_match_cosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3584834Z test_output_match_cosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3628418Z test_output_match_cosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3672014Z test_output_match_cosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3714788Z test_output_match_count_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3758773Z test_output_match_count_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3806156Z test_output_match_count_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:19.3850969Z test_output_match_count_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3895226Z test_output_match_count_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3939927Z test_output_match_count_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.3984594Z test_output_match_count_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4029402Z test_output_match_cov_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4073428Z test_output_match_cov_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4117344Z test_output_match_cov_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4160846Z test_output_match_cov_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4204311Z test_output_match_cov_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4247654Z test_output_match_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4290851Z test_output_match_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4333669Z test_output_match_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4376823Z test_output_match_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4419947Z test_output_match_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4463029Z test_output_match_cummax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4505882Z test_output_match_cummax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4549389Z test_output_match_cummax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4592543Z test_output_match_cummax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4635877Z test_output_match_cummax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4679804Z test_output_match_cummax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4723427Z test_output_match_cummin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4767142Z test_output_match_cummin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4811178Z test_output_match_cummin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4854808Z test_output_match_cummin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4899648Z test_output_match_cummin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4943205Z test_output_match_cummin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.4986493Z test_output_match_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5029786Z test_output_match_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5073637Z test_output_match_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5117007Z test_output_match_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5160252Z test_output_match_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5204320Z test_output_match_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5248214Z test_output_match_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5291415Z test_output_match_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5334202Z test_output_match_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5376718Z test_output_match_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5419737Z test_output_match_cumulative_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5462734Z test_output_match_cumulative_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5505257Z test_output_match_cumulative_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5547560Z test_output_match_cumulative_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5590051Z test_output_match_cumulative_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5632096Z test_output_match_deg2rad_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5674473Z test_output_match_deg2rad_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5716803Z test_output_match_deg2rad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5759219Z test_output_match_deg2rad_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5801657Z test_output_match_deg2rad_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5844294Z test_output_match_deg2rad_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5886303Z test_output_match_deg2rad_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5928666Z test_output_match_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.5971066Z test_output_match_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6013419Z test_output_match_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6057610Z test_output_match_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6099890Z test_output_match_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6142358Z test_output_match_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6185256Z test_output_match_diag_embed_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6227461Z test_output_match_diag_embed_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6271124Z test_output_match_diag_embed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6314847Z test_output_match_diag_embed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6359297Z test_output_match_diag_embed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6403933Z test_output_match_diag_embed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6448616Z test_output_match_diag_embed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6493441Z test_output_match_diagflat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6537958Z test_output_match_diagflat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6581851Z test_output_match_diagflat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6625816Z test_output_match_diagflat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6669735Z test_output_match_diagflat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6713115Z test_output_match_diagflat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6756566Z test_output_match_diagonal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6800664Z test_output_match_diagonal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6844017Z test_output_match_diagonal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6887319Z test_output_match_diagonal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6930588Z test_output_match_diagonal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.6974432Z test_output_match_diagonal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7017403Z test_output_match_diagonal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7060443Z test_output_match_diagonal_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7103019Z test_output_match_diagonal_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7145392Z test_output_match_diagonal_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7188091Z test_output_match_diagonal_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7230652Z test_output_match_diagonal_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7272830Z test_output_match_diagonal_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7315613Z test_output_match_diagonal_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7357892Z test_output_match_diff_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7400446Z test_output_match_diff_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7442953Z test_output_match_diff_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7485346Z test_output_match_diff_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7527731Z test_output_match_diff_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7569855Z test_output_match_diff_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7612269Z test_output_match_diff_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7654591Z test_output_match_digamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7697289Z test_output_match_digamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7741009Z test_output_match_digamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7785278Z test_output_match_digamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7829091Z test_output_match_digamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7873595Z test_output_match_digamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7918017Z test_output_match_dist_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.7963280Z test_output_match_dist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8007980Z test_output_match_div_floor_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8053027Z test_output_match_div_floor_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8097645Z test_output_match_div_floor_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8142230Z test_output_match_div_floor_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8185803Z test_output_match_div_floor_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8228951Z test_output_match_div_floor_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8271921Z test_output_match_div_no_rounding_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8314242Z test_output_match_div_no_rounding_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8357273Z test_output_match_div_no_rounding_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8400525Z test_output_match_div_no_rounding_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8443048Z test_output_match_div_no_rounding_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8486356Z test_output_match_div_no_rounding_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8529169Z test_output_match_div_no_rounding_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8572899Z test_output_match_div_trunc_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8616683Z test_output_match_div_trunc_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8660868Z test_output_match_div_trunc_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8704885Z test_output_match_div_trunc_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8748587Z test_output_match_div_trunc_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8791485Z test_output_match_div_trunc_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8834307Z test_output_match_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8877301Z test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8920334Z test_output_match_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.8963248Z test_output_match_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9006070Z test_output_match_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9048617Z test_output_match_double_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9091083Z test_output_match_double_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9133526Z test_output_match_double_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9176494Z test_output_match_double_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9219069Z test_output_match_double_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9261993Z test_output_match_double_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9304671Z test_output_match_double_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9346865Z test_output_match_dsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9389187Z test_output_match_dsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9431528Z test_output_match_dsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9474061Z test_output_match_dsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9517640Z test_output_match_dsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9561665Z test_output_match_dsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9606293Z test_output_match_dsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9650741Z test_output_match_dstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9695192Z test_output_match_dstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9739879Z test_output_match_dstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9783960Z test_output_match_dstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9827499Z test_output_match_dstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9870527Z test_output_match_dstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9913954Z test_output_match_dstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:19.9957236Z test_output_match_einsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0000407Z test_output_match_einsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0043395Z test_output_match_einsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0086195Z test_output_match_einsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0128990Z test_output_match_einsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0171828Z test_output_match_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0214467Z test_output_match_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0256824Z test_output_match_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0299884Z test_output_match_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0342635Z test_output_match_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0385495Z test_output_match_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0428153Z test_output_match_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0471245Z test_output_match_empty_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0513558Z test_output_match_empty_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0556296Z test_output_match_empty_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0598753Z test_output_match_empty_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0641332Z test_output_match_empty_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0683954Z test_output_match_empty_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0726625Z test_output_match_empty_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0770547Z test_output_match_eq_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0813687Z test_output_match_eq_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0856018Z test_output_match_eq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0898558Z test_output_match_eq_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0941016Z test_output_match_eq_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.0983239Z test_output_match_eq_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1025357Z test_output_match_eq_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1068815Z test_output_match_equal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1111207Z test_output_match_equal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1153558Z test_output_match_equal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1195704Z test_output_match_equal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1237821Z test_output_match_equal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1279973Z test_output_match_equal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1322149Z test_output_match_equal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1364312Z test_output_match_erf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1406472Z test_output_match_erf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1448963Z test_output_match_erf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1491130Z test_output_match_erf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1533184Z test_output_match_erf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1575434Z test_output_match_erf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1617869Z test_output_match_erfc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1660051Z test_output_match_erfc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1702563Z test_output_match_erfc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1745049Z test_output_match_erfc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1787030Z test_output_match_erfc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1829195Z test_output_match_erfc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1871527Z test_output_match_erfinv_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1913727Z test_output_match_erfinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1956024Z test_output_match_erfinv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.1998401Z test_output_match_erfinv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2040754Z test_output_match_erfinv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2082677Z test_output_match_erfinv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2125474Z test_output_match_exp2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2168092Z test_output_match_exp2_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2210122Z test_output_match_exp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2252379Z test_output_match_exp2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2294932Z test_output_match_exp2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2336848Z test_output_match_exp2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2379305Z test_output_match_exp2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2421503Z test_output_match_exp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2463696Z test_output_match_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2506363Z test_output_match_exp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2548691Z test_output_match_exp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2591364Z test_output_match_exp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2633071Z test_output_match_exp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2675145Z test_output_match_expand_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2717250Z test_output_match_expand_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2759647Z test_output_match_expand_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2801823Z test_output_match_expand_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2844320Z test_output_match_expand_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2886532Z test_output_match_expand_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2928710Z test_output_match_expand_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.2971654Z test_output_match_expand_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3013856Z test_output_match_expand_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3056383Z test_output_match_expand_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3098451Z test_output_match_expand_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3141013Z test_output_match_expand_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3183360Z test_output_match_expand_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3225756Z test_output_match_expand_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3267998Z test_output_match_expm1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3310666Z test_output_match_expm1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3352984Z test_output_match_expm1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3398403Z test_output_match_expm1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:20.3440879Z test_output_match_expm1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3483294Z test_output_match_expm1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3525603Z test_output_match_eye_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3567818Z test_output_match_eye_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3610260Z test_output_match_eye_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3653186Z test_output_match_eye_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3695525Z test_output_match_eye_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3738099Z test_output_match_eye_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3780399Z test_output_match_eye_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3822738Z test_output_match_fft_fft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3865195Z test_output_match_fft_fft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3907823Z test_output_match_fft_fft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3950203Z test_output_match_fft_fft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.3992803Z test_output_match_fft_fft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4035225Z test_output_match_fft_fft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4077665Z test_output_match_fft_fft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4120233Z test_output_match_fft_fft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4162337Z test_output_match_fft_fft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4204647Z test_output_match_fft_fft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4247148Z test_output_match_fft_fft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4289646Z test_output_match_fft_fft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4333300Z test_output_match_fft_fftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4375476Z test_output_match_fft_fftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4418395Z test_output_match_fft_fftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4460514Z test_output_match_fft_fftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4503156Z test_output_match_fft_fftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4545523Z test_output_match_fft_fftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4587647Z test_output_match_fft_fftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4629726Z test_output_match_fft_fftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4672022Z test_output_match_fft_fftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4714215Z test_output_match_fft_fftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4756620Z test_output_match_fft_fftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4799316Z test_output_match_fft_fftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4841423Z test_output_match_fft_fftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4883855Z test_output_match_fft_hfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4926087Z test_output_match_fft_hfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.4968846Z test_output_match_fft_hfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5011223Z test_output_match_fft_hfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5053605Z test_output_match_fft_hfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5095954Z test_output_match_fft_hfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5138411Z test_output_match_fft_hfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5181074Z test_output_match_fft_hfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5223617Z test_output_match_fft_hfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5265861Z test_output_match_fft_hfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5308799Z test_output_match_fft_hfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5351717Z test_output_match_fft_hfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5394680Z test_output_match_fft_hfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5437552Z test_output_match_fft_hfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5480614Z test_output_match_fft_hfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5523413Z test_output_match_fft_hfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5566081Z test_output_match_fft_hfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5608128Z test_output_match_fft_hfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5650903Z test_output_match_fft_ifft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5693609Z test_output_match_fft_ifft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5736464Z test_output_match_fft_ifft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5779190Z test_output_match_fft_ifft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5822089Z test_output_match_fft_ifft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5865335Z test_output_match_fft_ifft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5909488Z test_output_match_fft_ifft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5952802Z test_output_match_fft_ifft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.5996071Z test_output_match_fft_ifft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6039167Z test_output_match_fft_ifft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6082580Z test_output_match_fft_ifft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6125261Z test_output_match_fft_ifft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6167817Z test_output_match_fft_ifftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6210604Z test_output_match_fft_ifftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6253102Z test_output_match_fft_ifftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6295954Z test_output_match_fft_ifftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6338558Z test_output_match_fft_ifftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6380915Z test_output_match_fft_ifftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6423335Z test_output_match_fft_ifftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6465831Z test_output_match_fft_ifftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6508038Z test_output_match_fft_ifftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6550417Z test_output_match_fft_ifftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6593400Z test_output_match_fft_ifftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6635876Z test_output_match_fft_ifftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6678284Z test_output_match_fft_ifftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6720613Z test_output_match_fft_ihfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6763144Z test_output_match_fft_ihfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6805697Z test_output_match_fft_ihfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6847817Z test_output_match_fft_ihfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6890044Z test_output_match_fft_ihfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6932449Z test_output_match_fft_ihfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.6974976Z test_output_match_fft_ihfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7017703Z test_output_match_fft_ihfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7060185Z test_output_match_fft_ihfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7102619Z test_output_match_fft_ihfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7145014Z test_output_match_fft_ihfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7187283Z test_output_match_fft_ihfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7229430Z test_output_match_fft_ihfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7272098Z test_output_match_fft_ihfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7314986Z test_output_match_fft_ihfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7357473Z test_output_match_fft_ihfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7400228Z test_output_match_fft_ihfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7442738Z test_output_match_fft_ihfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7485081Z test_output_match_fft_irfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7527544Z test_output_match_fft_irfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7570162Z test_output_match_fft_irfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7612565Z test_output_match_fft_irfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7654951Z test_output_match_fft_irfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7697711Z test_output_match_fft_irfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7740134Z test_output_match_fft_irfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7782675Z test_output_match_fft_irfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7824828Z test_output_match_fft_irfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7867007Z test_output_match_fft_irfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7909263Z test_output_match_fft_irfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7951898Z test_output_match_fft_irfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.7994903Z test_output_match_fft_irfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8037525Z test_output_match_fft_irfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8080275Z test_output_match_fft_irfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8122701Z test_output_match_fft_irfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8165069Z test_output_match_fft_irfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8207874Z test_output_match_fft_irfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8250613Z test_output_match_fft_rfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8295255Z test_output_match_fft_rfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8339783Z test_output_match_fft_rfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8384965Z test_output_match_fft_rfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8430055Z test_output_match_fft_rfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8474456Z test_output_match_fft_rfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8519568Z test_output_match_fft_rfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8564341Z test_output_match_fft_rfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8608916Z test_output_match_fft_rfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8654094Z test_output_match_fft_rfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8699322Z test_output_match_fft_rfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8743946Z test_output_match_fft_rfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8788920Z test_output_match_fft_rfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8833763Z test_output_match_fft_rfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8878422Z test_output_match_fft_rfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8922806Z test_output_match_fft_rfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.8967339Z test_output_match_fft_rfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9012481Z test_output_match_fft_rfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9056898Z test_output_match_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9101518Z test_output_match_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9145597Z test_output_match_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9190052Z test_output_match_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9233957Z test_output_match_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9278106Z test_output_match_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9321879Z test_output_match_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9365866Z test_output_match_flatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9409310Z test_output_match_flatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9452998Z test_output_match_flatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9496424Z test_output_match_flatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9540462Z test_output_match_flatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9584587Z test_output_match_flatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9628628Z test_output_match_flatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9673209Z test_output_match_flip_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9717324Z test_output_match_flip_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9761617Z test_output_match_flip_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9806932Z test_output_match_flip_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9852508Z test_output_match_flip_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9897666Z test_output_match_flip_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9943275Z test_output_match_flip_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:20.9988429Z test_output_match_fliplr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0033994Z test_output_match_fliplr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0079447Z test_output_match_fliplr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0124451Z test_output_match_fliplr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0169081Z test_output_match_fliplr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0213650Z test_output_match_fliplr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0258059Z test_output_match_fliplr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0302454Z test_output_match_flipud_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0346745Z test_output_match_flipud_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0390937Z test_output_match_flipud_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0435180Z test_output_match_flipud_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0478963Z test_output_match_flipud_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0522858Z test_output_match_flipud_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0566614Z test_output_match_flipud_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0610393Z test_output_match_float_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0653980Z test_output_match_float_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0698099Z test_output_match_float_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0741567Z test_output_match_float_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0785433Z test_output_match_float_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0829609Z test_output_match_float_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0873646Z test_output_match_float_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0917341Z test_output_match_float_power_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.0961105Z test_output_match_float_power_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1005077Z test_output_match_float_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1049482Z test_output_match_float_power_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1093727Z test_output_match_float_power_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1137634Z test_output_match_float_power_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1181010Z test_output_match_float_power_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1225023Z test_output_match_floor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1268499Z test_output_match_floor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1312425Z test_output_match_floor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1355879Z test_output_match_floor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1401011Z test_output_match_floor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1445778Z test_output_match_floor_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1491027Z test_output_match_floor_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1536467Z test_output_match_floor_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1582187Z test_output_match_floor_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.1627712Z test_output_match_floor_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1673287Z test_output_match_floor_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1718171Z test_output_match_fmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1763548Z test_output_match_fmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1808675Z test_output_match_fmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1853860Z test_output_match_fmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1899255Z test_output_match_fmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1944667Z test_output_match_fmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.1989572Z test_output_match_fmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2034757Z test_output_match_fmin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2079436Z test_output_match_fmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2124574Z test_output_match_fmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2169789Z test_output_match_fmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2215244Z test_output_match_fmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2260300Z test_output_match_fmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2305322Z test_output_match_fmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2350061Z test_output_match_fmod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2394936Z test_output_match_fmod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2439393Z test_output_match_fmod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2484610Z test_output_match_fmod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2529150Z test_output_match_fmod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2574151Z test_output_match_fmod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2619365Z test_output_match_frac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2664463Z test_output_match_frac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2709493Z test_output_match_frexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2755031Z test_output_match_frexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.2800497Z test_output_match_full_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2845526Z test_output_match_full_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2891726Z test_output_match_full_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.2936952Z test_output_match_full_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.2982916Z test_output_match_full_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3028994Z test_output_match_full_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.3074104Z test_output_match_full_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3120120Z test_output_match_gather_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.3166347Z test_output_match_gather_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.3212139Z test_output_match_gather_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3256653Z test_output_match_gather_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3301388Z test_output_match_gather_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3345468Z test_output_match_gather_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3390123Z test_output_match_gather_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3433852Z test_output_match_gcd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3477891Z test_output_match_gcd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3521830Z test_output_match_gcd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3565756Z test_output_match_gcd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3609721Z test_output_match_ge_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3653820Z test_output_match_ge_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3697697Z test_output_match_ge_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3741763Z test_output_match_ge_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3785652Z test_output_match_ge_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3829453Z test_output_match_ge_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3873820Z test_output_match_ge_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3917605Z test_output_match_geqrf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.3961004Z test_output_match_gradient_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4004465Z test_output_match_gradient_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4048138Z test_output_match_gradient_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4091526Z test_output_match_gradient_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4135021Z test_output_match_gradient_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4178625Z test_output_match_gt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4222012Z test_output_match_gt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4265904Z test_output_match_gt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4309042Z test_output_match_gt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4352063Z test_output_match_gt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4395434Z test_output_match_gt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4438488Z test_output_match_gt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4481935Z test_output_match_half_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4526354Z test_output_match_half_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4572019Z test_output_match_half_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.4618356Z test_output_match_half_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.4663927Z test_output_match_half_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.4710029Z test_output_match_half_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.4756310Z test_output_match_half_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.4802291Z test_output_match_heaviside_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.4848253Z test_output_match_heaviside_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.4894780Z test_output_match_heaviside_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.4940802Z test_output_match_heaviside_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.4985998Z test_output_match_heaviside_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5031119Z test_output_match_heaviside_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5076528Z test_output_match_heaviside_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5121568Z test_output_match_histc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5166599Z test_output_match_histogram_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5211509Z test_output_match_histogramdd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5256619Z test_output_match_hsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5302048Z test_output_match_hsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5347017Z test_output_match_hsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5392002Z test_output_match_hsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5440597Z test_output_match_hsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.5485605Z test_output_match_hsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5530952Z test_output_match_hsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5576186Z test_output_match_hstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5621208Z test_output_match_hstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5666438Z test_output_match_hstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5710940Z test_output_match_hstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5755770Z test_output_match_hstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5800263Z test_output_match_hstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5845313Z test_output_match_hstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5891101Z test_output_match_hypot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.5935928Z test_output_match_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.5980708Z test_output_match_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6026583Z test_output_match_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6075497Z test_output_match_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6123014Z test_output_match_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6170037Z test_output_match_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6216831Z test_output_match_igamma_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6264262Z test_output_match_igamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6310566Z test_output_match_igammac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6356762Z test_output_match_igammac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6402563Z test_output_match_index_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6448235Z test_output_match_index_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6493834Z test_output_match_index_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6539359Z test_output_match_index_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6584737Z test_output_match_index_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6630354Z test_output_match_index_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.6675401Z test_output_match_index_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6720327Z test_output_match_index_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6765189Z test_output_match_index_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6809915Z test_output_match_index_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6854335Z test_output_match_index_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6898892Z test_output_match_index_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6943305Z test_output_match_index_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.6989315Z test_output_match_index_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.7033805Z test_output_match_index_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7078838Z test_output_match_index_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7123296Z test_output_match_index_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7167604Z test_output_match_index_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7211718Z test_output_match_index_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7255967Z test_output_match_index_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7300055Z test_output_match_index_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7344194Z test_output_match_index_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7388298Z test_output_match_index_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7432459Z test_output_match_index_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7477131Z test_output_match_index_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7521550Z test_output_match_index_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7565531Z test_output_match_index_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7610140Z test_output_match_index_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7655979Z test_output_match_index_reduce_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.7702128Z test_output_match_index_reduce_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.7748061Z test_output_match_index_reduce_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.7794298Z test_output_match_index_reduce_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.7840363Z test_output_match_index_reduce_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.7886614Z test_output_match_index_reduce_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.7931830Z test_output_match_index_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.7977325Z test_output_match_index_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8022972Z test_output_match_index_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8067263Z test_output_match_index_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8111796Z test_output_match_index_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8157004Z test_output_match_index_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8201082Z test_output_match_index_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8245307Z test_output_match_inner_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8290291Z test_output_match_inner_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8334682Z test_output_match_inner_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8379160Z test_output_match_inner_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8423542Z test_output_match_inner_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8467648Z test_output_match_int_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8511542Z test_output_match_int_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8555455Z test_output_match_int_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8599548Z test_output_match_int_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8643673Z test_output_match_int_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8687952Z test_output_match_int_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8732160Z test_output_match_int_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8776576Z test_output_match_isclose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8820785Z test_output_match_isclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8864927Z test_output_match_isclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8909300Z test_output_match_isclose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8954173Z test_output_match_isclose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.8998537Z test_output_match_isclose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9044022Z test_output_match_isclose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9089612Z test_output_match_isfinite_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.9134124Z test_output_match_isfinite_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9178035Z test_output_match_isfinite_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9221503Z test_output_match_isfinite_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9266586Z test_output_match_isfinite_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9312071Z test_output_match_isfinite_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9358268Z test_output_match_isfinite_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.9404622Z test_output_match_isin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.9450910Z test_output_match_isin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:21.9495729Z test_output_match_isin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9540760Z test_output_match_isin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9584886Z test_output_match_isin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9628348Z test_output_match_isinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9672306Z test_output_match_isinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9715719Z test_output_match_isinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9759065Z test_output_match_isinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9802651Z test_output_match_isinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9846143Z test_output_match_isinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9889201Z test_output_match_isinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9932439Z test_output_match_isnan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:21.9975893Z test_output_match_isnan_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0019609Z test_output_match_isnan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0062404Z test_output_match_isnan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0106036Z test_output_match_isnan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0149031Z test_output_match_isnan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0192417Z test_output_match_isnan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0235667Z test_output_match_isneginf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0279504Z test_output_match_isneginf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0322851Z test_output_match_isneginf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0365958Z test_output_match_isneginf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0409166Z test_output_match_isneginf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0452612Z test_output_match_isneginf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0496086Z test_output_match_isneginf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0539569Z test_output_match_isposinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0582608Z test_output_match_isposinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0626787Z test_output_match_isposinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0670238Z test_output_match_isposinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0713449Z test_output_match_isposinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0756050Z test_output_match_isposinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0799129Z test_output_match_isposinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0841719Z test_output_match_isreal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0884364Z test_output_match_isreal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0927162Z test_output_match_isreal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.0969779Z test_output_match_isreal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.1012692Z test_output_match_isreal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.1055973Z test_output_match_isreal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.1098869Z test_output_match_isreal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.1141653Z test_output_match_istft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.1183473Z test_output_match_jiterator_2inputs_2outputs_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1225456Z test_output_match_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1267041Z test_output_match_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1308821Z test_output_match_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1350673Z test_output_match_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1392232Z test_output_match_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1433999Z test_output_match_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1475862Z test_output_match_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1517529Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1559103Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1600965Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1642559Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1684633Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1726648Z test_output_match_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1768293Z test_output_match_jiterator_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1809726Z test_output_match_jiterator_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1851680Z test_output_match_jiterator_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1893290Z test_output_match_jiterator_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1935033Z test_output_match_jiterator_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.1976739Z test_output_match_jiterator_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2018529Z test_output_match_jiterator_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2060395Z test_output_match_jiterator_binary_return_by_ref_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2101892Z test_output_match_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2143608Z test_output_match_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2185359Z test_output_match_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2227151Z test_output_match_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2268798Z test_output_match_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2310677Z test_output_match_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2352188Z test_output_match_jiterator_unary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2393731Z test_output_match_jiterator_unary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2435738Z test_output_match_jiterator_unary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2478054Z test_output_match_jiterator_unary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2519598Z test_output_match_jiterator_unary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2561244Z test_output_match_jiterator_unary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2602911Z test_output_match_jiterator_unary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:22.2645545Z test_output_match_kron_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.2688678Z test_output_match_kron_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.2732287Z test_output_match_kron_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.2775382Z test_output_match_kron_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.2819253Z test_output_match_kron_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.2862366Z test_output_match_kron_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.2905020Z test_output_match_kron_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.2947902Z test_output_match_kthvalue_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.2991040Z test_output_match_kthvalue_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3034053Z test_output_match_kthvalue_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3077057Z test_output_match_kthvalue_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3120169Z test_output_match_kthvalue_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3163061Z test_output_match_lcm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3205695Z test_output_match_lcm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3248250Z test_output_match_lcm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3291485Z test_output_match_lcm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3334010Z test_output_match_ldexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3376814Z test_output_match_ldexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3419808Z test_output_match_ldexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3462172Z test_output_match_ldexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3504901Z test_output_match_ldexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3547876Z test_output_match_ldexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3590588Z test_output_match_ldexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3633396Z test_output_match_le_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3676044Z test_output_match_le_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3719181Z test_output_match_le_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3762168Z test_output_match_le_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3804555Z test_output_match_le_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3847119Z test_output_match_le_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3889835Z test_output_match_le_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3932061Z test_output_match_lerp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.3974241Z test_output_match_lgamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4016567Z test_output_match_lgamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4058847Z test_output_match_lgamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4101284Z test_output_match_lgamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4143566Z test_output_match_lgamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4185988Z test_output_match_lgamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4228594Z test_output_match_linalg_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4270929Z test_output_match_linalg_cholesky_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4313841Z test_output_match_linalg_cond_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4356623Z test_output_match_linalg_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4398780Z test_output_match_linalg_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4441232Z test_output_match_linalg_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4483693Z test_output_match_linalg_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4526585Z test_output_match_linalg_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4569233Z test_output_match_linalg_det_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4611734Z test_output_match_linalg_det_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4654760Z test_output_match_linalg_eig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4697980Z test_output_match_linalg_eigh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4740728Z test_output_match_linalg_eigvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4783331Z test_output_match_linalg_eigvalsh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4825892Z test_output_match_linalg_householder_product_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4868683Z test_output_match_linalg_inv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4911224Z test_output_match_linalg_inv_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4953757Z test_output_match_linalg_ldl_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.4997010Z test_output_match_linalg_ldl_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5040335Z test_output_match_linalg_ldl_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5082618Z test_output_match_linalg_lstsq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5125495Z test_output_match_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5167961Z test_output_match_linalg_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5210743Z test_output_match_linalg_lu_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5253076Z test_output_match_linalg_lu_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5295566Z test_output_match_linalg_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5338287Z test_output_match_linalg_matrix_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5380925Z test_output_match_linalg_matrix_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5423345Z test_output_match_linalg_matrix_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5465769Z test_output_match_linalg_matrix_rank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5507993Z test_output_match_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5550673Z test_output_match_linalg_multi_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5592735Z test_output_match_linalg_multi_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5635113Z test_output_match_linalg_multi_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5677360Z test_output_match_linalg_multi_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5720229Z test_output_match_linalg_multi_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5763187Z test_output_match_linalg_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5806587Z test_output_match_linalg_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5849644Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5892704Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5935383Z test_output_match_linalg_pinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.5979074Z test_output_match_linalg_pinv_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6020831Z test_output_match_linalg_pinv_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:00:22.6064124Z test_output_match_linalg_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6106335Z test_output_match_linalg_slogdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6149517Z test_output_match_linalg_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6191651Z test_output_match_linalg_solve_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6234077Z test_output_match_linalg_solve_triangular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6276721Z test_output_match_linalg_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6319697Z test_output_match_linalg_svdvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6362188Z test_output_match_linalg_tensorinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6404601Z test_output_match_linalg_tensorsolve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6446901Z test_output_match_linalg_vander_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6489199Z test_output_match_linalg_vander_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6531406Z test_output_match_linalg_vander_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6573832Z test_output_match_linalg_vander_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6616112Z test_output_match_linalg_vander_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6659246Z test_output_match_linalg_vecdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6701153Z test_output_match_linalg_vector_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6743637Z test_output_match_linalg_vector_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6785872Z test_output_match_linspace_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6828320Z test_output_match_linspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6870858Z test_output_match_linspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6913453Z test_output_match_linspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6956216Z test_output_match_linspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.6998802Z test_output_match_linspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7041097Z test_output_match_log10_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7083081Z test_output_match_log10_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7125258Z test_output_match_log10_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7167667Z test_output_match_log10_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7210082Z test_output_match_log10_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7252133Z test_output_match_log10_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7294377Z test_output_match_log1p_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7336830Z test_output_match_log1p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7379188Z test_output_match_log1p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7421405Z test_output_match_log1p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7463326Z test_output_match_log1p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7506409Z test_output_match_log1p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7549224Z test_output_match_log2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7592514Z test_output_match_log2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7634880Z test_output_match_log2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7677976Z test_output_match_log2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7720411Z test_output_match_log2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7762866Z test_output_match_log2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7805506Z test_output_match_log_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7848444Z test_output_match_log_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7891052Z test_output_match_log_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7933478Z test_output_match_log_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.7977320Z test_output_match_log_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8022809Z test_output_match_log_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8067598Z test_output_match_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8112983Z test_output_match_log_softmax_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8158155Z test_output_match_log_softmax_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8203051Z test_output_match_log_softmax_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8248487Z test_output_match_log_softmax_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8293511Z test_output_match_log_softmax_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8338040Z test_output_match_log_softmax_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8382413Z test_output_match_log_softmax_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8426943Z test_output_match_logaddexp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8471265Z test_output_match_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8515849Z test_output_match_logcumsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8560464Z test_output_match_logdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8604873Z test_output_match_logical_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8649479Z test_output_match_logical_and_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8693945Z test_output_match_logical_and_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8738218Z test_output_match_logical_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8782464Z test_output_match_logical_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8827608Z test_output_match_logical_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8872481Z test_output_match_logical_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8917281Z test_output_match_logical_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.8962317Z test_output_match_logical_not_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9007230Z test_output_match_logical_not_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9052221Z test_output_match_logical_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9096335Z test_output_match_logical_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9140736Z test_output_match_logical_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9184756Z test_output_match_logical_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9229892Z test_output_match_logical_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9274851Z test_output_match_logical_or_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9319638Z test_output_match_logical_or_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9363882Z test_output_match_logical_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9407879Z test_output_match_logical_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9453487Z test_output_match_logical_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9498320Z test_output_match_logical_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9542448Z test_output_match_logical_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9585936Z test_output_match_logical_xor_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9629552Z test_output_match_logical_xor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:22.9675861Z test_output_match_logical_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:22.9721987Z test_output_match_logical_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:22.9768269Z test_output_match_logical_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:22.9814877Z test_output_match_logical_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:22.9861216Z test_output_match_logit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:22.9908306Z test_output_match_logit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:22.9954445Z test_output_match_logit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.0000222Z test_output_match_logit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.0045384Z test_output_match_logit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0090654Z test_output_match_logit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0135391Z test_output_match_logspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0180048Z test_output_match_logspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0225095Z test_output_match_logspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0269261Z test_output_match_logspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0313751Z test_output_match_logspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0357969Z test_output_match_logsumexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0402326Z test_output_match_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0446651Z test_output_match_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0490939Z test_output_match_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0535371Z test_output_match_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0579414Z test_output_match_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0623514Z test_output_match_long_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0667335Z test_output_match_long_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0710871Z test_output_match_long_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0754695Z test_output_match_long_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0798330Z test_output_match_long_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0842338Z test_output_match_long_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0886313Z test_output_match_long_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0930020Z test_output_match_lt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.0974000Z test_output_match_lt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1018680Z test_output_match_lt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1064248Z test_output_match_lt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1110164Z test_output_match_lt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.1156556Z test_output_match_lt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.1202283Z test_output_match_lt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.1248649Z test_output_match_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.1294876Z test_output_match_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.1341173Z test_output_match_lu_unpack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.1385539Z test_output_match_mH_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1429518Z test_output_match_mH_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1473074Z test_output_match_mH_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1516891Z test_output_match_mH_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1560014Z test_output_match_mH_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1602983Z test_output_match_mH_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1646034Z test_output_match_mH_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1689145Z test_output_match_mT_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1732221Z test_output_match_mT_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1775420Z test_output_match_mT_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1818754Z test_output_match_mT_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1862041Z test_output_match_mT_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1905101Z test_output_match_mT_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1948030Z test_output_match_mT_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.1991118Z test_output_match_masked_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2034125Z test_output_match_masked_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2077388Z test_output_match_masked_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2120357Z test_output_match_masked_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2163811Z test_output_match_masked_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2206989Z test_output_match_masked_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2250112Z test_output_match_masked_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2292630Z test_output_match_masked_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2335244Z test_output_match_masked_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2376924Z test_output_match_masked_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2419355Z test_output_match_masked_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2461617Z test_output_match_masked_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2503875Z test_output_match_masked_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2546298Z test_output_match_masked_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2588974Z test_output_match_masked_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2631579Z test_output_match_masked_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2673633Z test_output_match_masked_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2715940Z test_output_match_masked_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2759258Z test_output_match_masked_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2803352Z test_output_match_masked_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2847826Z test_output_match_masked_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2892690Z test_output_match_matmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2938350Z test_output_match_matmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.2982605Z test_output_match_matmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3026360Z test_output_match_matmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3070115Z test_output_match_matmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3113671Z test_output_match_matrix_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3157171Z test_output_match_max_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3200378Z test_output_match_max_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3243565Z test_output_match_max_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3286840Z test_output_match_max_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3330035Z test_output_match_max_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3376213Z test_output_match_max_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.3420165Z test_output_match_max_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3463964Z test_output_match_max_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3508229Z test_output_match_max_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3553556Z test_output_match_max_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3598870Z test_output_match_max_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3645564Z test_output_match_max_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.3690158Z test_output_match_max_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3734986Z test_output_match_max_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3779942Z test_output_match_max_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3824999Z test_output_match_max_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3871124Z test_output_match_max_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.3916371Z test_output_match_max_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.3961552Z test_output_match_max_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4006697Z test_output_match_max_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4051870Z test_output_match_max_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4097606Z test_output_match_maximum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4142920Z test_output_match_maximum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4188268Z test_output_match_maximum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4233248Z test_output_match_maximum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4278926Z test_output_match_maximum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4324202Z test_output_match_maximum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4369607Z test_output_match_maximum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4415288Z test_output_match_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4460508Z test_output_match_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4506229Z test_output_match_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4551111Z test_output_match_median_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4595897Z test_output_match_median_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4640374Z test_output_match_median_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4685196Z test_output_match_median_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4729949Z test_output_match_meshgrid_list_of_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4775272Z test_output_match_meshgrid_list_of_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4820232Z test_output_match_meshgrid_list_of_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4864395Z test_output_match_meshgrid_list_of_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4908813Z test_output_match_meshgrid_list_of_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4953036Z test_output_match_meshgrid_list_of_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.4997307Z test_output_match_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5041651Z test_output_match_meshgrid_variadic_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5086474Z test_output_match_meshgrid_variadic_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5130988Z test_output_match_meshgrid_variadic_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5175032Z test_output_match_meshgrid_variadic_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5218984Z test_output_match_meshgrid_variadic_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5262752Z test_output_match_meshgrid_variadic_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5305557Z test_output_match_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5348503Z test_output_match_min_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5391547Z test_output_match_min_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5434727Z test_output_match_min_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5477700Z test_output_match_min_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5520879Z test_output_match_min_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5563632Z test_output_match_min_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5606171Z test_output_match_min_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5648643Z test_output_match_min_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5691067Z test_output_match_min_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5734155Z test_output_match_min_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5778626Z test_output_match_min_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5823665Z test_output_match_min_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5868949Z test_output_match_min_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5914012Z test_output_match_min_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.5959146Z test_output_match_min_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6004951Z test_output_match_min_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6050116Z test_output_match_min_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6093592Z test_output_match_min_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6136676Z test_output_match_min_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6180022Z test_output_match_min_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6222980Z test_output_match_min_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6265740Z test_output_match_minimum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6308490Z test_output_match_minimum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6351249Z test_output_match_minimum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6393903Z test_output_match_minimum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6436691Z test_output_match_minimum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6479569Z test_output_match_minimum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6522857Z test_output_match_minimum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6565852Z test_output_match_mm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6609035Z test_output_match_mm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6652144Z test_output_match_mm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6694945Z test_output_match_mm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6738147Z test_output_match_mm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6781068Z test_output_match_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6823465Z test_output_match_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6866110Z test_output_match_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6908643Z test_output_match_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6951459Z test_output_match_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.6994088Z test_output_match_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7037173Z test_output_match_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7080540Z test_output_match_movedim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7122796Z test_output_match_movedim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7165569Z test_output_match_movedim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7208284Z test_output_match_movedim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7251757Z test_output_match_movedim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7296918Z test_output_match_movedim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7342113Z test_output_match_movedim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7387464Z test_output_match_msort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7433628Z test_output_match_msort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7478995Z test_output_match_msort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7523833Z test_output_match_msort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7568659Z test_output_match_msort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7612950Z test_output_match_msort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7656999Z test_output_match_msort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7700655Z test_output_match_mul_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7744378Z test_output_match_mul_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7787788Z test_output_match_mul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7831226Z test_output_match_mul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7875093Z test_output_match_mul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7918263Z test_output_match_mul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.7963178Z test_output_match_mul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8007242Z test_output_match_multinomial_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8050122Z test_output_match_mv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8093475Z test_output_match_mv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8136239Z test_output_match_mv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8179341Z test_output_match_mv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8222340Z test_output_match_mv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8266248Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8310078Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8354107Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8398059Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8443198Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8487920Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8532965Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8577959Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8622912Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8667263Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8713258Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.8758524Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8803762Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8848225Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8892706Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8936851Z test_output_match_nan_to_num_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.8980698Z test_output_match_nan_to_num_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9026281Z test_output_match_nan_to_num_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9072281Z test_output_match_nan_to_num_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.9118463Z test_output_match_nan_to_num_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.9164189Z test_output_match_nan_to_num_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.9210535Z test_output_match_nan_to_num_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.9257285Z test_output_match_nanmean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.9302898Z test_output_match_nanmean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:23.9348135Z test_output_match_nanmedian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9393479Z test_output_match_nanmedian_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9438904Z test_output_match_nanmedian_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9483717Z test_output_match_nanmedian_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9528300Z test_output_match_nanmedian_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9571962Z test_output_match_nanquantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9615937Z test_output_match_nansum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9659496Z test_output_match_nansum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9703389Z test_output_match_nansum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9747095Z test_output_match_nansum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9790572Z test_output_match_nansum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9834008Z test_output_match_nansum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9877406Z test_output_match_nansum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9920533Z test_output_match_narrow_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:23.9964332Z test_output_match_narrow_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0007877Z test_output_match_narrow_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0051364Z test_output_match_narrow_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0094665Z test_output_match_narrow_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0138143Z test_output_match_narrow_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0181741Z test_output_match_narrow_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0225896Z test_output_match_narrow_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0268990Z test_output_match_narrow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0312044Z test_output_match_narrow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0354474Z test_output_match_narrow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0396861Z test_output_match_narrow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0438942Z test_output_match_narrow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0481678Z test_output_match_narrow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0524375Z test_output_match_native_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0566759Z test_output_match_ne_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0609537Z test_output_match_ne_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0652772Z test_output_match_ne_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0695400Z test_output_match_ne_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0738301Z test_output_match_ne_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0780562Z test_output_match_ne_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0823022Z test_output_match_ne_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0865381Z test_output_match_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0907794Z test_output_match_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0950427Z test_output_match_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.0993252Z test_output_match_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1035999Z test_output_match_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1078505Z test_output_match_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1121218Z test_output_match_new_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1164019Z test_output_match_new_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1206864Z test_output_match_new_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1249873Z test_output_match_new_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1292886Z test_output_match_new_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1335972Z test_output_match_new_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1379071Z test_output_match_new_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1421978Z test_output_match_new_empty_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1464279Z test_output_match_new_empty_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1507373Z test_output_match_new_empty_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1549715Z test_output_match_new_empty_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1592689Z test_output_match_new_empty_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1635280Z test_output_match_new_empty_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1677837Z test_output_match_new_empty_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1720541Z test_output_match_new_full_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1763135Z test_output_match_new_full_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1805557Z test_output_match_new_full_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1848122Z test_output_match_new_full_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1890497Z test_output_match_new_full_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1933090Z test_output_match_new_full_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.1975924Z test_output_match_new_full_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2019132Z test_output_match_new_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2061939Z test_output_match_new_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2104599Z test_output_match_new_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2146990Z test_output_match_new_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2189739Z test_output_match_new_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2232283Z test_output_match_new_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2274881Z test_output_match_new_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2317465Z test_output_match_new_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2360192Z test_output_match_new_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2402566Z test_output_match_new_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2445231Z test_output_match_new_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2487846Z test_output_match_new_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2530728Z test_output_match_new_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2573764Z test_output_match_new_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2616766Z test_output_match_nextafter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2659861Z test_output_match_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2702621Z test_output_match_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2745947Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2788946Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2832630Z test_output_match_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2875430Z test_output_match_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2918114Z test_output_match_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.2961113Z test_output_match_nn_functional_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3003963Z test_output_match_nn_functional_avg_pool1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3046283Z test_output_match_nn_functional_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3088773Z test_output_match_nn_functional_avg_pool2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3131553Z test_output_match_nn_functional_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3174163Z test_output_match_nn_functional_avg_pool3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3216720Z test_output_match_nn_functional_batch_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3259389Z test_output_match_nn_functional_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3302006Z test_output_match_nn_functional_bilinear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3344214Z test_output_match_nn_functional_bilinear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3386702Z test_output_match_nn_functional_bilinear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3429145Z test_output_match_nn_functional_bilinear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3471785Z test_output_match_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3514487Z test_output_match_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3557113Z test_output_match_nn_functional_celu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3600292Z test_output_match_nn_functional_conv1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3642852Z test_output_match_nn_functional_conv1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3685462Z test_output_match_nn_functional_conv2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3728269Z test_output_match_nn_functional_conv2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3771380Z test_output_match_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3814272Z test_output_match_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3857342Z test_output_match_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3900175Z test_output_match_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3943008Z test_output_match_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.3986322Z test_output_match_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4029001Z test_output_match_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4072166Z test_output_match_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4115297Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4158300Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4201384Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4244447Z test_output_match_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4287478Z test_output_match_nn_functional_cosine_similarity_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4330514Z test_output_match_nn_functional_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4373699Z test_output_match_nn_functional_ctc_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4416655Z test_output_match_nn_functional_dropout2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4459839Z test_output_match_nn_functional_dropout3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4502986Z test_output_match_nn_functional_dropout_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4546032Z test_output_match_nn_functional_elu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4589377Z test_output_match_nn_functional_embedding_bag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4632899Z test_output_match_nn_functional_embedding_bag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4677483Z test_output_match_nn_functional_embedding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4722496Z test_output_match_nn_functional_embedding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4767588Z test_output_match_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4812847Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4857735Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4903034Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4948253Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.4993297Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5038196Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5082963Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5128640Z test_output_match_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5173435Z test_output_match_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5218056Z test_output_match_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5262426Z test_output_match_nn_functional_gelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5306856Z test_output_match_nn_functional_glu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5351157Z test_output_match_nn_functional_grid_sample_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5395744Z test_output_match_nn_functional_group_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5440057Z test_output_match_nn_functional_hardshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5484632Z test_output_match_nn_functional_hardsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5528878Z test_output_match_nn_functional_hardswish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5573461Z test_output_match_nn_functional_hardtanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5618132Z test_output_match_nn_functional_hardtanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5662480Z test_output_match_nn_functional_hardtanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5706349Z test_output_match_nn_functional_hardtanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5749574Z test_output_match_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5792555Z test_output_match_nn_functional_huber_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5835325Z test_output_match_nn_functional_huber_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5878191Z test_output_match_nn_functional_instance_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5921208Z test_output_match_nn_functional_interpolate_area_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.5963985Z test_output_match_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6007085Z test_output_match_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6050091Z test_output_match_nn_functional_interpolate_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6092981Z test_output_match_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6135490Z test_output_match_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6179265Z test_output_match_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6222471Z test_output_match_nn_functional_kl_div_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6265245Z test_output_match_nn_functional_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6307747Z test_output_match_nn_functional_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6350565Z test_output_match_nn_functional_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6393046Z test_output_match_nn_functional_leaky_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6436242Z test_output_match_nn_functional_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6481867Z test_output_match_nn_functional_linear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:24.6524574Z test_output_match_nn_functional_linear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6567374Z test_output_match_nn_functional_linear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6610103Z test_output_match_nn_functional_linear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6652692Z test_output_match_nn_functional_local_response_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6695567Z test_output_match_nn_functional_local_response_norm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6741715Z test_output_match_nn_functional_logsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:24.6784435Z test_output_match_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6826715Z test_output_match_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6869137Z test_output_match_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6911284Z test_output_match_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6954033Z test_output_match_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.6999398Z test_output_match_nn_functional_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7041718Z test_output_match_nn_functional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7084064Z test_output_match_nn_functional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7126290Z test_output_match_nn_functional_max_unpool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7168832Z test_output_match_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7211337Z test_output_match_nn_functional_max_unpool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7256952Z test_output_match_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:24.7299994Z test_output_match_nn_functional_max_unpool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7342412Z test_output_match_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7384875Z test_output_match_nn_functional_mish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7427584Z test_output_match_nn_functional_mse_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7470683Z test_output_match_nn_functional_mse_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7515784Z test_output_match_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:24.7558970Z test_output_match_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7601081Z test_output_match_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7643216Z test_output_match_nn_functional_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7685619Z test_output_match_nn_functional_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7728786Z test_output_match_nn_functional_one_hot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7773968Z test_output_match_nn_functional_pad_circular_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7816525Z test_output_match_nn_functional_pad_circular_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7858878Z test_output_match_nn_functional_pad_circular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7901631Z test_output_match_nn_functional_pad_circular_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7943806Z test_output_match_nn_functional_pad_circular_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.7988480Z test_output_match_nn_functional_pad_circular_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8033601Z test_output_match_nn_functional_pad_circular_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8076876Z test_output_match_nn_functional_pad_constant_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8119503Z test_output_match_nn_functional_pad_constant_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8162318Z test_output_match_nn_functional_pad_constant_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8204978Z test_output_match_nn_functional_pad_constant_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8248266Z test_output_match_nn_functional_pad_constant_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8293564Z test_output_match_nn_functional_pad_constant_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:24.8335953Z test_output_match_nn_functional_pad_constant_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8378803Z test_output_match_nn_functional_pad_reflect_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8421035Z test_output_match_nn_functional_pad_replicate_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8463111Z test_output_match_nn_functional_pairwise_distance_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8505708Z test_output_match_nn_functional_pairwise_distance_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8553420Z test_output_match_nn_functional_pairwise_distance_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:24.8597667Z test_output_match_nn_functional_pairwise_distance_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8641835Z test_output_match_nn_functional_pairwise_distance_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8686230Z test_output_match_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8730949Z test_output_match_nn_functional_pdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8776268Z test_output_match_nn_functional_pixel_shuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8822368Z test_output_match_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:24.8865215Z test_output_match_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8907822Z test_output_match_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8950159Z test_output_match_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.8992407Z test_output_match_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9035070Z test_output_match_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9080900Z test_output_match_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:24.9123332Z test_output_match_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9165721Z test_output_match_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9207942Z test_output_match_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9250401Z test_output_match_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9293195Z test_output_match_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9336160Z test_output_match_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9378241Z test_output_match_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9420743Z test_output_match_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9462787Z test_output_match_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9505160Z test_output_match_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9548065Z test_output_match_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9591349Z test_output_match_nn_functional_prelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9633931Z test_output_match_nn_functional_relu6_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9676529Z test_output_match_nn_functional_relu6_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9719020Z test_output_match_nn_functional_relu6_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9762053Z test_output_match_nn_functional_relu6_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9854630Z test_output_match_nn_functional_relu6_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.009s) 2022-09-27T16:00:24.9897320Z test_output_match_nn_functional_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9939762Z test_output_match_nn_functional_relu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:24.9983776Z test_output_match_nn_functional_relu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0028371Z test_output_match_nn_functional_relu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0072405Z test_output_match_nn_functional_relu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0118857Z test_output_match_nn_functional_rrelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:25.0164114Z test_output_match_nn_functional_selu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0209557Z test_output_match_nn_functional_silu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0254689Z test_output_match_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0299674Z test_output_match_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0343374Z test_output_match_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0386803Z test_output_match_nn_functional_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0433595Z test_output_match_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:25.0476482Z test_output_match_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0519619Z test_output_match_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0562646Z test_output_match_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0605469Z test_output_match_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0647981Z test_output_match_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0690196Z test_output_match_nn_functional_softplus_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0732377Z test_output_match_nn_functional_softshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0774561Z test_output_match_nn_functional_softsign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0816724Z test_output_match_nn_functional_softsign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0859560Z test_output_match_nn_functional_softsign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0901756Z test_output_match_nn_functional_softsign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0943896Z test_output_match_nn_functional_softsign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.0986391Z test_output_match_nn_functional_softsign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1028508Z test_output_match_nn_functional_tanhshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1070730Z test_output_match_nn_functional_tanhshrink_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1113329Z test_output_match_nn_functional_tanhshrink_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1155541Z test_output_match_nn_functional_tanhshrink_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1197435Z test_output_match_nn_functional_tanhshrink_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1239793Z test_output_match_nn_functional_threshold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1282104Z test_output_match_nn_functional_threshold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1324367Z test_output_match_nn_functional_threshold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1366569Z test_output_match_nn_functional_threshold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1408998Z test_output_match_nn_functional_threshold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1450973Z test_output_match_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1493584Z test_output_match_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1537242Z test_output_match_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1581022Z test_output_match_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1625919Z test_output_match_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1670844Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1718739Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:25.1763754Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1808339Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1852014Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1894825Z test_output_match_nn_functional_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1938267Z test_output_match_nn_functional_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.1981368Z test_output_match_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2024067Z test_output_match_nn_functional_upsample_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2066220Z test_output_match_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2108758Z test_output_match_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2151264Z test_output_match_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2193931Z test_output_match_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2239426Z test_output_match_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2282158Z test_output_match_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2324836Z test_output_match_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2367409Z test_output_match_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2409722Z test_output_match_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2452834Z test_output_match_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2498786Z test_output_match_norm_fro_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:25.2541195Z test_output_match_norm_inf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2583694Z test_output_match_norm_inf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2626329Z test_output_match_norm_nuc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2668859Z test_output_match_normal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2711486Z test_output_match_normal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2756877Z test_output_match_normal_number_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2799175Z test_output_match_normal_number_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2841296Z test_output_match_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2883348Z test_output_match_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2925830Z test_output_match_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.2968153Z test_output_match_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3010643Z test_output_match_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3052792Z test_output_match_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3094839Z test_output_match_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3137133Z test_output_match_ones_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3179483Z test_output_match_ones_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3221829Z test_output_match_ones_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3265028Z test_output_match_ones_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3309185Z test_output_match_ones_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3353419Z test_output_match_ones_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3397706Z test_output_match_ones_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3442262Z test_output_match_ormqr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3486025Z test_output_match_outer_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3528907Z test_output_match_outer_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3571564Z test_output_match_outer_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3614167Z test_output_match_outer_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3656606Z test_output_match_outer_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3699204Z test_output_match_outer_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3742053Z test_output_match_outer_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3784772Z test_output_match_pca_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3827401Z test_output_match_permute_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3869517Z test_output_match_permute_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3911845Z test_output_match_permute_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3954358Z test_output_match_permute_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.3996962Z test_output_match_permute_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4038668Z test_output_match_permute_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4081350Z test_output_match_permute_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4123856Z test_output_match_pinverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4166216Z test_output_match_polar_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4208829Z test_output_match_polygamma_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4251470Z test_output_match_polygamma_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4294072Z test_output_match_polygamma_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4336502Z test_output_match_polygamma_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4379150Z test_output_match_polygamma_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4421800Z test_output_match_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4464218Z test_output_match_polygamma_polygamma_n_1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4507189Z test_output_match_polygamma_polygamma_n_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4549336Z test_output_match_polygamma_polygamma_n_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4591861Z test_output_match_polygamma_polygamma_n_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4634112Z test_output_match_polygamma_polygamma_n_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4676892Z test_output_match_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4719221Z test_output_match_polygamma_polygamma_n_2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4763268Z test_output_match_polygamma_polygamma_n_2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4807693Z test_output_match_polygamma_polygamma_n_2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4852710Z test_output_match_polygamma_polygamma_n_2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4898125Z test_output_match_polygamma_polygamma_n_2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4943366Z test_output_match_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.4988944Z test_output_match_polygamma_polygamma_n_3_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5034365Z test_output_match_polygamma_polygamma_n_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5078939Z test_output_match_polygamma_polygamma_n_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5123931Z test_output_match_polygamma_polygamma_n_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5168592Z test_output_match_polygamma_polygamma_n_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5212997Z test_output_match_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5257135Z test_output_match_polygamma_polygamma_n_4_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5301399Z test_output_match_polygamma_polygamma_n_4_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5345056Z test_output_match_polygamma_polygamma_n_4_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5389555Z test_output_match_polygamma_polygamma_n_4_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5433402Z test_output_match_polygamma_polygamma_n_4_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5476962Z test_output_match_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5520865Z test_output_match_positive_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5564895Z test_output_match_positive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5609015Z test_output_match_positive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5653467Z test_output_match_positive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5698578Z test_output_match_positive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5742990Z test_output_match_positive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5787210Z test_output_match_pow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5831786Z test_output_match_pow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5876273Z test_output_match_pow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5920904Z test_output_match_pow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.5965878Z test_output_match_pow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6010329Z test_output_match_pow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6054732Z test_output_match_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6099577Z test_output_match_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6143815Z test_output_match_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6187805Z test_output_match_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6231902Z test_output_match_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6277175Z test_output_match_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6322302Z test_output_match_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6368103Z test_output_match_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6413528Z test_output_match_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6459032Z test_output_match_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6504060Z test_output_match_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6549127Z test_output_match_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6594538Z test_output_match_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6639969Z test_output_match_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6684223Z test_output_match_quantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6728922Z test_output_match_rad2deg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6772733Z test_output_match_rad2deg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6817056Z test_output_match_rad2deg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6861614Z test_output_match_rad2deg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6905919Z test_output_match_rad2deg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6949463Z test_output_match_rad2deg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.6992954Z test_output_match_rad2deg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7036134Z test_output_match_rand_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7079873Z test_output_match_rand_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7123493Z test_output_match_randint_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7166862Z test_output_match_randint_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7210296Z test_output_match_randint_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7253954Z test_output_match_randint_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7297142Z test_output_match_randint_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7341013Z test_output_match_randint_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7384043Z test_output_match_randn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7427286Z test_output_match_randn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7470637Z test_output_match_randn_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7513162Z test_output_match_randn_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7556909Z test_output_match_ravel_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7600269Z test_output_match_ravel_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7642813Z test_output_match_ravel_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7685892Z test_output_match_ravel_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7728216Z test_output_match_ravel_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7770890Z test_output_match_ravel_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7815244Z test_output_match_ravel_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7859201Z test_output_match_real_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7903912Z test_output_match_real_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7949279Z test_output_match_real_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.7994165Z test_output_match_real_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8039337Z test_output_match_real_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8083848Z test_output_match_real_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8128040Z test_output_match_real_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8172114Z test_output_match_reciprocal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8215575Z test_output_match_reciprocal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8259025Z test_output_match_reciprocal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8301976Z test_output_match_reciprocal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8344766Z test_output_match_reciprocal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8387631Z test_output_match_reciprocal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8430223Z test_output_match_reciprocal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8475606Z test_output_match_remainder_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8518345Z test_output_match_remainder_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8561653Z test_output_match_remainder_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8604688Z test_output_match_remainder_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8650273Z test_output_match_remainder_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8692395Z test_output_match_remainder_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8735203Z test_output_match_renorm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8778087Z test_output_match_renorm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8820843Z test_output_match_repeat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8863088Z test_output_match_repeat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8906234Z test_output_match_repeat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8948798Z test_output_match_repeat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.8992323Z test_output_match_repeat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9034748Z test_output_match_repeat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9077423Z test_output_match_repeat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9119777Z test_output_match_repeat_interleave_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9162271Z test_output_match_repeat_interleave_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9204572Z test_output_match_repeat_interleave_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9246838Z test_output_match_repeat_interleave_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9289269Z test_output_match_repeat_interleave_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9331564Z test_output_match_repeat_interleave_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9373675Z test_output_match_repeat_interleave_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9416104Z test_output_match_reshape_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9458717Z test_output_match_reshape_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9501531Z test_output_match_reshape_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9549330Z test_output_match_reshape_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:25.9593542Z test_output_match_reshape_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9638192Z test_output_match_reshape_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9683025Z test_output_match_reshape_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9726412Z test_output_match_reshape_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9770156Z test_output_match_reshape_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9813593Z test_output_match_reshape_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9855822Z test_output_match_reshape_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9898144Z test_output_match_reshape_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9940526Z test_output_match_reshape_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:25.9983160Z test_output_match_reshape_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0025701Z test_output_match_resize__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0067804Z test_output_match_resize__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0110274Z test_output_match_resize__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0152503Z test_output_match_resize__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0195035Z test_output_match_resize__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0237294Z test_output_match_resize__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0279630Z test_output_match_resize__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0322258Z test_output_match_resize_as__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0364854Z test_output_match_resize_as__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0407410Z test_output_match_resize_as__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0450072Z test_output_match_resize_as__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0492820Z test_output_match_resize_as__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0535920Z test_output_match_resize_as__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0578209Z test_output_match_resize_as__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0620775Z test_output_match_resolve_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0663234Z test_output_match_resolve_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0705708Z test_output_match_resolve_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0748500Z test_output_match_resolve_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0791783Z test_output_match_resolve_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0834283Z test_output_match_resolve_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0877337Z test_output_match_resolve_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0919906Z test_output_match_resolve_neg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.0962873Z test_output_match_resolve_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1005280Z test_output_match_resolve_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1048052Z test_output_match_resolve_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1093923Z test_output_match_resolve_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.1136574Z test_output_match_resolve_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1179251Z test_output_match_resolve_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1221585Z test_output_match_roll_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1263573Z test_output_match_roll_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1306181Z test_output_match_roll_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1352000Z test_output_match_roll_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.1394475Z test_output_match_roll_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1436410Z test_output_match_roll_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1478503Z test_output_match_roll_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1520671Z test_output_match_rot90_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1563337Z test_output_match_rot90_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1608799Z test_output_match_rot90_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.1651268Z test_output_match_rot90_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1693360Z test_output_match_rot90_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1735345Z test_output_match_rot90_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1777819Z test_output_match_rot90_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1820279Z test_output_match_round_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1865591Z test_output_match_round_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.1907898Z test_output_match_round_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1950021Z test_output_match_round_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.1992398Z test_output_match_round_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2034749Z test_output_match_round_decimals_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2077770Z test_output_match_round_decimals_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2123398Z test_output_match_round_decimals_neg_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.2165481Z test_output_match_rsqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2208040Z test_output_match_rsqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2250619Z test_output_match_rsqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2292981Z test_output_match_rsqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2335366Z test_output_match_rsqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2377339Z test_output_match_rsqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2420140Z test_output_match_rsub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2462232Z test_output_match_rsub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2504331Z test_output_match_rsub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2546684Z test_output_match_rsub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2589264Z test_output_match_rsub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2631383Z test_output_match_rsub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2673573Z test_output_match_scatter_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2715972Z test_output_match_scatter_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2758334Z test_output_match_scatter_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2800624Z test_output_match_scatter_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2842855Z test_output_match_scatter_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2884793Z test_output_match_scatter_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2926841Z test_output_match_scatter_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.2969077Z test_output_match_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3011700Z test_output_match_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3054502Z test_output_match_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3096574Z test_output_match_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3138865Z test_output_match_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3181282Z test_output_match_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3223379Z test_output_match_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3265603Z test_output_match_scatter_reduce_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3308116Z test_output_match_scatter_reduce_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3350180Z test_output_match_scatter_reduce_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3392308Z test_output_match_scatter_reduce_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3434513Z test_output_match_scatter_reduce_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3476794Z test_output_match_scatter_reduce_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3518854Z test_output_match_scatter_reduce_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3561256Z test_output_match_scatter_reduce_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3604069Z test_output_match_scatter_reduce_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3645714Z test_output_match_scatter_reduce_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3688013Z test_output_match_scatter_reduce_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3730553Z test_output_match_scatter_reduce_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3772664Z test_output_match_scatter_reduce_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3814542Z test_output_match_scatter_reduce_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3856766Z test_output_match_scatter_reduce_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3898966Z test_output_match_scatter_reduce_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3941249Z test_output_match_scatter_reduce_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.3983377Z test_output_match_scatter_reduce_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4025554Z test_output_match_scatter_reduce_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4068116Z test_output_match_scatter_reduce_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4110715Z test_output_match_scatter_reduce_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4152841Z test_output_match_scatter_reduce_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4195024Z test_output_match_scatter_reduce_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4237439Z test_output_match_scatter_reduce_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4279613Z test_output_match_scatter_reduce_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4321960Z test_output_match_scatter_reduce_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4364097Z test_output_match_scatter_reduce_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4406253Z test_output_match_scatter_reduce_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4448498Z test_output_match_scatter_reduce_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4490830Z test_output_match_scatter_reduce_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4532914Z test_output_match_scatter_reduce_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4575084Z test_output_match_scatter_reduce_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4617739Z test_output_match_scatter_reduce_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4660068Z test_output_match_scatter_reduce_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4702467Z test_output_match_searchsorted_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4744700Z test_output_match_searchsorted_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4787142Z test_output_match_searchsorted_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4829649Z test_output_match_searchsorted_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4872131Z test_output_match_searchsorted_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4914518Z test_output_match_searchsorted_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4957011Z test_output_match_segment_reduce_lengths_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.4999201Z test_output_match_segment_reduce_lengths_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5041614Z test_output_match_segment_reduce_offsets_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5083486Z test_output_match_segment_reduce_offsets_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5125881Z test_output_match_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5168258Z test_output_match_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5210498Z test_output_match_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5253116Z test_output_match_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5295360Z test_output_match_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5337824Z test_output_match_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5380266Z test_output_match_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5422606Z test_output_match_select_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5464703Z test_output_match_select_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5507016Z test_output_match_select_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5549029Z test_output_match_select_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5591371Z test_output_match_select_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5633825Z test_output_match_select_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5675846Z test_output_match_select_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5718033Z test_output_match_sgn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5760421Z test_output_match_sgn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5802588Z test_output_match_sgn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5844741Z test_output_match_sgn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5887402Z test_output_match_sgn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5929787Z test_output_match_sgn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.5972079Z test_output_match_sgn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6014394Z test_output_match_short_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6056521Z test_output_match_short_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6099045Z test_output_match_short_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6141614Z test_output_match_short_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6183918Z test_output_match_short_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6226520Z test_output_match_short_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6268925Z test_output_match_short_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6310933Z test_output_match_sigmoid_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6353104Z test_output_match_sigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6395150Z test_output_match_sigmoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6437525Z test_output_match_sigmoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6479940Z test_output_match_sigmoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6522247Z test_output_match_sigmoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6564686Z test_output_match_sign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6607145Z test_output_match_sign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6649453Z test_output_match_sign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6692252Z test_output_match_sign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6734152Z test_output_match_sign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6776115Z test_output_match_sign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6818598Z test_output_match_sign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6861588Z test_output_match_signbit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6905100Z test_output_match_signbit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6948839Z test_output_match_signbit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.6992234Z test_output_match_signbit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7033989Z test_output_match_signbit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7076557Z test_output_match_signbit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7119239Z test_output_match_signbit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7161863Z test_output_match_sin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7208289Z test_output_match_sin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.7251155Z test_output_match_sin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7295123Z test_output_match_sin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7340588Z test_output_match_sin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7385471Z test_output_match_sin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7430648Z test_output_match_sinc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7479479Z test_output_match_sinc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.7525005Z test_output_match_sinc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7569616Z test_output_match_sinc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7613813Z test_output_match_sinc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7658475Z test_output_match_sinc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7702702Z test_output_match_sinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7750426Z test_output_match_sinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.7794368Z test_output_match_sinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7838297Z test_output_match_sinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7882046Z test_output_match_sinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7924786Z test_output_match_sinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.7967738Z test_output_match_slice_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8014248Z test_output_match_slice_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:26.8056989Z test_output_match_slice_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8099800Z test_output_match_slice_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8142618Z test_output_match_slice_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8185944Z test_output_match_slice_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8229545Z test_output_match_slice_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8273067Z test_output_match_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8316540Z test_output_match_softmax_with_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8360120Z test_output_match_softmax_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8403695Z test_output_match_softmax_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8447360Z test_output_match_softmax_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8491046Z test_output_match_softmax_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8534090Z test_output_match_softmax_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8577948Z test_output_match_softmax_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8622105Z test_output_match_sort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8665556Z test_output_match_sort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8709533Z test_output_match_sort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8754713Z test_output_match_sort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8800009Z test_output_match_sort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8845243Z test_output_match_sort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8890094Z test_output_match_sort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8935723Z test_output_match_sparse_sampled_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.8981173Z test_output_match_special_airy_ai_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9026695Z test_output_match_special_airy_ai_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9072050Z test_output_match_special_airy_ai_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9115344Z test_output_match_special_airy_ai_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9158191Z test_output_match_special_airy_ai_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9200739Z test_output_match_special_airy_ai_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9244032Z test_output_match_special_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9287417Z test_output_match_special_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9330094Z test_output_match_special_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9372486Z test_output_match_special_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9415158Z test_output_match_special_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9458084Z test_output_match_special_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9501001Z test_output_match_special_bessel_j1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9543750Z test_output_match_special_bessel_j1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9586653Z test_output_match_special_bessel_j1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9629425Z test_output_match_special_bessel_j1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9672086Z test_output_match_special_bessel_j1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9715427Z test_output_match_special_bessel_j1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9758218Z test_output_match_special_bessel_y0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9801573Z test_output_match_special_bessel_y0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9845191Z test_output_match_special_bessel_y0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9889122Z test_output_match_special_bessel_y0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9932778Z test_output_match_special_bessel_y0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:26.9976206Z test_output_match_special_bessel_y0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0019737Z test_output_match_special_bessel_y1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0063381Z test_output_match_special_bessel_y1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0106742Z test_output_match_special_bessel_y1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0150295Z test_output_match_special_bessel_y1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0193576Z test_output_match_special_bessel_y1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0237266Z test_output_match_special_bessel_y1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0282647Z test_output_match_special_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0328520Z test_output_match_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.0374211Z test_output_match_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.0419875Z test_output_match_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0465237Z test_output_match_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0510275Z test_output_match_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0555174Z test_output_match_special_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0599465Z test_output_match_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0642882Z test_output_match_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0686383Z test_output_match_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0729822Z test_output_match_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0772786Z test_output_match_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.0811622Z test_output_match_special_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.0849633Z test_output_match_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.0888134Z test_output_match_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.0926117Z test_output_match_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.0965139Z test_output_match_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.1002946Z test_output_match_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.1040951Z test_output_match_special_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.1079129Z test_output_match_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.1117460Z test_output_match_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.1155222Z test_output_match_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.1193356Z test_output_match_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.1231670Z test_output_match_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.1275733Z test_output_match_special_entr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1319159Z test_output_match_special_entr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1361926Z test_output_match_special_entr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1404834Z test_output_match_special_entr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1451628Z test_output_match_special_entr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.1493503Z test_output_match_special_entr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1535891Z test_output_match_special_erfcx_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1578132Z test_output_match_special_erfcx_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1620388Z test_output_match_special_erfcx_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1662695Z test_output_match_special_erfcx_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1708122Z test_output_match_special_erfcx_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.1750309Z test_output_match_special_erfcx_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1792504Z test_output_match_special_hermite_polynomial_h_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1834905Z test_output_match_special_hermite_polynomial_h_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1876995Z test_output_match_special_hermite_polynomial_h_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1919612Z test_output_match_special_hermite_polynomial_h_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.1965370Z test_output_match_special_hermite_polynomial_h_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.2008221Z test_output_match_special_hermite_polynomial_h_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2052971Z test_output_match_special_hermite_polynomial_he_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2097985Z test_output_match_special_hermite_polynomial_he_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2142965Z test_output_match_special_hermite_polynomial_he_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2188401Z test_output_match_special_hermite_polynomial_he_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2232969Z test_output_match_special_hermite_polynomial_he_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2276271Z test_output_match_special_hermite_polynomial_he_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2319927Z test_output_match_special_i0e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2362617Z test_output_match_special_i0e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2405070Z test_output_match_special_i0e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2447785Z test_output_match_special_i0e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2490889Z test_output_match_special_i0e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2532907Z test_output_match_special_i0e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2574933Z test_output_match_special_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2617792Z test_output_match_special_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2660059Z test_output_match_special_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2702453Z test_output_match_special_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2748168Z test_output_match_special_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.2790829Z test_output_match_special_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2833460Z test_output_match_special_i1e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2876339Z test_output_match_special_i1e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2918877Z test_output_match_special_i1e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.2962101Z test_output_match_special_i1e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3004985Z test_output_match_special_i1e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3047530Z test_output_match_special_i1e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3090012Z test_output_match_special_laguerre_polynomial_l_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3132686Z test_output_match_special_laguerre_polynomial_l_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3175229Z test_output_match_special_laguerre_polynomial_l_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3218593Z test_output_match_special_laguerre_polynomial_l_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3264289Z test_output_match_special_laguerre_polynomial_l_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.3307040Z test_output_match_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3346134Z test_output_match_special_legendre_polynomial_p_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.3383993Z test_output_match_special_legendre_polynomial_p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.3422127Z test_output_match_special_legendre_polynomial_p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.3460341Z test_output_match_special_legendre_polynomial_p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.3499328Z test_output_match_special_legendre_polynomial_p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.3538499Z test_output_match_special_legendre_polynomial_p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.3583202Z test_output_match_special_log_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3627815Z test_output_match_special_log_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3672981Z test_output_match_special_log_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3718125Z test_output_match_special_log_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3764008Z test_output_match_special_log_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.3808188Z test_output_match_special_log_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3851821Z test_output_match_special_modified_bessel_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3895135Z test_output_match_special_modified_bessel_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3938803Z test_output_match_special_modified_bessel_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.3981855Z test_output_match_special_modified_bessel_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4024539Z test_output_match_special_modified_bessel_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4067537Z test_output_match_special_modified_bessel_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4110281Z test_output_match_special_modified_bessel_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4152622Z test_output_match_special_modified_bessel_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4195268Z test_output_match_special_modified_bessel_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4237607Z test_output_match_special_modified_bessel_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4280085Z test_output_match_special_modified_bessel_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4322757Z test_output_match_special_modified_bessel_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4365475Z test_output_match_special_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4408373Z test_output_match_special_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4451102Z test_output_match_special_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4493776Z test_output_match_special_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4536829Z test_output_match_special_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4583478Z test_output_match_special_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.4625754Z test_output_match_special_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4668163Z test_output_match_special_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4711233Z test_output_match_special_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4753704Z test_output_match_special_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4796406Z test_output_match_special_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4842619Z test_output_match_special_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.4885075Z test_output_match_special_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4927761Z test_output_match_special_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.4970494Z test_output_match_special_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5012727Z test_output_match_special_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5055909Z test_output_match_special_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5098359Z test_output_match_special_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5141702Z test_output_match_special_ndtri_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5184449Z test_output_match_special_ndtri_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5227126Z test_output_match_special_ndtri_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5270289Z test_output_match_special_ndtri_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5312525Z test_output_match_special_ndtri_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5354997Z test_output_match_special_ndtri_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5397273Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5440112Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5482603Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5525274Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5567110Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5609998Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5655665Z test_output_match_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.5698794Z test_output_match_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5740832Z test_output_match_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5783253Z test_output_match_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5825370Z test_output_match_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5868092Z test_output_match_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5910584Z test_output_match_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5952967Z test_output_match_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.5995984Z test_output_match_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.6040157Z test_output_match_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.6084651Z test_output_match_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.6129127Z test_output_match_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.6168692Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6206892Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6246136Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6284531Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6322343Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6360640Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6399294Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6437036Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6475247Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6513197Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6551126Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6589711Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6627755Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6665961Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6704002Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6742470Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6781502Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6819863Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6858368Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6896543Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6934886Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.6973566Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.7012153Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.7050262Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:27.7094949Z test_output_match_special_spherical_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7138517Z test_output_match_special_spherical_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7181730Z test_output_match_special_spherical_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7225379Z test_output_match_special_spherical_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7268361Z test_output_match_special_spherical_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7311035Z test_output_match_special_spherical_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7353776Z test_output_match_special_xlog1py_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7396712Z test_output_match_special_xlog1py_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7439414Z test_output_match_special_xlog1py_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7482290Z test_output_match_special_xlog1py_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7525475Z test_output_match_special_xlog1py_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7570129Z test_output_match_special_xlog1py_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7614808Z test_output_match_special_xlog1py_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7659736Z test_output_match_special_zeta_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7704475Z test_output_match_special_zeta_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7749547Z test_output_match_special_zeta_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7793825Z test_output_match_special_zeta_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7837079Z test_output_match_special_zeta_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7879820Z test_output_match_special_zeta_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7922486Z test_output_match_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.7965570Z test_output_match_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8008000Z test_output_match_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8050563Z test_output_match_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8093306Z test_output_match_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8135981Z test_output_match_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8178869Z test_output_match_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8220949Z test_output_match_split_list_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8263373Z test_output_match_split_list_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8305791Z test_output_match_split_list_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8347901Z test_output_match_split_list_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8390167Z test_output_match_split_list_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8432578Z test_output_match_split_list_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8475346Z test_output_match_split_list_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8518026Z test_output_match_split_with_sizes_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8560135Z test_output_match_split_with_sizes_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8603265Z test_output_match_split_with_sizes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8645932Z test_output_match_split_with_sizes_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8688561Z test_output_match_split_with_sizes_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8731217Z test_output_match_split_with_sizes_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8774602Z test_output_match_split_with_sizes_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8817071Z test_output_match_sqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8859819Z test_output_match_sqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8901925Z test_output_match_sqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8944300Z test_output_match_sqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.8987357Z test_output_match_sqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9030657Z test_output_match_sqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9073794Z test_output_match_square_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9116504Z test_output_match_square_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9159176Z test_output_match_square_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9202352Z test_output_match_square_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9245256Z test_output_match_square_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9290582Z test_output_match_square_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9335062Z test_output_match_square_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9380204Z test_output_match_squeeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9425168Z test_output_match_squeeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9469593Z test_output_match_squeeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9513112Z test_output_match_squeeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9556228Z test_output_match_squeeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9602320Z test_output_match_squeeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:27.9645464Z test_output_match_squeeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9688192Z test_output_match_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9731280Z test_output_match_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9774141Z test_output_match_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9817197Z test_output_match_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9859799Z test_output_match_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9902696Z test_output_match_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9945361Z test_output_match_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:27.9988739Z test_output_match_std_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0031703Z test_output_match_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0074521Z test_output_match_std_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0116939Z test_output_match_std_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0160147Z test_output_match_stft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0202614Z test_output_match_sub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0245211Z test_output_match_sub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0287601Z test_output_match_sub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0330601Z test_output_match_sub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0374071Z test_output_match_sub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0416134Z test_output_match_sub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0459054Z test_output_match_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0501609Z test_output_match_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0544201Z test_output_match_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0586878Z test_output_match_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0632095Z test_output_match_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.0674617Z test_output_match_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0717179Z test_output_match_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0760100Z test_output_match_sum_to_size_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0801947Z test_output_match_sum_to_size_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0844647Z test_output_match_sum_to_size_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0890636Z test_output_match_sum_to_size_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.0933303Z test_output_match_sum_to_size_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.0975904Z test_output_match_sum_to_size_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1018695Z test_output_match_sum_to_size_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1061609Z test_output_match_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1104495Z test_output_match_svd_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1150886Z test_output_match_symeig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.1193566Z test_output_match_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1236138Z test_output_match_t_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1278912Z test_output_match_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1321275Z test_output_match_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1364248Z test_output_match_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1410130Z test_output_match_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.1452796Z test_output_match_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1495675Z test_output_match_take_along_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1539115Z test_output_match_take_along_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1581876Z test_output_match_take_along_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1625097Z test_output_match_take_along_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1671274Z test_output_match_take_along_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.1714157Z test_output_match_take_along_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1757032Z test_output_match_take_along_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1799876Z test_output_match_take_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1842629Z test_output_match_take_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1885386Z test_output_match_take_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.1931412Z test_output_match_take_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.1974462Z test_output_match_take_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2016805Z test_output_match_take_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2059658Z test_output_match_take_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2102140Z test_output_match_tan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2144866Z test_output_match_tan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2190530Z test_output_match_tan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.2233413Z test_output_match_tan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2275804Z test_output_match_tan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2318763Z test_output_match_tan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2361124Z test_output_match_tanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2404383Z test_output_match_tanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2449727Z test_output_match_tanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2492091Z test_output_match_tanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2534799Z test_output_match_tanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2577364Z test_output_match_tanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2619792Z test_output_match_tensor_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2662930Z test_output_match_tensor_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2708429Z test_output_match_tensor_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.2750815Z test_output_match_tensor_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2793345Z test_output_match_tensor_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2836023Z test_output_match_tensor_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2878225Z test_output_match_tensor_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2921123Z test_output_match_tensordot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.2966387Z test_output_match_tensordot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3008768Z test_output_match_tensordot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3051314Z test_output_match_tensordot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3093636Z test_output_match_tensordot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3136079Z test_output_match_tile_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3178722Z test_output_match_tile_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3220889Z test_output_match_tile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3263282Z test_output_match_tile_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3305613Z test_output_match_tile_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3348028Z test_output_match_tile_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3390368Z test_output_match_tile_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3433339Z test_output_match_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3475287Z test_output_match_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3517972Z test_output_match_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3560390Z test_output_match_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3602982Z test_output_match_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3645368Z test_output_match_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3687847Z test_output_match_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3730365Z test_output_match_to_sparse_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3773046Z test_output_match_to_sparse_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3815741Z test_output_match_to_sparse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3858286Z test_output_match_to_sparse_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3900770Z test_output_match_to_sparse_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3943665Z test_output_match_to_sparse_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.3986426Z test_output_match_to_sparse_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4029060Z test_output_match_topk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4071998Z test_output_match_topk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4114835Z test_output_match_topk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4158061Z test_output_match_topk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4200635Z test_output_match_topk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4243391Z test_output_match_trace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4286276Z test_output_match_trace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4328482Z test_output_match_trace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4371238Z test_output_match_trace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4413851Z test_output_match_trace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4456434Z test_output_match_transpose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4502416Z test_output_match_transpose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.4545363Z test_output_match_transpose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4587789Z test_output_match_transpose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4630495Z test_output_match_transpose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4673050Z test_output_match_transpose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4715998Z test_output_match_transpose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4761480Z test_output_match_trapezoid_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.4804085Z test_output_match_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4846475Z test_output_match_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4888965Z test_output_match_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4931298Z test_output_match_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.4973983Z test_output_match_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5019664Z test_output_match_trapz_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.5062577Z test_output_match_trapz_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5105221Z test_output_match_trapz_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5147435Z test_output_match_trapz_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5189892Z test_output_match_trapz_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5232736Z test_output_match_trapz_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5278376Z test_output_match_triangular_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.5321161Z test_output_match_tril_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5363493Z test_output_match_tril_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5406153Z test_output_match_tril_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5448587Z test_output_match_tril_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5491631Z test_output_match_tril_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5537054Z test_output_match_tril_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5579425Z test_output_match_tril_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5621937Z test_output_match_tril_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5664516Z test_output_match_tril_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5706914Z test_output_match_triu_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5749756Z test_output_match_triu_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5795535Z test_output_match_triu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.5837993Z test_output_match_triu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5880646Z test_output_match_triu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5923035Z test_output_match_triu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.5965463Z test_output_match_triu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6007834Z test_output_match_triu_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6053656Z test_output_match_triu_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.6096628Z test_output_match_true_divide_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6138886Z test_output_match_true_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6181458Z test_output_match_true_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6223905Z test_output_match_true_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6266904Z test_output_match_true_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6313008Z test_output_match_true_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.6355503Z test_output_match_true_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6398152Z test_output_match_trunc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6440720Z test_output_match_trunc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6483103Z test_output_match_trunc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6526207Z test_output_match_trunc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6572275Z test_output_match_trunc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.6615041Z test_output_match_unbind_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6657401Z test_output_match_unbind_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6699976Z test_output_match_unbind_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6742235Z test_output_match_unbind_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6785161Z test_output_match_unbind_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6831031Z test_output_match_unbind_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.6873520Z test_output_match_unbind_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6916063Z test_output_match_unflatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.6958775Z test_output_match_unflatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7001066Z test_output_match_unflatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7043847Z test_output_match_unflatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7089227Z test_output_match_unflatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7131832Z test_output_match_unflatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7174335Z test_output_match_unflatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7216932Z test_output_match_unfold_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7264016Z test_output_match_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.7314116Z test_output_match_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.7359140Z test_output_match_unfold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7401801Z test_output_match_unfold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7444322Z test_output_match_unfold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7487053Z test_output_match_unfold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7529357Z test_output_match_uniform_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7572277Z test_output_match_uniform_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7618495Z test_output_match_unique_consecutive_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.7661162Z test_output_match_unique_consecutive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7704131Z test_output_match_unique_consecutive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7746833Z test_output_match_unique_consecutive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7789428Z test_output_match_unique_consecutive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7832481Z test_output_match_unique_consecutive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7875256Z test_output_match_unique_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7917958Z test_output_match_unique_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.7960974Z test_output_match_unique_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8003514Z test_output_match_unique_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8046021Z test_output_match_unique_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8089113Z test_output_match_unique_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8131585Z test_output_match_unsqueeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8174909Z test_output_match_unsqueeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8217864Z test_output_match_unsqueeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8262012Z test_output_match_unsqueeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8306560Z test_output_match_unsqueeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8351042Z test_output_match_unsqueeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8395683Z test_output_match_unsqueeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8441298Z test_output_match_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8489183Z test_output_match_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:28.8534178Z test_output_match_var_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8578672Z test_output_match_var_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8622250Z test_output_match_vdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8665599Z test_output_match_vdot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8708829Z test_output_match_vdot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8752172Z test_output_match_vdot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8795136Z test_output_match_vdot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8837917Z test_output_match_view_as_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8880803Z test_output_match_view_as_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8923641Z test_output_match_view_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.8966791Z test_output_match_view_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9009654Z test_output_match_view_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9053146Z test_output_match_view_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9096157Z test_output_match_view_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9139267Z test_output_match_view_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9182271Z test_output_match_view_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9224818Z test_output_match_view_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9267595Z test_output_match_view_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9309918Z test_output_match_view_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9352314Z test_output_match_view_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9395110Z test_output_match_view_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9437371Z test_output_match_view_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9480154Z test_output_match_view_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9522716Z test_output_match_vsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9565868Z test_output_match_vsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9608636Z test_output_match_vsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9651577Z test_output_match_vsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9694312Z test_output_match_vsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9737068Z test_output_match_vsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9781561Z test_output_match_vsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9826221Z test_output_match_vstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9871681Z test_output_match_vstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9916485Z test_output_match_vstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:28.9961203Z test_output_match_vstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0006709Z test_output_match_vstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0051956Z test_output_match_vstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0095442Z test_output_match_vstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0138978Z test_output_match_where_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0182614Z test_output_match_where_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0226081Z test_output_match_where_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0269799Z test_output_match_where_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0313176Z test_output_match_where_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0356699Z test_output_match_where_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0400140Z test_output_match_where_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0443615Z test_output_match_xlogy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0487216Z test_output_match_xlogy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0531359Z test_output_match_xlogy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0574790Z test_output_match_xlogy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0618758Z test_output_match_xlogy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0662729Z test_output_match_xlogy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0707132Z test_output_match_xlogy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0751679Z test_output_match_zero__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0796388Z test_output_match_zero__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0841083Z test_output_match_zero__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0884703Z test_output_match_zero__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0928031Z test_output_match_zero__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.0972163Z test_output_match_zero__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1015406Z test_output_match_zero__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1058506Z test_output_match_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1101714Z test_output_match_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1144552Z test_output_match_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1187685Z test_output_match_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1230732Z test_output_match_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1275041Z test_output_match_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1320148Z test_output_match_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1365369Z test_output_match_zeros_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1410980Z test_output_match_zeros_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1456217Z test_output_match_zeros_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1502282Z test_output_match_zeros_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:29.1547451Z test_output_match_zeros_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1591844Z test_output_match_zeros_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1635282Z test_output_match_zeros_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:29.1636046Z 2022-09-27T16:00:29.1636493Z ---------------------------------------------------------------------- 2022-09-27T16:00:29.1636958Z Ran 2843 tests in 12.340s 2022-09-27T16:00:29.1637175Z 2022-09-27T16:00:29.1637293Z OK (skipped=2843) 2022-09-27T16:00:29.1637410Z 2022-09-27T16:00:29.1637857Z Generating XML reports... 2022-09-27T16:00:29.5269024Z Generated XML report: test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927160016.xml 2022-09-27T16:00:30.0013026Z Running test_ops_gradients ... [2022-09-27 16:00:30.000907] 2022-09-27T16:00:30.0013554Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:30.000995] 2022-09-27T16:00:32.6599500Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml 2022-09-27T16:00:32.7412136Z ============================= test session starts ============================== 2022-09-27T16:00:32.7412669Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:00:32.7475373Z cachedir: .pytest_cache 2022-09-27T16:00:32.7476207Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T16:00:32.7476587Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:00:32.7477031Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:00:32.7478338Z 2022-09-27T16:00:32.7886141Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T16:00:32.7886419Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T16:00:32.7886586Z 2022-09-27T16:00:32.8379006Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T16:00:32.8379492Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T16:00:32.8379773Z 2022-09-27T16:00:32.8925516Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T16:00:32.8925983Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T16:00:32.8926261Z 2022-09-27T16:00:32.9343443Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T16:00:32.9344289Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T16:00:32.9344562Z 2022-09-27T16:00:33.1388929Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T16:00:33.1389666Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T16:00:33.1389929Z 2022-09-27T16:00:33.1691246Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-09-27T16:00:33.1691982Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T16:00:33.1692256Z 2022-09-27T16:00:33.2202665Z gw0 ok / gw1 ok / gw2 C / gw3 C 2022-09-27T16:00:33.2203421Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T16:00:33.2203691Z 2022-09-27T16:00:33.2735666Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-09-27T16:00:33.2736375Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T16:00:33.2736606Z 2022-09-27T16:00:36.6603088Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T16:00:36.6935843Z gw0 ok / gw1 [7528] / gw2 ok / gw3 ok 2022-09-27T16:00:36.7031224Z gw0 [7528] / gw1 [7528] / gw2 ok / gw3 ok 2022-09-27T16:00:36.7333779Z gw0 [7528] / gw1 [7528] / gw2 [7528] / gw3 ok 2022-09-27T16:00:36.7339703Z gw0 [7528] / gw1 [7528] / gw2 [7528] / gw3 [7528] 2022-09-27T16:00:36.7342241Z scheduling tests via LoadScheduling 2022-09-27T16:00:36.7740530Z 2022-09-27T16:00:36.7741087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T16:00:36.7741675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T16:00:36.7742015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T16:00:36.7745308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T16:00:36.7801913Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T16:00:36.7805882Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T16:00:36.7809124Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T16:00:36.7823840Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T16:00:36.7824384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T16:00:36.7824838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T16:00:36.7833894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T16:00:36.7849218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T16:00:36.7860336Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T16:00:36.7868422Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T16:00:36.7871163Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T16:00:36.8232546Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T16:00:36.8233175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T16:00:36.8233720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T16:00:36.8253343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T16:00:36.8283102Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T16:00:36.8285323Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T16:00:36.8294943Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T16:00:36.8316397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:00:36.8670801Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:00:36.8673664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T16:00:36.8674720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T16:00:36.8705728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T16:00:36.8708224Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T16:00:36.8711422Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T16:00:36.8716272Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T16:00:36.8737151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T16:00:36.9113275Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T16:00:36.9114128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T16:00:36.9114944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T16:00:36.9126159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T16:00:36.9146309Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T16:00:36.9147139Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T16:00:36.9155128Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T16:00:36.9176033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T16:00:36.9554365Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T16:00:36.9554998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:00:36.9555371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T16:00:36.9578743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:00:36.9588932Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T16:00:36.9591283Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:00:36.9598550Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:00:36.9620931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:00:36.9994713Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:00:36.9995760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:00:36.9997160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:00:37.0026493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:00:37.0029390Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:00:37.0036110Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:00:37.0042239Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:00:37.0066460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:00:37.0433421Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:00:37.0434357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:00:37.0435196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T16:00:37.0454383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:00:37.0466411Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T16:00:37.0469779Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:00:37.0476978Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:00:37.0499167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:00:37.0872649Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:00:37.0874391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T16:00:37.0875506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T16:00:37.0899909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:00:37.0910480Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T16:00:37.0913384Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T16:00:37.0919581Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:00:37.0941635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:00:37.1314621Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:00:37.1315295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:00:37.1315749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:00:37.1344266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T16:00:37.1351940Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T16:00:37.1354901Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:00:37.1363742Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:00:37.1387578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:00:37.1755075Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:00:37.1755874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T16:00:37.1756458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T16:00:37.1783493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T16:00:37.1785571Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T16:00:37.1788311Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T16:00:37.1795915Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T16:00:37.1818230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:00:37.2194501Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:00:37.2195138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T16:00:37.2195511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T16:00:37.2222381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T16:00:37.2229315Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T16:00:37.2233162Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T16:00:37.2237326Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T16:00:37.2255791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T16:00:37.2635016Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T16:00:37.2636411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T16:00:37.2636997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T16:00:37.2662369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T16:00:37.2669429Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T16:00:37.2672271Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T16:00:37.2677523Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T16:00:37.2698453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T16:00:37.3074286Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T16:00:37.3074820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T16:00:37.3075175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T16:00:37.3103129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T16:00:37.3105146Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T16:00:37.3114236Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T16:00:37.3123163Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T16:00:37.3143750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T16:00:37.3513085Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T16:00:37.3513822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T16:00:37.3514171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T16:00:37.3539521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:00:37.3546440Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T16:00:37.3549521Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T16:00:37.3556384Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:00:37.3576653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T16:00:37.3952534Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T16:00:37.3953035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T16:00:37.3953443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:37.3980271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T16:00:37.3987591Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T16:00:37.3990428Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T16:00:37.3997514Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:37.4021477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:37.4392819Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:37.4393460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T16:00:37.4394046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T16:00:37.4418102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T16:00:37.4424943Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T16:00:37.4427653Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T16:00:37.4434713Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T16:00:37.4454887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T16:00:37.4831631Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T16:00:37.4836804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T16:00:37.4838944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T16:00:37.4860617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T16:00:37.4871245Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T16:00:37.4874793Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T16:00:37.4879862Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T16:00:37.4900897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T16:00:37.5274496Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T16:00:37.5274895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T16:00:37.5275239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T16:00:37.5306520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T16:00:37.5309888Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T16:00:37.5312609Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T16:00:37.5317925Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T16:00:37.5338965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T16:00:37.5714759Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T16:00:37.5715192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T16:00:37.5715669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T16:00:37.5746560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T16:00:37.5750377Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T16:00:37.5753814Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T16:00:37.5759677Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T16:00:37.5781730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T16:00:37.6154685Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T16:00:37.6155189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T16:00:37.6155998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T16:00:37.6183407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T16:00:37.6191111Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T16:00:37.6194037Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T16:00:37.6201885Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T16:00:37.6225241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T16:00:37.6593845Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T16:00:37.6595912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T16:00:37.6596464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T16:00:37.6606846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:37.6621716Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T16:00:37.6624376Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:37.6631595Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T16:00:37.6644542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T16:00:37.7033621Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T16:00:37.7034301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:37.7034666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T16:00:37.7055446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T16:00:37.7066927Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T16:00:37.7069347Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T16:00:37.7075448Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:37.7098263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T16:00:37.7473824Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T16:00:37.7474786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T16:00:37.7476087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T16:00:37.7500196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T16:00:37.7507612Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T16:00:37.7511268Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T16:00:37.7518796Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T16:00:37.7541388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T16:00:37.7914325Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T16:00:37.7914891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T16:00:37.7915256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T16:00:37.7934643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:00:37.7947732Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:00:37.7950414Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T16:00:37.7957905Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T16:00:37.7979027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:00:37.8354087Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:00:37.8354850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:00:37.8355462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:00:37.8382261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:00:37.8393061Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:00:37.8395833Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:00:37.8403533Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:00:37.8431006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:00:37.8794072Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:00:37.8794999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:00:37.8795601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:00:37.8822344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T16:00:37.8827971Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T16:00:37.8831193Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:00:37.8838236Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:00:37.8860579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T16:00:37.9232270Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T16:00:37.9232673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T16:00:37.9233323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T16:00:37.9266188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T16:00:37.9268156Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T16:00:37.9271619Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T16:00:37.9278714Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T16:00:37.9302254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T16:00:37.9673747Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T16:00:37.9675293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:00:37.9675706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T16:00:37.9700813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T16:00:37.9707810Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T16:00:37.9710484Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:00:37.9717707Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T16:00:37.9737754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T16:00:38.0112695Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T16:00:38.0113656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:00:38.0115066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:00:38.0140649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T16:00:38.0143213Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:00:38.0150546Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T16:00:38.0155555Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:00:38.0177338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:00:38.0553838Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:00:38.0554377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T16:00:38.0555344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:00:38.0579988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T16:00:38.0591711Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T16:00:38.0594362Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T16:00:38.0598227Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:00:38.0618491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:00:38.0990994Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:00:38.0992076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T16:00:38.0992852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T16:00:38.1018117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T16:00:38.1024908Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T16:00:38.1027577Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T16:00:38.1034566Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T16:00:38.1435307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T16:00:38.1436223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T16:00:38.1437395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T16:00:38.1465456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T16:00:38.1471678Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T16:00:38.1474615Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T16:00:38.1527669Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T16:00:38.1536827Z [gw2] [ 1%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T16:00:38.1556309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T16:00:38.1870202Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T16:00:38.1871086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:00:38.1872123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T16:00:38.1900056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T16:00:38.1903062Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T16:00:38.1906299Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:00:38.1944384Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T16:00:38.1963807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:00:38.2312538Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:00:38.2313162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T16:00:38.2313743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:00:38.2339623Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:00:38.2341783Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T16:00:38.2344209Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:00:38.2384354Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:00:38.2403682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T16:00:38.2752570Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T16:00:38.2753206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T16:00:38.2753776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T16:00:38.2774457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T16:00:38.2785183Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T16:00:38.2787478Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T16:00:38.2824591Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T16:00:38.2844182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T16:00:38.3191319Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T16:00:38.3192625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T16:00:38.3195089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T16:00:38.3218702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T16:00:38.3232156Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T16:00:38.3234434Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T16:00:38.3264249Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T16:00:38.3283688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T16:00:38.3633139Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T16:00:38.3633540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T16:00:38.3633895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T16:00:38.3663775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T16:00:38.3666499Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T16:00:38.3669040Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T16:00:38.3703996Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T16:00:38.3725391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T16:00:38.4072250Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T16:00:38.4072983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:00:38.4073430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T16:00:38.4096430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:00:38.4102782Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T16:00:38.4109696Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:00:38.4144421Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:00:38.4164283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:38.4512256Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:38.4512948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T16:00:38.4513500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:00:38.4543542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T16:00:38.4545318Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:00:38.4547407Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T16:00:38.4584523Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T16:00:38.4603533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T16:00:38.4950407Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T16:00:38.4952855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T16:00:38.4958362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T16:00:38.4982213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T16:00:38.4984883Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T16:00:38.4987257Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T16:00:38.5023927Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T16:00:38.5043150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T16:00:38.5389513Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T16:00:38.5391838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T16:00:38.5393145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:00:38.5423658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T16:00:38.5426156Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:00:38.5428746Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T16:00:38.5465664Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T16:00:38.5487944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:00:38.5834419Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:00:38.5834890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T16:00:38.5835326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T16:00:38.5864568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T16:00:38.5871977Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T16:00:38.5873798Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T16:00:38.5905242Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T16:00:38.5926096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T16:00:38.6272973Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T16:00:38.6273483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T16:00:38.6273837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T16:00:38.6302749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T16:00:38.6307371Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T16:00:38.6309685Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T16:00:38.6345393Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T16:00:38.6367209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T16:00:38.6712946Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T16:00:38.6713561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T16:00:38.6714136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:00:38.6741129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T16:00:38.6747673Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:00:38.6749677Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T16:00:38.6784861Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T16:00:38.6804957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:00:38.7153095Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:00:38.7153803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T16:00:38.7154412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T16:00:38.7173193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T16:00:38.7185720Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T16:00:38.7188610Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T16:00:38.7224693Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T16:00:38.7245165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:00:38.7594775Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:00:38.7595461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T16:00:38.7596050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T16:00:38.7621692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T16:00:38.7631173Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T16:00:38.7632975Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T16:00:38.7664831Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T16:00:38.7686307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T16:00:38.8033561Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T16:00:38.8034318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T16:00:38.8034881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T16:00:38.8085172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:00:38.8091699Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T16:00:38.8094045Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T16:00:38.8104725Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:00:38.8123979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T16:00:38.8473942Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T16:00:38.8474827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T16:00:38.8475841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T16:00:38.8503573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:00:38.8509693Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:00:38.8512461Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T16:00:38.8547386Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T16:00:38.8566989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:00:38.8913574Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:00:38.8914237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:00:38.8914876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:00:38.8947847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T16:00:38.8949773Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:00:38.8952001Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T16:00:38.8987084Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:00:38.9006920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T16:00:38.9354419Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T16:00:38.9354978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T16:00:38.9355352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T16:00:38.9383169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T16:00:38.9389866Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T16:00:38.9392093Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T16:00:38.9425374Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T16:00:38.9445604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T16:00:38.9793734Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T16:00:38.9794366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T16:00:38.9794945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T16:00:38.9824305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T16:00:38.9827231Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T16:00:38.9829181Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T16:00:38.9866085Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T16:00:38.9886839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T16:00:39.0231867Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T16:00:39.0235606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T16:00:39.0236337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T16:00:39.0264507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T16:00:39.0270678Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T16:00:39.0273207Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T16:00:39.0307267Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T16:00:39.0329930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T16:00:39.0671103Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T16:00:39.0673186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T16:00:39.0674467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T16:00:39.0697575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T16:00:39.0705404Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T16:00:39.0711973Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T16:00:39.0744173Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T16:00:39.0765000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T16:00:39.1111191Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T16:00:39.1112152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T16:00:39.1113713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T16:00:39.1139942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T16:00:39.1145852Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T16:00:39.1148211Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T16:00:39.1184364Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T16:00:39.1204568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T16:00:39.1552809Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T16:00:39.1553398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T16:00:39.1553983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T16:00:39.1580909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T16:00:39.1588166Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T16:00:39.1591041Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T16:00:39.1628001Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T16:00:39.1650707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T16:00:39.1995753Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T16:00:39.1996412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T16:00:39.1997014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T16:00:39.2025611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T16:00:39.2028180Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T16:00:39.2030630Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T16:00:39.2065556Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T16:00:39.2087954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T16:00:39.2433390Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T16:00:39.2434080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:00:39.2434581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:00:39.2463119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T16:00:39.2465675Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:00:39.2473158Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:00:39.2506181Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T16:00:39.2527498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:00:39.2873255Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:00:39.2873812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:00:39.2874270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:00:39.2895447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T16:00:39.2902006Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T16:00:39.2910530Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:00:39.2944866Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:00:39.2965636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:00:39.3314329Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:00:39.3315000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:00:39.3315576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:00:39.3342289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:00:39.3348837Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:00:39.3351202Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:00:39.3387804Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:00:39.3408237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:00:39.3754500Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:00:39.3755310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:00:39.3755976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:00:39.3782778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:00:39.3789279Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:00:39.3791702Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:00:39.3826073Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:00:39.3848470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:00:39.4193839Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:00:39.4194510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:00:39.4195089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:00:39.4221611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:00:39.4229638Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:00:39.4232621Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:00:39.4265231Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:00:39.4285662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:00:39.4633363Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:00:39.4633963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:00:39.4636081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:00:39.4656944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:00:39.4667689Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:00:39.4669750Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:00:39.4704683Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:00:39.4729906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:00:39.5073381Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:00:39.5073950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:00:39.5074528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:00:39.5099706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:00:39.5105806Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:00:39.5113430Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:00:39.5145536Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:00:39.5168196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:00:39.5513804Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:00:39.5514334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:00:39.5514686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:00:39.5540246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:00:39.5547901Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:00:39.5553421Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:00:39.5585542Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:00:39.5607152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:00:39.5953503Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:00:39.5954044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:00:39.5954517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T16:00:39.5986013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:00:39.5992994Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:00:39.5996458Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T16:00:39.6026294Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:00:39.6048208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:00:39.6395368Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:00:39.6396014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T16:00:39.6396585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T16:00:39.6425371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T16:00:39.6427613Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T16:00:39.6430046Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T16:00:39.6466358Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T16:00:39.6487193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T16:00:39.6835613Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T16:00:39.6836045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T16:00:39.6836463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T16:00:39.6863178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T16:00:39.6873827Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T16:00:39.6876159Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T16:00:39.6905798Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T16:00:39.6929675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T16:00:39.7274185Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T16:00:39.7274792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T16:00:39.7275385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T16:00:39.7307011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T16:00:39.7309305Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T16:00:39.7311683Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T16:00:39.7346667Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T16:00:39.7368618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T16:00:39.7713691Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T16:00:39.7714186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T16:00:39.7714538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T16:00:39.7740412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T16:00:39.7746477Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T16:00:39.7748988Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T16:00:39.7789052Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T16:00:39.7810001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T16:00:39.8152245Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T16:00:39.8157359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T16:00:39.8157887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T16:00:39.8185165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T16:00:39.8187426Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T16:00:39.8189620Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T16:00:39.8225360Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T16:00:39.8245929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T16:00:39.8594169Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T16:00:39.8594596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T16:00:39.8595068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T16:00:39.8618164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T16:00:39.8624140Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T16:00:39.8631851Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T16:00:39.8664219Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T16:00:39.8684009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T16:00:39.9032740Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T16:00:39.9033468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T16:00:39.9033821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T16:00:39.9064221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T16:00:39.9066265Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T16:00:39.9068935Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T16:00:39.9105216Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T16:00:39.9125588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T16:00:39.9475044Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T16:00:39.9475758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T16:00:39.9476320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T16:00:39.9504810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T16:00:39.9511566Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T16:00:39.9514071Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T16:00:39.9546002Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T16:00:39.9569296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T16:00:39.9912836Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T16:00:39.9913426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T16:00:39.9913994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T16:00:39.9936189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T16:00:39.9942422Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T16:00:39.9950272Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T16:00:39.9984378Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T16:00:40.0003905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T16:00:40.0353751Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T16:00:40.0354850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T16:00:40.0355456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T16:00:40.0377587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T16:00:40.0387466Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T16:00:40.0389616Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T16:00:40.0425011Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T16:00:40.0444840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T16:00:40.0793209Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T16:00:40.0793913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T16:00:40.0794797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T16:00:40.0825271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T16:00:40.0827551Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T16:00:40.0830176Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T16:00:40.0864959Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T16:00:40.0885054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T16:00:40.1234576Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T16:00:40.1235257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T16:00:40.1235688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T16:00:40.1261907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T16:00:40.1268915Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T16:00:40.1272335Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T16:00:40.1304543Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T16:00:40.1325970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T16:00:40.1674119Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T16:00:40.1675343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T16:00:40.1675926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T16:00:40.1703493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T16:00:40.1710989Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T16:00:40.1713380Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T16:00:40.1744495Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T16:00:40.1765980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T16:00:40.2113063Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T16:00:40.2113727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T16:00:40.2114601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T16:00:40.2142456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T16:00:40.2144562Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T16:00:40.2146975Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T16:00:40.2185218Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T16:00:40.2204278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T16:00:40.2552289Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T16:00:40.2553280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T16:00:40.2554161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T16:00:40.2582191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T16:00:40.2585461Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T16:00:40.2588292Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T16:00:40.2624291Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T16:00:40.2644113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T16:00:40.2992913Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T16:00:40.2993614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T16:00:40.2994211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T16:00:40.3019307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T16:00:40.3026287Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T16:00:40.3029582Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T16:00:40.3064678Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T16:00:40.3084385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T16:00:40.3433138Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T16:00:40.3433538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T16:00:40.3433890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T16:00:40.3458817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T16:00:40.3465794Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T16:00:40.3468839Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T16:00:40.3504570Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T16:00:40.3523605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T16:00:40.3873448Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T16:00:40.3874159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T16:00:40.3898626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T16:00:40.3899217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T16:00:40.3905895Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T16:00:40.3908428Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T16:00:40.3944364Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T16:00:40.3966097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T16:00:40.4313785Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T16:00:40.4314438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T16:00:40.4315012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T16:00:40.4343968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:40.4345962Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:40.4347966Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T16:00:40.4384292Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T16:00:40.4407724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T16:00:40.4750319Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T16:00:40.4753848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:00:40.4754662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:40.4780294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:40.4783108Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:40.4789537Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:40.4824423Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:00:40.4843820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:40.5191563Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:40.5192279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:00:40.5192936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:40.5220574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:00:40.5222675Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:00:40.5224844Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:00:40.5264168Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:40.5284348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:40.5632772Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:40.5633684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T16:00:40.5634251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T16:00:40.5657100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:00:40.5666231Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T16:00:40.5669032Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T16:00:40.5704708Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:00:40.5725603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T16:00:40.6070401Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T16:00:40.6070990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T16:00:40.6072133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T16:00:40.6102317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T16:00:40.6104686Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T16:00:40.6106886Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T16:00:40.6144593Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T16:00:40.6164994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T16:00:40.6511935Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T16:00:40.6512351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:00:40.6512740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T16:00:40.6532148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T16:00:40.6543965Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T16:00:40.6546434Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T16:00:40.6585266Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:00:40.6607731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:40.6954713Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:40.6955514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:40.6957542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:40.6981515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:00:40.6989423Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:00:40.6995140Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:40.7026111Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:40.7047409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:00:40.7392736Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:00:40.7393715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T16:00:40.7394840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:00:40.7425183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:00:40.7426959Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T16:00:40.7429140Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:00:40.7464987Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:00:40.7486875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:00:40.7831792Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:00:40.7832412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:00:40.7833328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:40.7854475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:00:40.7868730Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:40.7870839Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:00:40.7904437Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:00:40.7924936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:00:40.8274174Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:00:40.8274590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:00:40.8275040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:00:40.8299271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:00:40.8307174Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:00:40.8310388Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:00:40.8344505Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:00:40.8364162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:40.8711877Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:40.8712667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:40.8713093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:40.8741835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:00:40.8744977Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:40.8747186Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:00:40.8785162Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:40.8805004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:40.9153279Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:40.9153971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:00:40.9154557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:00:40.9172391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:40.9185606Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:00:40.9187664Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:00:40.9224197Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:40.9247379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:40.9594546Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:40.9595521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:40.9596130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:40.9627729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:40.9629301Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:40.9631970Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:40.9666835Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:40.9690323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:41.0034073Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:41.0035156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:00:41.0035817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:41.0049217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:41.0064145Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:00:41.0068136Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:41.0107275Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:41.0121407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:41.0474721Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:41.0475878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:41.0477044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:00:41.0502309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:41.0509441Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:41.0512613Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:41.0546479Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:00:41.0568617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:41.0912124Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:41.0914194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:41.0919311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:41.0941120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:41.0951077Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:41.0955799Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:41.0985579Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:41.1006951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:41.1355215Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:41.1390383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:41.1390928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:41.1391358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:41.1400831Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:41.1403036Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:41.1425097Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:41.1448292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:41.1793196Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:41.1793713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:41.1794115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:41.1823514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:41.1829845Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:41.1831602Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:41.1865402Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:41.1886003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:41.2234999Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:41.2235716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:41.2236357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:41.2259620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:41.2270733Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:41.2273225Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:41.2305286Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:41.2325120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:41.2674682Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:41.2675203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:41.2675583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:00:41.2703448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:00:41.2711079Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:00:41.2713705Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:41.2745652Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:00:41.2768720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:41.3113987Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:41.3114703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:41.3115316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:00:41.3136438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:00:41.3145269Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:41.3149114Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:00:41.3185032Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:00:41.3207002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:41.3553414Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:41.3554116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:41.3554734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:00:41.3577026Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:41.3584837Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:00:41.3588519Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:41.3625065Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:41.3645975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:00:41.3992647Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:00:41.3993290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:00:41.3993854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:41.4021789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:00:41.4024553Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:00:41.4026551Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:41.4065419Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:00:41.4090107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:00:41.4433113Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:00:41.4436845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:41.4437279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:00:41.4456057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:41.4469063Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:41.4472658Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:41.4507975Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:00:41.4528712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:41.4871550Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:41.4874636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:00:41.4876253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:00:41.4897807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:00:41.4903778Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:00:41.4910540Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:00:41.4944460Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:00:41.4964993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:41.5312622Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:41.5313173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:41.5313877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:41.5342913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:41.5345036Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:41.5351957Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:41.5385130Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:41.5406480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:41.5754657Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:41.5756016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:00:41.5758217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:00:41.5787301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:00:41.5790601Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:00:41.5792608Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:00:41.5827435Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:00:41.5848703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:41.6193830Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:41.6194468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:41.6195082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T16:00:41.6221369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:41.6229291Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T16:00:41.6232023Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:41.6266047Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:41.6286326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T16:00:41.6634201Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T16:00:41.6634860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T16:00:41.6635447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T16:00:41.6658956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T16:00:41.6666329Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T16:00:41.6672095Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T16:00:41.6706125Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T16:00:41.6726563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T16:00:41.7074134Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T16:00:41.7074800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T16:00:41.7075389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T16:00:41.7104604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T16:00:41.7106737Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T16:00:41.7108657Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T16:00:41.7144993Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T16:00:41.7166095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T16:00:41.7515049Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T16:00:41.7515739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T16:00:41.7517916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:00:41.7547080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:41.7562009Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:00:41.7563986Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:41.7586538Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T16:00:41.7609618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:00:41.7953682Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:00:41.7954086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:00:41.7954916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T16:00:41.7974636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T16:00:41.7986413Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:00:41.7988500Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T16:00:41.8065756Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T16:00:41.8088171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T16:00:41.8393886Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T16:00:41.8394528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T16:00:41.8395131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T16:00:41.8425202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T16:00:41.8427498Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T16:00:41.8429407Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T16:00:41.8505720Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T16:00:41.8527033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T16:00:41.8834075Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T16:00:41.8834716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:00:41.8835300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T16:00:41.8865580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T16:00:41.8867652Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T16:00:41.8869747Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:00:41.8945499Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T16:00:41.8969014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T16:00:41.9271754Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T16:00:41.9274640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T16:00:41.9275314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T16:00:41.9304340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T16:00:41.9306166Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T16:00:41.9308130Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T16:00:41.9385332Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T16:00:41.9405181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T16:00:41.9713174Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T16:00:41.9713760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T16:00:41.9714454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T16:00:41.9740758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T16:00:41.9748690Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T16:00:41.9751089Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T16:00:41.9827444Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T16:00:41.9846894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T16:00:42.0154031Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T16:00:42.0154572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:00:42.0154939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:00:42.0186530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T16:00:42.0189225Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T16:00:42.0191678Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:00:42.0265491Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:00:42.0287203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:00:42.0593447Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:00:42.0593925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T16:00:42.0594246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T16:00:42.0619808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T16:00:42.0626657Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T16:00:42.0629153Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T16:00:42.0705226Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T16:00:42.0726717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T16:00:42.1031378Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T16:00:42.1034070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:00:42.1034917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:00:42.1062494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T16:00:42.1066106Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:00:42.1068356Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:00:42.1144448Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T16:00:42.1163304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:00:42.1470365Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:00:42.1470946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T16:00:42.1471424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T16:00:42.1495103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T16:00:42.1501720Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T16:00:42.1504319Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T16:00:42.1583826Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T16:00:42.1601971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T16:00:42.1911970Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T16:00:42.1912632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:42.1913232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:00:42.1938856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:00:42.1944532Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:00:42.1946769Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:42.2024635Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:00:42.2044408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T16:00:42.2353331Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T16:00:42.2353895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T16:00:42.2354253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:42.2379170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T16:00:42.2386222Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T16:00:42.2389620Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T16:00:42.2465340Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:42.2485173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T16:00:42.2789942Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T16:00:42.2792588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:42.2793336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:42.2815393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T16:00:42.2822993Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:42.2828070Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T16:00:42.2904569Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:42.2923440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:42.3230812Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:42.3233597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:42.3234213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T16:00:42.3260344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:42.3266293Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:42.3268768Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T16:00:42.3344829Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:42.3366013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:42.3673490Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:42.3674397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T16:00:42.3675280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T16:00:42.3700385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T16:00:42.3707050Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T16:00:42.3709368Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T16:00:42.3785007Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T16:00:42.3809006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T16:00:42.4113555Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T16:00:42.4114344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T16:00:42.4116968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T16:00:42.4146012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T16:00:42.4147764Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T16:00:42.4149795Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T16:00:42.4227126Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T16:00:42.4247503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T16:00:42.4553367Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T16:00:42.4554131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T16:00:42.4554853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T16:00:42.4582146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T16:00:42.4593836Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T16:00:42.4596030Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T16:00:42.4667516Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T16:00:42.4687753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T16:00:42.4994033Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T16:00:42.4994677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:00:42.4995270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:42.5022006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:42.5029225Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:42.5032346Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:00:42.5107825Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:42.5129862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:42.5433243Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:42.5434034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T16:00:42.5434735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T16:00:42.5465269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T16:00:42.5467480Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T16:00:42.5469697Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T16:00:42.5547941Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T16:00:42.5568311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T16:00:42.5871618Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T16:00:42.5873252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:00:42.5874413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T16:00:42.5897013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:00:42.5907404Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:00:42.5909744Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T16:00:42.5987128Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:00:42.6008591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T16:00:42.6312645Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T16:00:42.6313595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T16:00:42.6314145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:00:42.6344540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T16:00:42.6346577Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:00:42.6348627Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T16:00:42.6425475Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T16:00:42.6444801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T16:00:42.6752508Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T16:00:42.6753175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:00:42.6753711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T16:00:42.6781377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T16:00:42.6783746Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T16:00:42.6785604Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T16:00:42.6865284Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:00:42.6885567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T16:00:42.7193761Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T16:00:42.7195028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:00:42.7195696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T16:00:42.7226321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T16:00:42.7228584Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:00:42.7230380Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T16:00:42.7305517Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T16:00:42.7325862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T16:00:42.7634628Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T16:00:42.7635272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:00:42.7635800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T16:00:42.7664629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T16:00:42.7667216Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T16:00:42.7669390Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T16:00:42.7745653Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:00:42.7766116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T16:00:42.8073696Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T16:00:42.8074491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:42.8075164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:42.8103381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:42.8106104Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:42.8109001Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:42.8185398Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:42.8206464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:42.8513468Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:42.8514241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:42.8514657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:42.8540093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:42.8547280Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:42.8550186Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:42.8624419Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:42.8647580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:42.8955577Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:42.8956227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:42.8956711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:42.8985044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:42.8991514Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:42.8993747Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:42.9066833Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:42.9086762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:42.9393055Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:42.9393706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:42.9394168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:42.9421154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:00:42.9428276Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:00:42.9431270Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:42.9505509Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:42.9525492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:42.9833939Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:42.9834382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:42.9834751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:42.9859192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:42.9867552Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:42.9870912Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:42.9944917Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:42.9965538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:43.0273617Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:43.0274398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:43.0275068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:43.0301586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:43.0308950Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:43.0312040Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:43.0388935Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:43.0412060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:43.0713088Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:43.0713892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:43.0714597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:43.0739986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:43.0747988Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:43.0751440Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:43.0827570Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:43.0847952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:43.1155379Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:43.1156123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:43.1156788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:00:43.1185973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:43.1187993Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:43.1190587Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:00:43.1266937Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:43.1318802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:43.1592267Z [gw2] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:43.1593629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:43.1594489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:43.1617007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:43.1626710Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:43.1628752Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:43.1707565Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:43.1728341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:43.2034723Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:43.2035462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:00:43.2038609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:43.2062066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:43.2070011Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:43.2072360Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:43.2148067Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:00:43.2168077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:00:43.2473703Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:00:43.2474405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:43.2474803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:43.2495235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:43.2586676Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:43.2608295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:43.2700859Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:43.2739716Z [gw3] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:43.2911943Z [gw0] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:43.2912561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:43.2914417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:43.2942021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:43.2948276Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:43.2950463Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:43.3026402Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:43.3047993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:43.3353939Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:43.3354558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:43.3355237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:43.3386359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:43.3388958Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:43.3391155Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:43.3465296Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:43.3493844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:43.3793837Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:43.3794516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:43.3795133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:43.3822737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:43.3829920Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:43.3832395Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:43.3906865Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:43.3929090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:43.4233620Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:43.4234263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:43.4234871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:43.4258360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:43.4264829Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:43.4271935Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:43.4346825Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:43.4368325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:43.4673644Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:43.4674306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:00:43.4674935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:43.4700725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:43.4706803Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:00:43.4709062Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:43.4788317Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:43.4809954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:43.5115310Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:43.5116024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:43.5116677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:43.5142857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:43.5149511Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:43.5151432Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:43.5228159Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:43.5250895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:43.5552583Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:43.5553297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:43.5553934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:00:43.5583671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:43.5585814Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:43.5587996Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:43.5666211Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:00:43.5688216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:00:43.5993517Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:00:43.5994568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:00:43.5994980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:43.6018896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:43.6025771Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:43.6028722Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:43.6105322Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:00:43.6126542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:00:43.6435230Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:00:43.6436156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:00:43.6436730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:00:43.6454137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:00:43.6478395Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:00:43.6488851Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:00:43.6548855Z [gw1] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:00:43.6570272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:00:43.6873615Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:00:43.6874276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:00:43.6874917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:00:43.6906409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:00:43.6908817Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:00:43.6911132Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:00:43.6987820Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:00:43.7008707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:00:43.7314045Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:00:43.7314731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:00:43.7315351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:00:43.7341075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:00:43.7348572Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:00:43.7351185Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:00:43.7425891Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:00:43.7445630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:00:43.7750590Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:00:43.7753905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:00:43.7754617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:00:43.7778603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:00:43.7785928Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:00:43.7791280Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:00:43.7864538Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:00:43.7886203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:00:43.8194079Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:00:43.8194923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:00:43.8195735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:00:43.8215480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:00:43.8226494Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:00:43.8285387Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:00:43.8305886Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:00:43.8330476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:00:43.8634344Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:00:43.8635036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:00:43.8635620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:00:43.8662925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:00:43.8670027Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:00:43.8672397Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:00:43.8745501Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:00:43.8767519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:00:43.9073558Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:00:43.9074064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:00:43.9074521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:00:43.9103906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:00:43.9105918Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:00:43.9108528Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:00:43.9185222Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:00:43.9205420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:00:43.9515110Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:00:43.9515808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:00:43.9516671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:00:43.9538382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:00:43.9544338Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:00:43.9550323Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:00:43.9624669Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:00:43.9646525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:00:43.9953936Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:00:43.9954662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:00:43.9955324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:00:43.9984609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:00:43.9987408Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:00:43.9989199Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:00:44.0065193Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:00:44.0085116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:00:44.0393538Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:00:44.0394300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:00:44.0396111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:00:44.0422538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:00:44.0428649Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:00:44.0431059Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:00:44.0505091Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:00:44.0525709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:00:44.0830408Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:00:44.0832787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:00:44.0833826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:00:44.0862757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:00:44.0865532Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:00:44.0868041Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:00:44.0945111Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:00:44.0965350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:00:44.1270521Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:00:44.1273489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:00:44.1274010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:00:44.1301101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:00:44.1303404Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:00:44.1306157Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:00:44.1385283Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:00:44.1406544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:00:44.1711462Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:00:44.1714347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T16:00:44.1715140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:00:44.1744028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T16:00:44.1746165Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:00:44.1748196Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T16:00:44.1824871Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T16:00:44.1845206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T16:00:44.2152066Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T16:00:44.2152679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:00:44.2153281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:00:44.2183021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T16:00:44.2185179Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:00:44.2187271Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T16:00:44.2265655Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:00:44.2286096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T16:00:44.2593567Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T16:00:44.2594181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T16:00:44.2594764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T16:00:44.2612225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:00:44.2623204Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T16:00:44.2630957Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T16:00:44.2705612Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:00:44.2725617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:00:44.3032876Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:00:44.3033501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:00:44.3034074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T16:00:44.3047870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T16:00:44.3058962Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:00:44.3064790Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T16:00:44.3145198Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T16:00:44.3169728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T16:00:44.3473954Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T16:00:44.3474563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T16:00:44.3475099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T16:00:44.3501185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T16:00:44.3508065Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T16:00:44.3510522Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T16:00:44.3585092Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T16:00:44.3605107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T16:00:44.3914130Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T16:00:44.3914786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:00:44.3915360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T16:00:44.3941049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T16:00:44.3948167Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:00:44.3951206Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T16:00:44.4025206Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T16:00:44.4046389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T16:00:44.4351014Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T16:00:44.4354231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:44.4355014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T16:00:44.4377865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T16:00:44.4383668Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T16:00:44.4390301Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:44.4467382Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T16:00:44.4488534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T16:00:44.4794372Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T16:00:44.4795017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:44.4796271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:44.4816727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:44.4819450Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:44.4821693Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:44.4906605Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:44.4920289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:44.5234182Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:44.5234828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T16:00:44.5235399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T16:00:44.5264308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T16:00:44.5266573Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T16:00:44.5268873Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T16:00:44.5347661Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T16:00:44.5367486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T16:00:44.5673963Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T16:00:44.5674371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T16:00:44.5674713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T16:00:44.5703282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T16:00:44.5705951Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T16:00:44.5708000Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T16:00:44.5787829Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T16:00:44.5809006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T16:00:44.6112350Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T16:00:44.6113001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T16:00:44.6113550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T16:00:44.6140943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T16:00:44.6146649Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T16:00:44.6148985Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T16:00:44.6226217Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T16:00:44.6247548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T16:00:44.6553887Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T16:00:44.6554380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T16:00:44.6554814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T16:00:44.6584885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T16:00:44.6587740Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T16:00:44.6589967Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T16:00:44.6664892Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T16:00:44.6684243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T16:00:44.6992210Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T16:00:44.6993441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T16:00:44.6993834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T16:00:44.7023570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T16:00:44.7032426Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T16:00:44.7035606Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T16:00:44.7104395Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T16:00:44.7125772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T16:00:44.7430827Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T16:00:44.7432888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:00:44.7434455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T16:00:44.7465607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T16:00:44.7467854Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T16:00:44.7470030Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:00:44.7544844Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T16:00:44.7568254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T16:00:44.7873068Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T16:00:44.7873718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T16:00:44.7874391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T16:00:44.7905539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T16:00:44.7908447Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T16:00:44.7911009Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T16:00:44.7985231Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T16:00:44.8007269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T16:00:44.8311818Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T16:00:44.8312538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:00:44.8313113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T16:00:44.8343729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T16:00:44.8345919Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T16:00:44.8348201Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T16:00:44.8424816Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:00:44.8445410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:00:44.8751564Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:00:44.8752191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T16:00:44.8752905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T16:00:44.8779212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:00:44.8787035Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T16:00:44.8790236Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:00:44.8865915Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T16:00:44.8886850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T16:00:44.9192912Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T16:00:44.9194015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T16:00:44.9194842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T16:00:44.9216702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T16:00:44.9223410Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T16:00:44.9230106Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T16:00:44.9305335Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T16:00:44.9327891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T16:00:44.9633077Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T16:00:44.9633696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:00:44.9634271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:00:44.9664766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:00:44.9667366Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:00:44.9669768Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:00:44.9745034Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:00:44.9764798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:00:45.0073473Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:00:45.0074152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T16:00:45.0074693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T16:00:45.0101218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T16:00:45.0107492Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T16:00:45.0109741Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T16:00:45.0185820Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T16:00:45.0206070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T16:00:45.0513473Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T16:00:45.0514225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T16:00:45.0514766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:00:45.0532153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:45.0543168Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:45.0545151Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:00:45.0626023Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T16:00:45.0639616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:00:45.0954149Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:00:45.0955557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T16:00:45.0956178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:00:45.0981392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T16:00:45.0987852Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T16:00:45.0994978Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T16:00:45.1067827Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:00:45.1087430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T16:00:45.1390890Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T16:00:45.1392702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:00:45.1393268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T16:00:45.1415563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T16:00:45.1421560Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:00:45.1427933Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T16:00:45.1506238Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T16:00:45.1525988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T16:00:45.1833977Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T16:00:45.1834459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:45.1834944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:45.1855403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:45.1868443Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:45.1870750Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:45.1945511Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:45.1966326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:45.2273877Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:45.2274374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:45.2274745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:45.2304819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T16:00:45.2311538Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T16:00:45.2317054Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:45.2388080Z [gw3] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:45.2428503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:45.2711854Z [gw2] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:45.2714329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T16:00:45.2715206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T16:00:45.2743364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T16:00:45.2750804Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T16:00:45.2753413Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T16:00:45.2827587Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T16:00:45.2847601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T16:00:45.3153823Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T16:00:45.3154511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T16:00:45.3155007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:00:45.3182466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T16:00:45.3189621Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T16:00:45.3192199Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T16:00:45.3267853Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:00:45.3287811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T16:00:45.3593397Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T16:00:45.3593849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T16:00:45.3594243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T16:00:45.3621976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T16:00:45.3630330Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T16:00:45.3632932Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T16:00:45.3708144Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T16:00:45.3727414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T16:00:45.4033231Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T16:00:45.4033859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T16:00:45.4034451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T16:00:45.4061647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T16:00:45.4071256Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T16:00:45.4073778Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T16:00:45.4147876Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T16:00:45.4168088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T16:00:45.4471539Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T16:00:45.4475371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:45.4475771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:00:45.4497171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T16:00:45.4507978Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:45.4510414Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T16:00:45.4587506Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:00:45.4608587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T16:00:45.4913603Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T16:00:45.4914305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T16:00:45.4914958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:45.4941085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:45.4948653Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:45.4951008Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T16:00:45.5027977Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:45.5048815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:45.5351440Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:45.5354165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:00:45.5355153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:00:45.5386851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:00:45.5388838Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:00:45.5391060Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:00:45.5466320Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:00:45.5486328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:00:45.5793560Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:00:45.5794268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:45.5794964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:45.5806783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:00:45.5816707Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:45.5824028Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:45.5906315Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:00:45.5926404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:45.6233531Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:45.6234270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T16:00:45.6234975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:45.6258874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:45.6266214Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:45.6268772Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T16:00:45.6348033Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:45.6369630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:00:45.6674352Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:00:45.6675003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T16:00:45.6675619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:45.6706598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T16:00:45.6708918Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:45.6711243Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T16:00:45.6787877Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T16:00:45.6807502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T16:00:45.7114178Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T16:00:45.7114879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:45.7115559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:45.7131246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:45.7149716Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:45.7151823Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:45.7232439Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:45.7254946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:00:45.7554595Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:00:45.7555248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:00:45.7555898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:45.7581987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:45.7588759Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:45.7591759Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:45.7667576Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:00:45.7688131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:45.7993347Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:45.7994276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:00:45.7995092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:45.8022425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:45.8029862Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:45.8033042Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:00:45.8108158Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:45.8130699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:45.8435102Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:45.8435792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:45.8436285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:45.8454943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:45.8462775Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:45.8465705Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:45.8548849Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:45.8562477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:45.8874550Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:45.8875257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T16:00:45.8875878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:45.8901997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:00:45.8908682Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:45.8910673Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T16:00:45.8987196Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:00:45.9008578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T16:00:45.9313550Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T16:00:45.9314214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:00:45.9314793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T16:00:45.9345092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:00:45.9347217Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:00:45.9350006Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:00:45.9426625Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T16:00:45.9447051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T16:00:45.9754864Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T16:00:45.9755576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:00:45.9756631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T16:00:45.9790242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T16:00:45.9792352Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T16:00:45.9794474Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T16:00:45.9868568Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:00:45.9888481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T16:00:46.0224068Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T16:00:46.0228100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T16:00:46.0228977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T16:00:46.0231593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T16:00:46.0235069Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T16:00:46.0238387Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T16:00:46.0308516Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T16:00:46.0327965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T16:00:46.0634127Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T16:00:46.0634846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T16:00:46.0635446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T16:00:46.0660060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T16:00:46.0667077Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T16:00:46.0669822Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T16:00:46.0748602Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T16:00:46.0769707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T16:00:46.1073944Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T16:00:46.1074532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T16:00:46.1075107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T16:00:46.1101187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T16:00:46.1107825Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T16:00:46.1110265Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T16:00:46.1186588Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T16:00:46.1208158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T16:00:46.1513665Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T16:00:46.1514735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:00:46.1515162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T16:00:46.1544440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T16:00:46.1546499Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:00:46.1549217Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T16:00:46.1624423Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T16:00:46.1646270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T16:00:46.1953844Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T16:00:46.1954446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:00:46.1955390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:00:46.1979850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T16:00:46.1990654Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:00:46.1993304Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T16:00:46.2065941Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:00:46.2086755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T16:00:46.2391648Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T16:00:46.2394124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T16:00:46.2395528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T16:00:46.2419986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T16:00:46.2430614Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T16:00:46.2432940Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T16:00:46.2505776Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T16:00:46.2527182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T16:00:46.2833718Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T16:00:46.2834105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T16:00:46.2835096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:00:46.2857744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:00:46.2865077Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T16:00:46.2872551Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:00:46.2945984Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:00:46.2968868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T16:00:46.3273765Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T16:00:46.3274383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T16:00:46.3274934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T16:00:46.3302238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T16:00:46.3309350Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T16:00:46.3312213Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T16:00:46.3385933Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T16:00:46.3406875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T16:00:46.3713052Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T16:00:46.3713702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T16:00:46.3714286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T16:00:46.3740164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:00:46.3746727Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T16:00:46.3749361Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:00:46.3825769Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T16:00:46.3845089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T16:00:46.4150026Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T16:00:46.4153718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T16:00:46.4154506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T16:00:46.4175061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T16:00:46.4182946Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T16:00:46.4190568Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T16:00:46.4264336Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T16:00:46.4285481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T16:00:46.4587231Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T16:00:46.4588839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:00:46.4591414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T16:00:46.4612698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T16:00:46.4618556Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T16:00:46.4625678Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:00:46.4703939Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T16:00:46.4722415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T16:00:46.5031619Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T16:00:46.5032139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T16:00:46.5032511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T16:00:46.5061749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:00:46.5064015Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:00:46.5065814Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T16:00:46.5144267Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T16:00:46.5165178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T16:00:46.5471348Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T16:00:46.5472242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:00:46.5473043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T16:00:46.5496752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T16:00:46.5503870Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T16:00:46.5509612Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:00:46.5584405Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T16:00:46.5604052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T16:00:46.5911168Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T16:00:46.5914543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:00:46.5915743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T16:00:46.5939239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T16:00:46.5945536Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:00:46.5948456Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T16:00:46.6026625Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T16:00:46.6046307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T16:00:46.6353929Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T16:00:46.6354976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T16:00:46.6355579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T16:00:46.6384828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T16:00:46.6386904Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T16:00:46.6388961Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T16:00:46.6464824Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T16:00:46.6487810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T16:00:46.6794127Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T16:00:46.6794751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T16:00:46.6795316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T16:00:46.6822012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T16:00:46.6829375Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T16:00:46.6831442Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T16:00:46.6907185Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T16:00:46.6929546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T16:00:46.7232781Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T16:00:46.7233445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T16:00:46.7233976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T16:00:46.7264928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T16:00:46.7267563Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T16:00:46.7269892Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T16:00:46.7346411Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T16:00:46.7367402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T16:00:46.7672611Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T16:00:46.7673034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:00:46.7673381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:00:46.7700682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T16:00:46.7710139Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T16:00:46.7712365Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:00:46.7786289Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:00:46.7806852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:00:46.8114518Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:00:46.8115174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T16:00:46.8115731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T16:00:46.8146065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T16:00:46.8148884Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T16:00:46.8151199Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T16:00:46.8225294Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T16:00:46.8245250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T16:00:46.8550846Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T16:00:46.8551812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T16:00:46.8552631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T16:00:46.8581686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T16:00:46.8583965Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T16:00:46.8586293Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T16:00:46.8664903Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T16:00:46.8686136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:00:46.8993853Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:00:46.8994520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:00:46.8995100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T16:00:46.9023395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T16:00:46.9030465Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T16:00:46.9032622Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:00:46.9105481Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T16:00:46.9125235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T16:00:46.9433549Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T16:00:46.9434251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T16:00:46.9434597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T16:00:46.9457720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T16:00:46.9466306Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T16:00:46.9468625Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T16:00:46.9545105Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T16:00:46.9566462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T16:00:46.9871371Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T16:00:46.9871990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T16:00:46.9872611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T16:00:46.9895979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T16:00:46.9902961Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T16:00:46.9908871Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T16:00:46.9984980Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T16:00:47.0005150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T16:00:47.0310155Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T16:00:47.0312075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T16:00:47.0314188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T16:00:47.0347267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:00:47.0349719Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:00:47.0352068Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T16:00:47.0425148Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T16:00:47.0444737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T16:00:47.0754870Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T16:00:47.0755353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T16:00:47.0755777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T16:00:47.0784180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T16:00:47.0868275Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T16:00:47.1036730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T16:00:47.1103842Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T16:00:47.1189967Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T16:00:47.1194269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T16:00:47.1195458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T16:00:47.1202748Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T16:00:47.1263335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T16:00:47.1306998Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T16:00:47.1671449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T16:00:47.2391296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T16:00:47.2406314Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T16:00:47.2498477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T16:00:47.2509232Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T16:00:47.3544830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T16:00:47.3556217Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T16:00:47.4355183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T16:00:47.4362537Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T16:00:47.4378595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T16:00:47.4792423Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T16:00:47.5061597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T16:00:47.5072656Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T16:00:47.5998843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T16:00:47.6006587Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T16:00:47.7865527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T16:00:47.7877653Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T16:00:48.0088605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T16:00:48.0097223Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T16:00:48.0497614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T16:00:48.0504911Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T16:00:48.0744055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T16:00:48.0759062Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T16:00:48.0783151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T16:00:48.1237293Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T16:00:48.1641572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T16:00:48.1659529Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T16:00:48.1710091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T16:00:48.2073728Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T16:00:48.2444101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T16:00:48.2455663Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T16:00:48.3172675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T16:00:48.3194584Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T16:00:48.4069257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T16:00:48.4090726Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T16:00:48.4127199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T16:00:48.4509896Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T16:00:48.5533493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T16:00:48.5541770Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T16:00:48.5573023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T16:00:48.5586399Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T16:00:48.6697177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T16:00:48.6704819Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T16:00:48.6725277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T16:00:48.6733751Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T16:00:48.7017891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T16:00:48.7025003Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T16:00:48.7772906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T16:00:48.7827228Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T16:00:48.9903052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T16:00:48.9917499Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T16:00:49.1196312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T16:00:49.1209266Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T16:00:49.2174517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T16:00:49.2185097Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T16:00:49.3258971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T16:00:49.3265502Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T16:00:49.4594271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T16:00:49.4605297Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T16:00:49.5687464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T16:00:49.5699832Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T16:00:49.8747569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T16:00:49.8758482Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T16:00:49.8840327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T16:00:49.9202173Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T16:00:49.9367537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T16:00:49.9630443Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T16:00:50.0660682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T16:00:50.0677776Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T16:00:50.1769773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T16:00:50.1781035Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T16:00:50.2107865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:50.2187756Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:50.2505715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T16:00:50.2629151Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T16:00:50.2657959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T16:00:50.3070368Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T16:00:50.3453214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T16:00:50.3509978Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T16:00:50.3539986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T16:00:50.3950950Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T16:00:50.3987630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T16:00:50.4389884Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T16:00:50.4410539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:50.4830378Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:50.5319141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T16:00:50.5346479Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T16:00:50.5455234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T16:00:50.5750700Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T16:00:50.6088397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T16:00:50.6189903Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T16:00:50.6610292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T16:00:50.6628394Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T16:00:50.6748940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T16:00:50.7070897Z [gw0] [ 13%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T16:00:50.7528648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T16:00:50.7537260Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T16:00:50.8933302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:00:50.8946852Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:00:50.8967036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T16:00:50.9389921Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T16:00:50.9682831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T16:00:50.9828023Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T16:00:50.9898773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T16:00:51.0270331Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T16:00:51.0296460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T16:00:51.0710384Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T16:00:51.1273689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T16:00:51.1312627Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T16:00:51.1985697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T16:00:51.2001556Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T16:00:51.2335137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T16:00:51.2429082Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T16:00:51.2741268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T16:00:51.2869747Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T16:00:51.4993030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T16:00:51.5019855Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T16:00:51.6644551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T16:00:51.6652243Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T16:00:51.8188877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T16:00:51.8198647Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T16:00:51.8361492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T16:00:51.8632571Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T16:00:52.0395962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T16:00:52.0410146Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T16:00:52.2063296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T16:00:52.2070413Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T16:00:52.2543536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T16:00:52.2557295Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T16:00:52.3085207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T16:00:52.3092243Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T16:00:52.3107960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T16:00:52.3509282Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T16:00:52.3674323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T16:00:52.3949175Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T16:00:52.4646498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T16:00:52.4654118Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T16:00:52.4857559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T16:00:52.4886903Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T16:00:52.5034506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T16:00:52.5310755Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T16:00:52.5948777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T16:00:52.5963253Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T16:00:52.6479559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T16:00:52.6495222Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T16:00:52.6649882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T16:00:52.6663912Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T16:00:52.6760407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T16:00:52.7067211Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T16:00:53.0494639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:00:53.0503898Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T16:00:53.0606250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T16:00:53.0620042Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:00:53.0722238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T16:00:53.1030186Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T16:00:53.1182687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T16:00:53.1469704Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T16:00:53.2280522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T16:00:53.2288767Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T16:00:53.2310315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T16:00:53.2710731Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T16:00:53.2739238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T16:00:53.3149372Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T16:00:53.3251251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T16:00:53.3590132Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T16:00:53.3733450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T16:00:53.4031332Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T16:00:53.4062257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T16:00:53.4470172Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T16:00:53.6405090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T16:00:53.6415878Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T16:00:53.7405463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T16:00:53.7417331Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T16:00:53.7485435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T16:00:53.7492812Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T16:00:53.7611739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T16:00:53.7911034Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T16:00:53.8752817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T16:00:53.8764854Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T16:00:54.0845275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T16:00:54.0872630Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T16:00:54.1413696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T16:00:54.1430174Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T16:00:54.1467379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T16:00:54.1481894Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T16:00:54.2390047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T16:00:54.2399802Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T16:00:54.2431938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T16:00:54.2830339Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T16:00:54.3075890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T16:00:54.3085728Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T16:00:54.3822088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T16:00:54.3828550Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T16:00:54.3868271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T16:00:54.4188333Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T16:00:54.4200710Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T16:00:54.4349902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T16:00:54.4356716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T16:00:54.4490639Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T16:00:54.4628281Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T16:00:54.4710062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T16:00:54.4728143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T16:00:54.5015194Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T16:00:54.5021391Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T16:00:54.5148727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T16:00:54.5418682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T16:00:54.5430390Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T16:00:54.5904698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T16:00:54.5918837Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T16:00:54.6014603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T16:00:54.6026445Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T16:00:54.7026987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T16:00:54.7109647Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T16:00:54.7209077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T16:00:54.7659451Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T16:00:54.7821380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T16:00:54.7919213Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T16:00:54.7956639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T16:00:54.8028933Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T16:00:54.9161336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T16:00:54.9199327Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T16:00:54.9440983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T16:00:54.9495773Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T16:00:54.9949917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T16:00:54.9958727Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T16:00:55.2322580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T16:00:55.2330855Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T16:00:55.2450149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T16:00:55.2467815Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T16:00:55.2502572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T16:00:55.2863645Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T16:00:55.2877667Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T16:00:55.2910058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T16:00:55.4195374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T16:00:55.4195937Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T16:00:55.5633938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T16:00:55.5652246Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T16:00:55.5682466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T16:00:55.6110932Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T16:00:55.6964964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T16:00:55.7007537Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T16:00:55.7094284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T16:00:55.7430557Z [gw2] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T16:00:55.8128959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T16:00:55.8152155Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T16:00:56.0098492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T16:00:56.0110888Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T16:00:56.1090018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T16:00:56.1138107Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T16:00:56.1332954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T16:00:56.1553294Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T16:00:56.1598843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T16:00:56.1624154Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T16:00:56.1771656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T16:00:56.2031747Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T16:00:56.2470093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T16:00:56.2495075Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T16:00:56.2726138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T16:00:56.2736308Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T16:00:56.3450365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T16:00:56.3457053Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T16:00:56.4796979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T16:00:56.4808355Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T16:00:56.4877689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T16:00:56.5230492Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T16:00:56.5307177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T16:00:56.5671060Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T16:00:56.6348153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T16:00:56.6357215Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T16:00:56.6382512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T16:00:56.6789447Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T16:00:56.7922039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T16:00:56.7934352Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T16:00:56.9429204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T16:00:56.9436711Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T16:00:57.0871403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:57.0883772Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T16:00:57.0979354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T16:00:57.1311463Z [gw0] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T16:00:57.1349203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T16:00:57.1751707Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T16:00:57.1933894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T16:00:57.2190840Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T16:00:57.2223115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T16:00:57.2294061Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T16:00:57.2306990Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:57.2631247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T16:00:57.3497175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T16:00:57.3508783Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T16:00:57.4531260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T16:00:57.4545014Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T16:00:57.4570488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T16:00:57.4951484Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T16:00:57.4980756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T16:00:57.5066780Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T16:00:57.5074283Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T16:00:57.5165845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T16:00:57.5389693Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T16:00:57.5412206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T16:00:57.5508637Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T16:00:57.5531616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T16:00:57.5828965Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T16:00:57.5851831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T16:00:57.5948721Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T16:00:57.5971091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T16:00:57.6270166Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T16:00:57.6286816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T16:00:57.6389565Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T16:00:57.6414320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T16:00:57.6711357Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T16:00:57.6788177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T16:00:57.6868714Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T16:00:57.6887446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T16:00:57.7150242Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T16:00:57.7311119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T16:00:57.7335543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:57.7421942Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:57.7589575Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T16:00:57.7751466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T16:00:57.7780925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T16:00:57.8191039Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T16:00:57.8216963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T16:00:57.8630315Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T16:00:57.8931460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T16:00:57.9069351Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T16:00:58.0267297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T16:00:58.0278041Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T16:00:58.3451893Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T16:00:58.3461824Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T16:00:58.3837287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T16:00:58.3908767Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T16:00:58.4285783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T16:00:58.4347414Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T16:00:58.4379939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T16:00:58.4791226Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T16:00:58.5245027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T16:00:58.5254866Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T16:00:58.6579784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T16:00:58.6592114Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T16:00:58.6895834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T16:00:58.7030847Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T16:00:58.7064754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T16:00:58.7471111Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T16:00:58.7886118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:00:58.7893533Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T16:00:58.9603562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T16:00:58.9620146Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T16:00:58.9967279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T16:00:58.9977011Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T16:00:59.0231039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T16:00:59.0389406Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T16:00:59.0756738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T16:00:59.0782504Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T16:00:59.1476440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T16:00:59.1544577Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T16:00:59.2227427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T16:00:59.2249827Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:00:59.4076160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T16:00:59.4085323Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T16:00:59.4652161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T16:00:59.4664394Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T16:00:59.4860643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T16:00:59.4932762Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T16:00:59.4941299Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T16:00:59.5069182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T16:00:59.5349731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T16:00:59.5362030Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T16:00:59.5698665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T16:00:59.5707201Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T16:00:59.6313140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:59.6323120Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T16:01:00.0444223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T16:01:00.0467124Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T16:01:00.0877380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:01:00.0949195Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:01:00.0984410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:01:00.1392075Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:01:00.1411224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T16:01:00.1870763Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T16:01:00.3938106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T16:01:00.3951228Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T16:01:00.6105050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T16:01:00.6122702Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T16:01:00.7581711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:01:00.7593354Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T16:01:00.8545813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T16:01:00.8570547Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:01:00.8998235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:01:00.9010273Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:01:00.9501570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T16:01:00.9512282Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T16:01:00.9629401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T16:01:00.9951009Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T16:01:00.9985340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T16:01:01.0392990Z [gw3] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T16:01:01.0694419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T16:01:01.0830312Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T16:01:01.1403651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T16:01:01.1412416Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T16:01:01.1439757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T16:01:01.1833904Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T16:01:01.2511594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T16:01:01.2536323Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:01:01.2583738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:01:01.2853764Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:01:01.2859754Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T16:01:01.2910167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T16:01:01.2946835Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T16:01:01.3272474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:01:01.3312156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T16:01:01.3576053Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T16:01:01.3588948Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:01:01.3676838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:01:01.3749032Z [gw0] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:01:01.3776406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T16:01:01.4029200Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T16:01:01.4228775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:01:01.4247928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T16:01:01.4671550Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T16:01:01.4796576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T16:01:01.4852491Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T16:01:01.4859797Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:01:01.5109670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T16:01:01.5495298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T16:01:01.5548002Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T16:01:01.9420897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T16:01:01.9431605Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T16:01:01.9438612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T16:01:01.9450440Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T16:01:02.4837118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T16:01:02.4850216Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T16:01:03.0032904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:01:03.0055658Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T16:01:03.0124462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T16:01:03.0471187Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T16:01:03.0610969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T16:01:03.0912492Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T16:01:03.1498296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T16:01:03.1510726Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T16:01:03.1529794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T16:01:03.1910496Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T16:01:03.4218953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T16:01:03.4228674Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T16:01:03.4311913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T16:01:03.4671209Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T16:01:03.7106263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T16:01:03.7150934Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T16:01:04.4254005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T16:01:04.4280094Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T16:01:04.4934587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T16:01:04.4942575Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T16:01:04.5041507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T16:01:04.5350212Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T16:01:04.6430314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T16:01:04.6442023Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T16:01:04.6740908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T16:01:04.6868375Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T16:01:04.7157263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T16:01:04.7308866Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T16:01:04.7835884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T16:01:04.7844031Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T16:01:04.7942710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T16:01:04.8270819Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T16:01:04.8284294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T16:01:04.8710494Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T16:01:04.8880877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T16:01:04.9149833Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T16:01:04.9360942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T16:01:04.9589242Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T16:01:05.1041183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T16:01:05.1054023Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:01:05.2634269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T16:01:05.2644435Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T16:01:05.3105990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:01:05.3120589Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T16:01:05.3153693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T16:01:05.3163016Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:01:05.3899754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T16:01:05.3908051Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T16:01:05.4708888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T16:01:05.4722590Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T16:01:05.5331723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T16:01:05.5342572Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T16:01:05.5360152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T16:01:05.5751110Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T16:01:05.6369238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T16:01:05.6379690Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T16:01:05.6616273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T16:01:05.6791002Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T16:01:05.6879018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T16:01:05.7229983Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T16:01:05.7259029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T16:01:05.7672880Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T16:01:05.7705178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T16:01:05.8111278Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T16:01:05.8380755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T16:01:05.8547968Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T16:01:05.8578630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T16:01:05.8990392Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T16:01:06.3016974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T16:01:06.3030042Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T16:01:06.4363232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T16:01:06.4376348Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T16:01:06.4641594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T16:01:06.4790322Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T16:01:06.5029905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T16:01:06.5230353Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T16:01:06.6507260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T16:01:06.6520360Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T16:01:06.6603121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:01:06.6950492Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:01:06.7561439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T16:01:06.7571040Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T16:01:06.8194809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:01:06.8203868Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T16:01:06.9130699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:01:06.9140265Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:01:07.1913115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T16:01:07.1926833Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T16:01:07.3767673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T16:01:07.3784874Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:01:07.3955955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:01:07.4194931Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:01:07.4452950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T16:01:07.4461208Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T16:01:07.4621872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T16:01:07.4668395Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T16:01:07.7710762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T16:01:07.7719020Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T16:01:07.8416184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:01:07.8424878Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T16:01:07.8585047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T16:01:07.8752483Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T16:01:07.8762403Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:01:07.8827909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T16:01:07.8985966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T16:01:07.9268906Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T16:01:07.9284105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T16:01:07.9294776Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T16:01:07.9879884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T16:01:07.9881390Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T16:01:07.9896787Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T16:01:07.9905509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T16:01:08.0404697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T16:01:08.0419526Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T16:01:08.0624148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T16:01:08.0625064Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T16:01:08.0895678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T16:01:08.0909707Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T16:01:08.1208724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T16:01:08.1316088Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T16:01:08.1325056Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T16:01:08.1343932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T16:01:08.1355742Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T16:01:08.1388992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T16:01:08.1608340Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T16:01:08.1618222Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T16:01:08.1745858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T16:01:08.1766572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T16:01:08.1786666Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T16:01:08.1812727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T16:01:08.2190384Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T16:01:08.2231598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T16:01:08.2279820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T16:01:08.2281208Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T16:01:08.2629197Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T16:01:08.2669720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T16:01:08.3009870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:01:08.3116569Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:01:08.3269007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:01:08.3284231Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T16:01:08.3379745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T16:01:08.3550997Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:01:08.4943065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:01:08.4951556Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T16:01:08.4976591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T16:01:08.5390880Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T16:01:08.5987191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T16:01:08.6000111Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T16:01:08.6019197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T16:01:08.6434743Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T16:01:08.6463291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T16:01:08.6472293Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T16:01:08.6481307Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T16:01:08.6640817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T16:01:08.6868989Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T16:01:08.6911992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T16:01:08.6945139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T16:01:08.7311203Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T16:01:08.7551664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T16:01:08.7569498Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T16:01:08.7999576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T16:01:08.8014375Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T16:01:08.8163647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T16:01:08.8414126Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T16:01:08.8429452Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T16:01:08.8437524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T16:01:08.9510003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T16:01:08.9519883Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T16:01:09.0412085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T16:01:09.0449503Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T16:01:09.1521250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T16:01:09.1542066Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T16:01:09.1901642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T16:01:09.1913433Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T16:01:09.2316881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T16:01:09.2324132Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T16:01:09.2873380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T16:01:09.2908820Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T16:01:09.4427991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T16:01:09.4447189Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T16:01:09.5978041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T16:01:09.5987892Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T16:01:09.6251203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T16:01:09.6267593Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T16:01:09.6364336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T16:01:09.6426680Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T16:01:09.6533988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T16:01:09.6710318Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T16:01:09.7399622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T16:01:09.7408875Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T16:01:09.7549253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T16:01:09.7829025Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T16:01:09.8783416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T16:01:09.8804681Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T16:01:09.9394062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T16:01:09.9406438Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T16:01:10.0264504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T16:01:10.0270111Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T16:01:10.0303433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T16:01:10.0711945Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T16:01:10.0748850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T16:01:10.1052673Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T16:01:10.1063427Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:01:10.1191357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:01:10.1900715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T16:01:10.1911851Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T16:01:10.3787888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T16:01:10.3837605Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:01:10.4379310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:01:10.4380158Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T16:01:10.4739261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T16:01:10.4788144Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T16:01:10.4961665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T16:01:10.5150922Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T16:01:10.5157376Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T16:01:10.5182944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T16:01:10.5267257Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T16:01:10.5335159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T16:01:10.5628100Z [gw3] [ 16%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T16:01:10.5707901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T16:01:10.5765765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T16:01:10.6099056Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T16:01:10.6114745Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:01:10.6146445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:01:10.6287120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T16:01:10.6591197Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T16:01:10.6782351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T16:01:10.6793029Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T16:01:10.7621661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T16:01:10.7630152Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T16:01:10.7644013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T16:01:10.7658043Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T16:01:10.7664988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T16:01:10.7672367Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:01:10.7687675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:01:10.8047423Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T16:01:10.8068509Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T16:01:10.8109091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T16:01:10.8156709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T16:01:10.8268746Z [gw3] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T16:01:10.8509065Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T16:01:10.8537365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T16:01:10.8546465Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T16:01:10.8853150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T16:01:10.8948105Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T16:01:10.8988325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T16:01:10.9212113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T16:01:10.9223515Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:01:10.9371837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:01:10.9631100Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:01:10.9904780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:01:10.9923535Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T16:01:10.9963778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T16:01:10.9982089Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T16:01:10.9991395Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T16:01:11.0021337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T16:01:11.0352861Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T16:01:11.0432488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T16:01:11.0472767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T16:01:11.0899382Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T16:01:11.0944722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T16:01:11.1061161Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T16:01:11.1074229Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T16:01:11.1232626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T16:01:11.1352012Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T16:01:11.1380174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T16:01:11.1509150Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T16:01:11.1831146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T16:01:11.1904693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:01:11.2262321Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:01:11.2276407Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T16:01:11.2315497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T16:01:11.2329077Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T16:01:11.2357950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T16:01:11.2711417Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T16:01:11.2752133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T16:01:11.2789116Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T16:01:11.2824244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T16:01:11.3193825Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T16:01:11.3227502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T16:01:11.3234337Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T16:01:11.3632310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T16:01:11.3661450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T16:01:11.3883941Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T16:01:11.3893558Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:01:11.4070204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T16:01:11.7296960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T16:01:11.7306716Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T16:01:11.7419879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:01:11.7711962Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:01:11.7866968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:01:11.8149986Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:01:11.8823751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:01:11.8860048Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T16:01:11.8863981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T16:01:11.8891732Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:01:11.9612183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:01:11.9637605Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T16:01:11.9671507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:01:12.0073268Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:01:12.0112141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:01:12.0210134Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:01:12.0219019Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T16:01:12.0341218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:01:12.0348804Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:01:12.0551034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:01:12.0689433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T16:01:12.0874492Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T16:01:12.0884225Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:01:12.0987137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:01:12.1028593Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:01:12.1055029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T16:01:12.1308884Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T16:01:12.1470524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:01:13.2853416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:01:13.2962541Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:01:13.4299314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T16:01:13.4471023Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:01:13.5914044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T16:01:13.5930419Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T16:01:13.6511284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:01:13.6528867Z [gw1] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:01:13.9666265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T16:01:13.9684082Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T16:01:14.4865802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T16:01:14.4892106Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T16:01:14.5597728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:01:14.5703115Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T16:01:15.2237321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T16:01:15.2263196Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:01:15.6408480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T16:01:15.6434815Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T16:01:15.6472872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:01:15.6974811Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:01:15.7014496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:01:15.7430200Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:01:16.0433596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:01:16.0448260Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T16:01:16.3797534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:01:16.3823354Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:01:16.4669196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:01:16.4701013Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:01:17.1818517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:01:17.1834316Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:01:17.2222946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:01:17.2268594Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:01:18.1026146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:18.1051777Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:18.2054030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:18.2076674Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:18.4226578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:18.4257920Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:18.4756851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:18.4768069Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:18.6225389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:18.6238628Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:18.6329911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:01:18.6666849Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:01:18.6693049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:18.7108364Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:18.7759336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:01:18.7771501Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:01:18.8166140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:18.8243607Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:18.8460399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:18.8671273Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:19.6326257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:19.6352730Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:19.7003044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:19.7027839Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:21.1862438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T16:01:21.1876738Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T16:01:22.3690246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T16:01:22.3714323Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T16:01:22.3739669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T16:01:22.4180792Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T16:01:22.4189822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T16:01:22.4668805Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T16:01:22.5621097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T16:01:22.5635099Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T16:01:22.6076018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T16:01:22.6107750Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T16:01:22.6564922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:01:22.6583176Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:01:22.6604840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:01:22.7052553Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:01:22.8681830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T16:01:22.8699184Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T16:01:22.9140517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T16:01:22.9165607Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:01:23.0553869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:01:23.0570497Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T16:01:23.0719868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T16:01:23.0992105Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T16:01:23.1033846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T16:01:23.1393817Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T16:01:23.1401780Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:01:23.1435665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:01:23.1470976Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:01:23.1831523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T16:01:23.1848512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:01:23.2325997Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:01:23.2831641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T16:01:23.2882560Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T16:01:23.3668399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T16:01:23.3678234Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T16:01:23.3745592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T16:01:23.4396439Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T16:01:23.4975741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T16:01:23.5000181Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:01:23.5169833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:01:23.5194306Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T16:01:23.5724417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T16:01:23.5747988Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T16:01:23.5777786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T16:01:23.6273606Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T16:01:23.6274662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T16:01:23.6705682Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T16:01:23.8744113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T16:01:23.8766763Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T16:01:23.8793190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:01:23.9198687Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:01:24.0205383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T16:01:24.0216547Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T16:01:24.1062337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T16:01:24.1112783Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T16:01:24.2142943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:01:24.2199547Z [gw0] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:01:24.2271449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:01:24.2628892Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:01:24.3206370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T16:01:24.3214043Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T16:01:24.4268566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T16:01:24.4290842Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T16:01:24.5182679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T16:01:24.5203682Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T16:01:24.6104967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T16:01:24.6125474Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T16:01:24.9115091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:01:24.9135335Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:01:24.9159104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:01:24.9568402Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:01:24.9586928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T16:01:25.0016686Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T16:01:25.0022870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:25.0504696Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:25.0513254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:01:25.1040299Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:01:25.1254675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T16:01:25.1349374Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T16:01:25.1378704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:01:25.1918383Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:01:25.2145153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T16:01:25.2297894Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T16:01:25.2328051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:01:25.2774718Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:01:25.2782906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:25.3277622Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:25.3362345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T16:01:25.3388702Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:01:25.5270890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:01:25.5283979Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T16:01:25.9069225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T16:01:25.9094964Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T16:01:26.0000404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T16:01:26.0024682Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T16:01:26.1619539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T16:01:26.1654302Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T16:01:26.4462223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:01:26.4489306Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T16:01:26.9131844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T16:01:26.9158375Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T16:01:27.4981445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T16:01:27.5005888Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T16:01:27.9324137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T16:01:27.9349267Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T16:01:28.0333506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T16:01:28.0346058Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:01:30.6340643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:01:30.6361106Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:01:30.6393101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:01:30.6789582Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:01:31.1485742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:01:31.1494766Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:01:31.1619598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:01:31.1911753Z [gw3] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:01:32.0142729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:01:32.0162358Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:01:34.7340036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T16:01:34.7352657Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T16:01:35.1870930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T16:01:35.1897256Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T16:01:35.6315960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:01:35.6328973Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:01:35.7339221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T16:01:35.7355615Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T16:01:35.7720566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T16:01:35.7789428Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T16:01:35.9030206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T16:01:35.9038451Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T16:01:40.2221492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:01:40.2261209Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T16:01:40.6595171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T16:01:40.6748832Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T16:01:40.7619915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:01:40.7631064Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:01:40.8126990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T16:01:40.8139514Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T16:01:40.8598309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T16:01:40.8796306Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T16:01:40.8825258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T16:01:40.9231149Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T16:01:40.9261556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T16:01:40.9710467Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T16:01:40.9836642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T16:01:41.0191644Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T16:01:41.0303124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T16:01:41.0703249Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T16:01:41.1284084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T16:01:41.1299330Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T16:01:41.5912312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T16:01:41.5973252Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T16:01:42.3675209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T16:01:42.3700052Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T16:01:43.3203998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T16:01:43.3229906Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T16:01:43.8201958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T16:01:43.8226534Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:01:44.1720329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:01:44.1746348Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T16:01:44.6742723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T16:01:44.6766588Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T16:01:44.8808453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:01:44.8832355Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:01:45.2765172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T16:01:45.2792373Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:01:45.2826304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:01:45.3023847Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:01:45.3037907Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T16:01:45.3231445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T16:01:45.3392172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T16:01:45.3468111Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T16:01:45.4281773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T16:01:45.4296112Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T16:01:45.5249560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T16:01:45.5259209Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T16:01:45.5710951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T16:01:45.5751528Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T16:01:45.5843070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T16:01:45.6191807Z [gw2] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T16:01:45.6282915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T16:01:45.6631603Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T16:01:45.7750604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T16:01:45.7762717Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T16:01:45.7781688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T16:01:45.8196097Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T16:01:45.8217361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T16:01:45.8631318Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T16:01:45.8661799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T16:01:45.9071368Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T16:01:45.9106103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T16:01:45.9511217Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T16:01:46.0127794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T16:01:46.0150846Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T16:01:46.0510695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T16:01:46.0591404Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T16:01:46.4145039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T16:01:46.4153476Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T16:01:46.4591570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T16:01:46.4599307Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T16:01:46.4698998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T16:01:46.5030183Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T16:01:46.5347386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T16:01:46.5473411Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T16:01:46.5504247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T16:01:46.5914639Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T16:01:46.5960051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T16:01:46.6353917Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T16:01:46.6390324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T16:01:46.6829791Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T16:01:47.4254632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T16:01:47.4270817Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T16:01:49.0125065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T16:01:49.0140683Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T16:01:49.0169149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:01:49.0671460Z [gw1] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:01:49.8237218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:01:49.8245681Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:01:50.2231966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:01:50.2259310Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T16:01:50.2287817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:01:50.2669423Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:01:50.2695922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:01:50.3110949Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:01:50.3991695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T16:01:50.4024248Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T16:01:50.5452006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T16:01:50.5472608Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T16:01:50.5776304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T16:01:50.5953435Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T16:01:51.0214624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:01:51.0230247Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:01:51.0634666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T16:01:51.0651434Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:01:51.0757735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T16:01:51.0810325Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T16:01:52.4821568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T16:01:52.4824316Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T16:01:52.6337582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T16:01:52.6350502Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T16:01:52.7397608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:01:52.7411686Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:01:53.0059797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T16:01:53.0076156Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T16:01:53.0099790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:01:53.0510616Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:01:53.0536769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:01:53.0948765Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:01:54.4868867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:01:54.4874532Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T16:01:54.5006994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T16:01:54.5312818Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T16:01:54.5825100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T16:01:54.5843970Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T16:01:54.6023976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T16:01:54.6270518Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T16:01:54.6565087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T16:01:54.6711700Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T16:01:54.6783897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T16:01:54.6797907Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:01:54.7565617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:01:54.7582172Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T16:01:54.7779040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T16:01:54.7990510Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T16:01:54.9226344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T16:01:54.9235726Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:01:55.2972529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:01:55.2981011Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T16:01:55.3878850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T16:01:55.3893134Z [gw0] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T16:01:55.5360850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T16:01:55.5382202Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T16:01:55.5453067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T16:01:55.5790941Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T16:01:55.6772730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T16:01:55.6788359Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T16:01:55.6811134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T16:01:55.7191363Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T16:01:55.7710013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T16:01:55.7723221Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T16:01:55.8838506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T16:01:55.8848784Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T16:01:56.0021653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T16:01:56.0029592Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T16:01:56.0392254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T16:01:56.0469077Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T16:01:56.0782406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T16:01:56.0908704Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T16:01:56.1512978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T16:01:56.1523451Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T16:01:56.1554620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T16:01:56.1951098Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T16:01:56.5485211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:01:56.5499166Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:01:57.4448618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:01:57.4460409Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:01:57.6771818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T16:01:57.6785269Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:01:57.7225713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:01:57.7231204Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T16:01:57.7388083Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T16:01:57.7408036Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:01:57.9512877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:01:57.9530416Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:01:57.9544247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:01:57.9951904Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:01:58.0668414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T16:01:58.0682107Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:01:58.4489110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:01:58.4502791Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T16:01:58.6730673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T16:01:58.6742183Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T16:01:58.6762349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:01:58.7150156Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:01:58.7881383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T16:01:58.7895854Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T16:01:58.8545245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:01:58.8566393Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T16:01:58.9095055Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T16:01:58.9103452Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:01:59.0234017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T16:01:59.0244168Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T16:01:59.5446406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T16:01:59.5456610Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:01:59.5484964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T16:01:59.5653021Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T16:01:59.5664128Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T16:01:59.5871394Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T16:01:59.6007456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T16:01:59.6347149Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T16:01:59.6351512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T16:01:59.6403073Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T16:01:59.6426696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:01:59.6751728Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T16:01:59.6844955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T16:01:59.7189929Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T16:01:59.7985231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T16:01:59.7997664Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T16:01:59.8018890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T16:01:59.8430257Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T16:01:59.8458412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T16:01:59.8870133Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T16:02:00.1291133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T16:02:00.1297342Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:00.1955614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:02:00.1968139Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:02:00.4676475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T16:02:00.4684988Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T16:02:00.7315412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T16:02:00.7333062Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T16:02:00.8802277Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T16:02:00.8818064Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T16:02:01.2872383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T16:02:01.2893497Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T16:02:01.3721675Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T16:02:01.3768367Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T16:02:01.3800170Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T16:02:01.4223141Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T16:02:01.4226063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T16:02:01.4646165Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T16:02:01.4658247Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T16:02:01.5118127Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T16:02:01.5121464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T16:02:01.5586299Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T16:02:01.7492754Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T16:02:01.7575869Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T16:02:01.8138859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T16:02:01.8163678Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T16:02:01.8583392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:01.8592436Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:01.9104958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T16:02:01.9153543Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T16:02:01.9180454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T16:02:01.9629525Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T16:02:02.0162130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T16:02:02.0180603Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T16:02:02.0217848Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T16:02:02.0229549Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T16:02:02.0385179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:02.0592523Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T16:02:02.0634885Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T16:02:02.1031624Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T16:02:02.1066604Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T16:02:02.1515682Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T16:02:02.1525349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T16:02:02.1912267Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T16:02:02.1963886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T16:02:02.2352322Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T16:02:02.2401210Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T16:02:02.2793151Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T16:02:02.2826809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T16:02:02.3285636Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T16:02:02.3373861Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T16:02:02.3713591Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T16:02:02.3754642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T16:02:02.4154178Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T16:02:02.4183036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T16:02:02.4620905Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T16:02:02.4627904Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T16:02:02.5032068Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T16:02:02.5817806Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:02.5829325Z [gw0] [ 20%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:02.6173827Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:02:02.6229002Z [gw0] [ 20%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:02:02.6875199Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T16:02:02.6920572Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T16:02:02.7161163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T16:02:02.7351335Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T16:02:02.7919838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T16:02:02.7951922Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T16:02:02.8057645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:02.8118468Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T16:02:02.8301992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T16:02:02.8553180Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T16:02:02.9560643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T16:02:02.9573297Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:02.9702310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T16:02:02.9991445Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T16:02:03.0878387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T16:02:03.0895027Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T16:02:03.1283746Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T16:02:03.1297928Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T16:02:03.1555821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:03.1625221Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T16:02:03.1948533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T16:02:03.2030260Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T16:02:03.2070785Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T16:02:03.2080911Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:03.3023551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T16:02:03.3191974Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T16:02:03.3385825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T16:02:03.3701968Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T16:02:03.8073188Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:02:03.8085216Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:02:03.9005274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:02:03.9014800Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T16:02:03.9031620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T16:02:03.9431430Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T16:02:03.9453469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T16:02:03.9691645Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T16:02:03.9756389Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:02:03.9770629Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:03.9779109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:02:03.9906836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T16:02:03.9911599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T16:02:04.0356837Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T16:02:04.0360132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T16:02:04.0832124Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T16:02:04.1244721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T16:02:04.1266628Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T16:02:04.3805446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:04.3826642Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:04.3927176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T16:02:04.3947578Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:02:04.4921609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:02:04.4959836Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:02:05.0007396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:02:05.0024427Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:02:05.0993931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:02:05.0998907Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:02:05.1363867Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:02:05.1407381Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T16:02:05.1846088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T16:02:05.1866346Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T16:02:05.2943867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T16:02:05.2967343Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T16:02:05.3821050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T16:02:05.3837988Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T16:02:05.5598461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T16:02:05.5623464Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T16:02:05.5698980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T16:02:05.5711673Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T16:02:05.6789326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T16:02:05.6802809Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T16:02:05.7205984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:05.7237135Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T16:02:06.1275249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T16:02:06.1300809Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T16:02:06.4276159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:06.4290370Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:06.4391437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:06.4748757Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:06.5093634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T16:02:06.5228158Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T16:02:06.5610142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T16:02:06.5709625Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T16:02:06.6362728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T16:02:06.6376214Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T16:02:06.6701693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:06.6721850Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:06.7256801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T16:02:06.7280250Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:06.8151325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T16:02:06.8164940Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T16:02:06.9453621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T16:02:06.9478287Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T16:02:06.9798273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T16:02:06.9940849Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T16:02:06.9945948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T16:02:07.0440261Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T16:02:07.1297817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:07.1324237Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:07.1942469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T16:02:07.1956980Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T16:02:07.1978134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T16:02:07.2424030Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T16:02:07.2432387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T16:02:07.2904434Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T16:02:07.2912913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T16:02:07.3345869Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T16:02:07.3354014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T16:02:07.3750051Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T16:02:07.3782643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T16:02:07.4266596Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T16:02:07.4293677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:07.4308058Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T16:02:07.4591896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:07.4628451Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:07.5726952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:07.5743747Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:07.6122449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T16:02:07.6136115Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T16:02:07.6205769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T16:02:07.6230169Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:07.9715376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:07.9730717Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:07.9818598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:07.9847385Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T16:02:07.9874212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T16:02:07.9880328Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T16:02:08.0150331Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:08.0303916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:08.0311685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T16:02:08.0784123Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T16:02:08.0792521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T16:02:08.1207990Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T16:02:08.1221892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T16:02:08.1384278Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T16:02:08.1393497Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T16:02:08.1722524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:08.5452169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:08.5495975Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:08.6139985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:08.6163742Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:08.7741857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:08.7769944Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:09.7075279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:09.7104671Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:09.7807987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:09.7820929Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:09.7964576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:09.8231503Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:10.1587944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:10.1603799Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:10.3031322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:10.3057950Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:02:10.7204327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T16:02:10.7230527Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:11.3495326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:11.3562818Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T16:02:11.4338517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T16:02:11.4363813Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T16:02:11.4514260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:02:11.4793897Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:02:11.5040679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T16:02:11.5234811Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T16:02:11.8944886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T16:02:11.8959690Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T16:02:12.0179571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T16:02:12.0195873Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T16:02:12.2839608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T16:02:12.2861861Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:12.3370324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:12.3394251Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T16:02:12.8967684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T16:02:12.8989731Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:12.9912389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T16:02:12.9930673Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T16:02:13.0150001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T16:02:13.0396021Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T16:02:13.0771463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:13.0792692Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T16:02:13.0822902Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T16:02:13.1232699Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T16:02:13.1265468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T16:02:13.1712366Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T16:02:13.2586022Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:13.2602868Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:13.2685067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:13.3061351Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:13.3092737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T16:02:13.3482747Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T16:02:13.3508913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T16:02:13.3915009Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T16:02:13.3962217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T16:02:13.4086403Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T16:02:13.4107198Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:13.4382910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:02:13.4389121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T16:02:13.4779679Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T16:02:13.4806408Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:02:13.4823625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:02:13.7565863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T16:02:13.7589628Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:02:13.8472325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:02:13.8489935Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:02:13.8517525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T16:02:13.8950610Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T16:02:13.8980699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T16:02:13.9390854Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T16:02:13.9420739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T16:02:13.9881146Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T16:02:14.2386269Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:02:14.2399611Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:02:14.2541450Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:02:14.2554123Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:14.3073300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:14.3081272Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:02:14.4064076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T16:02:14.4154791Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:14.6109825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:14.6120972Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:14.6207796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:14.6547652Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:14.7408216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:14.7413925Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T16:02:14.7928679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T16:02:14.7941646Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T16:02:14.7979554Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T16:02:14.8009558Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T16:02:14.8020122Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:14.8350139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:14.8461264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T16:02:14.8500283Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T16:02:14.8516180Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:14.8840703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:14.8902218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T16:02:14.8919410Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:14.8945990Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T16:02:14.9239680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:14.9398955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T16:02:14.9672613Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T16:02:14.9703301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T16:02:14.9785495Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T16:02:14.9798912Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:15.0158937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:15.0167332Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T16:02:15.0494072Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T16:02:15.0503785Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:15.0547325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:15.1814613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T16:02:15.1826644Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:15.2620193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:15.2633120Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:15.4638766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:15.4650508Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:17.8672060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:17.8715824Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T16:02:17.8760548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T16:02:17.8775212Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:18.1053758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:18.1065534Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:18.1625632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:18.1650333Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:18.2741678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:18.2765088Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T16:02:18.3429637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:18.3448453Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:18.4142949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:18.4166939Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:18.4829501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:18.4912600Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:18.8273523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:18.8334128Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:19.3956147Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:19.4109821Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T16:02:19.6550776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T16:02:19.6574861Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T16:02:20.0526966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T16:02:20.0551168Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T16:02:20.3100580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T16:02:20.3124029Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:20.3258200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:02:20.3270650Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T16:02:20.6664506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:20.6838625Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:02:20.8489816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:02:20.8514911Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:20.9284074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:20.9310835Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:21.0104733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T16:02:21.0129561Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T16:02:21.1664494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:21.1690895Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:21.2656436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T16:02:21.2685239Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T16:02:21.3416365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T16:02:21.3441414Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T16:02:21.4359072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T16:02:21.4383538Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T16:02:21.5371103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:21.5384831Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:21.7327608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T16:02:21.7358831Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T16:02:21.7541002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:21.7867368Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:22.3179589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:22.3271505Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:22.3600377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T16:02:22.3739184Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T16:02:22.3744488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:22.4185010Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:22.4190220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T16:02:22.4593708Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T16:02:22.7716316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:22.7735312Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:23.1818912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:23.1833156Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:23.3217498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:23.3239111Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:23.5038548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:23.5080030Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:02:23.9313546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:02:23.9338361Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:02:23.9511790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T16:02:23.9536381Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:24.2370668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:24.2391111Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T16:02:24.3354354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T16:02:24.3525621Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T16:02:24.5021415Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T16:02:24.5040639Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T16:02:24.6703145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T16:02:24.6725914Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T16:02:24.8735859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T16:02:24.8764130Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T16:02:24.9582601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T16:02:24.9601751Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T16:02:24.9803564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T16:02:25.0082965Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T16:02:25.2404903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T16:02:25.2432749Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T16:02:25.2871760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T16:02:25.2895526Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T16:02:26.5319834Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T16:02:26.5400173Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T16:02:26.8166623Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T16:02:26.8199062Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T16:02:27.0495743Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T16:02:27.0506952Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T16:02:27.1944269Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T16:02:27.1965680Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T16:02:27.2195259Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T16:02:27.2465776Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T16:02:27.2666774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:02:27.2867114Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:02:27.2982137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T16:02:27.3345912Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T16:02:29.2218016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:29.2243585Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:29.9165986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:02:29.9311690Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:02:29.9782527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T16:02:29.9806651Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T16:02:29.9961935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T16:02:30.0299436Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T16:02:30.1351655Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T16:02:30.1376215Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T16:02:30.8363264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:02:30.8388190Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:02:31.0856220Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T16:02:31.0870454Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T16:02:31.1842649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T16:02:31.1866246Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T16:02:31.2058670Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T16:02:31.2354583Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T16:02:31.3181081Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T16:02:31.3201532Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T16:02:31.3448383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T16:02:31.3659283Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T16:02:31.3664300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:02:31.4105885Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:02:31.4115890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:02:31.4587131Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:02:31.7188542Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T16:02:31.7311182Z [gw0] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T16:02:31.8526570Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T16:02:31.8554191Z [gw0] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T16:02:32.1739636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T16:02:32.1760060Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T16:02:32.2674641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T16:02:32.2694456Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T16:02:32.2945669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T16:02:32.3107137Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T16:02:32.3391027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T16:02:32.3625455Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T16:02:34.1271446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T16:02:34.1280963Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:34.9938478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:34.9953417Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:35.3852322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:35.3876581Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:35.3976524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:35.4353414Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:35.6304781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:35.6355512Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:36.1759965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:36.1789140Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:36.2080914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:36.2110917Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:36.3648210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:36.3672172Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:36.4617325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:36.4643994Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:37.5741942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:37.5770533Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:37.6494787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:37.6554909Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:37.7507569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:37.7532810Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:37.8231077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:37.8256176Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:37.8511813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:37.8707677Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:38.5247003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:38.5271267Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:39.1248629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:39.1264241Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:39.1517157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T16:02:39.1672190Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T16:02:39.2738972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:39.2914141Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:39.5946068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:39.6077012Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:40.6954483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:40.7026188Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:40.9540424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:40.9565117Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:41.1158769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:41.1177749Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:41.4193274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:41.4193868Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:41.4521201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T16:02:41.4588822Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T16:02:41.4735120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:41.5107885Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:41.5249856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:41.5508379Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:41.6254625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:41.6273289Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:41.7754656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:41.7769438Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:44.6708450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:44.6724449Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:44.6757771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T16:02:44.7195682Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T16:02:44.7295400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T16:02:44.7715336Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T16:02:44.8275155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T16:02:44.8303961Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T16:02:44.8342372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T16:02:44.8742213Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T16:02:44.8751721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T16:02:44.9197892Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T16:02:45.0899547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T16:02:45.0922548Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T16:02:45.4135943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T16:02:45.4147545Z [gw3] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T16:02:45.4168859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:45.4653310Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:46.4816117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T16:02:46.4840140Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T16:02:47.1758037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T16:02:47.1771751Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T16:02:48.2129103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T16:02:48.2144160Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T16:02:48.2158569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T16:02:48.2622248Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T16:02:48.2628414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T16:02:48.3185155Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T16:02:48.3264765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T16:02:48.3507462Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T16:02:48.3625202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T16:02:48.4031075Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T16:02:49.2540055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T16:02:49.2671357Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T16:02:49.4052662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T16:02:49.4078374Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T16:02:49.4121598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T16:02:49.4587158Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T16:02:49.4881200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T16:02:49.5026831Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T16:02:49.7097717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T16:02:49.7141015Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:50.6448714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:50.6474306Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:50.9120385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:50.9144462Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T16:02:50.9170123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T16:02:50.9595811Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T16:02:51.5676877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T16:02:51.5694274Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T16:02:51.6465906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T16:02:51.6486029Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:51.9057157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:51.9070722Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T16:02:51.9306547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:51.9326181Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:52.0892815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:52.0907381Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:52.1797805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:52.1821783Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:52.1904399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:52.2284411Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:52.2973366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T16:02:52.3001839Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T16:02:52.3037661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T16:02:52.3456263Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T16:02:52.3464174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T16:02:52.3869756Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T16:02:52.4077094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T16:02:52.4310802Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T16:02:52.5254483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T16:02:52.5330210Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T16:02:52.5345974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:52.5750219Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:52.5769961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T16:02:52.6191455Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T16:02:52.6212767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:52.6699127Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:52.6790238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T16:02:52.7153249Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T16:02:52.7534486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T16:02:52.7721440Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T16:02:52.7853690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T16:02:52.8189783Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T16:02:52.8215031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:52.8663289Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:52.8671477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:52.8923927Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:52.8947286Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:52.8986261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T16:02:52.9098028Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T16:02:52.9100586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:52.9437536Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:52.9510470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T16:02:52.9539685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T16:02:52.9953901Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T16:02:53.0148131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T16:02:53.0168189Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T16:02:53.0215338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T16:02:53.0507204Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T16:02:53.0543550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T16:02:53.0951003Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T16:02:53.1260889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T16:02:53.1431990Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T16:02:53.1987610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T16:02:53.2015957Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T16:02:53.2350208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T16:02:53.2365129Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T16:02:53.2380771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T16:02:53.2819623Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T16:02:53.2825753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T16:02:53.3280279Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T16:02:53.4069804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T16:02:53.4082717Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:53.4208115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:53.4512233Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:53.4722193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:53.4953003Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:53.5714568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:53.5736804Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T16:02:53.6774918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T16:02:53.6785652Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T16:02:53.7177724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T16:02:53.7190432Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:53.7542901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:53.7587281Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:54.0670289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:54.0689220Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:55.2181085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:55.2190221Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:55.4225262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:55.4270823Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:58.0808246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:58.0833010Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T16:02:58.1465751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T16:02:58.1489919Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T16:02:58.3542795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T16:02:58.3567488Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T16:02:58.4194044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T16:02:58.4220916Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T16:02:58.5589816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T16:02:58.5617793Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T16:02:58.7493695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T16:02:58.7507392Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:59.4502291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:59.4550568Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T16:02:59.5135475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T16:02:59.5162621Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T16:02:59.6349190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T16:02:59.6358204Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T16:02:59.7623431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T16:02:59.7649823Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T16:02:59.9949116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T16:02:59.9977867Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T16:03:00.1350385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T16:03:00.1364261Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T16:03:00.3080441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T16:03:00.3092135Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:03:00.3187180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:03:00.3511610Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:03:00.3856488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:03:00.3862586Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T16:03:00.3886635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T16:03:00.4270673Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T16:03:00.5800819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T16:03:00.5815404Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T16:03:00.6280696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T16:03:00.6294784Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:03:00.9301247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:03:00.9332805Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T16:03:00.9557996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T16:03:00.9750440Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T16:03:01.1984987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T16:03:01.2009876Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T16:03:01.4124726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T16:03:01.4141777Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T16:03:01.4866200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T16:03:01.4873170Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T16:03:01.4901282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T16:03:01.5311267Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T16:03:01.5515645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T16:03:01.5752360Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T16:03:01.5802072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T16:03:01.6192125Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T16:03:01.6390435Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T16:03:01.6632576Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T16:03:01.6684706Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T16:03:01.7070330Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T16:03:01.8133016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T16:03:01.8150648Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T16:03:01.8349536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T16:03:01.8357517Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:03:01.8399825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:03:01.8550238Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T16:03:01.9279996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T16:03:01.9303341Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T16:03:01.9590636Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T16:03:01.9711797Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T16:03:02.0731940Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T16:03:02.0746357Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T16:03:02.0959897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T16:03:02.1285317Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T16:03:02.3351721Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T16:03:02.3368393Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:03:02.3455265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:03:02.3790463Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:03:02.5053008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:03:02.5066105Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:03:02.5650358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T16:03:02.5663098Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T16:03:02.5794718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T16:03:02.6107152Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T16:03:02.6466724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:03:02.6476343Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T16:03:02.6908682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T16:03:02.6947929Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T16:03:02.7129924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T16:03:02.7388821Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T16:03:02.7423479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T16:03:02.7436259Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:03:02.8072689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:03:02.8081734Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T16:03:02.8196069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T16:03:02.8205548Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:03:02.8250654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:03:02.8331779Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T16:03:02.8507020Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:03:02.8524254Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T16:03:02.8626355Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T16:03:02.8950050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:03:02.8971302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T16:03:02.9391073Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T16:03:02.9597334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T16:03:02.9604936Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:03:03.0022308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:03:03.0068198Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:03:03.0168995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T16:03:03.0183767Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T16:03:03.0391032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T16:03:03.0631803Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T16:03:03.2013748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T16:03:03.2026450Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T16:03:03.2223314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T16:03:03.2237917Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T16:03:03.3807711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T16:03:03.3818427Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T16:03:03.3841381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T16:03:03.4265367Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T16:03:03.4272151Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T16:03:03.4339879Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T16:03:03.4352382Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T16:03:03.4372589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T16:03:03.4670692Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T16:03:03.4802557Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T16:03:03.4814204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T16:03:03.5366979Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T16:03:03.5536387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T16:03:03.5818012Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T16:03:03.5944077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T16:03:03.6071371Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T16:03:03.6592219Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T16:03:03.6645265Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T16:03:03.8093581Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T16:03:03.8125982Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T16:03:03.8433802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T16:03:03.8548560Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T16:03:03.8915881Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T16:03:03.8989458Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T16:03:03.9601781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T16:03:03.9621423Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T16:03:04.1308693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T16:03:04.1326753Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T16:03:04.1349841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:03:04.1493441Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:03:04.1498616Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T16:03:04.1751623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T16:03:04.2244267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T16:03:04.2253182Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T16:03:04.8852849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T16:03:04.8876073Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T16:03:05.0621383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T16:03:05.0646295Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T16:03:05.1017797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T16:03:05.1068443Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T16:03:05.4936920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T16:03:05.4949962Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T16:03:05.9038505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T16:03:05.9051939Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T16:03:06.2330260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T16:03:06.2350942Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T16:03:06.3063870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T16:03:06.3087236Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T16:03:06.9204801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T16:03:06.9212625Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T16:03:07.0793486Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T16:03:07.0807467Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T16:03:07.1151506Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T16:03:07.1229513Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T16:03:07.1730595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T16:03:07.1744061Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T16:03:08.5285376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T16:03:08.5303612Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T16:03:08.6884306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T16:03:08.6892427Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T16:03:08.6911918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T16:03:08.7310362Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T16:03:08.7343878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T16:03:08.7688909Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T16:03:08.7700397Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T16:03:08.7747864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T16:03:08.7855777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T16:03:08.8190296Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T16:03:08.8357415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T16:03:08.8629272Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T16:03:09.2589173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T16:03:09.2601039Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T16:03:09.3033843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T16:03:09.3042141Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T16:03:09.3774140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T16:03:09.3787638Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T16:03:09.3793264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T16:03:09.3799131Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T16:03:09.3822041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T16:03:09.4190806Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T16:03:09.4473733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T16:03:09.4627901Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T16:03:09.7399887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T16:03:09.7414717Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T16:03:09.7498053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T16:03:09.7830643Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T16:03:09.8490773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T16:03:09.8507277Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T16:03:10.1109965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T16:03:10.1114964Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T16:03:10.2523939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:03:10.2532982Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:03:10.3274911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:03:10.3283813Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T16:03:10.3989747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T16:03:10.4001076Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:03:10.5416188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T16:03:10.5421612Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T16:03:10.5477893Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T16:03:10.5823572Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T16:03:10.5908716Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T16:03:10.5919372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T16:03:10.5922329Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T16:03:10.6071635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T16:03:10.6309516Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T16:03:10.6348631Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T16:03:10.6530793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T16:03:10.6619552Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T16:03:10.6791447Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T16:03:10.6883037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T16:03:10.6914126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T16:03:10.6927135Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T16:03:10.7303739Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T16:03:10.7331314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T16:03:10.7385201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T16:03:10.7448116Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T16:03:10.7670025Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T16:03:10.7745200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:03:10.7763612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T16:03:10.8187255Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T16:03:10.8344961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T16:03:10.8469652Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:03:10.8496167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T16:03:10.8910674Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T16:03:10.8935366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T16:03:10.9108706Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T16:03:10.9131417Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T16:03:10.9348083Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T16:03:10.9350220Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T16:03:10.9367229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:10.9594572Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:10.9788740Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T16:03:10.9815199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:03:11.0230378Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:03:11.0255363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:03:11.0669975Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:03:11.0700423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:03:11.1149728Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:03:11.1348530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T16:03:11.1638146Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T16:03:11.1650151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:11.2072784Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:11.2076985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:03:11.2469969Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:03:11.2649048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T16:03:11.2910304Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T16:03:11.3061924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T16:03:11.3076990Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T16:03:11.3400959Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T16:03:11.3508334Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T16:03:11.3603552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T16:03:11.3615133Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T16:03:11.3777284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T16:03:11.4028899Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T16:03:11.4437535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T16:03:11.4507553Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T16:03:11.4830427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T16:03:11.4840289Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T16:03:11.5105572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T16:03:11.5116394Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T16:03:11.5211877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T16:03:11.5267444Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T16:03:11.6273820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T16:03:11.6290094Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T16:03:11.6776993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T16:03:11.6797262Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T16:03:11.6805201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T16:03:11.6818093Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T16:03:11.7129070Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T16:03:11.7206257Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T16:03:11.7221132Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T16:03:11.7226716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T16:03:11.8280886Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T16:03:11.8315320Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T16:03:11.8441152Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T16:03:11.8785249Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T16:03:11.9042689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:03:11.9096850Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T16:03:11.9623138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T16:03:11.9630982Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T16:03:12.0258194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T16:03:12.0274622Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:03:12.0384411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T16:03:12.0767580Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T16:03:12.1517535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T16:03:12.1532875Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T16:03:12.1724101Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T16:03:12.1958304Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T16:03:12.2467191Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T16:03:12.2482897Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T16:03:12.2613248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T16:03:12.2912455Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T16:03:12.2943410Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T16:03:12.3208143Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T16:03:12.3223894Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T16:03:12.3384954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T16:03:12.3395593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T16:03:12.3818423Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T16:03:12.3819280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T16:03:12.4260750Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T16:03:12.4266881Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T16:03:12.4728870Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T16:03:12.4964949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T16:03:12.5107297Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T16:03:12.5397879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T16:03:12.5545917Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T16:03:12.5572550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T16:03:12.5989431Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T16:03:12.6084484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T16:03:12.6246448Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T16:03:12.6254315Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T16:03:12.6269068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:03:12.6426775Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:03:12.6465454Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T16:03:12.6667550Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T16:03:12.6746380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T16:03:12.6867330Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T16:03:12.6893950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T16:03:12.7107163Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T16:03:12.7306539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T16:03:12.7333942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T16:03:12.7507695Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T16:03:12.7517917Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T16:03:12.7759461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T16:03:12.7776119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T16:03:12.8231429Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T16:03:12.8259319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T16:03:12.8642189Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T16:03:12.8650841Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T16:03:12.8681379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T16:03:12.8698327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T16:03:12.9109843Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T16:03:12.9144177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T16:03:12.9548348Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T16:03:12.9570574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T16:03:12.9991434Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T16:03:13.0022806Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T16:03:13.0432935Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T16:03:13.0450786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T16:03:13.0869662Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T16:03:13.0886412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T16:03:13.1355540Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T16:03:13.1401969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:03:13.1749835Z [gw3] [ 26%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:03:13.1832923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T16:03:13.2191623Z [gw3] [ 26%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T16:03:13.2307295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T16:03:13.2506176Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T16:03:13.2515224Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T16:03:13.2538310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T16:03:13.2628992Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T16:03:13.2676783Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T16:03:13.2894088Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T16:03:13.2904581Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T16:03:13.2925270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T16:03:13.2946869Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T16:03:13.2971789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T16:03:13.3067896Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T16:03:13.3179787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T16:03:13.3308982Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T16:03:13.3363886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T16:03:13.3428259Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T16:03:13.3532294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T16:03:13.3581094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T16:03:13.3749618Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T16:03:13.3874169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T16:03:13.3926801Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T16:03:13.3948894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T16:03:13.4389148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T16:03:13.4497067Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T16:03:13.4613590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T16:03:13.4944120Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T16:03:13.4963896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T16:03:13.5064851Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T16:03:13.5076721Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T16:03:13.5127776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T16:03:13.5147846Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T16:03:13.5465024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T16:03:13.5716516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T16:03:13.5786929Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T16:03:13.5833075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T16:03:13.6268743Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T16:03:13.6280052Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T16:03:13.6373758Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T16:03:13.6567072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T16:03:13.6790540Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T16:03:13.6835550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T16:03:13.6837048Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T16:03:13.6845581Z [gw1] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T16:03:13.7070547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T16:03:13.7077810Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T16:03:13.7094324Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T16:03:13.7230514Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T16:03:13.7259555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T16:03:13.7282785Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T16:03:13.7294459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T16:03:13.7507388Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T16:03:13.7670304Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T16:03:13.8284025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T16:03:13.8300008Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T16:03:13.8402320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T16:03:13.8415958Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T16:03:13.8557485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T16:03:13.8572623Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T16:03:13.8709995Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T16:03:13.8830280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T16:03:13.8926839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T16:03:13.9271299Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T16:03:13.9595909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T16:03:13.9607998Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T16:03:13.9612884Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T16:03:13.9708857Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T16:03:13.9884071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:03:14.0030134Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T16:03:14.2248336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T16:03:14.2279194Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:03:14.2331588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T16:03:14.2578566Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T16:03:14.2711915Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T16:03:14.2712435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T16:03:14.2901904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T16:03:14.3184572Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T16:03:14.3185227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T16:03:14.3484957Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T16:03:14.3501640Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T16:03:14.3675166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T16:03:14.3693880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T16:03:14.4106126Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T16:03:14.5059674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T16:03:14.5231219Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T16:03:14.6851488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T16:03:14.6867383Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T16:03:14.6983325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T16:03:14.6995363Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T16:03:14.7026351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T16:03:14.7347357Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T16:03:14.7431169Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T16:03:14.7855174Z [gw3] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T16:03:14.7898879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T16:03:14.8208640Z [gw3] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T16:03:14.8660286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T16:03:14.8720496Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T16:03:14.8881266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T16:03:14.9174812Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T16:03:15.1001062Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T16:03:15.1068621Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T16:03:15.1871597Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T16:03:15.1930705Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T16:03:15.1942152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T16:03:15.1988686Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T16:03:15.2019223Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T16:03:15.2077624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T16:03:15.2116186Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T16:03:15.2124674Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T16:03:15.2150051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T16:03:15.2349967Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T16:03:15.2431876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T16:03:15.2470186Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T16:03:15.2637978Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T16:03:15.2643760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:15.2870410Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:15.2990433Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:03:15.3089741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T16:03:15.3431825Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T16:03:15.3440150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T16:03:15.3449690Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:03:15.3532716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T16:03:15.3547797Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T16:03:15.3870757Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T16:03:15.3871937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:03:15.3888160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T16:03:15.4256447Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:03:15.4276534Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T16:03:15.4282658Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T16:03:15.4306056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T16:03:15.4347193Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T16:03:15.4369305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:03:15.4410602Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:03:15.4748195Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T16:03:15.4773520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T16:03:15.4786359Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T16:03:15.4920853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:03:15.4930803Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T16:03:15.5056746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T16:03:15.5082774Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T16:03:15.5187223Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:03:15.5210942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T16:03:15.5266522Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T16:03:15.5285162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:15.5346166Z [gw2] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:15.5630987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T16:03:15.5658233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T16:03:15.5709887Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T16:03:15.6071175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T16:03:15.6322248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T16:03:15.6335279Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T16:03:15.6385936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T16:03:15.6392859Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T16:03:15.6502521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T16:03:15.6511424Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T16:03:15.6630574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T16:03:15.6960103Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T16:03:15.7869314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T16:03:15.7877602Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T16:03:15.7922589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T16:03:15.7932186Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T16:03:15.8033833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T16:03:15.8042565Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T16:03:15.8113143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T16:03:15.8150425Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T16:03:15.8308122Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T16:03:15.8330059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T16:03:15.8347403Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T16:03:15.8369827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T16:03:15.8466302Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T16:03:15.8791228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T16:03:15.8985716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T16:03:15.9350259Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T16:03:15.9350760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T16:03:15.9668144Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T16:03:15.9687526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T16:03:15.9947717Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T16:03:15.9958604Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T16:03:16.0147683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T16:03:16.0172559Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T16:03:16.0593171Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T16:03:16.0618171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T16:03:16.1032059Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T16:03:16.1078068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T16:03:16.1486481Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T16:03:16.1516586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T16:03:16.1911800Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T16:03:16.1953725Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T16:03:16.2396755Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T16:03:16.2409450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T16:03:16.2420626Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T16:03:16.2434147Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T16:03:16.2791970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T16:03:16.2924335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T16:03:16.3228625Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T16:03:16.3276031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T16:03:16.3669374Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T16:03:16.4099463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T16:03:16.4110327Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T16:03:16.4155582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T16:03:16.4551435Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T16:03:16.4693870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T16:03:16.4990819Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T16:03:16.5104439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T16:03:16.5430335Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T16:03:16.5544246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T16:03:16.5870676Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T16:03:16.5905570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T16:03:16.6309567Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T16:03:16.8742804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T16:03:16.8762591Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T16:03:17.0436348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T16:03:17.0450620Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T16:03:17.2455991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:03:17.2468665Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:03:17.2968578Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T16:03:17.2981615Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T16:03:17.5229846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T16:03:17.5289507Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T16:03:18.1132029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T16:03:18.1149033Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T16:03:18.2475844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T16:03:18.2506637Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T16:03:18.3318994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T16:03:18.3350994Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T16:03:18.3938520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T16:03:18.3946664Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T16:03:18.4090001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T16:03:18.4407731Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T16:03:18.4487757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T16:03:18.4789426Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T16:03:18.5012528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T16:03:18.5229186Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T16:03:18.5436501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T16:03:18.5668545Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T16:03:18.5805010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T16:03:18.6107557Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T16:03:18.6157275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T16:03:18.6591106Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T16:03:18.6874657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T16:03:18.7029440Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T16:03:18.7140392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T16:03:18.7470507Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T16:03:18.9111178Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T16:03:18.9119264Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T16:03:18.9514550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T16:03:18.9545536Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T16:03:18.9850809Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T16:03:19.0027561Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T16:03:19.0205643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T16:03:19.0501761Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T16:03:19.0528573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T16:03:19.0953251Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T16:03:19.1002776Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T16:03:19.1348358Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T16:03:19.1400892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T16:03:19.1837509Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T16:03:19.4661034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:03:19.4677190Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:03:19.5358399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T16:03:19.5382426Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T16:03:19.5537537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T16:03:19.5850167Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T16:03:19.5859204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T16:03:19.6234186Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T16:03:19.6511194Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T16:03:19.6669664Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T16:03:19.7210810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T16:03:19.7228435Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T16:03:19.7430193Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T16:03:19.7589751Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T16:03:19.7600173Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T16:03:19.7668934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T16:03:19.7732592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T16:03:19.7771174Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T16:03:19.8068302Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T16:03:19.8107788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T16:03:19.8245835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T16:03:19.8510709Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T16:03:19.8583225Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T16:03:19.8949014Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T16:03:19.9029009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T16:03:19.9040373Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T16:03:19.9114471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T16:03:19.9173057Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T16:03:19.9390625Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T16:03:19.9446256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T16:03:19.9466481Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T16:03:19.9762138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T16:03:19.9827181Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T16:03:19.9852039Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T16:03:19.9905188Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T16:03:20.0041684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:03:20.0269526Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:03:20.0292862Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T16:03:20.0347550Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T16:03:20.0363423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:03:20.0710723Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:03:20.0789836Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T16:03:20.0810524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:03:20.0954142Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:03:20.1149237Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T16:03:20.1231585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T16:03:20.1254399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:03:20.1314282Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:03:20.1589886Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T16:03:20.1715078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T16:03:20.1716343Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:03:20.1874616Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:03:20.2029957Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T16:03:20.2108477Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T16:03:20.2160682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T16:03:20.2284761Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T16:03:20.2471293Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T16:03:20.2548428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T16:03:20.2560963Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T16:03:20.2626483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T16:03:20.2936817Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T16:03:20.2990951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T16:03:20.3009078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T16:03:20.3348778Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T16:03:20.4502655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T16:03:20.4519344Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T16:03:20.4858956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T16:03:20.5009965Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T16:03:20.7396732Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T16:03:20.7405283Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T16:03:20.8018736Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T16:03:20.8030549Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T16:03:20.9453650Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T16:03:20.9471281Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T16:03:20.9807869Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T16:03:20.9868760Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T16:03:22.2268926Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T16:03:22.2274517Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T16:03:22.5204762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T16:03:22.5212744Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T16:03:22.6561028Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T16:03:22.6569198Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T16:03:22.6629638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T16:03:22.6991042Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T16:03:22.7024404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T16:03:22.7433597Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T16:03:22.7469254Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T16:03:22.7872818Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T16:03:22.7919244Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T16:03:22.8315368Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T16:03:22.8373653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T16:03:22.8755136Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T16:03:22.8814284Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T16:03:22.9195238Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T16:03:22.9252483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T16:03:22.9671115Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T16:03:22.9713071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T16:03:23.0265412Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T16:03:23.0331030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T16:03:23.0601472Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T16:03:23.0687812Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T16:03:23.1095850Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T16:03:23.1194302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T16:03:23.1515324Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T16:03:23.1623098Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T16:03:23.1958237Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T16:03:23.2153643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T16:03:23.2391881Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T16:03:23.2470448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T16:03:23.2869648Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T16:03:23.3054728Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T16:03:23.3310634Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T16:03:23.3676800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T16:03:23.3750451Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T16:03:23.3869995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T16:03:23.4190961Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T16:03:23.5322893Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T16:03:23.5333437Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T16:03:23.5781449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T16:03:23.5796391Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T16:03:23.6326732Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T16:03:23.6342400Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T16:03:23.6981184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T16:03:23.7016369Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T16:03:23.7376982Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T16:03:23.7430111Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T16:03:23.7515037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T16:03:23.7892076Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T16:03:23.8683653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T16:03:23.8732824Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T16:03:23.8978487Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T16:03:23.9190309Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T16:03:23.9213454Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T16:03:23.9669715Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T16:03:23.9691670Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T16:03:24.0108212Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T16:03:24.0131341Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T16:03:24.0588295Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T16:03:24.0610110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T16:03:24.1028550Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T16:03:24.1158514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T16:03:24.1467213Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T16:03:24.1604376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T16:03:24.1947299Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T16:03:24.2036333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T16:03:24.2405712Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T16:03:24.2414507Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T16:03:24.2789956Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T16:03:24.3778966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T16:03:24.3802461Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T16:03:24.4042154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T16:03:24.4315854Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T16:03:24.6312476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T16:03:24.6336755Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T16:03:24.6853296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T16:03:24.6873871Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T16:03:24.6919562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T16:03:24.7378416Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T16:03:24.7385524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T16:03:24.7775569Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T16:03:24.7780372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T16:03:24.8217577Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T16:03:24.8230816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:03:24.8706921Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:03:24.8955163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T16:03:24.9141034Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T16:03:24.9151111Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T16:03:24.9664901Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T16:03:24.9761968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T16:03:24.9775537Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T16:03:25.0466275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T16:03:25.0490033Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T16:03:25.0716859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T16:03:25.0947249Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T16:03:25.1569269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T16:03:25.1593470Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T16:03:25.1754086Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T16:03:25.2043369Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T16:03:25.3049803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T16:03:25.3063965Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T16:03:25.3289685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T16:03:25.3475863Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T16:03:25.4138779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:03:25.4180128Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:03:25.4768466Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:03:25.4784256Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:03:25.5262954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:03:25.5282311Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:03:25.5866980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:03:25.5886913Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:03:25.6299921Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:03:25.6347970Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:03:25.6378938Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T16:03:25.6857734Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T16:03:25.8127443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:03:25.8140411Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:03:25.9483823Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:03:25.9492749Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:03:25.9801815Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T16:03:25.9954154Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T16:03:26.0018770Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T16:03:26.0427426Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T16:03:26.0497832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T16:03:26.0831216Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T16:03:26.0923588Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T16:03:26.1275035Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T16:03:26.1283252Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T16:03:26.1699579Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T16:03:26.1707448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T16:03:26.2145302Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T16:03:26.2145803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T16:03:26.2627548Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T16:03:26.2776321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T16:03:26.2986657Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T16:03:26.3052869Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T16:03:26.3480396Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T16:03:26.3480963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T16:03:26.3770746Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T16:03:26.3771381Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T16:03:26.3900798Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T16:03:26.3901358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T16:03:26.4042461Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T16:03:26.4267188Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T16:03:26.4385740Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T16:03:26.4437151Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T16:03:26.4458223Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T16:03:26.4711307Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T16:03:26.4800176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:03:26.4805520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T16:03:26.5344603Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T16:03:26.5476087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T16:03:26.5629035Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T16:03:26.5726942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T16:03:26.5731139Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T16:03:26.5737661Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:03:26.5924248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:03:26.6067787Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:03:26.6146087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T16:03:26.6198105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T16:03:26.6205499Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T16:03:26.6508912Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T16:03:26.6561005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T16:03:26.6586206Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T16:03:26.6950903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T16:03:26.7358170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T16:03:26.7371107Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T16:03:26.7425632Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T16:03:26.7437477Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T16:03:26.7573535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T16:03:26.7574841Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T16:03:26.7786231Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T16:03:26.7867258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T16:03:26.8075780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:03:26.8308806Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:03:26.8404473Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:03:26.8534897Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:03:26.8542619Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T16:03:26.8747843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T16:03:26.8831835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T16:03:26.8948104Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T16:03:26.9329265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T16:03:26.9387750Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T16:03:26.9509142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T16:03:26.9517580Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T16:03:26.9530164Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T16:03:26.9544512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:03:26.9830170Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:03:26.9948648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T16:03:26.9966561Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:03:27.0391297Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:03:27.0427171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T16:03:27.0702583Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T16:03:27.0712878Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T16:03:27.0830416Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T16:03:27.0863899Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T16:03:27.0930497Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T16:03:27.1148373Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T16:03:27.1268617Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T16:03:27.1301553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T16:03:27.1452565Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T16:03:27.1587321Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T16:03:27.1707440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T16:03:27.1735528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T16:03:27.2149917Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T16:03:27.2186113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T16:03:27.2592463Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T16:03:27.2676360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:27.3075113Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:27.3086917Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:27.3506031Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:27.3538155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:27.3911019Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:27.3934172Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:27.4390993Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:27.4455481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T16:03:27.4830458Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T16:03:27.4894997Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T16:03:27.5271382Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T16:03:27.5295467Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:03:27.5714198Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:03:27.5748222Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:03:27.6152145Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:03:27.6228358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T16:03:27.6590942Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T16:03:27.6694941Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T16:03:27.7032212Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T16:03:27.7140070Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T16:03:27.7472295Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T16:03:27.7505905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:03:27.7911198Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:03:27.7936813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:03:27.8352692Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:03:27.8442800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T16:03:27.8456489Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T16:03:27.8466065Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T16:03:27.8790800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T16:03:27.8822527Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:03:27.9231355Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:03:27.9263336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:03:27.9671820Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:03:27.9703571Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:03:27.9784177Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:03:27.9793743Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T16:03:27.9867511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T16:03:28.0151384Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T16:03:28.0181028Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:03:28.0270118Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:03:28.0591082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T16:03:28.0670730Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T16:03:28.1032810Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T16:03:28.1151644Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T16:03:28.1475741Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T16:03:28.1728441Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:03:28.1923901Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:03:28.2061348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:03:28.2354721Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:03:28.2400553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:03:28.2794240Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:03:28.2825337Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:28.3173910Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:28.3185607Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T16:03:28.3241609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T16:03:28.3267460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:28.3708352Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:28.3718322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:28.4149395Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:28.4157969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:28.4240191Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:28.4253744Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T16:03:28.4455613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T16:03:28.4549582Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T16:03:28.4575531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:03:28.4667958Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:03:28.4989790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:03:28.5300376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T16:03:28.5429110Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T16:03:28.5462077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T16:03:28.5527504Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T16:03:28.5535809Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:03:28.5710661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:03:28.5869063Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:03:28.5949721Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T16:03:28.6064852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:03:28.6130582Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T16:03:28.6308992Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:03:28.6372153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T16:03:28.6386046Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T16:03:28.6552900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T16:03:28.6748635Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T16:03:28.6829073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T16:03:28.6886299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T16:03:28.7128297Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T16:03:28.7186282Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T16:03:28.7267785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T16:03:28.7294546Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T16:03:28.7510685Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T16:03:28.7627932Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T16:03:28.7708484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T16:03:28.7824074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T16:03:28.8106388Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T16:03:28.8112188Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T16:03:28.8147379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T16:03:28.8252270Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T16:03:28.8527752Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T16:03:28.8545785Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T16:03:28.8586387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T16:03:28.8634334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T16:03:28.8672597Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T16:03:28.8989817Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T16:03:28.9028501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T16:03:28.9035488Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T16:03:28.9262385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T16:03:28.9429791Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T16:03:28.9472080Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T16:03:28.9591924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T16:03:28.9622221Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T16:03:28.9870191Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T16:03:28.9910404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T16:03:28.9931273Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T16:03:29.0311803Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T16:03:29.0993815Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T16:03:29.1018280Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T16:03:29.1208141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T16:03:29.1432871Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T16:03:29.2739071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T16:03:29.2757890Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T16:03:29.2796386Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T16:03:29.2807858Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T16:03:29.3048842Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T16:03:29.3231535Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T16:03:29.3829462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T16:03:29.3836258Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T16:03:29.3852508Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T16:03:29.3864349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T16:03:29.3880589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T16:03:29.4028734Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T16:03:29.4274839Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T16:03:29.4276775Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T16:03:29.4304014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T16:03:29.4711854Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T16:03:29.4749612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T16:03:29.5152016Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T16:03:29.5186307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T16:03:29.5346746Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T16:03:29.5357192Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T16:03:29.5597187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T16:03:29.5597754Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T16:03:29.5622686Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T16:03:29.5788859Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T16:03:29.6033200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T16:03:29.6075717Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T16:03:29.6511761Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T16:03:29.6526278Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T16:03:29.6535972Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T16:03:29.6553794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T16:03:29.6752529Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T16:03:29.6951062Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T16:03:29.6951674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T16:03:29.6973052Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T16:03:29.7390221Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T16:03:29.7431230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T16:03:29.7753108Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T16:03:29.7759738Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T16:03:29.7827540Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T16:03:29.7892650Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T16:03:29.7950794Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T16:03:29.8188606Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T16:03:29.8270197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T16:03:29.8331055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T16:03:29.8710385Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T16:03:29.8800510Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T16:03:29.9104891Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T16:03:29.9114877Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T16:03:29.9188173Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T16:03:29.9435053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T16:03:29.9444879Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T16:03:29.9546615Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T16:03:29.9626588Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T16:03:29.9687150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T16:03:30.0110956Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T16:03:30.0371074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T16:03:30.0446544Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T16:03:30.0458081Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T16:03:30.0552586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T16:03:30.0653064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T16:03:30.0695982Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T16:03:30.0869442Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T16:03:30.0992033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T16:03:30.1682388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T16:03:30.1696201Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T16:03:30.1894650Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T16:03:30.2150366Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T16:03:30.2202485Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T16:03:30.2619496Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T16:03:30.2623532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T16:03:30.3104090Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T16:03:30.3108074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T16:03:30.3533605Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T16:03:30.4531644Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T16:03:30.4547306Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T16:03:30.4831194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T16:03:30.4841131Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T16:03:30.5067604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T16:03:30.5268245Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T16:03:30.5778514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T16:03:30.5789955Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T16:03:30.6025857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T16:03:30.6228594Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T16:03:30.6828604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T16:03:30.6838279Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T16:03:30.7091793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T16:03:30.7270684Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T16:03:30.7733066Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T16:03:30.7743834Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T16:03:30.7831301Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T16:03:30.8150490Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T16:03:30.8465427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T16:03:30.8587400Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T16:03:30.8734983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T16:03:30.9028457Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T16:03:30.9380833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T16:03:30.9467206Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T16:03:30.9633127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T16:03:30.9909586Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T16:03:31.0291571Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T16:03:31.0350032Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T16:03:31.0546805Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T16:03:31.0791410Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T16:03:31.2852108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T16:03:31.2863667Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T16:03:31.3150647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T16:03:31.3270508Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T16:03:31.3791914Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T16:03:31.3802990Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T16:03:31.4142534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T16:03:31.4227861Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T16:03:31.4871584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T16:03:31.4886557Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T16:03:31.5128322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T16:03:31.5310672Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T16:03:31.5745806Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:03:31.5788000Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:03:31.5927251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T16:03:31.6244624Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T16:03:31.6482007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T16:03:31.6694387Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T16:03:31.6994101Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T16:03:31.7147635Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T16:03:31.9098736Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T16:03:31.9159640Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T16:03:32.1668598Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T16:03:32.1811086Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T16:03:32.2089586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T16:03:32.2388366Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T16:03:32.3047027Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T16:03:32.3101457Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T16:03:32.5131878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T16:03:32.5170165Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T16:03:32.6842029Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T16:03:32.6892557Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T16:03:32.7054865Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T16:03:32.7083261Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T16:03:32.9168235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T16:03:32.9182938Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T16:03:33.2618353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T16:03:33.2650016Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T16:03:33.3422708Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T16:03:33.3433104Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T16:03:33.4260937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T16:03:33.4273847Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T16:03:33.4540840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T16:03:33.4668233Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T16:03:33.4688700Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T16:03:33.4737244Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T16:03:33.4854327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T16:03:33.5150795Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T16:03:33.5497517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T16:03:33.5588478Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T16:03:33.5686878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T16:03:33.6032442Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T16:03:33.6579273Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T16:03:33.6622398Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T16:03:33.6763262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T16:03:33.7028325Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T16:03:33.7151754Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T16:03:33.7469511Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T16:03:33.7519035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T16:03:33.7912652Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T16:03:33.8045741Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T16:03:33.8350569Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T16:03:33.8409398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T16:03:33.8830904Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T16:03:33.8906098Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T16:03:33.9270841Z [gw3] [ 32%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T16:03:33.9352928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T16:03:33.9709201Z [gw3] [ 32%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T16:03:34.0751440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T16:03:34.0769613Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T16:03:34.1017648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T16:03:34.1189559Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T16:03:34.1235301Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T16:03:34.1630392Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T16:03:34.1652317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T16:03:34.2124056Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T16:03:34.2304530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T16:03:34.2532796Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T16:03:34.2887050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T16:03:34.3019460Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T16:03:34.3207952Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T16:03:34.3432324Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T16:03:34.3497125Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T16:03:34.3947115Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T16:03:34.3950973Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T16:03:34.4344750Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T16:03:34.4348425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T16:03:34.4785727Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T16:03:34.4789550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T16:03:34.5268163Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T16:03:34.5570824Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T16:03:34.5635186Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T16:03:34.5731027Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T16:03:34.6098902Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T16:03:34.6104593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T16:03:34.6538962Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T16:03:34.6544183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T16:03:34.6980534Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T16:03:34.6981022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T16:03:34.7441022Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T16:03:34.9781192Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T16:03:34.9805067Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T16:03:35.0428628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T16:03:35.0435200Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T16:03:35.0465535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T16:03:35.0870771Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T16:03:35.0993377Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T16:03:35.1309557Z [gw3] [ 32%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T16:03:35.1415319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T16:03:35.1748359Z [gw3] [ 32%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T16:03:35.2005771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T16:03:35.2192714Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T16:03:35.2221932Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T16:03:35.2664319Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T16:03:35.2672998Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T16:03:35.3101251Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T16:03:35.3107434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T16:03:35.3580451Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T16:03:35.3869053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T16:03:35.4031700Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T16:03:35.4152545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T16:03:35.4177306Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T16:03:35.4191609Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T16:03:35.4436445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T16:03:35.4518907Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T16:03:35.4671451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T16:03:35.4721804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T16:03:35.4802015Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T16:03:35.4951025Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T16:03:35.4983759Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T16:03:35.5119438Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T16:03:35.5139673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T16:03:35.5389431Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T16:03:35.5530461Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T16:03:35.5563403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T16:03:35.5790051Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T16:03:35.5868184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T16:03:35.6273921Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T16:03:35.6275062Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T16:03:35.6703168Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T16:03:35.6709105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T16:03:35.7227874Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T16:03:35.7302758Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T16:03:35.7673142Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T16:03:35.7822041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T16:03:35.7837536Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T16:03:35.8363654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T16:03:35.8382350Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T16:03:35.8689684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T16:03:35.8787918Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T16:03:35.9069284Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T16:03:35.9230819Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T16:03:35.9328227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T16:03:35.9670004Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T16:03:35.9721306Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T16:03:35.9721954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T16:03:35.9887821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T16:03:36.0161009Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T16:03:36.0196180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T16:03:36.0271565Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T16:03:36.0281174Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T16:03:36.0626333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T16:03:36.0972508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T16:03:36.0997997Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T16:03:36.1117885Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T16:03:36.1468868Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T16:03:36.2131355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T16:03:36.2146377Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T16:03:36.2243504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T16:03:36.2255844Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T16:03:36.2430153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T16:03:36.2669059Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T16:03:36.2729681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T16:03:36.3110568Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T16:03:36.3408903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T16:03:36.3563007Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T16:03:36.3635879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T16:03:36.3990017Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T16:03:36.4020979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T16:03:36.4458129Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T16:03:36.4464558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T16:03:36.4945445Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T16:03:36.4956563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T16:03:36.5383680Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T16:03:36.5393135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T16:03:36.5867227Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T16:03:36.5867863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T16:03:36.6271205Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T16:03:36.6301265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T16:03:36.6421662Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T16:03:36.6434901Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T16:03:36.6740556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T16:03:36.6746198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T16:03:36.7151110Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T16:03:36.7176329Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T16:03:36.7619271Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T16:03:36.7623250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T16:03:36.8059129Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T16:03:36.8072519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T16:03:36.8545113Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T16:03:36.8553320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T16:03:36.9021528Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T16:03:36.9029463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T16:03:36.9167297Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T16:03:36.9345382Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T16:03:36.9469136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T16:03:36.9503666Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T16:03:36.9909739Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T16:03:36.9939156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T16:03:37.0389467Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T16:03:37.0425794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T16:03:37.0805276Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T16:03:37.0814662Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T16:03:37.0826549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T16:03:37.1644358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T16:03:37.1663466Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T16:03:37.2145821Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T16:03:37.2151670Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T16:03:37.2444986Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T16:03:37.2639873Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T16:03:37.2647228Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T16:03:37.3069646Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T16:03:37.3513891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T16:03:37.3580201Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T16:03:37.3715857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T16:03:37.3845934Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T16:03:37.3860275Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T16:03:37.4036703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T16:03:37.4420087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T16:03:37.4467672Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T16:03:37.4581713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T16:03:37.4962332Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T16:03:37.5023123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T16:03:37.5459107Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T16:03:37.5467016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T16:03:37.5945508Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T16:03:37.5974915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T16:03:37.6369045Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T16:03:37.6373847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T16:03:37.6439855Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T16:03:37.6587587Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T16:03:37.6788566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T16:03:37.8726563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T16:03:37.8748941Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T16:03:37.8785711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T16:03:37.8803063Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T16:03:37.8842083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T16:03:37.9101544Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T16:03:37.9186682Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T16:03:37.9226393Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T16:03:37.9675643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T16:03:37.9685303Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T16:03:37.9766061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T16:03:37.9952141Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T16:03:37.9964016Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T16:03:38.0040739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T16:03:38.0109389Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T16:03:38.0475555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T16:03:38.0702530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T16:03:38.0908979Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T16:03:38.1123859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T16:03:38.1350594Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T16:03:38.1570475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T16:03:38.1582221Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T16:03:38.1933125Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T16:03:38.2031172Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T16:03:38.2221459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T16:03:38.2258814Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T16:03:38.2461872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T16:03:38.2672248Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T16:03:38.2706442Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T16:03:38.3111924Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T16:03:38.3345007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T16:03:38.3369981Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T16:03:38.3898909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T16:03:38.3927274Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T16:03:38.3971208Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T16:03:38.4420475Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T16:03:38.4493332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T16:03:38.4834040Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T16:03:38.5111196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T16:03:38.5231720Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T16:03:38.5354257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T16:03:38.5712298Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T16:03:38.5773788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T16:03:38.5831649Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T16:03:38.5865941Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T16:03:38.6225359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T16:03:38.6320292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T16:03:38.6375703Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T16:03:38.6441197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T16:03:38.6762886Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T16:03:38.6787084Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T16:03:38.6798130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:03:38.6980099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T16:03:38.7271168Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T16:03:38.8210253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T16:03:38.8219461Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T16:03:38.8444115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T16:03:38.8629475Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T16:03:38.9893847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T16:03:39.0069409Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T16:03:39.0411318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T16:03:39.0511964Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T16:03:39.5018053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T16:03:39.5085127Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:03:39.5830212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T16:03:39.5849650Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T16:03:39.6425769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T16:03:39.6439445Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T16:03:39.6723264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:03:39.6735178Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T16:03:39.8197658Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T16:03:39.8326390Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T16:03:39.8896633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T16:03:39.8910317Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T16:03:40.2537572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T16:03:40.2560183Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:03:40.4313348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:03:40.4324369Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T16:03:40.4516582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T16:03:40.4531739Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:03:40.6024874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T16:03:40.6083422Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T16:03:40.6954708Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T16:03:40.7006983Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T16:03:40.7234468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T16:03:40.7374867Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T16:03:40.7397108Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T16:03:40.7476666Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T16:03:40.7496850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T16:03:40.7875786Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T16:03:40.7885135Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T16:03:40.7904574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T16:03:40.7995902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T16:03:40.8006680Z [gw3] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T16:03:40.8200526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T16:03:40.8350997Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T16:03:40.8393198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T16:03:40.8582622Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T16:03:40.8601716Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T16:03:40.8792438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T16:03:40.9373038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T16:03:40.9390357Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T16:03:40.9404291Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T16:03:40.9430576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T16:03:40.9592478Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T16:03:40.9677707Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T16:03:40.9686106Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T16:03:40.9844589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T16:03:40.9869072Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T16:03:40.9907325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:03:41.0103812Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T16:03:41.0121501Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T16:03:41.0426030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:03:41.0479670Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T16:03:41.0629533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T16:03:41.0949348Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T16:03:41.2850183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T16:03:41.2867551Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T16:03:41.3342285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T16:03:41.3354935Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T16:03:41.3411687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T16:03:41.3791405Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T16:03:41.3832415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T16:03:41.4237731Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T16:03:41.4267745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T16:03:41.4669500Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T16:03:41.4697176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T16:03:41.5112545Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T16:03:41.5499530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T16:03:41.5510693Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:03:41.5884489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T16:03:41.5907655Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T16:03:41.6107507Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T16:03:41.6334660Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T16:03:41.6345781Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T16:03:41.6379073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T16:03:41.6758108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T16:03:41.6766951Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T16:03:41.6938343Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T16:03:41.6953683Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:03:41.6964967Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T16:03:41.7190200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:03:41.8174767Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T16:03:41.8187148Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T16:03:41.8493911Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T16:03:41.8628548Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T16:03:41.8834031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T16:03:41.9072944Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T16:03:41.9251174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T16:03:41.9354405Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T16:03:41.9377937Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:03:41.9526301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T16:03:41.9546759Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T16:03:41.9571694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T16:03:41.9790334Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T16:03:41.9803753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T16:03:41.9812151Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T16:03:41.9969015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T16:03:42.0339359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T16:03:42.0418391Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T16:03:42.0671396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T16:03:42.0829103Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T16:03:42.0890264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T16:03:42.1270176Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T16:03:42.1757601Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T16:03:42.1812380Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T16:03:42.1934250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T16:03:42.2233068Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T16:03:42.2385863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T16:03:42.2399120Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T16:03:42.2610122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T16:03:42.2667795Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T16:03:42.2795424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T16:03:42.3110621Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T16:03:42.3446865Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T16:03:42.3589728Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T16:03:42.3666166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T16:03:42.3877124Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T16:03:42.3930001Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T16:03:42.4029644Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T16:03:42.4519171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T16:03:42.4539272Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T16:03:42.4681412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T16:03:42.4803730Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T16:03:42.4811737Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T16:03:42.4954546Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:03:42.5170701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T16:03:42.5390639Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T16:03:42.5549419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T16:03:42.5564586Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:03:42.5763757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T16:03:42.5832948Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T16:03:42.5841882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T16:03:42.5884146Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T16:03:42.5904828Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T16:03:42.5905327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T16:03:42.6124407Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T16:03:42.6270089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:03:42.6298984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T16:03:42.6539736Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T16:03:42.6605917Z [gw3] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T16:03:42.6618069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:03:42.6630464Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:03:42.6637046Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:03:42.6706626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:03:42.6731826Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T16:03:42.6750092Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T16:03:42.6758639Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T16:03:42.6806750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:03:42.7029631Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:03:42.7051444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:03:42.7066887Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:03:42.7149963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:03:42.7175573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T16:03:42.7511364Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T16:03:42.7536333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:03:42.7589081Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:03:42.7623439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T16:03:42.7990795Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T16:03:42.8022864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:03:42.8031653Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:03:42.8224086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T16:03:42.8234824Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:03:42.8488670Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T16:03:42.8542790Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T16:03:42.8543547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T16:03:42.8573726Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T16:03:42.8584001Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T16:03:42.8666167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T16:03:42.8671716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T16:03:42.8948236Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T16:03:42.8972866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T16:03:42.8985742Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T16:03:42.9188395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T16:03:42.9196723Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T16:03:42.9398760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T16:03:42.9414283Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:03:42.9429303Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:03:42.9435040Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T16:03:42.9442558Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T16:03:42.9544939Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T16:03:42.9628963Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T16:03:42.9829145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:03:42.9851078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:03:42.9906316Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:03:43.0269152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T16:03:43.0305574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T16:03:43.0420201Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T16:03:43.0431054Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:03:43.0657365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:03:43.0749922Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:03:43.0791966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T16:03:43.0856738Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T16:03:43.0866675Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:03:43.0867323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T16:03:43.0892139Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:03:43.1191321Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:03:43.1309519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T16:03:43.1333857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:03:43.1449380Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:03:43.1551877Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T16:03:43.1562804Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T16:03:43.1626091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T16:03:43.1678367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T16:03:43.1746969Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T16:03:43.1772946Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:03:43.2069242Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:03:43.2189813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T16:03:43.2221808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:03:43.2232040Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:03:43.2507876Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T16:03:43.2514825Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T16:03:43.2519207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T16:03:43.2628949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T16:03:43.2655492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:03:43.2911684Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:03:43.2947417Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T16:03:43.3082877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T16:03:43.3098508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:03:43.3367491Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:03:43.3380108Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T16:03:43.3542302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T16:03:43.3548425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:03:43.3581156Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:03:43.3829224Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T16:03:43.3949207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:03:43.3970176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T16:03:43.4390741Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T16:03:43.4647222Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:03:43.4660967Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T16:03:43.6916733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T16:03:43.6965553Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T16:03:43.7450004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T16:03:43.7464044Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T16:03:43.9297573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T16:03:43.9348965Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T16:03:43.9814380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:03:43.9825465Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:03:43.9841827Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:03:44.0231424Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:03:44.1859472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:03:44.1878852Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:03:44.3152901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T16:03:44.3195846Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T16:03:44.4427138Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T16:03:44.4439144Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T16:03:44.5425627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T16:03:44.5473966Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:03:44.5489041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:03:44.5884385Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:03:44.9875700Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:03:44.9903759Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:03:45.0508819Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:03:45.0518653Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:03:45.0733638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:03:45.0995358Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:03:45.1719042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:03:45.1729064Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T16:03:45.1864524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T16:03:45.1865374Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:03:45.1867228Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:03:45.2230584Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:03:45.2252775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:03:45.2282317Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:03:45.2351216Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:03:45.2744203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T16:03:45.3893485Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:03:45.3903722Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T16:03:45.4680875Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:03:45.4718520Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:03:45.6768248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:03:45.6812411Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T16:03:45.7829008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T16:03:45.7864552Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T16:03:46.4212647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:03:46.4237326Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:03:46.4680802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:03:46.4693762Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:03:46.5335162Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:03:46.5356578Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:03:46.7602890Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:03:46.7680549Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:03:46.8502330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:03:46.8529121Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:03:46.9785187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:03:46.9792906Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:03:47.1356609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:03:47.1388050Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:03:47.3791266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:03:47.3799784Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:03:47.5589652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T16:03:47.5608990Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:03:47.6850451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:03:47.6866453Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:03:47.7471517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:03:47.7479697Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T16:03:47.8702887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T16:03:47.8711526Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T16:03:48.3979045Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T16:03:48.3987916Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T16:03:48.4895290Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T16:03:48.4907359Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T16:03:48.4922003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T16:03:48.5389985Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T16:03:48.5408342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T16:03:48.5829854Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T16:03:48.9645585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T16:03:48.9655260Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:03:49.0447005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:03:49.0458103Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T16:03:49.1781067Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T16:03:49.1795110Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T16:03:49.2984355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T16:03:49.2989450Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:03:49.3200552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:03:49.3217957Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T16:03:49.8683063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T16:03:49.8694825Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T16:03:49.9007038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T16:03:49.9015007Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:03:49.9960454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:03:49.9983686Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:03:50.1610325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:03:50.1673894Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:03:50.4209432Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:03:50.4233503Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:03:50.5240840Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:03:50.5245724Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:03:50.5656712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:03:50.5666346Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T16:03:50.5700469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:03:50.5884693Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:03:50.5895165Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T16:03:50.6107361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T16:03:50.6136935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:03:50.6158616Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:03:50.6306934Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T16:03:50.6549999Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T16:03:50.8844376Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:03:50.8851326Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:03:50.9643108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:03:50.9644977Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:03:50.9669947Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:03:51.0069981Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:03:51.0219539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:03:51.0276042Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:03:51.0914783Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:03:51.0934791Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:03:51.1228356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:03:51.1348263Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:03:51.2935868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:03:51.2982038Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:03:51.2998652Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:03:51.3056155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:03:51.3794730Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:03:51.3811642Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:03:51.4267717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:03:51.4278023Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:03:51.5683949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:03:51.5705491Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:03:51.6797008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:03:51.6814440Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:03:51.7918958Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:03:51.7930099Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:03:51.8348288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:03:51.8363281Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:03:51.8400214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:03:51.8791321Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:03:51.8826298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:03:51.9232151Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:03:51.9270659Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:03:51.9438768Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:03:51.9446975Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:03:51.9670173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:03:51.9698412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:03:52.0111586Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:03:52.0241592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:03:52.0254981Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:03:52.0848525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:03:52.0870684Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:03:52.1012875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:03:52.1309867Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:03:52.1454048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T16:03:52.1463355Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:03:52.1480733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:03:52.1873852Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:03:52.4402496Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:03:52.4408427Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T16:03:52.5431537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T16:03:52.5440985Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:03:52.5651363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:03:52.5659915Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T16:03:52.6354594Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:03:52.6366082Z [gw2] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:03:52.6921344Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:03:52.6928632Z [gw2] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:03:52.7078099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T16:03:52.7088398Z [gw3] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:03:52.7220268Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:03:52.7549281Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:03:52.7742783Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:03:52.7988141Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:03:52.8457909Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:03:52.8466486Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T16:03:52.8477259Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:03:52.8484690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:03:52.8486793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T16:03:52.8502824Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:03:52.8671907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:03:52.8790398Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:03:52.8907819Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T16:03:52.8908498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:03:52.8935616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:03:52.9348813Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:03:52.9501541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:03:52.9643851Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:03:52.9653920Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:03:52.9780457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:03:52.9789710Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:03:53.0069676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:03:53.0102142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:03:53.0511136Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:03:53.0545530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:03:53.0575263Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:03:53.0582748Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:03:53.0925791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:03:53.0948145Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:03:53.0987756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T16:03:53.1462431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:03:53.1474446Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:03:53.3346246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:03:53.3356416Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:03:53.3862961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:03:53.3871939Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:03:53.4160315Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:03:53.4310804Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:03:53.4715380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:03:53.4786849Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:03:53.5777157Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:03:53.5790505Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:03:53.6044264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:03:53.6230149Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:03:53.6593477Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:03:53.6605875Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T16:03:53.6948618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T16:03:53.6960154Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:03:53.7179992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:03:53.7391498Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:03:53.7825547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:03:53.7849744Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:03:53.8694228Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:03:53.8702822Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T16:03:53.9698180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:03:53.9708381Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:03:54.0002640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T16:03:54.0191226Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T16:03:54.0866190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T16:03:54.0877820Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T16:03:54.2011191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T16:03:54.2017888Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T16:03:54.2370656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T16:03:54.2432061Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T16:03:54.3969598Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:03:54.3978236Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:03:54.4522784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:03:54.4533355Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:03:54.7513955Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:03:54.7525964Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:03:54.9004077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:03:54.9013675Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T16:03:54.9480712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:03:54.9492273Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:03:54.9862523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:03:54.9877030Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:03:55.5555426Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:03:55.5568900Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:03:55.6551344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:03:55.6561524Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:03:55.7062844Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:03:55.7071293Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:03:55.7907805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T16:03:55.7917257Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T16:03:55.8074501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T16:03:55.8348925Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T16:03:55.9144888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T16:03:55.9155025Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T16:03:55.9168203Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T16:03:55.9177249Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:03:55.9450368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:03:55.9589975Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T16:03:56.0948591Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T16:03:56.0963069Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T16:03:56.1147555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T16:03:56.1199136Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:03:56.1210074Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T16:03:56.1391056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:03:56.2031116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T16:03:56.2040116Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:03:56.3419400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T16:03:56.3430520Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T16:03:56.3726163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T16:03:56.3867425Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T16:03:56.8302137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T16:03:56.8317323Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T16:03:56.9748482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T16:03:56.9761726Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T16:03:57.4555528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T16:03:57.4603249Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T16:03:57.6572966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T16:03:57.6596714Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:03:57.8888158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:03:57.8901030Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T16:03:57.8922014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T16:03:57.9312711Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T16:03:57.9343433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T16:03:57.9750911Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T16:03:57.9779033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T16:03:58.0229295Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T16:03:58.0262186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T16:03:58.0704161Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T16:03:58.0707694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T16:03:58.1147720Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T16:03:58.1152006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T16:03:58.1583643Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T16:03:58.1592308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T16:03:58.2023879Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T16:03:58.2032528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T16:03:58.2506561Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T16:03:58.2570131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T16:03:58.2901913Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T16:03:58.3306302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T16:03:58.3349129Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T16:03:58.3576140Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T16:03:58.3786929Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T16:03:58.4048966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T16:03:58.4226695Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T16:03:58.4983547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T16:03:58.5032826Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T16:03:58.5276933Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T16:03:58.5600665Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T16:03:58.6649748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T16:03:58.6663394Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T16:03:58.6942000Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T16:03:58.7111793Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T16:03:59.0045823Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T16:03:59.0078124Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:03:59.1151016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T16:03:59.1174835Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T16:03:59.2561198Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T16:03:59.2568163Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T16:03:59.2619595Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T16:03:59.2967953Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T16:03:59.2968922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T16:03:59.3353287Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T16:03:59.3401257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T16:03:59.3792613Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T16:03:59.5664289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:03:59.5682347Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:03:59.7018938Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:03:59.7042489Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:04:00.6542929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:04:00.6560233Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:04:00.9105609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T16:04:00.9131593Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T16:04:01.0602467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:04:01.0618011Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T16:04:01.4873225Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:04:01.4894785Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T16:04:01.9814275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T16:04:01.9815139Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:04:02.1300784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:04:02.1330221Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:04:02.2231056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:04:02.2238228Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T16:04:02.2942141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:04:02.2950296Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:04:02.3259750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:04:02.3430123Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:04:02.3679025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:04:02.3709898Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:04:02.4523477Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T16:04:02.4540452Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T16:04:02.4810613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:04:02.4951801Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:04:02.5072744Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:04:02.5393416Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:04:02.6123604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:04:02.6155184Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:04:02.6349308Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:04:02.6377237Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:04:02.6387869Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:04:02.6592270Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:04:02.6978081Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T16:04:02.6989647Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:04:02.7593096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:04:02.7739778Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T16:04:02.7946871Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T16:04:02.8150044Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T16:04:03.1964046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:04:03.2000690Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:04:03.2785043Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T16:04:03.2807713Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:04:03.3065619Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:04:03.3136225Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T16:04:03.7878378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:04:03.7909739Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:04:03.7982923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:04:03.8003520Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:04:04.2226508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:04:04.2256800Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:04:04.5632545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:04:04.5661423Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:04:04.5703105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T16:04:04.6111917Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T16:04:04.6122674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T16:04:04.6580297Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T16:04:04.6762100Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T16:04:04.6986775Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T16:04:04.7052490Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T16:04:04.7412169Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T16:04:04.7453874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T16:04:04.7916942Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T16:04:04.7972558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T16:04:04.7993823Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:04:04.8087421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:04:04.8349243Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T16:04:04.8387891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T16:04:04.8787387Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T16:04:04.8995608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T16:04:04.9255868Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T16:04:04.9264244Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T16:04:04.9706511Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T16:04:04.9750323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T16:04:05.0114065Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T16:04:05.0459719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:04:05.0530889Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:04:05.0677511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:04:05.0949507Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:04:05.1017806Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T16:04:05.1513516Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T16:04:05.1946880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T16:04:05.1947570Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T16:04:05.2095860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T16:04:05.2347155Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T16:04:05.3863002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T16:04:05.3886751Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T16:04:05.4104508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T16:04:05.4344728Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T16:04:05.4353773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T16:04:05.4824268Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T16:04:05.4830312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T16:04:05.5264777Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T16:04:05.5270290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T16:04:05.5705810Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T16:04:05.5711294Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T16:04:05.6144890Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T16:04:05.6150317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T16:04:05.6623865Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T16:04:05.6631505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T16:04:05.7065594Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T16:04:05.7070470Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T16:04:05.7469049Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T16:04:05.7506496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T16:04:05.7917802Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T16:04:05.8830129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T16:04:05.8857883Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:04:05.8957713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:04:05.8984583Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T16:04:05.9037595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T16:04:05.9392323Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T16:04:05.9438524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T16:04:05.9870341Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T16:04:06.0622685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T16:04:06.0637817Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:04:06.0983587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:04:06.1001036Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T16:04:06.1033610Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T16:04:06.1313922Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T16:04:06.1327108Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:04:06.1429544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:04:06.1468615Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T16:04:06.1871402Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T16:04:06.1911035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T16:04:06.2311821Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T16:04:06.3216178Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T16:04:06.3224946Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:04:06.6336212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:04:06.6395111Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:04:07.2580273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:04:07.2602747Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T16:04:07.6399579Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T16:04:07.6423379Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:04:07.9039944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:04:07.9067477Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T16:04:07.9730060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T16:04:07.9754328Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:04:08.1777710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:04:08.1796507Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:04:08.6262646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T16:04:08.6283104Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:04:08.6830005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:04:08.6896241Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:04:08.8669828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:04:08.8685457Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:04:08.8707206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T16:04:08.9110731Z [gw3] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T16:04:08.9140429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T16:04:08.9595774Z [gw3] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T16:04:09.0264767Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T16:04:09.0277762Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:04:09.0923190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:04:09.0936842Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T16:04:09.2229117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:04:09.2243473Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:04:09.3103848Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:04:09.3116999Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T16:04:09.3337224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T16:04:09.3352492Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:04:09.3900957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:04:09.3923364Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:04:09.4347584Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:04:09.4362099Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:04:09.5158416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:04:09.5172915Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T16:04:09.5967916Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T16:04:09.5984467Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:04:09.6114755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T16:04:09.6134941Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:04:09.7670461Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:04:09.7684708Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T16:04:09.8218945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T16:04:09.8246221Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T16:04:09.8660512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T16:04:09.8708994Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T16:04:09.8815053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T16:04:09.8824529Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:04:09.8830815Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T16:04:09.9191579Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:04:09.9592936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T16:04:09.9626487Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T16:04:09.9725273Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T16:04:09.9862681Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T16:04:09.9864563Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:04:10.0070246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:04:10.0730536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T16:04:10.0754826Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T16:04:10.0961738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T16:04:10.1231528Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T16:04:10.1744919Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T16:04:10.1762351Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T16:04:10.1869165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T16:04:10.2152625Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T16:04:10.2160415Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:04:10.2189791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:04:10.2685289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T16:04:10.2698325Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:04:10.2841603Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:04:10.2868296Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T16:04:10.3045537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T16:04:10.3340190Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T16:04:10.5650359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T16:04:10.5660469Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T16:04:10.6141677Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T16:04:10.6215524Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T16:04:10.6473427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T16:04:10.6483565Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:04:10.6566977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:04:10.6586388Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T16:04:10.7239057Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T16:04:10.7261606Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T16:04:10.7542438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T16:04:10.7666642Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T16:04:10.7885147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T16:04:10.7969683Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T16:04:10.7977080Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:04:10.8149403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:04:10.8207596Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:04:10.8592264Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:04:10.8953577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:04:10.9026335Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:04:10.9241168Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T16:04:10.9516240Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T16:04:11.0420857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T16:04:11.0432242Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T16:04:11.0731238Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T16:04:11.0746416Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T16:04:11.0756031Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T16:04:11.0868703Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:04:11.0929756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T16:04:11.0942097Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:04:11.1067644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:04:11.1308491Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T16:04:11.1603744Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:04:11.1614999Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:04:11.2030801Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:04:11.2041360Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:04:11.2153698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T16:04:11.2164776Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:04:11.2243627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:04:11.2469149Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T16:04:11.2639158Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:04:11.2649575Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:04:11.3191738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:04:11.3204192Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:04:11.3374800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T16:04:11.3385993Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:04:11.3808521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:04:11.3818844Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T16:04:11.3859727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T16:04:11.3945163Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:04:11.3960005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:04:11.4230668Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T16:04:11.5575575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T16:04:11.5588974Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T16:04:11.5943285Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T16:04:11.5979251Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T16:04:11.5986868Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:04:11.6026210Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:04:11.6310111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T16:04:11.6427217Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:04:11.6636305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T16:04:11.6870697Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T16:04:11.6949204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:04:11.7312091Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:04:11.7405489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:04:11.7749371Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:04:11.7848707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T16:04:11.7856865Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T16:04:11.7946752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T16:04:11.8230569Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T16:04:11.8333031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T16:04:11.8344471Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T16:04:11.8447521Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T16:04:11.8671969Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T16:04:11.8735511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T16:04:11.8825356Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T16:04:11.8835303Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T16:04:11.8930583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T16:04:11.9109565Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T16:04:11.9266288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T16:04:11.9284930Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T16:04:11.9551100Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T16:04:11.9650027Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T16:04:11.9704848Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T16:04:11.9734157Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T16:04:11.9851402Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T16:04:11.9990228Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T16:04:12.0061306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T16:04:12.0146797Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T16:04:12.0262395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T16:04:12.0427330Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T16:04:12.0542271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T16:04:12.0584820Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T16:04:12.0669057Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T16:04:12.0865787Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T16:04:12.1025214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T16:04:12.1851043Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T16:04:12.1859112Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T16:04:12.2020424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T16:04:12.2267819Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T16:04:12.2292897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T16:04:12.2709075Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T16:04:12.2811858Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T16:04:12.3149073Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T16:04:12.3190654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T16:04:12.3590705Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T16:04:12.3752553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:04:12.4029996Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:04:12.4196964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:04:12.4201467Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:04:12.4206269Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:04:12.4470398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T16:04:12.4630592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:04:12.4910285Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:04:12.4973804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T16:04:12.5363993Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T16:04:12.5505765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T16:04:12.5512353Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T16:04:12.6076646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:04:12.6085777Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T16:04:12.6269093Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T16:04:12.6280633Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:04:12.6348798Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:04:12.6444461Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T16:04:12.6508632Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:04:12.6708600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T16:04:12.6721800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T16:04:12.7150321Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T16:04:12.7170149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:04:12.7630269Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:04:12.7656564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T16:04:12.8003803Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T16:04:12.8020341Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T16:04:12.8023079Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T16:04:12.8029622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T16:04:12.8107886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T16:04:12.8130083Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T16:04:12.8439637Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T16:04:12.8448371Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T16:04:12.8468190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T16:04:12.8547038Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T16:04:12.8576744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T16:04:12.8870079Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T16:04:12.8895297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T16:04:12.8986996Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T16:04:12.9017882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T16:04:12.9308749Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T16:04:12.9395679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T16:04:12.9407321Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T16:04:12.9427494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T16:04:12.9459454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T16:04:12.9466565Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T16:04:12.9829641Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T16:04:12.9838915Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T16:04:12.9848134Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T16:04:12.9858424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T16:04:12.9872327Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T16:04:12.9896271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T16:04:13.0001191Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T16:04:13.0268931Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T16:04:13.0270269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T16:04:13.0309139Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T16:04:13.0942992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T16:04:13.0953287Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T16:04:13.0998360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T16:04:13.1159691Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T16:04:13.1168035Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T16:04:13.1203310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T16:04:13.1211400Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T16:04:13.1287046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T16:04:13.1389003Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T16:04:13.1410999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T16:04:13.1589787Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T16:04:13.1832524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:04:13.1916571Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T16:04:13.2043340Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T16:04:13.2052598Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T16:04:13.2270419Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T16:04:13.2314711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T16:04:13.2710144Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T16:04:13.2736362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T16:04:13.2857678Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T16:04:13.2865211Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T16:04:13.2989323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T16:04:13.3148749Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T16:04:13.3170290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T16:04:13.3308606Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T16:04:13.3435041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T16:04:13.3588845Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T16:04:13.3610081Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T16:04:13.3747947Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T16:04:13.3769535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T16:04:13.4029063Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T16:04:13.4056408Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T16:04:13.4187996Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T16:04:13.4209791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T16:04:13.4469181Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T16:04:13.4490848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T16:04:13.4629559Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T16:04:13.4910148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T16:04:13.4931834Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T16:04:13.5349916Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T16:04:13.5375261Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T16:04:13.5584108Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T16:04:13.5591369Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T16:04:13.5791013Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T16:04:13.5807809Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T16:04:13.5820836Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T16:04:13.6069856Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T16:04:13.6098455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T16:04:13.6230793Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T16:04:13.6266253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T16:04:13.6509321Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T16:04:13.6530862Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T16:04:13.6667423Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T16:04:13.6697158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T16:04:13.6947638Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T16:04:13.6972334Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T16:04:13.7107591Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T16:04:13.7137920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T16:04:13.7389042Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T16:04:13.7550963Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T16:04:13.7676247Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:04:13.7990136Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:04:13.8171652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:04:13.8430475Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:04:13.8791974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:04:13.8871191Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:04:13.9037058Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:04:13.9311242Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:04:13.9823153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:04:13.9846635Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:04:14.1579320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:04:14.1600895Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:04:14.2357170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:04:14.2372492Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:04:14.2500246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:04:14.2789348Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:04:14.3055421Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:04:14.3269841Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:04:14.3702742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:04:14.3722721Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:04:14.5073116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:04:14.5087775Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:04:14.6558575Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:04:14.6575748Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:04:14.7217323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:04:14.7244070Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:04:14.7308202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T16:04:14.7671561Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T16:04:14.8899495Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:04:14.8918659Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T16:04:14.9273831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T16:04:14.9285373Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T16:04:15.2316233Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T16:04:15.2334873Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:04:15.2450513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:04:15.2461742Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T16:04:15.2483822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T16:04:15.2770539Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T16:04:15.2782915Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:04:15.2866503Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:04:15.2963149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T16:04:15.3348884Z [gw0] [ 40%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T16:04:15.3446056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T16:04:15.3787937Z [gw0] [ 40%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T16:04:15.3815859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T16:04:15.4228590Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T16:04:15.4256966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T16:04:15.4707858Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T16:04:15.4736296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T16:04:15.5147489Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T16:04:15.5178142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T16:04:15.5588240Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T16:04:15.7561762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T16:04:15.7668764Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T16:04:15.8248552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T16:04:15.8404305Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T16:04:16.0500660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T16:04:16.0515383Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T16:04:16.1023700Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T16:04:16.1035009Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T16:04:16.1342986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T16:04:16.1357569Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T16:04:16.3405395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:04:16.3419912Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T16:04:16.3870747Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T16:04:16.3885528Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T16:04:16.3903114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T16:04:16.4343003Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T16:04:16.4348761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T16:04:16.4804398Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T16:04:16.5622266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T16:04:16.5786261Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T16:04:17.0448762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T16:04:17.0557339Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T16:04:17.1760060Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T16:04:17.1773368Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T16:04:17.3061932Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T16:04:17.3076834Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T16:04:17.3372976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T16:04:17.3505201Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T16:04:17.4232339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T16:04:17.4245151Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T16:04:17.4480443Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T16:04:17.4669942Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T16:04:17.5107522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T16:04:17.5121999Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:04:17.6687745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:04:17.6704296Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:04:17.7473657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:04:17.7489415Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T16:04:17.8337821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T16:04:17.8355079Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T16:04:17.9545868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T16:04:17.9556997Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:04:17.9965089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:04:17.9987179Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:04:18.0818685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:04:18.0863487Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:04:18.1531445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:04:18.1546667Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:04:18.1825105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:04:18.2029043Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:04:18.2326695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:04:18.2470391Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:04:18.3326726Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:04:18.3338964Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:04:18.3652001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:04:18.3683633Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T16:04:18.4637679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T16:04:18.4649959Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T16:04:18.4894653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T16:04:18.5069578Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T16:04:18.7570742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T16:04:18.7585086Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T16:04:18.8307676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T16:04:18.8333503Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T16:04:18.8358220Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T16:04:18.8750593Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T16:04:18.8777346Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T16:04:18.9188761Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T16:04:18.9215492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T16:04:18.9628943Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T16:04:18.9657028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T16:04:19.0069668Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T16:04:19.0100958Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T16:04:19.0510086Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T16:04:19.0538488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T16:04:19.0992404Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T16:04:19.1000717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T16:04:19.1390974Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T16:04:19.1436371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T16:04:19.1719679Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T16:04:19.1733469Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:04:19.1827797Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T16:04:19.1867252Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T16:04:19.2270136Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T16:04:19.2294559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T16:04:19.2709142Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T16:04:19.2740928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T16:04:19.3149904Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T16:04:19.3184549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T16:04:19.3591710Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T16:04:19.3621015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T16:04:19.4032287Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T16:04:19.4060557Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T16:04:19.4471669Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T16:04:19.4505116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T16:04:19.4911855Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T16:04:19.8666071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T16:04:19.8695918Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T16:04:25.3639743Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T16:04:25.3663722Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T16:04:26.4472013Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T16:04:26.4495882Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T16:04:26.5230961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T16:04:26.5251535Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T16:04:26.5522979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T16:04:26.5668984Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T16:04:26.6820326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T16:04:26.6840209Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T16:04:26.7167183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T16:04:26.7304846Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T16:04:26.8467403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T16:04:26.8481726Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T16:04:26.8839357Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T16:04:26.8907294Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T16:04:27.6780505Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T16:04:27.6805568Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T16:04:27.8329282Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T16:04:27.8353418Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T16:04:33.3361264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T16:04:33.3433202Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T16:04:34.5051919Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T16:04:34.5082194Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T16:04:34.8872327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T16:04:34.8895190Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T16:04:35.3228616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T16:04:35.3282196Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T16:04:35.5080003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T16:04:35.5115916Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T16:04:35.5157258Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:04:35.5581610Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:04:35.5590892Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:04:35.5961183Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:04:35.5974988Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T16:04:35.6019874Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T16:04:35.6028289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:04:35.6437895Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:04:35.6456346Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:04:35.6898939Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:04:35.6909794Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:04:35.6915598Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:04:35.6918171Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T16:04:35.7310027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T16:04:35.7341360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:04:35.7750573Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:04:35.7782760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:04:35.8192445Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:04:35.8229502Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:04:35.8664261Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:04:35.8671347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:04:35.9148045Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:04:35.9156928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:04:35.9594579Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:04:36.2922938Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T16:04:36.2947997Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T16:04:36.3270051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T16:04:36.3401432Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T16:04:36.4420972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T16:04:36.4444958Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T16:04:36.4508328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T16:04:36.4520230Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T16:04:36.6589003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T16:04:36.6601160Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T16:04:37.2596230Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T16:04:37.2609949Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T16:04:37.4125805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T16:04:37.4195865Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T16:04:37.4320797Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T16:04:37.4718204Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T16:04:37.5843117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T16:04:37.5867676Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T16:04:37.8253752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T16:04:37.8427101Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T16:04:37.8435879Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:04:37.8891480Z [gw1] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:04:37.9485624Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T16:04:37.9517344Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T16:04:38.1126282Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T16:04:38.1140366Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T16:04:38.1421504Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T16:04:38.1583653Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T16:04:38.1626993Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T16:04:38.2066906Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T16:04:38.5118108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T16:04:38.5131810Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T16:04:38.6407586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T16:04:38.6431349Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T16:04:39.2752395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:04:39.2763730Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T16:04:39.3998851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T16:04:39.4079399Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:04:39.5908518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T16:04:39.5919278Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T16:04:39.5947767Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T16:04:39.5965926Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T16:04:39.6163887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T16:04:39.6389603Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T16:04:40.0955149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:04:40.0975626Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:04:40.2061540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T16:04:40.2084795Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T16:04:40.2398752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T16:04:40.2545945Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T16:04:40.2993755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T16:04:40.3006520Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T16:04:40.4988906Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T16:04:40.5001426Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T16:04:40.9149307Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:04:40.9203664Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T16:04:41.1191164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T16:04:41.1552107Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T16:04:41.4452582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T16:04:41.4563108Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T16:04:41.5330987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:04:41.5351198Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:04:41.5376468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:04:41.5849912Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:04:41.5861354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:04:41.6301067Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:04:41.6302073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:04:41.6735222Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:04:41.6741351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:04:41.7150331Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:04:41.7882877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T16:04:41.7903352Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T16:04:41.8212598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T16:04:41.8311324Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T16:04:42.0563756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T16:04:42.0581808Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:04:42.3983629Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:04:42.3996990Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:04:42.6309863Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:04:42.6333407Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:04:42.7242785Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:04:42.7256536Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:04:42.9232144Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T16:04:42.9327704Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T16:04:43.1956746Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T16:04:43.1971352Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T16:04:43.2673294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T16:04:43.2691370Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T16:04:43.5432522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T16:04:43.5545529Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T16:04:44.7733838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T16:04:44.7748828Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T16:04:44.8170586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T16:04:44.8191509Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T16:04:45.0506695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T16:04:45.0523914Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:04:45.3055367Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:04:45.3067459Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:04:45.5072050Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:04:45.5100279Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T16:04:45.6839765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T16:04:45.6866998Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:04:45.7027175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:04:45.7198142Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T16:04:45.7313191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T16:04:45.7705172Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T16:04:45.7929295Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T16:04:45.7953014Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:04:45.9855126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:04:45.9869425Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:04:46.0261662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:04:46.0356144Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:04:46.3520185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:04:46.3671850Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T16:04:46.5931197Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T16:04:46.5956192Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T16:04:46.6650048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T16:04:46.6655842Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:04:46.7778170Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T16:04:46.7838014Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T16:04:46.7861340Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T16:04:46.7869799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:04:46.9130002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T16:04:46.9153529Z [gw0] [ 42%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:04:46.9880632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:04:46.9903271Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T16:04:47.0729069Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T16:04:47.0747841Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T16:04:47.5643167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T16:04:47.5670011Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T16:04:47.8690213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T16:04:47.8716327Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:04:48.0587012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:04:48.0590681Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T16:04:48.2547576Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T16:04:48.2563800Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T16:04:48.2585138Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T16:04:48.2991554Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T16:04:48.3024173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T16:04:48.3432771Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T16:04:48.3463824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:04:48.3871779Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:04:48.3912555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T16:04:48.4345652Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T16:04:48.5304609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:04:48.5315858Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T16:04:48.6651066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T16:04:48.6664818Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:04:48.6941764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:04:48.6956900Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:04:48.7215067Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:04:48.7229952Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T16:04:48.7533424Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T16:04:48.7547038Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:04:48.8669941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T16:04:48.8695561Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:04:49.0870916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:04:49.0923367Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T16:04:49.1829850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T16:04:49.1843599Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T16:04:49.7205016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T16:04:49.7218106Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:04:49.7773344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:04:49.7787693Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T16:04:49.8484146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T16:04:49.8498478Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:04:49.8700819Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:04:49.8717029Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T16:04:49.9687226Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T16:04:49.9712174Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T16:04:49.9828548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T16:04:50.0185384Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T16:04:50.0217979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:04:50.0586776Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:04:50.2298375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T16:04:50.2320666Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T16:04:50.2815065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T16:04:50.2830207Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T16:04:50.3242464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:04:50.3315163Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:04:50.3329037Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:04:50.3341438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T16:04:50.4460944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:04:50.4474711Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:04:50.5669110Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:04:50.5691223Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T16:04:50.6779696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T16:04:50.6802969Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T16:04:50.8594877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T16:04:50.8619222Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T16:04:50.8833322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T16:04:50.9074268Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T16:04:51.0247119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T16:04:51.0259949Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:04:51.0904816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:04:51.0918201Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T16:04:51.1426577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T16:04:51.1482584Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T16:04:51.1505451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T16:04:51.1521859Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:04:51.5195317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:04:51.5272786Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T16:04:51.6026327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T16:04:51.6054066Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T16:04:51.7314845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T16:04:51.7340396Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T16:04:51.8159977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T16:04:51.8186450Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T16:04:51.8581558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T16:04:51.8669855Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T16:04:51.8712213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T16:04:51.9150603Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T16:04:51.9164182Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T16:04:51.9580120Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T16:04:51.9595072Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:04:52.0032172Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:04:52.0041581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T16:04:52.0547927Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T16:04:52.0566508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T16:04:52.0920151Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T16:04:52.0930462Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T16:04:52.1386660Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T16:04:52.1450384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T16:04:52.1791183Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T16:04:52.1806510Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T16:04:52.2190864Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T16:04:52.3164777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:04:52.3188902Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:04:52.3428667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:04:52.3633235Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:04:52.4779709Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:04:52.4803423Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:04:52.5012661Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T16:04:52.5267361Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T16:04:52.6569065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:04:52.6660652Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:04:52.6914320Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:04:52.7156762Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:04:53.0206912Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:04:53.0231150Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:04:53.0619040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:04:53.0688754Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:04:53.1216621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:04:53.1239111Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:04:53.2409428Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:04:53.2435446Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:04:53.2671982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:04:53.2911047Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:04:53.2931263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:04:53.3350967Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:04:53.3376593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:04:53.3905181Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:04:53.4938045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:04:53.4962876Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:04:53.5175880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:04:53.5484640Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:04:53.7266434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:04:53.7283854Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:04:53.8970356Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:04:53.8997012Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:04:53.9037381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:04:53.9461052Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:04:53.9471143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:04:53.9914964Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:04:54.1228694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:04:54.1261427Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T16:04:54.1597964Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T16:04:54.1622498Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:04:54.2066299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:04:54.2084287Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:04:54.3261359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:04:54.3279380Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:04:54.3560676Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:04:54.3785495Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:04:54.4184324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:04:54.4207998Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:04:54.4727508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:04:54.4752895Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:04:54.6942307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:04:54.6965928Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:04:55.2193617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:04:55.2216301Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T16:04:55.7125530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T16:04:55.7156364Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:04:55.9689060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:04:55.9716106Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:04:56.0129390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:04:56.0224360Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:04:56.3662584Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:04:56.3675507Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T16:04:56.4064653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T16:04:56.4107393Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T16:04:56.4134807Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T16:04:56.4594539Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T16:04:56.4630004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T16:04:56.5062261Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T16:04:56.5067463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T16:04:56.5531901Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T16:04:56.5545674Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T16:04:56.5981110Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T16:04:56.5986374Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T16:04:56.6421777Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T16:04:56.6427167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T16:04:56.6853213Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T16:04:56.6899783Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T16:04:56.7323366Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T16:04:56.8747837Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T16:04:56.8904972Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T16:04:56.9357111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T16:04:56.9382298Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T16:04:56.9485435Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T16:04:56.9507106Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:04:57.0324187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:04:57.0341736Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T16:04:57.0514538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T16:04:57.0823007Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T16:04:57.1785906Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:04:57.1821938Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:04:57.2157908Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T16:04:57.2169896Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:04:57.2187442Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T16:04:57.2316856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:04:57.3513975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T16:04:57.3537563Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T16:04:57.4843370Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T16:04:57.4859253Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:04:57.5957248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:04:57.6016024Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:04:57.6481387Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:04:57.6499728Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T16:04:57.7286239Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T16:04:57.7306495Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T16:04:58.4464826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T16:04:58.4493330Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T16:04:58.4779844Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T16:04:58.4804182Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:04:58.5935783Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:04:58.5963100Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T16:04:58.7039218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:04:58.7066756Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:04:58.7627783Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:04:58.7648337Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:04:58.8182783Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:04:58.8210478Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:04:58.8571418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:04:58.8620672Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:04:58.9851769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:04:58.9864548Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:04:59.1115253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:04:59.1139032Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:04:59.1341439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T16:04:59.1558546Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T16:04:59.2259500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T16:04:59.2278201Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:04:59.3808326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:04:59.3828917Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T16:04:59.4599255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T16:04:59.4608743Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T16:04:59.4636307Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T16:04:59.5033534Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T16:04:59.5067028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T16:04:59.5326486Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T16:04:59.5334480Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:04:59.5507581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:04:59.5517379Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T16:04:59.5911213Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T16:04:59.5960570Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T16:04:59.6369014Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T16:04:59.6766870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:04:59.6797607Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:04:59.7141193Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:04:59.7160452Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:04:59.7287550Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:04:59.7594062Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:04:59.8373586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:04:59.8428992Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:04:59.8534791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:04:59.8870683Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:04:59.9956741Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T16:04:59.9964332Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:05:00.1731475Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:05:00.1757487Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:00.2031964Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:05:00.2046580Z [gw2] [ 44%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:05:00.2269283Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:05:00.2280434Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:05:00.2304645Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:00.2371538Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:00.2380925Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:05:00.2576122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:05:00.2585484Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:05:00.2707694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:05:00.2739042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:00.3017827Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:00.3026114Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:05:00.3147267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:05:00.3173063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:00.3519133Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:00.3528198Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:05:00.3578931Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T16:05:00.3586866Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T16:05:00.3608934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:00.3713886Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:00.3720152Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T16:05:00.3947775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T16:05:00.4045983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:05:00.4064782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:00.4470800Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:00.4495936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:00.4528939Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:00.4539907Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T16:05:00.4578090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T16:05:00.4588031Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:05:00.4642760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:05:00.4948636Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:05:00.4966829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:05:00.5026295Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:05:00.5296983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:05:00.5389217Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:05:00.5409545Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:05:00.5466685Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:05:00.5830237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:05:00.7582446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:00.7595570Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:05:00.7651366Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:05:00.7661999Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:05:00.8035606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:05:00.8110434Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:05:00.8825877Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:05:00.8840418Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:05:01.0014824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:05:01.0038299Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:05:01.2076312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:05:01.2146278Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:05:01.6345582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:01.6357893Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T16:05:02.0230131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T16:05:02.0263334Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:05:02.1703608Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:05:02.1713396Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T16:05:02.1905805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T16:05:02.2149528Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T16:05:02.2436666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:05:02.2446571Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:05:02.2465253Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:05:02.2558351Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:05:02.2587673Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:05:02.2608467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:05:02.2909615Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:05:02.2945971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T16:05:02.3028669Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T16:05:02.3046395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:02.3348679Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:02.3468924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:05:02.3535935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:05:02.3830375Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:05:02.3896926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T16:05:02.4270817Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T16:05:02.4404053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:05:02.4414342Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:05:02.4449030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T16:05:02.4581058Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:05:02.4708170Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T16:05:02.4762629Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:05:02.4827573Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:05:02.5148564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T16:05:02.6471490Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T16:05:02.6486783Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T16:05:02.6731568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T16:05:02.6909562Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T16:05:02.8037384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:05:02.8050347Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:02.8173657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:05:02.8516454Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:05:02.9132818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T16:05:02.9150904Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T16:05:03.0923760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:03.0981417Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:03.1214322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:03.1240489Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T16:05:03.1431714Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T16:05:03.1480496Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:03.1601751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:03.1909184Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:03.1969649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:03.2438074Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:03.2471303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:03.2843834Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:03.2931158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:03.3090044Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:03.3148424Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T16:05:03.3344957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:05:03.3559280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:03.3826032Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:03.3981394Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:03.4189106Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:03.5242642Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:03.5256188Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:03.7559492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:03.7612769Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:05:03.7725860Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T16:05:03.7774188Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:03.8034849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:03.8223802Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:03.8368948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:03.8599989Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:03.8607453Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T16:05:03.8628388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:03.8682639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T16:05:03.8714056Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:05:03.8782624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:05:03.9053036Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:03.9231818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:03.9470467Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:03.9771871Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:03.9811659Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:03.9833263Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:05:03.9911506Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:05:04.0476622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:04.0502487Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:04.1161859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:04.1175702Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:04.1393359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:04.1594129Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:04.1864690Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:04.2033717Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:04.2383678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:04.2472637Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:04.2887345Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:05:04.2899605Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T16:05:04.3470585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T16:05:04.3499567Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:05:04.4200194Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:05:04.4225418Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:05:04.4605955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:05:04.4619105Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T16:05:04.7598203Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:04.7621904Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:05:04.7832673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:05:04.7847160Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:05:04.8135546Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T16:05:04.8157779Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:05:04.8409777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:05:04.8433214Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:04.8628849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:04.8638997Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T16:05:04.9568055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:04.9576021Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:04.9844314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:04.9994444Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:05.0174947Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:05.0198392Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:05:05.0357051Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:05:05.0586262Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:05:05.0590900Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:05.0627259Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:05.2631039Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:05:05.2649441Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:05.2886567Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:05.2937404Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:05:05.3085737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:05:05.3351758Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:05:05.4926049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:05:05.5003979Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:05:05.5443092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:05:05.5460695Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:05:05.6390200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:05:05.6406084Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:05.6795651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:05.6858629Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:05:05.7080555Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T16:05:05.7237601Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T16:05:05.7270331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T16:05:05.7693494Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T16:05:05.7708036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T16:05:05.8112333Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T16:05:05.8144378Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:05:05.8550957Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:05:05.8581000Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:05:05.9031365Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:05:05.9175429Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T16:05:05.9555301Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T16:05:05.9676440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T16:05:05.9959507Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T16:05:05.9996425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:05:06.0475855Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:05:06.0534356Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:05:06.0938237Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:05:06.0958734Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T16:05:06.1350467Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T16:05:06.1381736Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T16:05:06.1821594Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T16:05:06.1829370Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T16:05:06.2123754Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T16:05:06.2137083Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:06.2354002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:06.2358396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T16:05:06.2793425Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T16:05:06.2803067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:05:06.3192897Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:05:06.3219349Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:05:06.3659256Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:05:06.3678244Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:05:06.4127938Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:05:06.4128497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:05:06.4511250Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:05:06.4556728Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:05:06.4983886Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:05:06.4984428Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:05:06.5393436Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:05:06.5416121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:05:06.5572942Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:05:06.5593045Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:06.5624114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T16:05:06.5830628Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T16:05:06.6078675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:05:06.6119500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:06.6560691Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:06.6561491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:06.6626780Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:06.6733451Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:05:06.6872192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:05:06.6992292Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:05:06.7153097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T16:05:06.7343793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:05:06.7589901Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:05:06.7637245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T16:05:06.8050115Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T16:05:06.8180467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:05:06.8471055Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:05:06.8518925Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:05:06.8912127Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:05:06.9213864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:05:06.9226517Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T16:05:06.9294264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T16:05:06.9348395Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:05:06.9478457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:05:06.9624545Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:05:06.9641060Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:06.9791924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:06.9821249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T16:05:06.9834615Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T16:05:06.9848436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T16:05:07.0229460Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T16:05:07.0363038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:05:07.0670453Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:05:07.0711415Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:05:07.0759744Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:05:07.0772172Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T16:05:07.1183260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T16:05:07.1575909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:05:07.1704242Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T16:05:07.1908189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T16:05:07.2015792Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T16:05:07.2039982Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:05:07.2111454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:05:07.2137649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T16:05:07.2193433Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T16:05:07.2469945Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:05:07.2550949Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:05:07.2583614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T16:05:07.2990794Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T16:05:07.3380454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:05:07.3403832Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:05:07.3583432Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:05:07.3948501Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:05:07.4208324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:05:07.4227633Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:05:07.4534103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T16:05:07.4674055Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T16:05:07.4761575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T16:05:07.4776608Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:05:07.4786984Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T16:05:07.4938047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:05:07.5126199Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:05:07.5155684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T16:05:07.5232907Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T16:05:07.5551297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:05:07.6355947Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T16:05:07.6406715Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T16:05:07.6682173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T16:05:07.6792342Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T16:05:07.8547969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T16:05:07.8562436Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T16:05:07.8846820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T16:05:07.8986287Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T16:05:07.9377321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T16:05:07.9427577Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T16:05:07.9702486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T16:05:07.9872763Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T16:05:08.9259841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:05:08.9347765Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:05:09.0024975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T16:05:09.0042051Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T16:05:09.3078727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:09.3132507Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:09.4411341Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:05:09.4436362Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:05:10.2790128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T16:05:10.2821619Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:05:10.3247724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:05:10.3267568Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T16:05:10.3294365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:10.3309346Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:05:10.3327514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:05:10.3558472Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:10.3773305Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:05:10.3783996Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:10.3795089Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:10.3873914Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:05:10.4240064Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:05:10.4250926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:05:10.4263036Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:05:10.4324660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:05:10.4676480Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:05:10.4689042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:05:10.4699510Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:05:10.5110070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:05:10.5127587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:05:10.5364715Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:05:10.5560021Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:05:10.5563723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:05:10.5568396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:05:10.5604264Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:05:10.5958998Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:05:10.5996782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:05:10.6051754Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:05:10.6389661Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:05:10.6422937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:10.6599132Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:10.6648220Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:05:10.6699621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:05:10.6868171Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:05:10.6895071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:10.7101630Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:10.7105607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:05:10.7349121Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:05:10.7370501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:10.7540633Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:10.7544519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T16:05:10.7788434Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T16:05:10.7807129Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:10.7992710Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:10.8232649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:05:10.8456632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T16:05:10.8521930Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T16:05:10.8671496Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:05:10.8684976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:05:10.8774418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:05:10.8947910Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:05:10.9138413Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:05:10.9147260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:10.9201238Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:10.9468563Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:05:10.9549758Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:05:10.9581229Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:10.9633364Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:10.9661220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:05:10.9991372Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:05:11.0159805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T16:05:11.0165678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:05:11.0411184Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:05:11.0467778Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T16:05:11.0510774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T16:05:11.0549696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:05:11.0983647Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:05:11.0991468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T16:05:11.1077522Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T16:05:11.1085986Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T16:05:11.1467370Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T16:05:11.1723632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:05:11.1733461Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T16:05:11.1753590Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:11.1860409Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:11.1883991Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:05:11.1965472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:05:11.2150678Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:05:11.2168274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:11.2393390Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:11.2592043Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:05:11.2984269Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:05:11.3031819Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:05:11.3068869Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:11.3264050Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:11.3286163Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:05:11.3444650Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T16:05:11.3508523Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T16:05:11.3552478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:11.3785432Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:11.3991678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:05:11.3996188Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:11.4084165Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:11.4236162Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:05:11.4242491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:05:11.4391880Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:05:11.4444083Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:11.4631721Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:11.4738795Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:05:11.4920854Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:05:11.5109736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:05:11.5202237Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:05:11.5279987Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:05:11.5375692Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:05:11.5593825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:05:11.5601388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T16:05:11.5868023Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T16:05:11.5989347Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:05:11.6013864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T16:05:11.6026982Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T16:05:11.6429707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:11.6528185Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:05:11.6903882Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:05:11.6954683Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:11.7003239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:05:11.7059183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:11.7099163Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:11.7371414Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:05:11.7429297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:05:11.7432712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:11.7854290Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:11.7857702Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:11.8295086Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:11.8298403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:11.8736567Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:11.8740203Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:11.9178360Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:11.9182052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:11.9627815Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:11.9631397Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:12.0094130Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:12.1162112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:05:12.1285796Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:05:12.1436455Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:05:12.1584224Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:12.1962707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:12.1976962Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:05:12.2008960Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T16:05:12.2289055Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T16:05:12.2299929Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:05:12.2432576Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:05:12.3882285Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T16:05:12.3963355Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T16:05:12.4397895Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T16:05:12.4413909Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T16:05:12.6559702Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:05:12.6582446Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:05:12.8456814Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T16:05:12.8627613Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T16:05:13.1442692Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:05:13.1551080Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:05:13.2301153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:05:13.2417937Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:05:13.2583552Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:05:13.2596249Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:05:13.3010252Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:05:13.3066931Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:05:13.3338035Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:05:13.3471898Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:05:13.3816986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:05:13.3986335Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:05:13.4185102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:05:13.4201217Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:05:13.4232840Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:05:13.4348675Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T16:05:13.4567095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:05:13.4668207Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:05:13.4692106Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T16:05:13.4790971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T16:05:13.4923106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:05:13.4972712Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:05:13.5108519Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T16:05:13.5290272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T16:05:13.5338456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T16:05:13.5749745Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T16:05:13.6002220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:05:13.6056663Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T16:05:13.6092534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T16:05:13.6190473Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:05:13.6257145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:05:13.6371927Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:05:13.6469586Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T16:05:13.6643889Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T16:05:13.7841065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:05:13.7849559Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:05:13.8056999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:05:13.8271476Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:05:13.8313586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T16:05:13.8327491Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T16:05:13.8488655Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T16:05:13.8711996Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T16:05:13.8850350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:05:13.8911160Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:05:13.8925609Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T16:05:13.9151215Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T16:05:13.9195659Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T16:05:13.9592228Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T16:05:13.9704226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:05:14.0031092Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:05:14.0078130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:05:14.0469734Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:05:14.3873464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:05:14.3898601Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:05:14.4456186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:05:14.4480391Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:05:14.4607027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:05:14.4950734Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:05:14.4962456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:05:14.5204955Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:05:14.5220679Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T16:05:14.5389381Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T16:05:14.5595621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:05:14.5860930Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:05:14.6241217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:05:14.6306916Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:05:14.6353288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:05:14.6363060Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T16:05:14.6415393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T16:05:14.6834554Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:05:14.6968246Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:05:14.7285845Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:05:14.7300931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T16:05:14.7753593Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T16:05:14.7884081Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:05:14.8233435Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:05:14.8249847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:05:14.8459009Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:05:14.8483539Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:14.8631198Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:14.8664775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:05:14.9147215Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:05:14.9150155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:05:14.9468375Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:05:14.9479365Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T16:05:14.9663479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T16:05:14.9740147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:05:15.0114939Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:05:15.0206311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T16:05:15.0229839Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T16:05:15.0243498Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T16:05:15.0311230Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T16:05:15.0335977Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:15.0359076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:15.0510480Z [gw2] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:15.0748798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:05:15.1157640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:15.1184641Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:05:15.1343598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T16:05:15.1634173Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T16:05:15.1693348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:05:15.2033417Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:05:15.2077321Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:05:15.2098795Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:15.2108711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:15.2120172Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:05:15.2470949Z [gw2] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:15.2514476Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:05:15.4032464Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:15.4041325Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:15.4059719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:15.4472623Z [gw2] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:15.5115757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:15.5126354Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:15.5193297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T16:05:15.5465378Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T16:05:15.5473762Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T16:05:15.5590481Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T16:05:15.5752796Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:15.6030182Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:15.6127503Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:15.6470434Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:15.6535778Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:15.6543872Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:15.6561901Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T16:05:15.6912033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T16:05:15.7103068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:15.7350312Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:16.3087278Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:16.3113086Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:16.4146787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:16.4170898Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:16.4434502Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:05:16.4595428Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:05:16.5353846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:16.5380831Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:16.5575499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:16.5855232Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:16.8643364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:16.8667588Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:16.9346924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:16.9370718Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:17.0846071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:17.0864258Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:05:17.2937700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:05:17.2952116Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:05:17.3208744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:05:17.3373307Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:05:17.3388025Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:17.3432463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:05:17.3961303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:17.4020466Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:17.6442532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:17.6466700Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:05:17.6483177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:05:17.6501642Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:17.6793396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:05:17.6811396Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:05:17.6828168Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:17.7026233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:17.7658855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:17.7819668Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:17.7995688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:17.8059063Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:17.8122308Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:17.8330278Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:17.8424391Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:17.8468718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:17.8526852Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:17.8791649Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:17.8991419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:05:17.9025000Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:05:17.9042495Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:17.9189615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:17.9575328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:17.9631602Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:17.9872127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:18.0146447Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:18.0262331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:18.0648378Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:18.0659295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:18.1148357Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:18.3403485Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:18.3431057Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:18.3903161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:05:18.3923291Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:05:18.3987259Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:05:18.4465714Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:05:18.4489691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T16:05:18.4907001Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T16:05:18.5026445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:18.5348078Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:18.5358520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T16:05:18.5741802Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T16:05:18.5749678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:18.6249549Z [gw2] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:18.6264300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T16:05:18.6746603Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T16:05:18.6850456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:18.7186595Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:18.7293174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:18.7596415Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:18.7669897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:05:18.8066698Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:05:18.8256119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:18.8427886Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:18.8609815Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:18.8906660Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:18.8950920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:05:18.9386505Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:05:18.9523380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:18.9794014Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:18.9987115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:19.0231725Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:19.0287742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:05:19.0675716Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:05:19.0818533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:19.1183423Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:19.1192722Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:19.1564365Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:19.1661718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:05:19.2066845Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:05:19.3186195Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:19.3215708Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:19.3623221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:19.3648346Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:19.4965932Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:19.4982297Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:19.5056164Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:19.5073779Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:19.5419598Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:19.5509426Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:19.6543428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:19.6652943Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T16:05:20.4822286Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T16:05:20.4845143Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T16:05:21.3099138Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T16:05:21.3123232Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T16:05:21.5077974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T16:05:21.5101526Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T16:05:22.0720195Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T16:05:22.0745190Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T16:05:22.2208667Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T16:05:22.2233684Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T16:05:22.8433858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:05:22.8486699Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:05:22.9485597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:05:22.9514291Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:05:24.1968134Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T16:05:24.1988575Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:24.2639825Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:05:24.2658013Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:05:25.3410285Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:05:25.3432927Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:25.3778704Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:25.3800172Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:05:25.3890597Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:25.4346383Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:25.4636954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:25.4705291Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:25.4792913Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T16:05:25.5221721Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T16:05:25.5230313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T16:05:25.5823926Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T16:05:25.7314776Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T16:05:25.7338498Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T16:05:25.8025036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T16:05:25.8048971Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T16:05:25.8259549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T16:05:25.8288404Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:05:25.8323790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:25.8511855Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T16:05:25.8678588Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T16:05:25.8994658Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T16:05:25.9807963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T16:05:25.9835610Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T16:05:26.0073497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T16:05:26.0458320Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T16:05:26.0478724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T16:05:26.0861887Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T16:05:26.5158486Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:05:26.5228097Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:26.5245979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:26.5673377Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:26.9494678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:26.9520507Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:26.9661851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:26.9953086Z [gw1] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:27.3043949Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:27.3073428Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:05:27.8294538Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:05:27.8317787Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:27.8846421Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:27.8999722Z [gw1] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:27.9673215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:27.9695599Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:27.9764274Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:05:28.0114797Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:05:28.0277464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:28.0660446Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:28.0661006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:28.1158071Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:28.1158710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:28.1512238Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:28.1657938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:28.2066693Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:28.2681173Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:28.2693227Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:28.2703752Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:28.2712119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:05:28.3422733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:28.3437824Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:28.3602868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:05:28.3948140Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:05:28.4415767Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:28.4477033Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:28.4569735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:28.4911520Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:28.5386484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:28.5406571Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:05:28.7360692Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:28.7370639Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:28.8433886Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:28.8467454Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:29.1356143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:29.1383749Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:05:29.2100629Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:05:29.2125893Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:05:29.4493584Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:05:29.4536568Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:29.4736289Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:29.4994608Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:29.5472816Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:29.5498178Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:05:29.7403690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:05:29.7420512Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:29.7702027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:29.7865085Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:29.8816212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:29.8840231Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:29.9054987Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:29.9292277Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:29.9296293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:05:29.9314233Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:05:29.9345146Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:05:29.9389137Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:05:29.9827037Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:05:29.9873331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:29.9873951Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:05:29.9934758Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:05:30.0193520Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:30.0250233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:30.0305807Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:30.0314018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:05:30.0636537Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:05:30.0749100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:30.0758129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:05:30.0773345Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:05:30.1072272Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:30.1089494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:30.1232694Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:30.1547994Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:05:30.3167416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:30.3193675Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:05:30.3464362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:05:30.3786037Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:05:30.5578335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:05:30.5605250Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:30.6431111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:05:30.6461400Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:05:30.6543278Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:05:30.6912618Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:05:30.6975405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:05:30.7348074Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:05:30.7700990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:30.7750119Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:30.7862509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:05:30.8220133Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:05:30.8231616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:30.8698430Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:30.8703682Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:05:30.9163346Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:05:30.9342109Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:30.9646876Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:30.9725292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:30.9825047Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:30.9846215Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:31.0067883Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:31.0258953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:05:31.0352770Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:05:31.0364741Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:05:31.0475311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:05:31.1165615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:31.1175603Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:05:31.1191256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:05:31.1211543Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:31.1379015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:31.1631831Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:31.1703256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:05:31.2113697Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:05:31.2306014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:31.2316503Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:31.2429039Z [gw2] [ 50%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:05:31.2559726Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:05:31.2768776Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:31.2842597Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:31.2865898Z [gw2] [ 50%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:05:31.3059421Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:05:31.3064205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:05:31.3273167Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:05:31.3291648Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:31.3473399Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:31.3621802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:31.3913307Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:31.3942362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:31.4349420Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:31.4397793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:05:31.4765252Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:05:31.6218509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:31.6232021Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:05:31.6745224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:05:31.6759565Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:05:31.7472691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:05:31.7491016Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:31.7931084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:31.7950593Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:32.0864752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:32.0883654Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:32.1064974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:32.1158902Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:05:32.1459158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:05:32.1478090Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:32.1512230Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:32.1661659Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:05:32.1666593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:05:32.2104982Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:05:32.2106871Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:05:32.2586201Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:05:33.2321890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:05:33.2346684Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:05:33.9296641Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:05:33.9308262Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:05:34.0138877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:05:34.0151709Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:05:34.0328744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:05:34.0587724Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:05:34.4192893Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:05:34.4218454Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:05:34.4695084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:05:34.4719611Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:05:35.0815589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:05:35.0838473Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:05:35.1779062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:05:35.1792270Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:05:35.2516710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:35.2527896Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:36.9751321Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:05:36.9775731Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:05:36.9868199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:37.0237409Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:37.0387708Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:37.0678033Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:37.0687761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:05:37.1116156Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:05:37.1127471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:05:37.1587128Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:05:37.5237778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:05:37.5273041Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:05:37.6056609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T16:05:37.6086819Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T16:05:37.6347865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:05:37.6545868Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:05:37.6586239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:05:37.6988484Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:05:37.9643674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:05:37.9656317Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:05:37.9902295Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:05:38.0070748Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:05:38.0417855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:05:38.0508467Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:05:38.0566477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:05:38.0950285Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:05:38.0969843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T16:05:38.1390102Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T16:05:38.1408577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:05:38.1829970Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:05:38.1854228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:05:38.2270247Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:05:38.2296644Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T16:05:38.2710516Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T16:05:38.2744724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:05:38.3149772Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:05:38.3182232Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:05:38.3591171Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:05:38.3625698Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:05:38.4034645Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:05:38.4059034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:05:38.4470880Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:05:38.4596371Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:05:38.4913349Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:05:38.4959446Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T16:05:38.5352653Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T16:05:40.1435109Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:05:40.1541138Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:41.7209380Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:41.7226582Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:41.9413045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:05:41.9434362Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:05:41.9763593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:05:41.9869522Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:05:41.9964021Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T16:05:42.0313871Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T16:05:42.7006886Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:05:42.7031252Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:05:42.7278378Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:05:42.7467992Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:05:42.7802777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T16:05:42.7908042Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T16:05:42.8038280Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:05:42.8349398Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:05:42.8371098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:05:42.8791060Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:05:42.8811704Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:05:42.9230153Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:05:42.9248132Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:05:42.9669239Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:05:42.9690149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:05:43.0116501Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:05:43.0141908Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:05:43.0161332Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T16:05:43.0260725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T16:05:43.0550893Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:05:43.0608236Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T16:05:43.0990268Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T16:05:43.2752095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:05:43.2759734Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:05:43.3067191Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T16:05:43.3186963Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T16:05:43.5535662Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:05:43.5545399Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:05:43.6273453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T16:05:43.6285238Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T16:05:43.8208237Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T16:05:43.8223621Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T16:05:43.8479643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T16:05:43.8629274Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T16:05:44.0152049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:05:44.0172848Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:05:44.2947112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:05:44.2964592Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:05:44.3347202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:05:44.3352611Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:05:44.4223556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T16:05:44.4239942Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T16:05:44.5887732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:05:44.5917897Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:05:44.5996124Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:05:44.6382594Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:05:44.6400880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:05:44.6833571Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:05:44.6840729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:05:44.7260707Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:05:44.7266124Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:05:44.7701946Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:05:44.7710093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:05:44.7941381Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:05:44.7964366Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:05:44.8139077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:05:44.8145966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T16:05:44.8412378Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T16:05:44.8441907Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:05:44.8617111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:44.8627025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:05:44.8736179Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:05:44.8908466Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:44.8940905Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:05:44.9061438Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:05:44.9069933Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:05:44.9356391Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:05:44.9540006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:44.9650082Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:05:44.9982726Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:05:45.0006462Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:05:45.0110334Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:05:45.0128031Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:45.0297051Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:45.0429490Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:45.0524403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T16:05:45.0630334Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T16:05:45.0832684Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:05:45.0902983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T16:05:45.1273224Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T16:05:45.1303902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:05:45.1318044Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:05:45.1520598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:05:45.1549651Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:05:45.1748793Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:05:45.1749601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:05:45.1830101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:05:45.2196893Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:05:45.2582755Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:05:45.2669704Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:05:45.2818900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:05:45.3112190Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:05:45.3230458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:05:45.3593169Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:05:45.4718648Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:05:45.4744717Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:05:45.5009130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:05:45.5266957Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:05:45.5451921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:05:45.5650985Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:05:45.5720846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:05:45.6114697Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:05:45.6290491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:05:45.6561687Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:05:45.6578556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:05:45.6585961Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:05:45.6598294Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:05:45.7027524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:05:45.7211920Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:05:45.7232684Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:05:45.7321214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:45.7420862Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:05:45.7485922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:05:45.7870401Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:05:45.7894156Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:05:45.8313761Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:05:45.8346178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T16:05:45.8435143Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T16:05:45.8446444Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T16:05:45.8751295Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:05:45.8784244Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:05:45.9189650Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:05:45.9218946Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:05:45.9629843Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:05:45.9802301Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:05:46.0108580Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:05:46.0163287Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:05:46.0550320Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:05:46.0714456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:05:46.0990544Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:05:46.1045893Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:05:46.1429419Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:05:46.2277248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:05:46.2284651Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:05:46.2547317Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T16:05:46.2708815Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T16:05:46.4332543Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:05:46.4340784Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:05:46.4712003Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:05:46.4724000Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:46.4804680Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:05:46.4810637Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:05:46.4843412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T16:05:46.5270534Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T16:05:46.5339646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:05:46.5711066Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:05:46.5730783Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:05:46.5945946Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:05:46.5954725Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:05:46.5977070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:05:46.6145727Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:05:46.6165157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:46.6386465Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:46.6409161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:05:46.6587459Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:05:46.6828259Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:05:46.6846903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:05:46.7007927Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:05:46.7068191Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:05:46.7121587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:05:46.7268927Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:05:46.7330717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T16:05:46.7508985Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T16:05:46.7710631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:05:46.7754687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:05:46.8152705Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:05:46.8422190Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:05:46.8630976Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:05:46.8711353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T16:05:46.8830326Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T16:05:46.8840000Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:05:46.9069478Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:05:46.9081385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T16:05:46.9270090Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:05:46.9347460Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:05:46.9512047Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T16:05:46.9580185Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T16:05:47.0001264Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T16:05:47.0069330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:05:47.0255318Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:05:47.0285829Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:05:47.0416465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:05:47.0555873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:47.0716065Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:05:47.0822762Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:05:47.0839287Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:47.0949866Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:05:47.1288612Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:05:47.1328486Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:05:47.1710809Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:05:47.1780143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:05:47.2057345Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:05:47.2191314Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:05:47.2227329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:05:47.2293535Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:05:47.2397816Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:05:47.2671864Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:05:47.2673716Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:47.3092968Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:05:47.3121432Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:47.3500275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:47.3521576Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:05:47.3693732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:05:47.3713432Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:47.3940030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:47.3950837Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:05:47.3980445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:05:47.4429581Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:05:47.4459856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:05:47.4468348Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:05:47.4476565Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:47.4664270Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:47.4869931Z [gw1] [ 52%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:47.4899707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:05:47.4908464Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:05:47.5309723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:47.5345469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:05:47.5371713Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:05:47.5382118Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:47.5413200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:05:47.5750126Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:05:47.5788037Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:05:47.5797248Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:05:47.5870080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:47.6190123Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:47.6220784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:05:47.6234441Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:05:47.6315375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:47.6628680Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:47.6651097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:05:47.6666929Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:05:47.6921016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T16:05:47.7142398Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T16:05:47.7142917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:05:47.7144326Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T16:05:47.7221853Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:05:47.7618761Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T16:05:47.7622945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T16:05:47.7758413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:05:47.8088784Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:05:47.8172141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:05:47.8546532Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:05:47.8573249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:05:47.8673738Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:05:47.8682517Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T16:05:47.8706118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:05:47.8986302Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:05:47.8989593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T16:05:47.9109804Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T16:05:47.9141778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:05:47.9426607Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:05:47.9435213Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T16:05:47.9594334Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T16:05:47.9871240Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:05:48.0012487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:05:48.0314805Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:05:48.0334328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:05:48.0786554Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:05:48.0800608Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T16:05:48.0953386Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T16:05:48.0975412Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:05:48.1013201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T16:05:48.1222500Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T16:05:48.1227342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:05:48.1435757Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:05:48.1440941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T16:05:48.1628340Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T16:05:48.1733509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:05:48.1828251Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:05:48.1854941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T16:05:48.2068283Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T16:05:48.2109965Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T16:05:48.2268790Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T16:05:48.2510573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:05:48.2814985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:05:48.2959335Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:05:48.3011404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:05:48.3462510Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:05:48.3504465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:05:48.3830475Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:05:48.3877672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:05:48.4296896Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:05:48.4763243Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:05:48.4774036Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:05:48.4873364Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:05:48.5189780Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:05:48.5625721Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:48.5633180Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:48.5743094Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:05:48.5781577Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:05:48.5791337Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:05:48.6069976Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T16:05:48.6416536Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T16:05:48.6432107Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T16:05:48.7252578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:05:48.7269653Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T16:05:48.7293626Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:48.7710429Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:48.7731820Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:48.8151934Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:48.8184396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:05:48.8589680Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:05:48.8615188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:05:48.9030147Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:05:48.9055971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:05:48.9471150Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:05:48.9508771Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:05:48.9910349Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:05:48.9947110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:05:49.0349291Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:05:49.0382330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:49.0842002Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:49.0843458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:49.1230997Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:49.1249573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:49.1556942Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:49.1565887Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:05:49.1694125Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:05:49.1699957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:49.2207824Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:49.2214419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:05:49.2655166Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:05:49.2661023Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:05:49.3062205Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:05:49.3067025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:49.3503429Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:49.3508507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:49.3910004Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:49.3969660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:05:49.4349281Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:05:49.4363341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:05:49.4374472Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:05:49.4428105Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:05:49.4791804Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:05:49.4875099Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:05:49.5231034Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:05:49.5269239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:49.5506073Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:49.5521496Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:05:49.5672219Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:05:49.5707047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:49.5826117Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:49.5947632Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:05:49.6111092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:05:49.6193755Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:05:49.6208391Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:05:49.6386638Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:05:49.6446371Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T16:05:49.6546639Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T16:05:49.6581377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:49.6828039Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:49.6988911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:05:49.7023824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:49.7128580Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:49.7269146Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:05:49.7348422Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T16:05:49.7466613Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T16:05:49.7490178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:49.7707662Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:49.7907173Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:05:49.7937564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:49.8219485Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:49.8234550Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:05:49.8332296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:05:49.8347199Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:05:49.8418711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:05:49.8672911Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:05:49.8791535Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:05:49.8864198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:05:49.9231508Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:05:49.9347261Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:49.9364920Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:05:49.9374927Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:49.9446214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:05:49.9787493Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:05:49.9795091Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:49.9966786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:05:50.0232996Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:50.0273206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:50.0382548Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:50.0393488Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:05:50.0498307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:05:50.0710172Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:05:50.0733141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:50.0829832Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:50.1149637Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:05:50.1171427Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:50.1588653Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:50.1607463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:50.2041650Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:50.2062560Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:50.2490563Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:50.2511758Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:50.2955313Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:50.3192765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:05:50.3351023Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:05:50.3384106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:05:50.3790743Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:05:50.3992022Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T16:05:50.4230859Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T16:05:50.4297848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T16:05:50.4786805Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T16:05:50.5042263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:05:50.5268150Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:05:50.5291813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:05:50.5747424Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:05:50.6096169Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:05:50.6196230Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:05:50.6289497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:05:50.6706951Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:05:50.6736909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:05:50.7056475Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:05:50.7064422Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:05:50.7108669Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:05:50.7165155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:05:50.7550663Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:05:50.7691868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T16:05:50.7703144Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:05:50.7800755Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:05:50.8049512Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T16:05:50.8052381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T16:05:50.8547077Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T16:05:50.8786784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:05:50.9006794Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:05:50.9026837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:05:50.9477682Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:05:51.0715068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:05:51.0744148Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:05:51.0961060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T16:05:51.1267235Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T16:05:51.1366768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T16:05:51.1381516Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:05:51.1480025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:05:51.1792559Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:05:51.1802504Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T16:05:51.1808812Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:05:51.1905885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T16:05:51.2033785Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T16:05:51.2232440Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:05:51.2233174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:05:51.2297309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:51.2670212Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:51.2743382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:51.2828318Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:51.2834945Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:05:51.2988811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:05:51.3108163Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:05:51.3269606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:05:51.3334424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:05:51.3553167Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:05:51.4313048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:05:51.4328997Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:05:51.4567089Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T16:05:51.4750552Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T16:05:51.4828285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:05:51.4839949Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:05:51.5037065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T16:05:51.5270756Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T16:05:51.5508108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T16:05:51.5710878Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T16:05:51.5906666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:51.5913120Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:05:51.6127479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T16:05:51.6350301Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T16:05:51.7151404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:05:51.7165036Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:51.7175521Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:05:51.7181038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T16:05:51.7353470Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:51.7366380Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T16:05:51.7592454Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:51.7593223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:51.8277987Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:05:51.8287338Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:05:51.8522260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:05:51.8709229Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:05:51.9186331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:05:51.9224820Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:51.9397434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:51.9632365Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:51.9859108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:05:52.0069706Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:05:52.0145484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:52.0511198Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:52.0603931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:52.0951670Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:52.1164529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:05:52.1390154Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:05:52.1691519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:05:52.1829303Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:05:52.1878050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T16:05:52.2270259Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T16:05:52.2390397Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T16:05:52.2709684Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T16:05:52.2819315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:05:52.3163404Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:05:52.3185143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:05:52.3590527Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:05:52.3702133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T16:05:52.4029474Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T16:05:52.4987940Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:05:52.4996198Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:05:52.5296033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T16:05:52.5427438Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T16:05:52.5455209Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:05:52.5868259Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:05:52.6081632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:05:52.6310306Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:05:52.6360414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T16:05:52.6752804Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T16:05:52.6912479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:52.7188506Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:52.7336900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:52.7629992Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:52.7786370Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:52.8070596Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:52.8123908Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:05:52.8509926Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:05:52.8787426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:05:52.8951024Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:05:52.9109525Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:05:52.9390663Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:05:53.0499558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:05:53.0510211Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:05:53.0725681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:05:53.0951845Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:05:53.0983400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:05:53.1391547Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:05:53.1426095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:05:53.1872387Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:05:53.2621955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:05:53.2632630Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:05:53.2754493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:05:53.3070926Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:05:53.3082386Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:05:53.3095235Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:53.3100327Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:05:53.3511927Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:05:53.3556689Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:05:53.3992178Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:05:53.4036661Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T16:05:53.4431594Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T16:05:53.4566193Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:05:53.4873161Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:05:53.4927810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T16:05:53.5311765Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T16:05:53.5346889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:05:53.5786632Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:05:53.5792928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:05:53.6190455Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:05:53.6234911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:05:53.6706437Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:05:53.6709001Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:05:53.7140780Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:05:53.7141320Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:05:53.7551451Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:05:53.7594113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:05:53.8067411Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:05:53.8070857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:05:53.8544506Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:05:53.8548209Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:05:53.8900312Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:05:53.8912661Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:05:53.8990022Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T16:05:53.9025303Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:05:53.9471024Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:05:53.9501764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:05:53.9911183Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:05:53.9943965Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:05:54.0350036Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:05:54.0478886Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:54.0788673Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:54.1366119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:54.1380562Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:54.1703835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:54.1719085Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T16:05:54.1980870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:05:54.2005347Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:54.2126436Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:54.2430157Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:54.2637183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:54.2867348Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:54.3069306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:54.3311775Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:54.4449932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:54.4464459Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:54.4647730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:54.4908471Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:54.6574617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:54.6589780Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:54.7867710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:54.7883042Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:55.4006448Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:55.4022186Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:55.6217910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:55.6238262Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:55.8200224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:55.8226954Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:55.8289566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:05:55.8692036Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:05:57.8793486Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:57.8825691Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:58.0148887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:58.0167086Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:06:00.3506950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:00.3530927Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:06:01.7011998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:06:01.7038707Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:06:01.7383582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:06:01.7469438Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:06:01.7562696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:06:01.7915662Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:06:01.8118922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T16:06:01.8351231Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T16:06:01.8401413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T16:06:01.8866193Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T16:06:01.9171837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:06:01.9388452Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:06:01.9488577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:06:01.9799267Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:06:02.0426233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T16:06:02.0455693Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T16:06:02.0614654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T16:06:02.0880631Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T16:06:02.1044543Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:06:02.1349510Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:06:02.1368963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T16:06:02.1751696Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T16:06:02.1893773Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:06:02.2254072Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:06:02.2260491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:06:02.2706660Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:06:02.3654712Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:06:02.3680668Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:06:02.3917352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:06:02.4186015Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:06:02.4515040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:06:02.4547777Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:06:02.4635151Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:06:02.5058558Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:06:02.6763710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:06:02.6784356Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:06:02.7064658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T16:06:02.7228354Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T16:06:02.8623679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T16:06:02.8649188Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:02.9085479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:02.9229311Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T16:06:02.9652550Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T16:06:02.9707836Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T16:06:02.9744290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:06:03.0217372Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:06:03.0351141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:06:03.0697630Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:06:03.0882750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T16:06:03.1184886Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T16:06:03.1195351Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:06:03.1559385Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:06:03.1605162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T16:06:03.2081078Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T16:06:03.2589175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:06:03.2628317Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:06:03.2773007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:06:03.3184808Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:06:03.4033669Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:06:03.4187610Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:06:03.4327715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:06:03.4628801Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:06:03.5479108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:06:03.5502121Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:03.5548449Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:03.5706602Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:06:03.5853811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:06:03.6226219Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:06:04.0060990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:06:04.0071050Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:04.0218841Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:04.0225343Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:06:04.0580518Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:06:04.0603141Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:04.1155019Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:04.1194645Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:06:04.1433417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:06:04.1454622Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:04.3323142Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:04.3336093Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:06:04.3931900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T16:06:04.4066036Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T16:06:04.5344542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:06:04.5363833Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:04.5893967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:04.5912519Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:04.6439586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:04.6465876Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:04.6770609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:04.6783793Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:06:04.6981798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T16:06:04.7188234Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T16:06:04.8276830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:06:04.8298144Z [gw0] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:06:04.8375792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:06:04.8385575Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:04.8504841Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:04.8766502Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:04.8774231Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:06:04.8829209Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:06:04.8974411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:04.9192182Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:06:04.9248746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:06:04.9276771Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:06:04.9287704Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:04.9630735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:06:04.9754179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:06:04.9763448Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:06:05.0070092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:06:05.0130152Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:06:05.0315484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:06:05.0497059Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:06:05.0518515Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:06:05.0604155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:06:05.0618444Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:06:05.0951791Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:06:05.1038298Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:06:05.1081628Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:06:05.1103178Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:06:05.1237788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:06:05.1433480Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:06:05.1453779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:06:05.1555214Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:06:05.1905980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:06:05.2112152Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:06:05.2306086Z [gw2] [ 55%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:06:05.2833150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:06:05.2910236Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:06:05.3186553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:06:05.3392117Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:06:05.3392639Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:06:05.3836866Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:06:05.3862366Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:06:05.4312809Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:06:05.4320658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:06:05.4717280Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:06:05.4741414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T16:06:05.5185525Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T16:06:05.5728433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:06:05.5825222Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:06:05.5834991Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:06:05.5862668Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:06:05.5950717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:06:05.6340148Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:06:05.6954963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T16:06:05.6978390Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:06:05.7353202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:06:05.7421959Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T16:06:05.7472047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T16:06:05.7945548Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T16:06:05.8497625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:06:05.8563113Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:06:05.8796029Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:06:05.8988356Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:06:05.9278735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:06:05.9478044Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:06:05.9527206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:06:05.9746096Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:06:05.9765654Z [gw0] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:06:05.9804439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:06:05.9835040Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:06:05.9869260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:06:05.9919090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:06:06.0313368Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:06:06.0543311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:06:06.0791627Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:06:06.0857736Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:06:06.1230066Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:06:06.1293678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:06:06.1483561Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:06:06.1489915Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:06:06.1669638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:06:06.1989134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T16:06:06.2108666Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T16:06:06.2201157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T16:06:06.2550409Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T16:06:06.2751380Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:06:06.2988786Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:06:06.3051293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:06:06.3432174Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:06:06.4018618Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:06:06.4028037Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:06:06.4099608Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:06:06.4471063Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:06:06.5182599Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T16:06:06.5200119Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T16:06:06.5320291Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T16:06:06.5630220Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T16:06:06.6013779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:06:06.6110397Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:06:06.6363406Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:06:06.6498546Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:06:06.6508234Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:06:06.6548587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:06:06.6629972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T16:06:06.6990853Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T16:06:06.7025435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:06:06.7432370Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:06:06.7466060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:06:06.7865407Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:06:06.7881830Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:06:06.7888791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:06:06.7904011Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:06:06.7917261Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:06:06.8309903Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:06:06.8310971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:06:06.8334150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:06:06.8345412Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:06:06.8749400Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:06:06.8750762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:06:06.8771042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T16:06:06.8781939Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:06:06.9190369Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T16:06:06.9190849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:06:06.9218346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:06:06.9228929Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:06:06.9630591Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:06:06.9631313Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:06:06.9663728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:06:07.0070041Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:06:07.0105128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:06:07.0511355Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:06:07.0545298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:06:07.0951985Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:06:07.0984537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:06:07.1391265Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:06:07.1421566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:06:07.1831554Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:06:07.1867100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:06:07.2271367Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:06:07.2302911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:06:07.2711300Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:06:07.2748905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:06:07.3152554Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:06:07.3183677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:06:07.3591910Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:06:07.3623384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:06:07.4030542Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:06:07.4064327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:06:07.4469286Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:06:07.4501862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:06:07.4727108Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:06:07.4733945Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:06:07.4909765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:06:07.4943566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:06:07.5350559Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:06:07.5385292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:06:07.5790895Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:06:07.5813869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:06:07.6231256Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:06:07.6245664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:06:07.6262963Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:06:07.6287601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:06:07.6673448Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:06:07.6712045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:06:07.7112871Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:06:07.7155171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:06:07.7553565Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:06:07.7607106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:06:07.7991943Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:06:07.8040331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:06:07.8432409Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:06:07.8470622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:06:07.8872167Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:06:07.8910811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:06:07.9312234Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:06:07.9354078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:06:07.9752169Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:06:07.9794599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:06:08.0165687Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:06:08.0172297Z [gw0] [ 56%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:06:08.0188766Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:06:08.0229507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:06:08.0632757Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:06:08.0673058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:06:08.1071361Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:06:08.1107772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:06:08.1511464Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:06:08.1544208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:06:08.1869401Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:06:08.1876624Z [gw0] [ 56%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:06:08.1949255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:06:08.2002328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:06:08.2007993Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:06:08.2309567Z [gw0] [ 56%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:06:08.2391187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:06:08.2402073Z [gw0] [ 56%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:06:08.2439899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:06:08.2748186Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:06:08.2829329Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:06:08.2860329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:06:08.3269803Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:06:08.3292122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:06:08.3712804Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:06:08.3757202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:06:08.4153012Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:06:08.4195426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:06:08.4592768Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:06:08.4632933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:06:08.5035983Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:06:08.5095282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:06:08.5649085Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:06:08.5756845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:06:08.6097734Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:06:08.6137030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:06:08.6521515Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:06:08.6561745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:06:08.6952206Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:06:08.6987962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:06:08.7242144Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:06:08.7248887Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:06:08.7345621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:06:08.7386726Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:06:08.7414482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:06:08.7668161Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:06:08.7829400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:06:08.7861028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:06:08.8163043Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:06:08.8171615Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:06:08.8267873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:06:08.8290313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:06:08.8338297Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:06:08.8589145Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:06:08.8714891Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:06:08.8760212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:06:08.8877173Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:06:08.9029150Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:06:08.9106317Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:06:08.9189246Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:06:08.9209916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:06:08.9469461Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:06:08.9520480Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:06:08.9629659Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:06:08.9680937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:06:08.9908964Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:06:08.9973439Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:06:09.0070019Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:06:09.0335748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:06:09.0349321Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:06:09.0426443Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:06:09.0508839Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:06:09.0597444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:06:09.0789048Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:06:09.0950644Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:06:09.0983004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:06:09.1100430Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:06:09.1229259Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:06:09.1390226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:06:09.1420172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:06:09.1458266Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:06:09.1668982Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:06:09.1831830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:06:09.3138744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:06:09.3161184Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:06:09.3429533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:06:09.3569393Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:06:09.3582242Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:06:09.3592322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:06:09.4391326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:06:09.4409785Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:06:09.4609568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:06:09.4832803Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:06:09.5149742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:06:09.5271048Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:06:09.5489692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:06:09.5711946Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:06:09.5803304Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:06:09.5819021Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:06:09.5847983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:06:09.5962122Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:06:09.6020960Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:06:09.6027541Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:06:09.6189680Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:06:09.6230375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:06:09.6258563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:06:09.6545600Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:06:09.6627798Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:06:09.6668849Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:06:09.6707854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:06:09.7147180Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:06:09.7148643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:06:09.7178572Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:06:09.7180167Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:06:09.7588629Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:06:09.7618081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:06:09.8102561Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:06:09.8109572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:06:09.8275700Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:06:09.8427054Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:06:09.8541310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:06:09.8546587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:06:09.8605054Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:06:09.8910146Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:06:09.8966487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:06:09.8995877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:06:09.9221004Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:06:09.9387012Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:06:09.9430177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:06:09.9468146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:06:09.9475819Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:06:09.9779555Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:06:09.9790225Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:06:09.9791201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:06:09.9898851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:06:09.9899843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:06:09.9936201Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:06:10.0227768Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:06:10.0308896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:06:10.0335619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:06:10.0750908Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:06:10.0782013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:06:10.1188176Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:06:10.1216581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:06:10.1542822Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:06:10.1552182Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:06:10.1627808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:06:10.1658848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:06:10.1764974Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:06:10.1987294Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:06:10.2068086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:06:10.2100958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:06:10.2509759Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:06:10.2540681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:06:10.2991555Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:06:10.3035067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:06:10.3215568Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:06:10.3228012Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:06:10.3424373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:06:10.3467017Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:06:10.3492178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:06:10.3666075Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:06:10.3792657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:06:10.3802922Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:06:10.3947793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:06:10.3987934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:06:10.4390371Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:06:10.4419792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:06:10.4436405Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:06:10.4444937Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:06:10.4520904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:06:10.4534641Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:06:10.4541264Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:06:10.4560375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:06:10.4871828Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:06:10.4872412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:06:10.4902510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:06:10.4948469Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:06:10.4987635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:06:10.5308515Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:06:10.5340192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:06:10.5386933Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:06:10.5784435Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:06:10.5788210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:06:10.5797039Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:06:10.5806613Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:06:10.5861659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:06:10.6222016Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:06:10.6226171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:06:10.6271373Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:06:10.6678636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:06:10.6689775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:06:10.6745529Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:06:10.6763989Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:06:10.6872623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:06:10.7067079Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:06:10.7102216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:06:10.7186945Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:06:10.7581004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:06:10.7581740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:06:10.7894014Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:06:10.7914468Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:06:10.8031182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T16:06:10.8057977Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T16:06:10.8058861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:06:10.8384701Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:06:10.8387338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T16:06:10.8499685Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T16:06:10.8502097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:06:10.8742333Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:06:10.8759509Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:06:10.8813560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T16:06:10.8816852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T16:06:10.8906000Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T16:06:10.8931684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:06:10.9228671Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:06:10.9252513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:06:10.9349632Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:06:10.9374797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:06:10.9668912Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:06:10.9692915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:06:10.9788866Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:06:10.9812611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:06:11.0112556Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:06:11.0144605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T16:06:11.0244344Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T16:06:11.0253578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:06:11.0549698Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:06:11.0574806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T16:06:11.0668896Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T16:06:11.0691661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:06:11.0991104Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:06:11.1014345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:06:11.1108875Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:06:11.1242997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:06:11.1428512Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:06:11.1450841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:06:11.1545954Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:06:11.1586161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:06:11.1867651Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:06:11.1897790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T16:06:11.2229361Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T16:06:11.2258549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:06:11.2309735Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:06:11.2346433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T16:06:11.2667870Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T16:06:11.2693302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:06:11.2746803Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:06:11.2770959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T16:06:11.3109696Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T16:06:11.3137010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:06:11.3186957Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:06:11.3215252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T16:06:11.3341814Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T16:06:11.3352832Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T16:06:11.3548702Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T16:06:11.3570656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:06:11.3627971Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:06:11.3651901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:06:11.3991186Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:06:11.4032467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:06:11.4068185Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:06:11.4102577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:06:11.4120770Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:06:11.4129397Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T16:06:11.4427730Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T16:06:11.4453692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:06:11.4505991Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:06:11.4531336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:06:11.4683363Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:06:11.4691810Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T16:06:11.4819135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T16:06:11.6653334Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T16:06:11.6656191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:06:11.6667830Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:06:11.6670464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:06:11.6672462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:06:11.6693179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:06:11.6702219Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:06:11.6709888Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:06:11.6711568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:06:11.6732627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:06:11.6734985Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:06:11.7176052Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:06:11.7178044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:06:11.7189111Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:06:11.7225430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:06:11.7589100Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:06:11.7592343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:06:11.7610631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:06:11.8029119Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:06:11.8064484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:06:11.8510587Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:06:11.8514364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:06:11.8605112Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:06:11.8623744Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:06:11.8645952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:06:11.8655935Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:06:11.8958837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:06:11.9068907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:06:11.9071691Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:06:11.9083013Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:06:11.9122732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:06:11.9191848Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:06:11.9208809Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:06:11.9347076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T16:06:11.9386982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T16:06:11.9506982Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T16:06:11.9528642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:06:11.9787940Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:06:11.9809402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:06:11.9946930Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:06:11.9970114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:06:12.0228591Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:06:12.0253374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:06:12.0388665Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:06:12.0412687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:06:12.0669611Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:06:12.0813881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:06:12.0826404Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:06:12.0916720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:06:12.0928638Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T16:06:12.0975910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T16:06:12.1106270Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:06:12.1206870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:06:12.1265837Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:06:12.1294531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:06:12.1316756Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T16:06:12.1344684Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:06:12.1547983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T16:06:12.1590203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T16:06:12.1656636Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T16:06:12.1705268Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T16:06:12.1727481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:06:12.1785606Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:06:12.1866828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T16:06:12.1987634Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T16:06:12.2022099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:06:12.2147761Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:06:12.2181944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:06:12.2226995Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:06:12.2428486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T16:06:12.2453544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:06:12.2619605Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:06:12.2630247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:06:12.2692813Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:06:12.2700238Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T16:06:12.2779523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T16:06:12.2866454Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T16:06:12.2889257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:06:12.3027810Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:06:12.3062472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:06:12.3157720Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:06:12.3307482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:06:12.3334575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:06:12.3471641Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:06:12.3509512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:06:12.3749059Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:06:12.3776213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:06:12.3910800Z [gw2] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:06:12.3942695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:06:12.4189455Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:06:12.4212636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:06:12.4349680Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:06:12.4385980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:06:12.4628883Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:06:12.4649899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:06:12.4790975Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:06:12.4824227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:06:12.5070452Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:06:12.5105788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:06:12.5229888Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:06:12.5259984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:06:12.5509009Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:06:12.5697625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:06:12.5698897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:06:12.6112555Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:06:12.6142074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:06:12.6549192Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:06:12.6585839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:06:12.7030013Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:06:12.7078221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:06:12.7470419Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:06:12.7500238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:06:12.7652546Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:06:12.7665797Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:06:12.7909313Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:06:12.7936422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:06:12.8203463Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:06:12.8209944Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:06:12.8333316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:06:12.8365362Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:06:12.8379004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:06:12.8629720Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:06:12.8658128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:06:12.8786748Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:06:12.8799401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:06:12.8814999Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:06:12.8816158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:06:12.8863493Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:06:12.9067450Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:06:12.9087619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:06:12.9228474Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:06:12.9229224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:06:12.9260853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:06:12.9510555Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:06:12.9546889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:06:12.9671447Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:06:12.9701677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:06:12.9950330Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:06:12.9981397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:06:13.0072095Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:06:13.0081908Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:06:13.0106272Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:06:13.0136260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:06:13.0216785Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:06:13.0387260Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:06:13.0410446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:06:13.0507184Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:06:13.0549755Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:06:13.0569613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:06:13.0580541Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:06:13.0828504Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:06:13.0848364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:06:13.0947331Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:06:13.0986748Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:06:13.1020832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:06:13.1029667Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:06:13.1130410Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:06:13.1269100Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:06:13.1292300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:06:13.1428431Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:06:13.1480683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:06:13.1642852Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:06:13.1650858Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:06:13.1706786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T16:06:13.1728466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:06:13.1788846Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:06:13.1866024Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T16:06:13.1887695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:06:13.2068241Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:06:13.2148542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:06:13.2171886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T16:06:13.2311089Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T16:06:13.2345080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:06:13.2590000Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:06:13.2619691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:06:13.2749681Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:06:13.2784766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:06:13.2838716Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:06:13.2845384Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:06:13.3018663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:06:13.3030516Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:06:13.3054656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:06:13.3187895Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:06:13.3267382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:06:13.3461066Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:06:13.3475765Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:06:13.3499033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:06:13.3711006Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:06:13.3765774Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:06:13.3908854Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:06:13.3930645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:06:13.4026817Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:06:13.4033813Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:06:13.4147805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:06:13.4162010Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:06:13.4349262Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:06:13.4375040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:06:13.4467702Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:06:13.4786162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:06:13.4794164Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:06:13.4817082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:06:13.4827962Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:06:13.4836177Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:06:13.4910583Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:06:13.4983136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:06:13.5002553Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:06:13.5028671Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:06:13.5035024Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:06:13.5229551Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:06:13.5251227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T16:06:13.5267146Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T16:06:13.5349977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:06:13.5589769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:06:13.5669769Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:06:13.5689174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:06:13.5705110Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:06:13.5712357Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:06:13.5779368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:06:13.5787803Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:06:13.5792409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:06:13.5859608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:06:13.6110065Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:06:13.6142265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:06:13.6269106Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:06:13.6548558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:06:13.6570902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:06:13.7021042Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:06:13.7031782Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:06:13.7033954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:06:13.7068451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T16:06:13.7108624Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T16:06:13.7469186Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:06:13.7469808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:06:13.7506012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:06:13.7523750Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:06:13.7910547Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:06:13.7918076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:06:13.7942670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:06:13.7959527Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:06:13.8353391Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:06:13.8356370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:06:13.8389944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:06:13.8399079Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:06:13.8791388Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:06:13.8792089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:06:13.8815461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:06:13.8824031Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:06:13.9230938Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:06:13.9231351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:06:13.9259881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T16:06:13.9265267Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:06:13.9669511Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T16:06:13.9670801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:06:13.9693956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T16:06:13.9702530Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:06:14.0112401Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T16:06:14.0113056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:06:14.0145327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:06:14.0149079Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:06:14.0551349Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:06:14.0554180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:06:14.0576429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:06:14.0592161Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:06:14.1031216Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:06:14.1032263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:06:14.1056691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:06:14.1067810Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:06:14.1471451Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:06:14.1473197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:06:14.1499727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:06:14.1509493Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:06:14.1910401Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:06:14.1912482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:06:14.1936420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:06:14.1947674Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:06:14.2374424Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:06:14.2375101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:06:14.2381794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:06:14.2395479Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:06:14.2790880Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:06:14.2824225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:06:14.2834243Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:06:14.2838804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:06:14.3232031Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:06:14.3239524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:06:14.3274039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:06:14.3278586Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:06:14.3670210Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:06:14.3672355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:06:14.3696706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:06:14.3839951Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:06:14.3911059Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:06:14.3919342Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:06:14.4110080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T16:06:14.4112011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:06:14.4144708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:06:14.4242159Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:06:14.4551775Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:06:14.4552435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:06:14.4576631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:06:14.4682063Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:06:14.4746910Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:06:14.4754986Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T16:06:14.4799020Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:06:14.4990244Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:06:14.4990913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:06:14.5018081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:06:14.5020304Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:06:14.5188079Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:06:14.5380139Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:06:14.5389061Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:06:14.5427415Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:06:14.5430699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T16:06:14.5455776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:06:14.5477281Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T16:06:14.5870614Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:06:14.5871084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:06:14.5890302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:06:14.5904270Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:06:14.6310020Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:06:14.6337221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:06:14.6348970Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:06:14.6377171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:06:14.6747889Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:06:14.6768221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:06:14.6785478Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:06:14.6810290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:06:14.7188966Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:06:14.7211689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:06:14.7226812Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:06:14.7256054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:06:14.7264477Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:06:14.7271056Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:06:14.7628712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:06:14.7658578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T16:06:14.7669677Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T16:06:14.7693377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:06:14.8070290Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:06:14.8094618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:06:14.8111453Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:06:14.8138562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:06:14.8510377Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:06:14.8536379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T16:06:14.8547353Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T16:06:14.8576291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:06:14.8950183Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:06:14.8991442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:06:14.9044950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:06:14.9054946Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:06:14.9391823Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:06:14.9443762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:06:14.9447347Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:06:14.9472712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:06:14.9830989Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:06:14.9857912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:06:14.9901449Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:06:14.9906866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:06:15.0269407Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:06:15.0290605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:06:15.0307425Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:06:15.0341758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:06:15.0708246Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:06:15.0729718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:06:15.0747293Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:06:15.0783389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:06:15.0888340Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:06:15.0897230Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:06:15.1149681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T16:06:15.1177179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:06:15.1186877Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:06:15.1218402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:06:15.1592332Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:06:15.1597992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:06:15.1606043Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T16:06:15.1627279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:06:15.1662029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:06:15.1718014Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:06:15.1787727Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:06:15.2030008Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:06:15.2030667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:06:15.2053348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:06:15.2106329Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:06:15.2140775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:06:15.2470281Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:06:15.2497576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:06:15.2548676Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:06:15.2580624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:06:15.2908038Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:06:15.2988029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:06:15.3023204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:06:15.3083000Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:06:15.3089788Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:06:15.3096756Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:06:15.3294285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:06:15.3345744Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:06:15.3401644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T16:06:15.3425809Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T16:06:15.3459662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:06:15.3504275Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:06:15.3684023Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:06:15.3786486Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:06:15.3869192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:06:15.3906933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:06:15.3948167Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:06:15.3967865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:06:15.4228415Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:06:15.4289504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:06:15.4307131Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:06:15.4385402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:06:15.4397433Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:06:15.4459245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T16:06:15.4668640Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T16:06:15.4694489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:06:15.4828191Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:06:15.5044470Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T16:06:15.5107792Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T16:06:15.5129602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:06:15.5266450Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:06:15.5325360Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T16:06:15.5549563Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T16:06:15.5573294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:06:15.5709896Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:06:15.5846006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:06:15.5989943Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:06:15.6012414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T16:06:15.6150090Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T16:06:15.6192851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:06:15.6387178Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:06:15.6395839Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:06:15.6427659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:06:15.6451495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:06:15.6583429Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:06:15.6590856Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:06:15.6814194Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:06:15.6821523Z [gw0] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:06:15.6828105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:06:15.6868744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:06:15.6952408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T16:06:15.6958266Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:06:15.6960675Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T16:06:15.7029972Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:06:15.7099856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:06:15.7268141Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:06:15.7291014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:06:15.7347075Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:06:15.7377257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:06:15.7465614Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:06:15.7708498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:06:15.7739628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:06:15.7786379Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:06:15.7817873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:06:15.8148794Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:06:15.8169559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:06:15.8225996Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:06:15.8449154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:06:15.8458919Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:06:15.8590427Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:06:15.8611225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:06:15.8626879Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:06:15.8869055Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:06:15.8890720Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:06:15.8914586Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:06:15.8924488Z [gw0] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:06:15.9028767Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:06:15.9065089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:06:15.9309590Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:06:15.9332793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T16:06:15.9468936Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T16:06:15.9501107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:06:15.9749264Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:06:15.9776937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:06:15.9907567Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:06:15.9934164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:06:16.0188004Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:06:16.0214874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:06:16.0350516Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:06:16.0380826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:06:16.0629552Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:06:16.0654175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:06:16.0787328Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:06:16.0813826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:06:16.1069169Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:06:16.1100682Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T16:06:16.1228122Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T16:06:16.1255698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:06:16.1508865Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:06:16.1542113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:06:16.1667827Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:06:16.1701517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:06:16.1949903Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:06:16.1976234Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T16:06:16.2108819Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T16:06:16.2142273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:06:16.2388104Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:06:16.2430301Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T16:06:16.2550425Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T16:06:16.2585182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:06:16.2829118Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:06:16.2887730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:06:16.2988426Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:06:16.3023131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:06:16.3268814Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:06:16.3308880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:06:16.3428567Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:06:16.3464850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:06:16.3709289Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:06:16.3757311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:06:16.3873656Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:06:16.3908349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:06:16.4150234Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:06:16.4309785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:06:16.4323646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:06:16.4346983Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:06:16.4589831Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:06:16.4648839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T16:06:16.4748531Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T16:06:16.4783733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:06:16.5027611Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:06:16.5187267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:06:16.5201229Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:06:16.5243344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:06:16.5468838Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:06:16.5528970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:06:16.5628410Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:06:16.5664868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:06:16.5909643Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:06:16.6067722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:06:16.6098334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:06:16.6507706Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:06:16.6536872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:06:16.6570320Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:06:16.6582884Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:06:16.6742560Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T16:06:16.6948259Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T16:06:16.6972678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:06:16.6987474Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:06:16.7041865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:06:16.7390638Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:06:16.7426796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:06:16.7433334Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:06:16.7455733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:06:16.7829190Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:06:16.7870912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:06:16.7875424Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:06:16.7898350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T16:06:16.8270198Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T16:06:16.8314661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:06:16.8319742Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:06:16.8764969Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:06:16.8771739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:06:16.9116687Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:06:16.9132730Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:06:16.9148161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:06:16.9184366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:06:16.9620308Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:06:16.9631906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:06:17.0063200Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:06:17.0065285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:06:17.0211920Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:06:17.0218001Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:06:17.0503852Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:06:17.0511228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:06:17.0924657Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:06:17.0944734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:06:17.1416590Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:06:17.1425071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:06:17.1671259Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:06:17.1682335Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:06:17.1774590Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:06:17.1866658Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:06:17.1881812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:06:17.2107602Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:06:17.2310294Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:06:17.2334927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:06:17.2696460Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:06:17.2711992Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:06:17.2755909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:06:17.2803113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:06:17.2877329Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:06:17.3150710Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:06:17.3189061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:06:17.3228578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:06:17.3458950Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:06:17.3586411Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:06:17.3627684Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:06:17.3659196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:06:17.3670646Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:06:17.4027375Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:06:17.4068431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:06:17.4098695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:06:17.4446577Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:06:17.4465197Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:06:17.4508469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:06:17.4544918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:06:17.4575050Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:06:17.4908525Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:06:17.4947707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:06:17.4983797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:06:17.5331448Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:06:17.5345895Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:06:17.5418044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:06:17.5422835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:06:17.5442872Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:06:17.5787337Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:06:17.5828681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:06:17.5859683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:06:17.5898462Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:06:17.5911082Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:06:17.6270546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:06:17.6303597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:06:17.6315067Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:06:17.6323316Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:06:17.6432824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:06:17.6709377Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:06:17.6732128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:06:17.6746014Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:06:17.7118560Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:06:17.7147117Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:06:17.7170056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:06:17.7185456Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:06:17.7271673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:06:17.7590072Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:06:17.7614839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:06:17.7627514Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:06:17.8036515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:06:17.8045128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:06:17.8064795Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:06:17.8073486Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:06:17.8170899Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:06:17.8369955Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:06:17.8376633Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:06:17.8466422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:06:17.8489946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:06:17.8506224Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:06:17.8615509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:06:17.8787735Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:06:17.8858814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:06:17.8905930Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:06:17.8932539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:06:17.8974576Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:06:17.8985347Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:06:17.9143972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:06:17.9229419Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:06:17.9259644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:06:17.9349683Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:06:17.9374523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:06:17.9467091Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:06:17.9670337Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:06:17.9700599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:06:17.9742261Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:06:17.9785996Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:06:17.9810453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:06:17.9905645Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:06:17.9976743Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:06:18.0106721Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:06:18.0159144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:06:18.0225982Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:06:18.0250510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:06:18.0346275Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:06:18.0443228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:06:18.0546312Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:06:18.0570266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:06:18.0666773Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:06:18.0691025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:06:18.0788377Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:06:18.0893796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:06:18.0988277Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:06:18.1008257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T16:06:18.1106374Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T16:06:18.1128375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:06:18.1227479Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:06:18.1339657Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:06:18.1427158Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:06:18.1448400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:06:18.1546059Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:06:18.1569966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:06:18.1665482Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:06:18.1868417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:06:18.1903237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:06:18.1988448Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:06:18.2025120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:06:18.2057120Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:06:18.2105155Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:06:18.2199511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:06:18.2308949Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:06:18.2340737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:06:18.2428776Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:06:18.2465205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:06:18.2547927Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:06:18.2750433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:06:18.2783356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:06:18.2870220Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:06:18.2905450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:06:18.2965817Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:06:18.2986855Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:06:18.3083262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:06:18.3189381Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:06:18.3221758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:06:18.3308544Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:06:18.3341501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:06:18.3428901Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:06:18.3630593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:06:18.3667665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:06:18.3748651Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:06:18.3780281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:06:18.3917100Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:06:18.3928533Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:06:18.4036283Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:06:18.4066160Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:06:18.4091302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:06:18.4186514Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:06:18.4210967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:06:18.4346284Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:06:18.4473742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:06:18.4506986Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:06:18.4530977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:06:18.4626144Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:06:18.4649755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:06:18.4786331Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:06:18.4927084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:06:18.4946694Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:06:18.4972754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T16:06:18.5067317Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T16:06:18.5090323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:06:18.5227575Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:06:18.5390163Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:06:18.5429920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:06:18.5446804Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:06:18.5506427Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:06:18.5531840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:06:18.5668151Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:06:18.5810253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:06:18.5826615Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:06:18.5850881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:06:18.5946890Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:06:18.5972897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:06:18.6106743Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:06:18.6152834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T16:06:18.6266309Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T16:06:18.6290605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T16:06:18.6386293Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T16:06:18.6406632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:06:18.6546866Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:06:18.6708572Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:06:18.6798418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:06:18.6826634Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:06:18.6852877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:06:18.6860888Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:06:18.6986118Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:06:18.7044133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:06:18.7146242Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:06:18.7267697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:06:18.7299378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:06:18.7427221Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:06:18.7708007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:06:18.7735485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:06:18.7833711Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:06:18.7839593Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:06:18.7973927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:06:18.8147497Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:06:18.8173813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:06:18.8187248Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:06:18.8197645Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:06:18.8266495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T16:06:18.8375199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:06:18.8407314Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T16:06:18.8588502Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:06:18.8613641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:06:18.8626279Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:06:18.8704425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:06:18.8725588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:06:18.8790988Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:06:18.9029249Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:06:18.9052344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:06:18.9066928Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:06:18.9113491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:06:18.9146130Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:06:18.9171853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T16:06:18.9467698Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T16:06:18.9492895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:06:18.9507183Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:06:18.9587110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:06:18.9611497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T16:06:18.9639415Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T16:06:18.9908992Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:06:18.9932576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:06:18.9945572Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:06:18.9990052Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:06:19.0026688Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:06:19.0058150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T16:06:19.0349944Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T16:06:19.0374938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:06:19.0386694Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:06:19.0457618Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T16:06:19.0466710Z [gw3] [ 63%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T16:06:19.0490478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:06:19.0790224Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:06:19.0816553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:06:19.0827105Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:06:19.0879457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T16:06:19.0906022Z [gw3] [ 63%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T16:06:19.0932242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:06:19.1229303Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:06:19.1253965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:06:19.1266282Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:06:19.1346926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:06:19.1373692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:06:19.1669921Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:06:19.1703445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:06:19.1787598Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:06:19.1812591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:06:19.2110749Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:06:19.2142689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:06:19.2230536Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:06:19.2258188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:06:19.2549450Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:06:19.2570582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:06:19.2670689Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:06:19.2696366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:06:19.2990821Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:06:19.3021853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:06:19.3110437Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:06:19.3139905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:06:19.3166920Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:06:19.3175109Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:06:19.3431199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:06:19.3456677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:06:19.3520944Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:06:19.3549839Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:06:19.3579041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T16:06:19.3592027Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T16:06:19.3642054Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T16:06:19.3869563Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T16:06:19.3899301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:06:19.3990281Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:06:19.4026105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:06:19.4036592Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:06:19.4055385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:06:19.4312046Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:06:19.4347078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:06:19.4429921Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:06:19.4467118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:06:19.4485466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:06:19.4710079Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:06:19.4790555Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:06:19.4793516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:06:19.4868835Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:06:19.4904886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:06:19.4913808Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:06:19.5190089Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:06:19.5214837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:06:19.5280482Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:06:19.5309151Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:06:19.5345370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T16:06:19.5388020Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T16:06:19.5629619Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:06:19.5652985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:06:19.5738995Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:06:19.5752804Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:06:19.5779980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:06:19.5826235Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:06:19.5891276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T16:06:19.6068175Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T16:06:19.6092131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:06:19.6187248Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:06:19.6210561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T16:06:19.6267488Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T16:06:19.6346970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:06:19.6508936Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:06:19.6536768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:06:19.6626841Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:06:19.6665826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T16:06:19.6706643Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T16:06:19.6732826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:06:19.6949320Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:06:19.7069570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:06:19.7141013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:06:19.7150234Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:06:19.7155201Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:06:19.7175154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:06:19.7388440Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:06:19.7449175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:06:19.7507318Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:06:19.7562384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:06:19.7585928Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:06:19.7828126Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:06:19.7841326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:06:19.7868053Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:06:19.7948481Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:06:19.8024416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:06:19.8031284Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:06:19.8092736Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T16:06:19.8268029Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T16:06:19.8388559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:06:19.8443205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:06:19.8468086Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:06:19.8490587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T16:06:19.8640766Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T16:06:19.8706795Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:06:19.8761167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:06:19.8825813Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:06:19.8901920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T16:06:19.8912540Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T16:06:19.8933826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:06:19.9147172Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:06:19.9267173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:06:19.9296471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:06:19.9306738Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:06:19.9345160Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:06:19.9365818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:06:19.9587596Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:06:19.9640175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:06:19.9706637Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:06:19.9737585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:06:19.9788137Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:06:20.0029017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:06:20.0051992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:06:20.0147292Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:06:20.0177875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:06:20.0468872Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:06:20.0490696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:06:20.0587274Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:06:20.0617999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T16:06:20.0658001Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T16:06:20.0666452Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:06:20.0816495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:06:20.0906163Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:06:20.0927075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:06:20.1027234Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:06:20.1088647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:06:20.1105585Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:06:20.1126782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T16:06:20.1346996Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T16:06:20.1369412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:06:20.1467188Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:06:20.1498649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:06:20.1588477Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:06:20.1656097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T16:06:20.1789535Z [gw3] [ 64%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T16:06:20.1813078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:06:20.1907787Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:06:20.1932377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T16:06:20.2027979Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T16:06:20.2079804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T16:06:20.2227212Z [gw3] [ 64%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T16:06:20.2254378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:06:20.2346354Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:06:20.2371219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:06:20.2465772Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:06:20.2491433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:06:20.2667062Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:06:20.2694379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:06:20.2786149Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:06:20.2809048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:06:20.2905862Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:06:20.2929608Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T16:06:20.3105459Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T16:06:20.3128717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:06:20.3225909Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:06:20.3253054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:06:20.3345645Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:06:20.3371256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:06:20.3546979Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:06:20.3577646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:06:20.3666033Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:06:20.3689064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:06:20.3787123Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:06:20.3808570Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:06:20.3988021Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:06:20.4012548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:06:20.4107611Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:06:20.4132732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:06:20.4226793Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:06:20.4355809Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:06:20.4428656Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:06:20.4453616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:06:20.4547535Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:06:20.4571934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:06:20.4666541Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:06:20.4707910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:06:20.4868610Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:06:20.4890456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:06:20.4987665Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:06:20.5011484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:06:20.5106260Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:06:20.5309834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:06:20.5335084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:06:20.5429070Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:06:20.5463384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:06:20.5491334Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:06:20.5546000Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:06:20.5624895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:06:20.5748407Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:06:20.5773226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:06:20.5867554Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:06:20.5901480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:06:20.5986540Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:06:20.6188929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:06:20.6214268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:06:20.6225919Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:06:20.6307371Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:06:20.6337811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:06:20.6427738Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:06:20.6478305Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T16:06:20.6628121Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T16:06:20.6652946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:06:20.6747661Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:06:20.6778637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:06:20.6867031Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:06:20.6892264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:06:20.7069238Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:06:20.7164928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:06:20.7186305Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:06:20.7216909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:06:20.7305974Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:06:20.7332502Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:06:20.7505618Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:06:20.7525929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:06:20.7626131Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:06:20.7656207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:06:20.7746085Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:06:20.7864893Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:06:20.7945420Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:06:20.7966225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:06:20.8065532Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:06:20.8094801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:06:20.8184886Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:06:20.8387369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:06:20.8409799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:06:20.8507307Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:06:20.8537172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:06:20.8828122Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:06:20.8849851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:06:20.8947537Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:06:20.8963138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:06:20.8973439Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:06:20.8980488Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:06:20.9091808Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:06:20.9268116Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:06:20.9289108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:06:20.9387645Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:06:20.9389192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:06:20.9420272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:06:20.9663003Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:06:20.9707982Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:06:20.9730247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:06:20.9828670Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:06:20.9829674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:06:20.9859810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:06:20.9885588Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:06:21.0148719Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:06:21.0171579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:06:21.0269583Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:06:21.0270911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:06:21.0308258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:06:21.0413116Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:06:21.0588553Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:06:21.0610539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:06:21.0708480Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:06:21.0709926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:06:21.0741511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:06:21.0755118Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:06:21.1028196Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:06:21.1049957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:06:21.1149117Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:06:21.1149534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:06:21.1226432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:06:21.1468960Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:06:21.1492082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:06:21.1589672Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:06:21.1600391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:06:21.1610192Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:06:21.1622096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:06:21.1686475Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:06:21.1909025Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:06:21.1930423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:06:21.2026105Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:06:21.2028573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:06:21.2057219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:06:21.2087585Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:06:21.2347665Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:06:21.2368437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:06:21.2467066Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:06:21.2468023Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:06:21.2488063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:21.2611869Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:21.2786828Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:06:21.2808811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:06:21.2907567Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:06:21.2911120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:21.2929231Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:06:21.2958602Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:21.3229130Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:06:21.3257368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:06:21.3348621Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:06:21.3350259Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:06:21.3369869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:21.3564750Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:21.3666545Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:06:21.3687347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:06:21.3787325Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:06:21.3789066Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T16:06:21.3808096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:21.3837114Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:21.4107657Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T16:06:21.4127797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:06:21.4227482Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:06:21.4229460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:21.4264026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T16:06:21.4266191Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:21.4548084Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T16:06:21.4668903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:06:21.4670143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:21.4689404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T16:06:21.4698458Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:21.4914353Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T16:06:21.4986577Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:06:21.5056491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:06:21.5107259Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:06:21.5109839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:21.5132610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:06:21.5139601Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:06:21.5428468Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:21.5549303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:06:21.5551092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:21.5570986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:06:21.5581613Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:21.5746963Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:06:21.5865198Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:06:21.5921569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:06:21.5987121Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:06:21.5987867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:21.6010092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:06:21.6016521Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:21.6309336Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:06:21.6332784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:06:21.6431950Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:06:21.6432666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:21.6459140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:06:21.6465939Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:06:21.6748184Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:21.6770797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:06:21.6868791Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:06:21.6869522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:21.6890937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T16:06:21.7188808Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T16:06:21.7211237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:06:21.7307979Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:06:21.7319385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:06:21.7330856Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:21.7337767Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:06:21.7629741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:06:21.7652111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:06:21.7747736Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:06:21.7772059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:06:21.7793975Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:06:21.7801254Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:06:21.8068878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:06:21.8090226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:06:21.8187427Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:06:21.8211353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:06:21.8376871Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:06:21.8385445Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:06:21.8432525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:06:21.8507456Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:06:21.8529375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:06:21.8626835Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:06:21.8649807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:06:21.8828980Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:06:21.8849228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:06:21.8947423Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:06:21.8971937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:06:21.9068235Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:06:21.9090410Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:06:21.9269429Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:06:21.9295425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:06:21.9389582Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:06:21.9416195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:06:21.9509218Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:06:21.9535331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:06:21.9709632Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:06:21.9829939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:06:21.9854417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:06:21.9882957Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:06:21.9949266Z [gw2] [ 66%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:06:21.9974035Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:06:22.0149511Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:06:22.0269306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:06:22.0292372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:06:22.0389417Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:06:22.0416636Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:06:22.0709307Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:06:22.0731984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:06:22.0829936Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:06:22.1152235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:06:22.1188016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:06:22.1591815Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:06:22.1624964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:06:22.2031899Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:06:22.2070070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:06:22.2380229Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:06:22.2394640Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:06:22.2469753Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T16:06:22.2510970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:06:22.2691277Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:06:22.2820914Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T16:06:22.2832893Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:06:22.2833772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:06:22.2858695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:06:22.2908973Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:06:22.2943926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:06:22.3268123Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:06:22.3291759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:06:22.3347645Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:06:22.3378998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:06:22.3534868Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:06:22.3545274Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:06:22.3568819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:06:22.3707110Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:06:22.3728840Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:06:22.3791273Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:06:22.3822196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:06:22.3987501Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:06:22.4009581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:06:22.4147312Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:06:22.4166416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:06:22.4226021Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:06:22.4256997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:06:22.4425528Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:06:22.4446143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:06:22.4589969Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:06:22.4610349Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:06:22.4665337Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:06:22.4695424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:06:22.4865748Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:06:22.4885866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:06:22.5025598Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:06:22.5047464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:06:22.5105198Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:06:22.5135534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:06:22.5304300Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:06:22.5323571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:06:22.5464302Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:06:22.5482234Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:06:22.5544990Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:06:22.5572727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:06:22.5746458Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:06:22.5767046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:06:22.5905151Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:06:22.5924330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:06:22.5985688Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:06:22.6015536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:06:22.6185419Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:06:22.6205301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:06:22.6344985Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:06:22.6365964Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:06:22.6425849Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:06:22.6455561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:06:22.6626188Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:06:22.6647330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:06:22.6786962Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:06:22.6806928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:06:22.6866214Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:06:22.6896718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:06:22.7067960Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:06:22.7119965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:06:22.7227629Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:06:22.7309341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:06:22.7339801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:06:22.7431049Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:06:22.7505681Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:06:22.7527999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:06:22.7667605Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:06:22.7722373Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T16:06:22.7746018Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T16:06:22.7777155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:06:22.7946999Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:06:22.7971047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:06:22.8106848Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:06:22.8188038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:06:22.8237477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:06:22.8387505Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:06:22.8407606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:06:22.8549342Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:06:22.8830413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:06:22.8864117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:06:22.9011755Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:06:22.9018067Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:06:22.9149150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:06:22.9269925Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:06:22.9303581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:06:22.9428047Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:06:22.9452963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:06:22.9709446Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:06:22.9748126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:06:22.9829574Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:06:22.9836376Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:06:22.9866922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:06:22.9888812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:06:23.0048718Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:06:23.0147601Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:06:23.0172627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:06:23.0266543Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:06:23.0287804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T16:06:23.0306323Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T16:06:23.0329954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:06:23.0589015Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:06:23.0614109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:06:23.0706272Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:06:23.0748445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:06:23.0915550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:06:23.1030393Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:06:23.1058773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:06:23.1190041Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:06:23.1349591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:06:23.1470035Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:06:23.1491839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:06:23.1629954Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:06:23.1787726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:06:23.1910951Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:06:23.1937313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:06:23.2071053Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:06:23.2125916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:06:23.2350009Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:06:23.2379510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:06:23.2510593Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:06:23.2535360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:06:23.2789498Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:06:23.2813739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:06:23.2948222Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:06:23.2975640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:06:23.3229886Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:06:23.3257342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:06:23.3389521Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:06:23.3414381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:06:23.3671214Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:06:23.3705842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:06:23.3830102Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:06:23.3863684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:06:23.3877389Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:06:23.3887088Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:06:23.4108648Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:06:23.4133675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:06:23.4268192Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:06:23.4294453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:06:23.4476797Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:06:23.4486367Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:06:23.4546369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:06:23.4565106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:06:23.4581222Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:06:23.4707534Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:06:23.4737842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:06:23.4909835Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:06:23.5061655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:06:23.5064865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:06:23.5148462Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:06:23.5174592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:06:23.5442282Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:06:23.5466964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:06:23.5609736Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:06:23.5627471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:06:23.5902634Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:06:23.5903599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:06:23.5984515Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:06:23.5991660Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:06:23.6027178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:06:23.6055509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:06:23.6255089Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:06:23.6309033Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:06:23.6337645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:06:23.6429239Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:06:23.6470735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:06:23.6496453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:06:23.6751619Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:06:23.6788277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:06:23.6911799Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:06:23.6939664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:06:23.7192577Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:06:23.7236852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:06:23.7350840Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:06:23.7365406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:06:23.7374206Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:06:23.7443440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:06:23.7545949Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:06:23.7629201Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:06:23.7655136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:06:23.7791667Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:06:23.7792470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:06:23.7842528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:06:23.8070854Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:06:23.8107186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:06:23.8145864Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:06:23.8230897Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:06:23.8231339Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:06:23.8262312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:06:23.8324199Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:06:23.8509983Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:06:23.8544261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:06:23.8671663Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:06:23.8672464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:06:23.8703637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:06:23.8990218Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:06:23.8991226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:06:23.9079775Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:06:23.9109550Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:06:23.9112018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:06:23.9135968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:06:23.9203653Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:06:23.9391462Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:06:23.9426779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:06:23.9552555Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:06:23.9553624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:06:23.9574964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:06:23.9828734Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:06:23.9855689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:06:23.9990616Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:06:24.0016636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:06:24.0198653Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:06:24.0212392Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:06:24.0269872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:06:24.0302011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:06:24.0405676Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:06:24.0427267Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:06:24.0452677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:06:24.0629227Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:06:24.0751635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:06:24.0781446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:06:24.0899553Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:06:24.0901429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:06:24.1148134Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:06:24.1173566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:06:24.1309088Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:06:24.1332194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:06:24.1587996Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:06:24.1616821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:06:24.1748972Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:06:24.1776504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:06:24.2029414Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:06:24.2058278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:06:24.2189759Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:06:24.2229804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:06:24.2470545Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:06:24.2506697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:06:24.2629698Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:06:24.2661511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:06:24.2910701Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:06:24.2945894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:06:24.3069897Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:06:24.3105413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:06:24.3350781Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:06:24.3385997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:06:24.3508760Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:06:24.3544523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:06:24.3555505Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:06:24.3563675Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:06:24.3791034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:06:24.3829623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:06:24.3949203Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:06:24.3987975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:06:24.4089212Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:06:24.4097683Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:06:24.4227408Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:06:24.4252209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:06:24.4388628Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:06:24.4415114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:06:24.4669461Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:06:24.4698085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:06:24.4827029Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:06:24.4854601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:06:24.5102112Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:06:24.5114506Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:06:24.5115094Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:06:24.5140893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:06:24.5267881Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:06:24.5298925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:06:24.5321512Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:06:24.5548820Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:06:24.5552519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:06:24.5572325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:06:24.5707632Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:06:24.5731300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:06:24.5990435Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:06:24.6016204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:06:24.6149402Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:06:24.6175200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:06:24.6205845Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:06:24.6213952Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:06:24.6348202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:06:24.6428696Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:06:24.6455260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:06:24.6589988Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:06:24.6629775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:06:24.6728249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:06:24.6870235Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:06:24.6901525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:06:24.7030345Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:06:24.7045018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:06:24.7235679Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:06:24.7242677Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:06:24.7310225Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:06:24.7341419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:06:24.7378408Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:06:24.7468947Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:06:24.7483846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:06:24.7668220Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:06:24.7748744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:06:24.7776206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:06:24.7908489Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:06:24.7927132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:06:24.8186381Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:06:24.8193177Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:06:24.8194982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:06:24.8220358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:06:24.8300950Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:06:24.8347473Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:06:24.8363171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:06:24.8630815Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:06:24.8631525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:06:24.8660464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:06:24.8788729Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:06:24.8820987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:06:24.9068757Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:06:24.9096872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:06:24.9227377Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:06:24.9252854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:06:24.9509608Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:06:24.9541954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:06:24.9673568Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:06:24.9702326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:06:24.9949292Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:06:24.9979236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:06:25.0109210Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:06:25.0134166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:06:25.0391116Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:06:25.0417130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:06:25.0548668Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:06:25.0574532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:06:25.0830676Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:06:25.0856922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:06:25.0988145Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:06:25.1010088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:06:25.1270474Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:06:25.1299111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:06:25.1356436Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:06:25.1364383Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:06:25.1427184Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:06:25.1709668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:06:25.1724604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:06:25.1749510Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:06:25.1788471Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:06:25.2149821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:06:25.2184071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:06:25.2282030Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:06:25.2287998Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:06:25.2413311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:06:25.2588390Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:06:25.2706639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:06:25.2736593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:06:25.3029873Z [gw2] [ 68%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:06:25.3109057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:06:25.3190279Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:06:25.3200978Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:06:25.3265165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:06:25.3277740Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:06:25.3343678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:06:25.3469731Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:06:25.3503469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:06:25.3534917Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:06:25.3626907Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:06:25.3649146Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:06:25.3705614Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:06:25.3728344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:06:25.3908685Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:06:25.3992477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:06:25.4108014Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:06:25.4134057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:06:25.4146379Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:06:25.4177750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:06:25.4348094Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:06:25.4378730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:06:25.4549137Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:06:25.4574418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:06:25.4586389Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:06:25.4619338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:06:25.4789751Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:06:25.4822943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:06:25.4989775Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:06:25.5017646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:06:25.5028117Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:06:25.5104706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:06:25.5228476Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:06:25.5258916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:06:25.5469938Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:06:25.5470504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:06:25.5501706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:06:25.5507200Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:06:25.5667122Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:06:25.5698615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:06:25.5908021Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:06:25.5908456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:06:25.5927460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:06:25.5937872Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:06:25.6106768Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:06:25.6141388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:06:25.6348364Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:06:25.6348864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:06:25.6363268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:06:25.6381130Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:06:25.6550443Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:06:25.6581384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:06:25.6788648Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:06:25.6789878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:06:25.6802366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:06:25.6819464Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:06:25.6986726Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:06:25.7017131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:06:25.7227820Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:06:25.7229933Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:06:25.7259609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:06:25.7430041Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:06:25.7463900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:06:25.7669295Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:06:25.7699194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:06:25.7868650Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:06:25.7901916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:06:25.8109609Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:06:25.8142679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:06:25.8310204Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:06:25.8341855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:06:25.8548073Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:06:25.8579022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:06:25.8747303Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:06:25.8780265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:06:25.8987921Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:06:25.9020769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:06:25.9250142Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:06:25.9422930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:06:25.9489716Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:06:25.9496520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:06:25.9665087Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:06:25.9671925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:06:25.9918458Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:06:25.9925444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:06:26.0139754Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:06:26.0140598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:06:26.0378479Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:06:26.0540370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:06:26.0578229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:06:26.0610419Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:06:26.0781771Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:06:26.0830637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:06:26.0958749Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:06:26.0992779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:06:26.1203680Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:06:26.1421773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:06:26.1424025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:06:26.1448597Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:06:26.1662549Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:06:26.1722584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:06:26.1870962Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:06:26.1872117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:06:26.2109323Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:06:26.2148146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:06:26.2302942Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:06:26.2305511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:06:26.2555386Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:06:26.2562169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:06:26.2741715Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:06:26.2748613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:06:26.2955765Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:06:26.3005775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:06:26.3180530Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:06:26.3188269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:06:26.3456730Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:06:26.3482920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:06:26.3587101Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:06:26.3616876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:06:26.3869278Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:06:26.3892871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:06:26.4027616Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:06:26.4052446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:06:26.4349720Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:06:26.4371917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:06:26.4507210Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:06:26.4538124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:06:26.4788397Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:06:26.4808956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:06:26.4987379Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:06:26.5013872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:06:26.5268147Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:06:26.5294778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:06:26.5427791Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:06:26.5458870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:06:26.5735102Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:06:26.5737019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:06:26.5940171Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:06:26.5945079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:06:26.6147602Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:06:26.6171234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:06:26.6348656Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:06:26.6386399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:06:26.6586966Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:06:26.6620250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:06:26.6824274Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:06:26.6825078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:06:26.7061958Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:06:26.7065191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:06:26.7264517Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:06:26.7267246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:06:26.7500643Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:06:26.7505122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:06:26.7691868Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:06:26.7695503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:06:26.7944052Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:06:26.7946202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:06:26.8109363Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:06:26.8140848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:06:26.8383116Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:06:26.8386627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:06:26.8581446Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:06:26.8582422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:06:26.8823366Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:06:26.8824195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:06:26.8987723Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:06:26.9020217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:06:26.9261868Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:06:26.9265169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:06:26.9435018Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:06:26.9461594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:06:26.9701309Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:06:26.9704740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:06:26.9871048Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:06:26.9893131Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:06:26.9900899Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:06:26.9903469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:06:27.0109449Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:06:27.0143609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:06:27.0309631Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:06:27.0351798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:06:27.0550480Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:06:27.0572624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:06:27.0786924Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:06:27.0790532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:06:27.1023589Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:06:27.1026022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:06:27.1278924Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:06:27.1281299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:06:27.1476094Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:06:27.1477308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:06:27.1693426Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:06:27.1697097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:06:27.1908322Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:06:27.1935280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:06:27.2112235Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:06:27.2133855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:06:27.2333669Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:06:27.2337750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:06:27.2582524Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:06:27.2584613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:06:27.2773372Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:06:27.2777352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:06:27.2989426Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:06:27.3021214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:06:27.3036695Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:06:27.3050750Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:06:27.3229916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:06:27.3390984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:06:27.3464788Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:06:27.3468236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:06:27.3672503Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:06:27.3693386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:06:27.3868819Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:06:27.3893381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:06:27.4103334Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:06:27.4104964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:06:27.4308534Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:06:27.4341921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:06:27.4541500Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:06:27.4547891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:06:27.4784369Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:06:27.4790608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:06:27.4947689Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:06:27.5225095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:06:27.5228300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:06:27.5663078Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:06:27.5666079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:06:27.5927680Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:06:27.5939142Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:06:27.5968561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:06:27.5981869Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:06:27.6098406Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:06:27.6099284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:06:27.6107907Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:06:27.6388506Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:06:27.6511903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:06:27.6549352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:06:27.6954981Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:06:27.6988342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:06:27.7149066Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:06:27.7165072Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:06:27.7380654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:06:27.7394311Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:06:27.7397733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:06:27.7428520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:06:27.7575422Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:06:27.7829561Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:06:27.7831006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:06:27.7858449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:06:27.8227501Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:06:27.8269647Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:06:27.8277952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:06:27.8300859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:06:27.8661960Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:06:27.8739390Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:06:27.8743415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:06:27.8798805Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:06:27.9220921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:06:27.9226146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:06:27.9368887Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:06:27.9441421Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:06:27.9457900Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:06:27.9464400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:06:27.9558660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:06:27.9669145Z [gw1] [ 70%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:06:27.9674498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:06:27.9992416Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:06:28.0067391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:06:28.0091862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:06:28.0271974Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:06:28.0283111Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:06:28.0438639Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:06:28.0450796Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:06:28.0472405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:06:28.0505663Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:06:28.0531912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:06:28.0870795Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:06:28.0904850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:06:28.0948237Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:06:28.0985449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:06:28.1313109Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:06:28.1361625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:06:28.1390388Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:06:28.1433654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:06:28.1752808Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:06:28.1801730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:06:28.1827680Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:06:28.1860374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:06:28.1937220Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:06:28.1948725Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:06:28.2187183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:06:28.2224246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:06:28.2267816Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:06:28.2303274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:06:28.2349948Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:06:28.2383876Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:06:28.2626598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:06:28.2655423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:06:28.2705518Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:06:28.2733145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:06:28.3067409Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:06:28.3146189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:06:28.3169027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:06:28.3201405Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:06:28.3507607Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:06:28.3553523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:06:28.3585742Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:06:28.3610355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:06:28.3947953Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:06:28.3976958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:06:28.4025765Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:06:28.4054020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:06:28.4388534Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:06:28.4419138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:06:28.4466760Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:06:28.4498464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:06:28.4828291Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:06:28.4907899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:06:28.4935551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:06:28.5066275Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:06:28.5382416Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:06:28.5388425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:06:28.5548762Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:06:28.5610949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:06:28.5870052Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:06:28.5885155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:06:28.6032807Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:06:28.6035553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:06:28.6267863Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:06:28.6429241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:06:28.6446593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:06:28.6467962Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:06:28.6707909Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:06:28.6777875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:06:28.6907845Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:06:28.7067292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:06:28.7147826Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:06:28.7181700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:06:28.7346924Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:06:28.7400517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:06:28.7586401Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:06:28.7617979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:06:28.7785284Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:06:28.8025950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:06:28.8078579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:06:28.8227398Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:06:28.8314125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:06:28.8606599Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:06:28.8618996Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:06:28.8667450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:06:28.8751628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:06:28.8816553Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:06:28.9029175Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:06:28.9110179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:06:28.9325550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:06:28.9551838Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:06:28.9583570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:06:28.9747943Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:06:28.9760522Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:06:28.9989480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:06:29.0020953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:06:29.0352722Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:06:29.0387537Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:06:29.0471590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:06:29.0474468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:06:29.0959572Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:06:29.0960568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:06:29.1201016Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:06:29.1213518Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:06:29.1361030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:06:29.1398938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:06:29.1420029Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:06:29.1627629Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:06:29.1792539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:06:29.1839923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:06:29.2272813Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:06:29.2281592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:06:29.2478409Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:06:29.2489487Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:06:29.2672244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:06:29.2693780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:06:29.2707780Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:06:29.2909176Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:06:29.3112254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:06:29.3135593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:06:29.3288969Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:06:29.3346419Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:06:29.3393318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:06:29.3547835Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:06:29.3570360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:06:29.3788672Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:06:29.3990639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:06:29.4017905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:06:29.4163800Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:06:29.4228925Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:06:29.4281563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:06:29.4427814Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:06:29.4449726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:06:29.4668913Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:06:29.4870029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:06:29.4894439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:06:29.4921852Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:06:29.5106495Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:06:29.5179072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:06:29.5307547Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:06:29.5332790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:06:29.5548863Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:06:29.5752438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:06:29.5787100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:06:29.5812924Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:06:29.5989437Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:06:29.6065747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:06:29.6188943Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:06:29.6206847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:06:29.6429771Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:06:29.6464872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:06:29.6628271Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:06:29.6652041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:06:29.6868242Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:06:29.6897636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:06:29.7069029Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:06:29.7090416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:06:29.7310138Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:06:29.7341963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:06:29.7513666Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:06:29.7537563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:06:29.7748960Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:06:29.7781709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:06:29.7950830Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:06:29.7980032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:06:29.8190650Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:06:29.8226434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:06:29.8390580Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:06:29.8422368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:06:29.8631373Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:06:29.8665390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:06:29.8832320Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:06:29.8870301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:06:29.9070787Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:06:29.9107893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:06:29.9270486Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:06:29.9305278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:06:29.9509865Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:06:29.9541510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:06:29.9709672Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:06:29.9744118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:06:29.9949024Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:06:29.9980887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:06:30.0148667Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:06:30.0169695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:06:30.0390250Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:06:30.0425827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:06:30.0588830Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:06:30.0620081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:06:30.0829204Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:06:30.0859235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:06:30.1028708Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:06:30.1060120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:06:30.1269717Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:06:30.1300282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:06:30.1469313Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:06:30.1501897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:06:30.1709110Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:06:30.1740244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:06:30.1910758Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:06:30.1950444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:06:30.2152142Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:06:30.2196261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:06:30.2350783Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:06:30.2384101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:06:30.2590826Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:06:30.2624815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:06:30.2791075Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:06:30.2823440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:06:30.3029718Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:06:30.3064799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:06:30.3228953Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:06:30.3318721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:06:30.3468833Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:06:30.3498988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:06:30.3668356Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:06:30.3698604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:06:30.3909715Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:06:30.3928964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:06:30.4109909Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:06:30.4142575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:06:30.4347438Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:06:30.4367273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:06:30.4548689Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:06:30.4582610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:06:30.4787637Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:06:30.4818086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:06:30.4988489Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:06:30.5022343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:06:30.5228293Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:06:30.5257047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:06:30.5428120Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:06:30.5460611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:06:30.5668171Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:06:30.5821556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:06:30.5867089Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:06:30.5900847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:06:30.6106014Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:06:30.6159985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:06:30.6307000Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:06:30.6340166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:06:30.6488954Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:06:30.6496902Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:06:30.6514740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:06:30.6586762Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:06:30.6619324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:06:30.6747439Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:06:30.6781966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:06:30.6905934Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:06:30.6926308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:06:30.7026429Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:06:30.7058866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:06:30.7186818Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:06:30.7217631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:06:30.7345548Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:06:30.7366635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:06:30.7466679Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:06:30.7626086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:06:30.7650695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:06:30.7657018Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:06:30.7785677Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:06:30.7805685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:06:30.7905879Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:06:30.8054117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:06:30.8065285Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:06:30.8087062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:06:30.8225359Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:06:30.8245482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:06:30.8345780Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:06:30.8399421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:06:30.8506539Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:06:30.8528353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:06:30.8666656Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:06:30.8686716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:06:30.8786693Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:06:30.8818522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:06:30.8946386Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:06:30.9079256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:06:30.9105855Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:06:30.9121699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:06:30.9227028Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:06:30.9258317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:06:30.9386810Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:06:30.9505714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:06:30.9546719Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:06:30.9560713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:06:30.9669187Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:06:30.9699674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:06:30.9830358Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:06:30.9967783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:06:30.9987784Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:06:31.0002833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:06:31.0109757Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:06:31.0141137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:06:31.0268189Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:06:31.0290354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:06:31.0428789Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:06:31.0443265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:06:31.0548734Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:06:31.0581541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:06:31.0708138Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:06:31.0730788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:06:31.0868060Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:06:31.0893001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:06:31.0989083Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:06:31.1021076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:06:31.1148161Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:06:31.1168395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:06:31.1308115Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:06:31.1328765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:06:31.1429485Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:06:31.1462644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:06:31.1587693Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:06:31.1607132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:06:31.1748221Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:06:31.1770726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:06:31.1869361Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:06:31.1900383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:06:31.2028531Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:06:31.2052679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:06:31.2189730Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:06:31.2211647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:06:31.2308798Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:06:31.2469151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:06:31.2493388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:06:31.2628842Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:06:31.2654733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:06:31.2909983Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:06:31.2936886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:06:31.3071145Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:06:31.3101571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:06:31.3256797Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:06:31.3267734Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:06:31.3340347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:06:31.3350495Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:06:31.3373631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:06:31.3506736Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:06:31.3536684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:06:31.3666623Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:06:31.3690326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:06:31.3786611Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:06:31.3807052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:06:31.3947781Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:06:31.3978297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:06:31.4108469Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:06:31.4132921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:06:31.4226708Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:06:31.4307472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:06:31.4387268Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:06:31.4419154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:06:31.4550842Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:06:31.4577742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:06:31.4669405Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:06:31.4709092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:06:31.4828645Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:06:31.4970223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:06:31.4987547Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:06:31.5014237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:06:31.5107789Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:06:31.5128722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:06:31.5268744Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:06:31.5323233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:06:31.5428091Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:06:31.5451321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:06:31.5546345Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:06:31.5568650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:06:31.5707233Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:06:31.5867201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:06:31.5886502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:06:31.5959495Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:06:31.5985542Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:06:31.6009950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:06:31.6149289Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:06:31.6220859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:06:31.6307452Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:06:31.6327414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:06:31.6426516Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:06:31.6447097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:06:31.6587056Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:06:31.6749517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:06:31.6780264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:06:31.6867437Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:06:31.6883643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:06:31.6986087Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:06:31.7025272Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:06:31.7087576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:06:31.7187273Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:06:31.7208483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:06:31.7307014Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:06:31.7327389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:06:31.7466390Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:06:31.7489388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:06:31.7628578Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:06:31.7649849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:06:31.7748643Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:06:31.7771157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:06:31.7907939Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:06:31.7929161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:06:31.8069764Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:06:31.8090272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:06:31.8186091Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:06:31.8348169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:06:31.8370027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:06:31.8378115Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:06:31.8506970Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:06:31.8527375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:06:31.8626291Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:06:31.8686715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:06:31.8786883Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:06:31.8807342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:06:31.8947504Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:06:31.8968491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:06:31.9033118Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:06:31.9041827Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:06:31.9068610Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:06:31.9231847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:06:31.9253286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:06:31.9263443Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:06:31.9388553Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:06:31.9413468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:06:31.9506829Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:06:31.9568770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:06:31.9666934Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:06:31.9692922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:06:31.9827778Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:06:31.9860285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:06:31.9946609Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:06:31.9979807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:06:32.0106708Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:06:32.0128966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:06:32.0267366Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:06:32.0299746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:06:32.0386232Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:06:32.0425671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:06:32.0545013Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:06:32.0565269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:06:32.0705975Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:06:32.0737947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:06:32.0829351Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:06:32.0865983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:06:32.0989136Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:06:32.1149447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:06:32.1185987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:06:32.1268283Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:06:32.1303058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:06:32.1589403Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:06:32.1626011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:06:32.1707665Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:06:32.1743833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:06:32.1879225Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:06:32.1891572Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:06:32.2027465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:06:32.2061821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:06:32.2065220Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:06:32.2147026Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:06:32.2180850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:06:32.2306741Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:06:32.2339562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:06:32.2466211Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:06:32.2502103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:06:32.2587608Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:06:32.2621314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:06:32.2748210Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:06:32.2782010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:06:32.2907672Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:06:32.2931175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:06:32.3027847Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:06:32.3063902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:06:32.3234297Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:06:32.3262417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:06:32.3348357Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:06:32.3374160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:06:32.3470011Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:06:32.3668191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:06:32.3693563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:06:32.3785971Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:06:32.3806485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:06:32.4108464Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:06:32.4128316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:06:32.4226554Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:06:32.4248260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:06:32.4547974Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:06:32.4570898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:06:32.4667490Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:06:32.4688934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:06:32.4989414Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:06:32.5016618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:06:32.5108171Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:06:32.5132540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:06:32.5429673Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:06:32.5452203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:06:32.5549546Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:06:32.5572422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:06:32.5870838Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:06:32.5895248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:06:32.5989427Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:06:32.6011709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:06:32.6309962Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:06:32.6431070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:06:32.6441837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:06:32.6456717Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:06:32.6749960Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:06:32.6800093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:06:32.6869320Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:06:32.6896819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:06:32.7190100Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:06:32.7215144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:06:32.7307875Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:06:32.7337906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:06:32.7628844Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:06:32.7649270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:06:32.7748292Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:06:32.7772231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:06:32.8070404Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:06:32.8092741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:06:32.8189348Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:06:32.8213349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:06:32.8508895Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:06:32.8533562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:06:32.8626708Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:06:32.8650943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:06:32.8958593Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:06:32.9062015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:06:32.9103925Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:06:32.9111090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:06:32.9389372Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:06:32.9445193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:06:32.9508296Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:06:32.9530645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:06:32.9881219Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:06:32.9945852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:06:32.9956854Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:06:32.9983900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:06:33.0317237Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:06:33.0322613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:06:33.0421553Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:06:33.0424374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:06:33.0709116Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:06:33.0747572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:06:33.0862241Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:06:33.0865389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:06:33.1152024Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:06:33.1185818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:06:33.1364318Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:06:33.1364853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:06:33.1624932Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:06:33.1628436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:06:33.1777202Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:06:33.1807260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:06:33.2067137Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:06:33.2070276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:06:33.2218687Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:06:33.2247572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:06:33.2471369Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:06:33.2504468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:06:33.2631189Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:06:33.2656836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:06:33.2938230Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:06:33.2949376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:06:33.3111037Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:06:33.3147826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:06:33.3384417Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:06:33.3389035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:06:33.3586259Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:06:33.3587130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:06:33.3825656Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:06:33.3829510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:06:33.4030880Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:06:33.4198030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:06:33.4229438Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:06:33.4256138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:06:33.4470820Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:06:33.4566461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:06:33.4669957Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:06:33.4697863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:06:33.4910601Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:06:33.4946415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:06:33.5111397Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:06:33.5140467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:06:33.5350924Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:06:33.5388492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:06:33.5551079Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:06:33.5576020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:06:33.5791640Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:06:33.5828521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:06:33.5990026Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:06:33.6023027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:06:33.6271492Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:06:33.6341519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:06:33.6429436Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:06:33.6709613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:06:33.6736539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:06:33.6781655Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:06:33.6866480Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:06:33.6944028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:06:33.7190741Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:06:33.7219780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:06:33.7308187Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:06:33.7336958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:06:33.7630640Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:06:33.7671587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:06:33.7783331Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:06:33.7783860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:06:33.8071074Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:06:33.8100755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:06:33.8190491Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:06:33.8225938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:06:33.8509832Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:06:33.8535400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:06:33.8629366Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:06:33.8664814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:06:33.8951305Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:06:33.8986872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:06:33.9157530Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:06:33.9159405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:06:33.9432367Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:06:33.9570722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:06:33.9598000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:06:33.9993041Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:06:34.0001758Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:06:34.0027505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:06:34.0152719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:06:34.0430073Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:06:34.0476909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:06:34.0716513Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:06:34.0733585Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:06:34.0856716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:06:34.0868895Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:06:34.0907899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:06:34.1148810Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:06:34.1309623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:06:34.1342330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:06:34.1649517Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:06:34.1661262Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:06:34.1791867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:06:34.1800759Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:06:34.1829351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:06:34.2069608Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:06:34.2230492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:06:34.2434548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:06:34.2669455Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:06:34.2698439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:06:34.2705762Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:06:34.2757584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:06:34.2841902Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:06:34.3110980Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:06:34.3143449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:06:34.3154938Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:06:34.3192585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:06:34.3549698Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:06:34.3586019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:06:34.3594051Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:06:34.3616730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:06:34.3991101Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:06:34.4028955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:06:34.4033157Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:06:34.4055031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:06:34.4430842Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:06:34.4471853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:06:34.4473117Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:06:34.4491858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:06:34.4869015Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:06:34.4894511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:06:34.4906348Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:06:34.4933506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:06:34.5310174Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:06:34.5336077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:06:34.5387099Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:06:34.5387910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:06:34.5749375Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:06:34.5774733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:06:34.5786013Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:06:34.5809079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:06:34.6191080Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:06:34.6221980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:06:34.6234937Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:06:34.6266140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:06:34.6629611Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:06:34.6669275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:06:34.6685126Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:06:34.6719056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:06:34.7070672Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:06:34.7103103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:06:34.7116297Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:06:34.7149157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:06:34.7514180Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:06:34.7547256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:06:34.7552164Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:06:34.7585199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:06:34.7950307Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:06:34.7982415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:06:34.7992155Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:06:34.8356110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:06:34.8387647Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:06:34.8417882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:06:34.8432636Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:06:34.8544724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:06:34.8828869Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:06:34.8858791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:06:34.8874683Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:06:34.8903922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:06:34.9268354Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:06:34.9297724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:06:34.9311160Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:06:34.9341438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:06:34.9709705Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:06:34.9738090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:06:34.9750445Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:06:34.9780349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:06:35.0149693Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:06:35.0178989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:06:35.0192871Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:06:35.0222771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:06:35.0589049Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:06:35.0603774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:06:35.0613724Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:06:35.0616972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:06:35.0627533Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:06:35.0649264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:06:35.1028564Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:06:35.1063928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:06:35.1073878Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:06:35.1104672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:06:35.1469282Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:06:35.1499093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:06:35.1510528Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:06:35.1541731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:06:35.1909431Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:06:35.1942361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:06:35.1958569Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:06:35.1989791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:06:35.2349375Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:06:35.2387134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:06:35.2418156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:06:35.2525951Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:06:35.2787666Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:06:35.2826775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:06:35.2851868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:06:35.2870877Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:06:35.3231148Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:06:35.3262539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:06:35.3276551Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:06:35.3306960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:06:35.3670505Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:06:35.3699916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:06:35.3716131Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:06:35.3747164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:06:35.3839106Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:06:35.3846826Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:06:35.4109358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:06:35.4130570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:06:35.4147116Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:06:35.4179971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:06:35.4548637Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:06:35.4587018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:06:35.4618157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:06:35.5029863Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:06:35.5062656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:06:35.5252669Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:06:35.5259983Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:06:35.5433026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:06:35.5468451Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:06:35.5495453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:06:35.5712668Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:06:35.5913631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:06:35.5947089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:06:35.5992086Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:06:35.6152211Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:06:35.6248192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:06:35.6351980Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:06:35.6386012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:06:35.6632530Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:06:35.6791558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:06:35.6825590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:06:35.7031147Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:06:35.7068352Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:06:35.7142430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:06:35.7268119Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:06:35.7438444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:06:35.7507856Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:06:35.7708680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:06:35.7778375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:06:35.7903546Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:06:35.8018300Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:06:35.8106636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:06:35.8187803Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:06:35.8285744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:06:35.8314947Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:06:35.8327673Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:06:35.8428680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:06:35.8575800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:06:35.8628133Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:06:35.8652767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:06:35.8747982Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:06:35.8825668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:06:35.9069858Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:06:35.9091262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:06:35.9144873Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:06:35.9155066Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:06:35.9174137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:06:35.9186190Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:06:35.9208783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:06:35.9510267Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:06:35.9533909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:06:35.9588592Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:06:35.9609921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:06:35.9625864Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:06:35.9651541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:06:35.9948614Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:06:35.9971221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:06:36.0027028Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:06:36.0047076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:06:36.0065123Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:06:36.0128703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:06:36.0388329Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:06:36.0409086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:06:36.0509628Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:06:36.0510234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:06:36.0529701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:06:36.0540846Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:06:36.0828478Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:06:36.0851280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:06:36.0948984Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:06:36.0970410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:06:36.0986425Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:06:36.1010048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:06:36.1268112Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:06:36.1294462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:06:36.1387580Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:06:36.1409507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:06:36.1425969Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:06:36.1447746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:06:36.1709243Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:06:36.1732114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:06:36.1828126Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:06:36.1851285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:06:36.1865814Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:06:36.1889665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:06:36.2148207Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:06:36.2173474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:06:36.2267956Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:06:36.2288512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:06:36.2306171Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:06:36.2327889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:06:36.2592572Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:06:36.2618719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:06:36.2708585Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:06:36.2731474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:06:36.2745492Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:06:36.2767626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:06:36.3029270Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:06:36.3054323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:06:36.3148520Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:06:36.3171134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:06:36.3186618Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:06:36.3212534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:06:36.3470257Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:06:36.3493869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:06:36.3588666Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:06:36.3610155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:06:36.3626444Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:06:36.3649263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:06:36.3908577Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:06:36.3933157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:06:36.4028475Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:06:36.4052744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:06:36.4066564Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:06:36.4089916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:06:36.4348956Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:06:36.4379293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:06:36.4467720Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:06:36.4489270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:06:36.4506191Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:06:36.4530135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:06:36.4789057Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:06:36.4819828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:06:36.4906805Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:06:36.4926729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:06:36.4945989Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:06:36.4966869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:06:36.5229750Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:06:36.5249936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:06:36.5348029Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:06:36.5373651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:06:36.5386323Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:06:36.5445095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:06:36.5668514Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:06:36.5693492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:06:36.5786384Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:06:36.5806430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:06:36.5824914Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:06:36.5845521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:06:36.6106205Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:06:36.6131830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:06:36.6225233Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:06:36.6245676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:06:36.6264730Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:06:36.6285268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:06:36.6547867Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:06:36.6571815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:06:36.6665524Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:06:36.6686609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:06:36.6705543Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:06:36.6826621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:06:36.6987293Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:06:36.7014728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:06:36.7105774Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:06:36.7125698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:06:36.7144944Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:06:36.7427781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:06:36.7448916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:06:36.7547803Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:06:36.7581186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:06:36.7610700Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:06:36.7619282Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:06:36.7732597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:06:36.7865956Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:06:36.7986272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:06:36.8008975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:06:36.8026080Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:06:36.8042063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:06:36.8145098Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:06:36.8308043Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:06:36.8367865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:06:36.8427458Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:06:36.8447444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:06:36.8466227Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:06:36.8487982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:06:36.8779711Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:06:36.8792484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:06:36.8868839Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:06:36.8891356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:06:36.8906786Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:06:36.8928701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:06:36.9188988Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:06:36.9310664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:06:36.9338571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:06:36.9348206Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:06:36.9383296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:06:36.9385432Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:06:36.9628021Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:06:36.9691109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:06:36.9747421Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:06:36.9771254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:06:36.9785460Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:06:36.9808531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:06:37.0067988Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:06:37.0187114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:06:37.0212433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:06:37.0225666Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:06:37.0236922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:06:37.0246754Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:06:37.0508026Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:06:37.0566676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:06:37.0627437Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:06:37.0649604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:06:37.0665650Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:06:37.0688742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:06:37.0948890Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:06:37.0971410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:06:37.1068672Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:06:37.1091466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:06:37.1106512Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:06:37.1128850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:06:37.1388520Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:06:37.1407618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:06:37.1507580Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:06:37.1531061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:06:37.1546032Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:06:37.1567505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:06:37.1828371Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:06:37.1847868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:06:37.1947734Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:06:37.1968655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:06:37.1986083Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:06:37.2006921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:06:37.2268308Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:06:37.2289658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:06:37.2389251Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:06:37.2412422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:06:37.2427889Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:06:37.2455979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:06:37.2709267Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:06:37.2729845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:06:37.2828574Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:06:37.2851218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:06:37.2866542Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:06:37.2888871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:06:37.3149596Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:06:37.3171755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:06:37.3282204Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:06:37.3291374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:06:37.3306428Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:06:37.3325932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:06:37.3588305Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:06:37.3609610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:06:37.3707771Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:06:37.3746866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:06:37.3772114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:06:37.3786736Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:06:37.4028585Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:06:37.4053034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:06:37.4147380Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:06:37.4188131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:06:37.4199175Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:06:37.4225868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:06:37.4467701Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:06:37.4487899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:06:37.4586104Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:06:37.4610277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:06:37.4625479Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:06:37.4649212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:06:37.4907374Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:06:37.4927875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:06:37.5027312Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:06:37.5048401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:06:37.5065857Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:06:37.5089531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:06:37.5349462Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:06:37.5370368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:06:37.5467128Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:06:37.5488959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:06:37.5507582Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:06:37.5535389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:06:37.5787878Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:06:37.5808104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:06:37.5907294Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:06:37.5929044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:06:37.5946514Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:06:37.5971049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:06:37.6227621Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:06:37.6250336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:06:37.6348192Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:06:37.6368545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:06:37.6386465Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:06:37.6432818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:06:37.6668479Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:06:37.6689845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:06:37.6788822Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:06:37.6809676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:06:37.6826241Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:06:37.6899784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:06:37.7108195Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:06:37.7132018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:06:37.7228021Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:06:37.7249830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:06:37.7267114Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:06:37.7314225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:06:37.7547808Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:06:37.7568398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:06:37.7668221Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:06:37.7691622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:06:37.7707088Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:06:37.7769755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:06:37.7988362Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:06:37.8073786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:06:37.8108172Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:06:37.8130186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:06:37.8147704Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:06:37.8323485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:06:37.8429175Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:06:37.8452290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:06:37.8549170Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:06:37.8573536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:06:37.8587820Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:06:37.8660241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:06:37.8869459Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:06:37.8895091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:06:37.8989120Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:06:37.9012020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:06:37.9027819Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:06:37.9050709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:06:37.9310836Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:06:37.9336339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:06:37.9428945Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:06:37.9455160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:06:37.9467591Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:06:37.9490698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:06:37.9749630Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:06:37.9775653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:06:37.9869097Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:06:37.9890362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:06:37.9906931Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:06:37.9933236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:06:38.0188829Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:06:38.0214254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:06:38.0308172Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:06:38.0332193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:06:38.0347375Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:06:38.0375133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:06:38.0628224Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:06:38.0652845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:06:38.0747438Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:06:38.0768704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:06:38.0785869Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:06:38.0829310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:06:38.1068535Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:06:38.1096233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:06:38.1188304Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:06:38.1209971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:06:38.1226516Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:06:38.1252615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:06:38.1508496Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:06:38.1536302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:06:38.1627102Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:06:38.1648899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:06:38.1665724Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:06:38.1691106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:06:38.1948049Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:06:38.1974129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:06:38.2068265Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:06:38.2098479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:06:38.2148097Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:06:38.2178112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:06:38.2388608Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:06:38.2413143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:06:38.2507986Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:06:38.2538865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:06:38.2587286Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:06:38.2618526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:06:38.2829034Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:06:38.2856873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:06:38.2948829Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:06:38.2980500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:06:38.3026920Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:06:38.3060485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:06:38.3268861Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:06:38.3294335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:06:38.3386621Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:06:38.3416702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:06:38.3465838Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:06:38.3495982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:06:38.3708368Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:06:38.3735133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:06:38.3826567Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:06:38.3869726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:06:38.3906531Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:06:38.3937366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:06:38.4148393Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:06:38.4172156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:06:38.4266163Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:06:38.4287229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:06:38.4346354Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:06:38.4376205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:06:38.4585808Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:06:38.4608804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:06:38.4704893Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:06:38.4725824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:06:38.4785117Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:06:38.4812400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:06:38.5026602Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:06:38.5050356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:06:38.5145678Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:06:38.5204988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:06:38.5225880Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:06:38.5255057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:06:38.5467518Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:06:38.5586910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:06:38.5608899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:06:38.5666574Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:06:38.5696950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:06:38.5847536Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:06:38.5905385Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:06:38.6010729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:06:38.6025205Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:06:38.6047602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:06:38.6106018Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:06:38.6135388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:06:38.6348555Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:06:38.6467739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:06:38.6489999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:38.6548136Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:38.6579274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:06:38.6629075Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:06:38.6787422Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:06:38.6870979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:06:38.6907160Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:06:38.6929239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:38.6987160Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:38.7018201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:06:38.7229252Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:06:38.7253664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:06:38.7346617Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:06:38.7369038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:38.7427632Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:38.7456943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:06:38.7666645Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:06:38.7689878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:06:38.7785110Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:06:38.7807849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:38.7869888Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:38.7898310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:06:38.8106191Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:06:38.8126354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:06:38.8225743Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:06:38.8247250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:38.8306509Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:38.8335387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:06:38.8547734Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:06:38.8571024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:06:38.8665912Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:06:38.8690757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:38.8746140Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:38.8775794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:06:38.8986339Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:06:38.9010023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:06:38.9105442Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:06:38.9125234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:38.9185946Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:38.9215334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:06:38.9427923Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:06:38.9453718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:06:38.9545269Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:06:38.9567446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:38.9626563Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:38.9657691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:06:38.9866848Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:06:38.9890705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:06:38.9985163Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:06:39.0006430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:39.0065540Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:39.0090728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:06:39.0308761Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:06:39.0335505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:06:39.0426685Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:06:39.0448548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:39.0506323Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:39.0547955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:06:39.0746605Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:06:39.0770682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:06:39.0865676Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:06:39.0946161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:39.0982166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:06:39.1187405Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:06:39.1211426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:06:39.1264684Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:06:39.1305235Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:39.1388877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:06:39.1415024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:06:39.1628481Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:06:39.1653549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:06:39.1774760Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:06:39.1784202Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:06:39.1828600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:06:39.2071048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:06:39.2104762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:06:39.2319022Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:06:39.2327612Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:06:39.2381354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:06:39.2509193Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:06:39.2530306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:06:39.2748987Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:06:39.2775773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:06:39.2949939Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:06:39.2980606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:06:39.3167833Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:06:39.3179197Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:06:39.3213015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:06:39.3215814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:06:39.3352319Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:06:39.3387215Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:06:39.3415124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:06:39.3589377Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:06:39.3627923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:06:39.3685623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:06:39.3830154Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:06:39.3858092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:06:39.3946626Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:06:39.4029596Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:06:39.4063850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:06:39.4079677Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:06:39.4274393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:06:39.4297087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:06:39.4511118Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:06:39.4540349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:06:39.4710406Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:06:39.4735959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:06:39.4949691Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:06:39.4979300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:06:39.5150467Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:06:39.5179012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:06:39.5431307Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:06:39.5458538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:06:39.5589754Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:06:39.5616005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:06:39.5910196Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:06:39.5937641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:06:39.6030504Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:06:39.6061620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:06:39.6350203Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:06:39.6377672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:06:39.6468758Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:06:39.6494117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:06:39.6581728Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:06:39.6589296Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:06:39.6791459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:06:39.6816826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:06:39.6909105Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:06:39.6936279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:06:39.7053288Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:06:39.7062533Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:06:39.7086361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:06:39.7270424Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:06:39.7297668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:06:39.7347923Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:06:39.7374093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:06:39.7470423Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:06:39.7494394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:06:39.7751590Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:06:39.7775605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:06:39.7789803Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:06:39.7818925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:06:39.7910715Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:06:39.7934602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:06:39.8231770Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:06:39.8232359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:06:39.8259404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:06:39.8269895Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:06:39.8348769Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:06:39.8374059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:06:39.8670148Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:06:39.8670613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:06:39.8691684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:06:39.8701164Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:06:39.8787786Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:06:39.8808650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:06:39.9110539Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:06:39.9111007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:06:39.9143365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:06:39.9230390Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:06:39.9255658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:06:39.9550137Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:06:39.9567135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:06:39.9578075Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:06:39.9581978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:06:39.9668331Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:06:39.9698100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:06:39.9700790Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:06:39.9988890Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:06:39.9991580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:06:40.0010449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:06:40.0020381Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:06:40.0107526Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:06:40.0127058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:06:40.0430981Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:06:40.0431487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:06:40.0450327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:06:40.0528209Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:06:40.0546813Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:06:40.0612988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:06:40.0895255Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:06:40.0903034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:06:40.0910354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:06:40.0919176Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:06:40.0991750Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:06:40.1024252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:06:40.1337225Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:06:40.1347448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:06:40.1359569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:06:40.1428971Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:06:40.1463985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:06:40.1513814Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:06:40.1775593Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:06:40.1776094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:06:40.1776670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:06:40.1909564Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:06:40.1948116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:06:40.1951730Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:06:40.2191207Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:06:40.2194081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:06:40.2220881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:06:40.2350925Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:06:40.2383282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:06:40.2394157Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:06:40.2632819Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:06:40.2633468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:06:40.2663933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:06:40.2701739Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:06:40.2789201Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:06:40.2812481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:06:40.3071931Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:06:40.3073933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:06:40.3100838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:06:40.3113296Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:06:40.3230205Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:06:40.3264622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:06:40.3512629Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:06:40.3513222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:06:40.3541688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:06:40.3550046Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:06:40.3669735Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:06:40.3702283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:06:40.3952944Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:06:40.3953759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:06:40.3982269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:06:40.3990601Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:06:40.4108670Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:06:40.4142182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:06:40.4391421Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:06:40.4392953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:06:40.4425008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:06:40.4432376Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:06:40.4548885Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:06:40.4581640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:06:40.4829753Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:06:40.4832487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:06:40.4863212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:06:40.4865283Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:06:40.4987911Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:06:40.5022551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:06:40.5271382Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:06:40.5272198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:06:40.5304096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:06:40.5306511Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:06:40.5428894Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:06:40.5466446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:06:40.5711408Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:06:40.5712054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:06:40.5741444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:06:40.5748679Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:06:40.5868206Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:06:40.5902876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:06:40.6151009Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:06:40.6151679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:06:40.6174447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:06:40.6182635Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:06:40.6307534Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:06:40.6338243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:06:40.6592325Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:06:40.6593338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:06:40.6618260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:06:40.6620630Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:06:40.6746587Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:06:40.6776534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:06:40.7031058Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:06:40.7031817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:06:40.7059191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:06:40.7061313Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:06:40.7187106Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:06:40.7218459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:06:40.7471346Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:06:40.7471851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:06:40.7496825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:06:40.7503374Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:06:40.7629660Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:06:40.7662368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:06:40.7909918Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:06:40.7911145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:06:40.7936718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:06:40.7938798Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:06:40.8070125Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:06:40.8102456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:06:40.8349747Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:06:40.8350480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:06:40.8365125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:06:40.8413502Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:06:40.8508035Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:06:40.8537333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:06:40.8789368Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:06:40.8792797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:06:40.8806254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:06:40.8815488Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:06:40.8946581Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:06:40.8976798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:06:40.9229123Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:06:40.9229826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:06:40.9255706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:06:40.9257956Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:06:40.9386363Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:06:40.9416106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:06:40.9669272Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:06:40.9669949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:06:40.9696048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:06:40.9698005Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:06:40.9826567Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:06:40.9860179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:06:41.0110282Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:06:41.0110755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:06:41.0131925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:06:41.0142041Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:06:41.0269987Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:06:41.0302716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:06:41.0549506Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:06:41.0550702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:06:41.0576605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:06:41.0578857Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:06:41.0708369Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:06:41.0741796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:06:41.0991860Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:06:41.0992655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:06:41.1017259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:06:41.1024121Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:06:41.1149650Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:06:41.1182814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:06:41.1430229Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:06:41.1441014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:06:41.1458957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:06:41.1465639Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:06:41.1589391Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:06:41.1623354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:06:41.1872757Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:06:41.1873439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:06:41.1902871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:06:41.1907036Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:06:41.2029585Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:06:41.2064262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:06:41.2310776Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:06:41.2311456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:06:41.2336512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:06:41.2343910Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:06:41.2469423Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:06:41.2491758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:06:41.2750899Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:06:41.2751313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:06:41.2780818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:06:41.2782729Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:06:41.2910077Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:06:41.3059214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:06:41.3191075Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:06:41.3191888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:06:41.3217789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:06:41.3224791Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:06:41.3348131Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:06:41.3362260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:06:41.3630929Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:06:41.3631385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:06:41.3655748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:06:41.3662134Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:06:41.3789573Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:06:41.3804883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:06:41.4070638Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:06:41.4071073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:06:41.4101568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:06:41.4104513Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:06:41.4227891Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:06:41.4241335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:06:41.4511799Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:06:41.4547085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:06:41.4549343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:06:41.4552291Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:06:41.4666928Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:06:41.4683642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:06:41.4950113Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:06:41.4950869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:06:41.4976607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:06:41.4979059Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:06:41.5107132Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:06:41.5129487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:06:41.5390351Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:06:41.5391593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:06:41.5414945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:06:41.5423579Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:06:41.5549609Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:06:41.5572341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:06:41.5829893Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:06:41.5831333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:06:41.5857649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:06:41.5859866Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:06:41.5988772Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:06:41.6032072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:06:41.6269409Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:06:41.6270595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:06:41.6297664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:06:41.6299846Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:06:41.6428671Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:06:41.6464865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:06:41.6710955Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:06:41.6711386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:06:41.6747949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:06:41.6749557Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:06:41.6867992Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:06:41.6890425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:06:41.7150654Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:06:41.7151066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:06:41.7176411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:06:41.7182733Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:06:41.7308605Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:06:41.7331176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:06:41.7589918Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:06:41.7590643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:06:41.7611886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:06:41.7621936Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:06:41.7747946Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:06:41.8030258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:06:41.8032947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:06:41.8058898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:06:41.8067331Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:06:41.8479987Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:06:41.8482603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:06:41.8499421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:06:41.8508415Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:06:41.8912040Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:06:41.8915421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:06:41.8939161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:06:41.8948165Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:06:41.9331572Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:06:41.9338521Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:06:41.9347509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:06:41.9350015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:06:41.9373973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:06:41.9387796Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:06:41.9712415Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:06:41.9790826Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:06:41.9793009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:06:41.9793832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:06:41.9821969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:06:41.9831819Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:06:41.9840226Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:06:42.0231924Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:06:42.0234698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:06:42.0236833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:06:42.0264697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:06:42.0269570Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:06:42.0496314Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:06:42.0671931Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:06:42.0672966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:06:42.0673939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:06:42.0702671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:06:42.0709854Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:06:42.0767692Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:06:42.1113593Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:06:42.1114278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:06:42.1114901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:06:42.1146890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:06:42.1157152Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:06:42.1183839Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:06:42.1552902Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:06:42.1553353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:06:42.1555206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:06:42.1583898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:06:42.1587741Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:06:42.1650362Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:06:42.1992830Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:06:42.1993672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:06:42.1995733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:06:42.2024111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:06:42.2034914Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:06:42.2037719Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:06:42.2433218Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:06:42.2434361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:06:42.2435313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:06:42.2463826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:06:42.2472586Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:06:42.2476540Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:06:42.2872734Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:06:42.2873558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:06:42.2874153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:06:42.2900768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:06:42.2907639Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:06:42.2913675Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:06:42.3311516Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:06:42.3312118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:06:42.3312581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:06:42.3338371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:06:42.3341421Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:06:42.3348854Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:06:42.3753710Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:06:42.3754182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:06:42.3754633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:06:42.3786191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:06:42.3789375Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:06:42.3790972Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:06:42.4192391Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:06:42.4193420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:06:42.4194448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:06:42.4217067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:06:42.4224002Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:06:42.4232574Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:06:42.4631275Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:06:42.4632520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:06:42.4633740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:06:42.4661855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:06:42.4668550Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:06:42.4671094Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:06:42.5073433Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:06:42.5073850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:06:42.5074234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:06:42.5094459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:06:42.5107655Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:06:42.5109940Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:06:42.5513292Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:06:42.5513809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:06:42.5514274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:06:42.5540397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:06:42.5548119Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:06:42.5551448Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:06:42.5953493Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:06:42.5954574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:06:42.5955036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:06:42.5979157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:06:42.5990543Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:06:42.5993303Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:06:42.6393301Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:06:42.6394132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:06:42.6394880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:06:42.6418765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:06:42.6425167Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:06:42.6634521Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:06:42.6831783Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:06:42.6832958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:06:42.6833909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:06:42.6858817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:06:42.6865501Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:06:42.6909847Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:06:42.7273792Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:06:42.7274405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:06:42.7275052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:06:42.7300984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:06:42.7302357Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:06:42.7425788Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:06:42.7709296Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:06:42.7714995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:06:42.7715416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:06:42.7745841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:06:42.7753153Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:06:42.8028760Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:06:42.8152130Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:06:42.8153229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:06:42.8155064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:06:42.8191513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:06:42.8195325Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:06:42.8251158Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:06:42.8591020Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:06:42.8595697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:06:42.8596268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:06:42.8611684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:06:42.8626688Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:06:42.8628805Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:06:42.9033421Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:06:42.9034140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:06:42.9036544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:06:42.9058484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:06:42.9065320Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:06:42.9472268Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:06:42.9473811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:06:42.9481556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:06:42.9490514Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:06:42.9501664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:06:42.9510976Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:06:42.9910978Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:06:42.9913114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:06:42.9944192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:06:42.9948086Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:06:42.9957237Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:06:42.9963940Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:06:43.0351144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:06:43.0353442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:06:43.0384854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:06:43.0388815Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:06:43.0490047Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:06:43.0497324Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:06:43.0790754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:06:43.0793354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:06:43.0819066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:06:43.0831022Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:06:43.0894200Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:06:43.0948552Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:06:43.0971186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:06:43.1232289Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:06:43.1232702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:06:43.1258798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:06:43.1267396Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:06:43.1388742Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:06:43.1411000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:06:43.1672407Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:06:43.1673083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:06:43.1700929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:06:43.1707038Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:06:43.1829072Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:06:43.1850704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:06:43.2111802Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:06:43.2112460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:06:43.2138771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:06:43.2145778Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:06:43.2268120Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:06:43.2288977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:06:43.2551465Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:06:43.2552074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:06:43.2579708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:06:43.2582072Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:06:43.2707526Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:06:43.2729767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:06:43.2991653Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:06:43.2992189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:06:43.3013271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:06:43.3024814Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:06:43.3148345Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:06:43.3174850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:06:43.3431119Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:06:43.3431827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:06:43.3454668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:06:43.3461967Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:06:43.3588726Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:06:43.3704151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:06:43.3869797Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:06:43.3870424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:06:43.3892737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:06:43.3899534Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:06:43.4028333Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:06:43.4067242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:06:43.4310045Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:06:43.4310704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:06:43.4330493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:06:43.4340172Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:06:43.4467218Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:06:43.4490841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:06:43.4749140Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:06:43.4750273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:06:43.4776238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:06:43.4780227Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:06:43.4907483Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:06:43.4929659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:06:43.5188619Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:06:43.5190416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:06:43.5202753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:06:43.5215115Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:06:43.5346799Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:06:43.5516036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:06:43.5631197Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:06:43.5632091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:06:43.5646206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:06:43.5658880Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:06:43.5789471Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:06:43.5849111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:06:43.6068851Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:06:43.6071358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:06:43.6097997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:06:43.6102057Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:06:43.6227579Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:06:43.6264328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:06:43.6508941Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:06:43.6509959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:06:43.6535995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:06:43.6538376Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:06:43.6665837Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:06:43.6686252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:06:43.6949713Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:06:43.6950375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:06:43.6974652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:06:43.6976796Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:06:43.7108809Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:06:43.7216752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:06:43.7389389Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:06:43.7390352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:06:43.7410510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:06:43.7428891Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:06:43.7547045Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:06:43.7585673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:06:43.7829779Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:06:43.7830397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:06:43.7850896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:06:43.7886335Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:06:43.7986687Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:06:43.8173490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:06:43.8268798Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:06:43.8269702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:06:43.8283664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:06:43.8293709Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:06:43.8428089Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:06:43.8495669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:06:43.8712046Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:06:43.8712692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:06:43.8724671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:06:43.8815856Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:06:43.8867649Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:06:43.8966666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:06:43.9150956Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:06:43.9151843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:06:43.9193644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:06:43.9308175Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:06:43.9315744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:06:43.9349570Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:06:43.9591937Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:06:43.9592617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:06:43.9657287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:06:43.9748853Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:06:43.9773399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:06:43.9777604Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:06:44.0029919Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:06:44.0032220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:06:44.0052437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:06:44.0096024Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:06:44.0188605Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:06:44.0210201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:06:44.0471090Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:06:44.0471754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:06:44.0495093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:06:44.0629795Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:06:44.0650576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:06:44.0838673Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:06:44.0910584Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:06:44.0911622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:06:44.1017890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:06:44.1067638Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:06:44.1091057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:06:44.1349573Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:06:44.1373214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:06:44.1473642Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:06:44.1479913Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:06:44.1505984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:06:44.1529085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:06:44.1610273Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:06:44.1788224Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:06:44.1813246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:06:44.1906454Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:06:44.1946673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:06:44.1971330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:06:44.2227424Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:06:44.2252135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:06:44.2386762Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:06:44.2407833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:06:44.2520058Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:06:44.2526168Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:06:44.2674712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:06:44.2677285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:06:44.2693749Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:06:44.2828819Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:06:44.2854242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:06:44.2948583Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:06:44.3110943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:06:44.3142824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:06:44.3268708Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:06:44.3300826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:06:44.3392844Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:06:44.3402400Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:06:44.3421662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:06:44.3547075Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:06:44.3567040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:06:44.3707306Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:06:44.3734684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:06:44.3827385Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:06:44.3851078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:06:44.3988128Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:06:44.4013561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:06:44.4147845Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:06:44.4219253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:06:44.4307454Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:06:44.4328537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:06:44.4427349Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:06:44.4447574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:06:44.4587053Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:06:44.4609097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:06:44.4747603Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:06:44.4767738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:06:44.4866003Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:06:44.5027448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:06:44.5049408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:06:44.5187093Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:06:44.5208498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:06:44.5416710Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:06:44.5424991Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:06:44.5465101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:06:44.5486158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:06:44.5560849Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:06:44.5624715Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:06:44.5644763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:06:44.5865680Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:06:44.5885821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:06:44.5904767Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:06:44.5918624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:06:44.6066026Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:06:44.6084534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:06:44.6305587Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:06:44.6325194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:06:44.6344830Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:06:44.6359123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:06:44.6505304Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:06:44.6524081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:06:44.6746552Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:06:44.6766647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:06:44.6784571Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:06:44.6804767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:06:44.6944929Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:06:44.7187960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:06:44.7216084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:06:44.7226393Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:06:44.7259765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:06:44.7433564Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:06:44.7440668Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:06:44.7626510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:06:44.7630999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:06:44.7653356Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:06:44.7665465Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:06:44.7690899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:06:44.7867011Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:06:44.7898304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:06:44.8066990Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:06:44.8090733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:06:44.8107144Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:06:44.8129975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:06:44.8307465Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:06:44.8340681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:06:44.8507431Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:06:44.8531726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:06:44.8547044Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:06:44.8571405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:06:44.8747481Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:06:44.8780451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:06:44.8946609Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:06:44.8970712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:06:44.8985259Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:06:44.9011064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:06:44.9227165Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:06:44.9260379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:06:44.9386674Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:06:44.9410137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:06:44.9426651Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:06:44.9452092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:06:44.9710292Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:06:44.9739159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:06:44.9826707Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:06:44.9866892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:06:44.9891951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:06:45.0003180Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:06:45.0150348Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:06:45.0185994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:06:45.0269361Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:06:45.0308730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:06:45.0333172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:06:45.0342545Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:06:45.0590195Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:06:45.0624669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:06:45.0707358Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:06:45.0732938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:06:45.0747357Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:06:45.0783723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:06:45.1069864Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:06:45.1103250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:06:45.1148393Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:06:45.1172943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:06:45.1187370Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:06:45.1223998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:06:45.1511592Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:06:45.1548445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:06:45.1589755Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:06:45.1616428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:06:45.1631394Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:06:45.1670016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:06:45.1950172Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:06:45.1984492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:06:45.2028338Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:06:45.2056359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:06:45.2067423Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:06:45.2109605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:06:45.2394847Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:06:45.2427918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:06:45.2467714Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:06:45.2507950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:06:45.2542463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:06:45.2576905Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:06:45.2827998Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:06:45.2857233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:06:45.2904661Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:06:45.2942029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:06:45.2951736Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:06:45.2978044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:06:45.3270101Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:06:45.3300628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:06:45.3346444Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:06:45.3386453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:06:45.3412142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:06:45.3436025Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:06:45.3708589Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:06:45.3738357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:06:45.3785140Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:06:45.3826615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:06:45.3830687Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:06:45.3852602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:06:45.4148917Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:06:45.4178578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:06:45.4225499Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:06:45.4245831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:06:45.4265409Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:06:45.4290361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:06:45.4588087Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:06:45.4616970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:06:45.4666289Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:06:45.4688183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:06:45.4705914Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:06:45.4734060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:06:45.5030254Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:06:45.5066082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:06:45.5136687Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:06:45.5140040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:06:45.5154211Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:06:45.5170949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:06:45.5470028Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:06:45.5504999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:06:45.5546908Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:06:45.5570965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:06:45.5586164Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:06:45.5602393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:06:45.5909009Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:06:45.5986967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:06:45.6017994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:06:45.6026457Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:06:45.6045001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:06:45.6102118Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:06:45.6350217Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:06:45.6428282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:06:45.6455685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:06:45.6468341Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:06:45.6488804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:06:45.6628246Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:06:45.6787574Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:06:45.6866622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:06:45.6873889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:06:45.6891706Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:06:45.6906525Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:06:45.6932088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:06:45.7228506Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:06:45.7258796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:06:45.7306056Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:06:45.7332463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:06:45.7345740Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:06:45.7369932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:06:45.7668161Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:06:45.7699979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:06:45.7747061Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:06:45.7774507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:06:45.7787789Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:06:45.7815470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:06:45.8109786Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:06:45.8143259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:06:45.8186338Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:06:45.8210970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:06:45.8226062Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:06:45.8251746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:06:45.8549892Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:06:45.8581457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:06:45.8626258Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:06:45.8650582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:06:45.8667035Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:06:45.8693562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:06:45.8990782Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:06:45.9023393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:06:45.9068286Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:06:45.9094254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:06:45.9106662Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:06:45.9131607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:06:45.9430960Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:06:45.9465701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:06:45.9509644Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:06:45.9536997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:06:45.9547002Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:06:45.9570622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:06:45.9870261Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:06:45.9903851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:06:45.9947699Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:06:45.9987452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:06:46.0013703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:06:46.0310616Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:06:46.0347966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:06:46.0395171Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:06:46.0419447Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:06:46.0426363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:06:46.0455281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:06:46.0584560Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:06:46.0594525Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:06:46.0600728Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:06:46.0749102Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:06:46.0779675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:06:46.0827059Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:06:46.0859951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:06:46.0870627Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:06:46.0893745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:06:46.1189836Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:06:46.1223763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:06:46.1267850Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:06:46.1300047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:06:46.1311143Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:06:46.1338195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:06:46.1633602Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:06:46.1664774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:06:46.1707786Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:06:46.1740352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:06:46.1752548Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:06:46.1773546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:06:46.2069302Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:06:46.2098606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:06:46.2145936Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:06:46.2171718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:06:46.2185338Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:06:46.2208028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:06:46.2509153Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:06:46.2539847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:06:46.2587178Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:06:46.2614034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:06:46.2626218Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:06:46.2647913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:06:46.2950624Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:06:46.2982855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:06:46.3026692Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:06:46.3053453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:06:46.3066970Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:06:46.3090689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:06:46.3388892Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:06:46.3416321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:06:46.3465540Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:06:46.3533875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:06:46.3559835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:06:46.3828492Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:06:46.3856573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:06:46.3947386Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:06:46.3971150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:06:46.4012484Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:06:46.4022282Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:06:46.4162817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:06:46.4266195Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:06:46.4287629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:06:46.4385394Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:06:46.4407760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:06:46.4424830Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:06:46.4708590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:06:46.4735263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:06:46.4827482Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:06:46.4863408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:06:46.4886001Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:06:46.4894603Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:06:46.5055213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:06:46.5145218Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:06:46.5169188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:06:46.5265080Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:06:46.5286549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:06:46.5305689Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:06:46.5588313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:06:46.5605985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:06:46.5707770Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:06:46.5738976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:06:46.5973615Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:06:46.5981283Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:06:46.6067850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:06:46.6094581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:06:46.6116572Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:06:46.6145794Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:06:46.6168777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:06:46.6387423Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:06:46.6428855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:06:46.6507276Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:06:46.6529706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:06:46.6586058Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:06:46.6607986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:06:46.6826594Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:06:46.6846388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:06:46.6945638Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:06:46.6966302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:06:46.7025596Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:06:46.7045854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:06:46.7268426Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:06:46.7288076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:06:46.7386136Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:06:46.7407788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:06:46.7465664Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:06:46.7487978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:06:46.7707978Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:06:46.7720907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:06:46.7827594Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:06:46.7847708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:06:46.7906331Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:06:46.7926899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:06:46.8148831Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:06:46.8162527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:06:46.8267249Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:06:46.8287743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:06:46.8346320Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:06:46.8367256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:06:46.8588529Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:06:46.8611629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:06:46.8706990Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:06:46.8728257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:06:46.8786207Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:06:46.8800301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:06:46.9027557Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:06:46.9048560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:06:46.9146474Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:06:46.9166126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:06:46.9226274Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:06:46.9307199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:06:46.9466651Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:06:46.9587389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:06:46.9610501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:06:46.9666727Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:06:46.9850979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:06:46.9906329Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:06:46.9992579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:06:47.0026828Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:06:47.0052507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:06:47.0349953Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:06:47.0372888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:06:47.0469289Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:06:47.0479423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:06:47.0487779Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:06:47.0497025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:06:47.0682628Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:06:47.0788453Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:06:47.0808994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:06:47.0910614Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:06:47.0911583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:06:47.0932597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:06:47.1230222Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:06:47.1350104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:06:47.1374124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:06:47.1540150Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:06:47.1549028Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:06:47.1790248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:06:47.1935083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:06:47.1951876Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:06:47.2089287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:06:47.2094811Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:06:47.2444487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:06:47.2457254Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:06:47.2555003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:06:47.2705166Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:06:47.2712622Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:06:47.2739697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:06:47.2872009Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:06:47.2906992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:06:47.3149907Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:06:47.3176090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:06:47.3311463Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:06:47.3348328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:06:47.3590338Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:06:47.3617859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:06:47.3749774Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:06:47.3785313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:06:47.4029109Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:06:47.4056023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:06:47.4191296Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:06:47.4228515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:06:47.4471261Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:06:47.4502381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:06:47.4630637Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:06:47.4666581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:06:47.4910760Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:06:47.4945038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:06:47.5001777Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:06:47.5012739Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:06:47.5068992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:06:47.5096700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:06:47.5349501Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:06:47.5374636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:06:47.5509372Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:06:47.5544220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:06:47.5643575Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:06:47.5651718Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:06:47.5861759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:06:47.5865018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:06:47.6020645Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:06:47.6023323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:06:47.6302694Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:06:47.6304552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:06:47.6442135Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:06:47.6724035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:06:47.7232458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:06:47.7247401Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:06:47.7373431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:06:47.7704535Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:06:47.7705087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:06:47.8147234Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:06:47.8148840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:06:47.8587635Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:06:47.8588537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:06:47.9063978Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:06:47.9065184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:06:47.9509465Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:06:48.0322962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:06:48.0338288Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:06:48.0366585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:06:48.0783519Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:06:48.0784625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:06:48.1276150Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:06:48.2735972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:06:48.2745149Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:06:48.2961320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:06:48.3243101Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:06:48.3959046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:06:48.3987831Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:06:48.4198159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:06:48.4477229Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:06:48.4477836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:06:48.4902896Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:06:48.4903467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:06:48.5344921Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:06:48.5345459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:06:48.5787078Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:06:48.5787644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:06:48.6226125Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:06:48.6226654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:06:48.6358383Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:06:48.6372073Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:06:48.6665480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:06:48.6665987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:06:48.6902090Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:06:48.6925907Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:06:48.7105623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:06:48.7106175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:06:48.7549677Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:06:48.7550537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:06:48.7954500Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:06:49.0547994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:06:49.0572283Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:06:49.1408639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:06:49.1427404Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:06:49.2018484Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:06:49.2048230Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:06:49.2083601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:06:49.2474109Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:06:49.2514109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:06:49.2910863Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:06:49.2939488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:06:49.3349190Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:06:49.3357399Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:06:49.3360697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:06:49.3384567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:06:49.3792868Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:06:49.3846960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:06:49.4233129Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:06:49.4282724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:06:49.4508672Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:06:49.4516262Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:06:49.4669588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:06:49.4704309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:06:49.5110143Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:06:49.5144123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:06:49.5552003Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:06:49.5587185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:06:49.5991102Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:06:49.6025795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:06:49.6433776Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:06:49.6457906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:06:49.6869745Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:06:49.6901920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:06:49.7311405Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:06:49.7346033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:06:49.7753458Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:06:49.7800266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:06:49.8193859Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:06:49.8241535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:06:49.8630218Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:06:49.8664229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:06:49.8828052Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:06:49.8835568Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:06:49.9072465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:06:49.9117545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:06:49.9511738Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:06:49.9541969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:06:49.9714811Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:06:49.9720454Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:06:49.9909263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:06:49.9917567Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:06:49.9949497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:06:49.9988401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:06:50.0389953Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:06:50.0421254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:06:50.0867965Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:06:50.0871777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:06:50.1271701Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:06:50.1407584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:06:50.1712262Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:06:50.1745319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:06:50.1774309Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:06:50.1787976Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:06:50.2152200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:06:50.2192052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:06:50.2544169Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:06:50.2551813Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:06:50.2589044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:06:50.2629242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:06:50.2803457Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:06:50.2837079Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:06:50.2845129Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:06:50.2989391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:06:50.3068409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:06:50.3069106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:06:50.3074299Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:06:50.3270763Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:06:50.3472127Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:06:50.3499359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:06:50.3912305Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:06:50.3955435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:06:50.4349942Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:06:50.4385676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:06:50.4791597Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:06:50.4821097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:06:50.5230082Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:06:50.5260923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:06:50.5400597Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:06:50.5407296Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:06:50.5688153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:06:50.5698650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:06:50.5714381Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:06:50.5829796Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:06:50.6112560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:06:50.6148548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:06:50.6504699Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:06:50.6518120Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:06:50.6548122Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:06:50.6595632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:06:50.6990707Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:06:50.7024221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:06:50.7220305Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:06:50.7227079Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:06:50.7430148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:06:50.7464361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:06:50.7503877Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:06:50.7514432Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:06:50.7873531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:06:50.7876118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:06:50.7899291Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:06:50.7946748Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:06:50.8310916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:06:50.8345683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:06:50.8750511Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:06:50.8784264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:06:50.9189399Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:06:50.9220849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:06:50.9631506Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:06:50.9674812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:06:50.9678630Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:06:50.9686789Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:06:51.0088354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:06:51.0095105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:06:51.0106418Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:06:51.0148695Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:06:51.0175245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:06:51.0510219Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:06:51.0549623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:06:51.0587815Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:06:51.0610023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:06:51.0949685Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:06:51.0966214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:06:51.0971514Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:06:51.0982543Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:06:51.1029991Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:06:51.1059687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:06:51.1390655Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:06:51.1426496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:06:51.1468117Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:06:51.1494553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:06:51.1719551Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:06:51.1728535Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:06:51.1829267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:06:51.1863812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:06:51.1908377Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:06:51.1944088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:06:51.2271035Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:06:51.2304711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:06:51.2347872Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:06:51.2382586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:06:51.2710905Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:06:51.2746069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:06:51.2789066Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:06:51.2833893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:06:51.3150895Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:06:51.3187313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:06:51.3228942Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:06:51.3264319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:06:51.3591221Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:06:51.3626614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:06:51.3667826Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:06:51.3701172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:06:51.4029609Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:06:51.4066204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:06:51.4107112Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:06:51.4137692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:06:51.4471014Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:06:51.4505977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:06:51.4548075Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:06:51.4580499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:06:51.4909894Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:06:51.4949799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:06:51.4987827Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:06:51.5018042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:06:51.5350099Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:06:51.5384619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:06:51.5427157Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:06:51.5458309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:06:51.5790542Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:06:51.5826524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:06:51.5868532Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:06:51.5900933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:06:51.6229905Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:06:51.6264566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:06:51.6307608Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:06:51.6339396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:06:51.6669631Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:06:51.6704049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:06:51.6747701Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:06:51.6780169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:06:51.7109728Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:06:51.7138630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:06:51.7187574Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:06:51.7219188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:06:51.7550370Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:06:51.7632589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:06:51.7872455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:06:51.8070158Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:06:51.8101215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:06:51.8206766Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:06:51.8213219Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:06:51.8315763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:06:51.8511179Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:06:51.8535356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:06:51.8628589Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:06:51.8654090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:06:51.8952131Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:06:51.9071588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:06:51.9100001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:06:51.9249675Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:06:51.9387343Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:06:51.9508396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:06:51.9530358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:06:51.9949714Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:06:51.9976589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:06:52.0389788Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:06:52.0418692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:06:52.0838554Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:06:52.0860685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:06:52.1271194Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:06:52.1312890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:06:52.1711705Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:06:52.1743441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:06:52.1986168Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:06:52.1993173Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:06:52.2150569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:06:52.2183813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:06:52.2529474Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:06:52.2536743Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:06:52.2587261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:06:52.2622743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:06:52.2822251Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:06:52.2946766Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:06:52.2967967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:06:52.3027047Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:06:52.3387069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:06:52.3409576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:06:52.3827979Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:06:52.3851315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:06:52.4268336Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:06:52.4289738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:06:52.4708860Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:06:52.4740180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:06:52.5149629Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:06:52.5181670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:06:52.5590022Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:06:52.5623916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:06:52.6029587Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:06:52.6061703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:06:52.6470486Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:06:52.6503051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:06:52.6865883Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:06:52.6872851Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:06:52.6909225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:06:52.6944209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:06:52.7351352Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:06:52.7385177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:06:52.7724405Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:06:52.7730185Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:06:52.7793830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:06:52.7804499Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:06:52.7831315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:06:52.8191794Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:06:52.8223755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:06:52.8239311Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:06:52.8278132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:06:52.8631274Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:06:52.8659881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:06:52.8671615Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:06:52.8706473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:06:52.9070998Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:06:52.9101057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:06:52.9115441Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:06:52.9150770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:06:52.9510759Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:06:52.9550555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:06:52.9585567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:06:52.9991304Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:06:53.0035234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:06:53.0476377Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:06:53.0483643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:06:53.0514324Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:06:53.0534744Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:06:53.0722752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:06:53.0871871Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:06:53.1044917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:06:53.1068542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:06:53.1080110Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:06:53.1351795Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:06:53.1526646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:06:53.1539321Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:06:53.1556625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:06:53.1642389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:06:53.1778148Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:06:53.1795109Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:06:53.2044585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:06:53.2054282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:06:53.2126884Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:06:53.2232100Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:06:53.2430316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:06:53.2453777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:06:53.2521042Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:06:53.2669050Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:06:53.2868619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:06:53.2892673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:06:53.3311720Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:06:53.3359198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:06:53.3416108Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:06:53.3425301Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:06:53.3574705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:06:53.3749252Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:06:53.3771540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:06:53.3869302Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:06:53.3892393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:06:53.4189443Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:06:53.4211081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:06:53.4309006Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:06:53.4335419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:06:53.4630010Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:06:53.4650801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:06:53.4747953Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:06:53.4773416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:06:53.5069177Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:06:53.5097388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:06:53.5189191Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:06:53.5215846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:06:53.5393218Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:06:53.5401810Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:06:53.5505843Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:06:53.5526015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:06:53.5625572Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:06:53.5704090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:06:53.5945872Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:06:53.5966214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:06:53.6065764Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:06:53.6086009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:06:53.6387463Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:06:53.6408881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:06:53.6509007Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:06:53.6533915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:06:53.6829532Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:06:53.6852933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:06:53.6948275Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:06:53.6971857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:06:53.7269570Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:06:53.7291566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:06:53.7415834Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:06:53.7422673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:06:53.7711749Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:06:53.7745664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:06:53.7830458Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:06:53.7861625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:06:53.8151844Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:06:53.8185543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:06:53.8271878Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:06:53.8307768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:06:53.8592315Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:06:53.8621162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:06:53.8712376Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:06:53.8756344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:06:53.9031575Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:06:53.9062642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:06:53.9152088Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:06:53.9193459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:06:53.9470782Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:06:53.9503927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:06:53.9591571Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:06:53.9632633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:06:53.9911078Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:06:53.9939851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:06:54.0031018Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:06:54.0071244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:06:54.0351643Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:06:54.0381286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:06:54.0470141Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:06:54.0508953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:06:54.0790641Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:06:54.0820698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:06:54.0910212Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:06:54.0946516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:06:54.1231222Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:06:54.1258334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:06:54.1351921Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:06:54.1391752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:06:54.1671266Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:06:54.1696370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:06:54.1789824Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:06:54.1831149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:06:54.2110170Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:06:54.2134846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:06:54.2230869Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:06:54.2268560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:06:54.2551130Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:06:54.2628329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:06:54.2670092Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:06:54.2706333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:06:54.3029933Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:06:54.3053515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:06:54.3108417Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:06:54.3144864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:06:54.3469832Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:06:54.3491131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:06:54.3546922Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:06:54.3580220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:06:54.3909378Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:06:54.3930158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:06:54.3987208Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:06:54.4020128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:06:54.4349048Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:06:54.4447321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:06:54.4455951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:06:54.4871794Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:06:54.4897228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:06:54.5310358Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:06:54.5337217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:06:54.5750466Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:06:54.5776573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:06:54.6191512Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:06:54.6213950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:06:54.6631040Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:06:54.6667917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:06:54.7082627Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:06:54.7106939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:06:54.7510988Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:06:54.7542734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:06:54.7954199Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:06:54.7991965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:06:54.8389818Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:06:54.8427291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:06:54.8881357Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:06:54.8883282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:06:54.9268796Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:06:54.9293212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:06:54.9708119Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:06:54.9742621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:06:55.0206687Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:06:55.0221070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:06:55.0630467Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:06:55.0666831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:06:55.1113391Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:06:55.1169806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:06:55.1592518Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:06:55.1632111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:06:55.2071807Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:06:55.2106955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:06:55.2510564Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:06:55.2532857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:06:55.2930035Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:06:55.2939099Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:06:55.2948841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:06:55.2972321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:06:55.3407511Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:06:55.3446566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:06:55.3746219Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:06:55.3753025Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:06:55.3830130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:06:55.3866750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:06:55.3935209Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:06:55.4190167Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:06:55.4215787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:06:55.4270613Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:06:55.4305830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:06:55.4629177Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:06:55.4653214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:06:55.4707522Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:06:55.4739330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:06:55.5070169Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:06:55.5091153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:06:55.5147258Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:06:55.5179827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:06:55.5508060Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:06:55.5528975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:06:55.5586389Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:06:55.5616806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:06:55.5949231Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:06:55.5974622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:06:55.6029347Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:06:55.6068015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:06:55.6389368Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:06:55.6411274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:06:55.6467992Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:06:55.6500732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:06:55.6830921Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:06:55.6855408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:06:55.6908466Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:06:55.6948668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:06:55.7272090Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:06:55.7310659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:06:55.7350800Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:06:55.7390709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:06:55.7712813Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:06:55.7750293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:06:55.7790028Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:06:55.7831783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:06:55.8151147Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:06:55.8190313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:06:55.8228404Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:06:55.8269601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:06:55.8591401Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:06:55.8630035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:06:55.8669103Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:06:55.8711590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:06:55.9031301Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:06:55.9072628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:06:55.9111087Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:06:55.9152219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:06:55.9472450Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:06:55.9510374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:06:55.9550242Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:06:55.9591319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:06:55.9910601Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:06:55.9948193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:06:55.9988213Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:06:56.0029264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:06:56.0351570Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:06:56.0392679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:06:56.0431168Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:06:56.0476054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:06:56.0791305Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:06:56.0826015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:06:56.0868193Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:06:56.0904360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:06:56.1229959Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:06:56.1263326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:06:56.1308880Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:06:56.1345664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:06:56.1668841Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:06:56.1705805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:06:56.1747991Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:06:56.1780657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:06:56.2109960Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:06:56.2145713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:06:56.2190397Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:06:56.2227498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:06:56.2548867Z [gw1] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:06:56.2585649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:06:56.2627744Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:06:56.2990017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:06:56.3022654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:06:56.3342343Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:06:56.3353689Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:06:56.3427437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:06:56.3452729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:06:56.3510433Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:06:56.3788890Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:06:56.3868221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:06:56.3874948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:06:56.3899454Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:06:56.4230041Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:06:56.4309862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:06:56.4357585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:06:56.4751059Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:06:56.4782038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:06:56.4881394Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:06:56.4892015Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:06:56.5041369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:06:56.5187960Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:06:56.5218663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:06:56.5346753Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:06:56.5633219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:06:56.5667469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:06:56.5963490Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:06:56.5970168Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:06:56.6126287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:06:56.6131201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:06:56.6173851Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:06:56.6390557Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:06:56.6416381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:06:56.6509159Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:06:56.6548179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:06:56.6828049Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:06:56.6853352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:06:56.6947403Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:06:56.6982610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:06:56.7271636Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:06:56.7298917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:06:56.7388176Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:06:56.7428862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:06:56.7710845Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:06:56.7746906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:06:56.7828016Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:06:56.7865949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:06:56.8192378Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:06:56.8230273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:06:56.8270506Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:06:56.8305594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:06:56.8631524Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:06:56.8664471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:06:56.8708198Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:06:56.8743660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:06:56.9071483Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:06:56.9110702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:06:56.9149330Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:06:56.9185024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:06:56.9512066Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:06:56.9550385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:06:56.9590082Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:06:56.9625283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:06:56.9951531Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:06:56.9983542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:06:57.0029050Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:06:57.0067923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:06:57.0390608Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:06:57.0423368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:06:57.0468708Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:06:57.0502988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:06:57.0829790Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:06:57.0860451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:06:57.0907216Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:06:57.0939051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:06:57.1270429Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:06:57.1304944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:06:57.1348432Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:06:57.1382157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:06:57.1709729Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:06:57.1742265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:06:57.1787491Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:06:57.1826944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:06:57.2148836Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:06:57.2179509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:06:57.2227129Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:06:57.2259475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:06:57.2590510Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:06:57.2630966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:06:57.2668771Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:06:57.2705745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:06:57.3029769Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:06:57.3061234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:06:57.3148963Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:06:57.3179843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:06:57.3470307Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:06:57.3590770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:06:57.3620100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:06:57.3846712Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:06:57.3907300Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:06:57.3941990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:06:57.4028370Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:06:57.4052216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:06:57.4350444Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:06:57.4383076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:06:57.4469644Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:06:57.4496985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:06:57.4829955Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:06:57.4864171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:06:57.4908575Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:06:57.4932418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:06:57.5272677Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:06:57.5313007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:06:57.5389905Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:06:57.5414367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:06:57.5711181Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:06:57.5734564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:06:57.5830684Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:06:57.5869371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:06:57.6150662Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:06:57.6178309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:06:57.6310442Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:06:57.6348890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:06:57.6590447Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:06:57.6618572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:06:57.6790318Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:06:57.6834197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:06:57.7030837Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:06:57.7057400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:06:57.7229953Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:06:57.7263585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:06:57.7470465Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:06:57.7505360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:06:57.7669667Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:06:57.7706049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:06:57.7767617Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:06:57.7774229Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:06:57.7908084Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:06:57.7935697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:06:57.8148700Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:06:57.8176822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:06:57.8388608Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:06:57.8416891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:06:57.8588448Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:06:57.8611844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:06:57.8867752Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:06:57.8891535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:06:57.9066937Z [gw1] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:06:57.9094282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:06:57.9307969Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:06:57.9334852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:06:57.9508851Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:06:57.9535806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:06:57.9788380Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:06:57.9816199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:06:57.9948713Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:06:57.9975583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:06:58.0228481Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:06:58.0251900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:06:58.0390075Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:06:58.0416796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:06:58.0669473Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:06:58.0696074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:06:58.0829502Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:06:58.0863563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:06:58.1110332Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:06:58.1270067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:06:58.2981720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:06:58.2990357Z [gw1] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:06:58.3509545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:06:58.3557088Z [gw1] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:06:58.4305331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:06:58.4319700Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:06:58.5084614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:06:58.5139248Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:06:58.5140162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:06:58.5433552Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:06:58.5446581Z [gw1] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:06:58.5563826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:06:58.5603887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:06:58.5970180Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:06:58.6006938Z [gw1] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:06:58.6007747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:06:58.6025621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:06:58.6091660Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:06:58.6461963Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:06:58.6464219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:06:58.6465819Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:06:58.6869679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:06:58.6908876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:06:58.7310746Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:06:58.7343856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:06:58.7487703Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:06:58.7491664Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:06:58.7792215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:06:58.7829435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:06:58.8298739Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:06:58.8307337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:06:58.8627904Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:06:58.8665377Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:06:58.8764457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:06:58.8780697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:06:58.9262982Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:06:58.9264133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:06:58.9572404Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:06:58.9580897Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:06:58.9672536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:06:58.9730514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:06:58.9782549Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:06:58.9989451Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:06:59.0015868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:06:59.0108674Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:06:59.0139717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:06:59.0397444Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:06:59.0403390Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:06:59.0425788Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:06:59.0432012Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:06:59.0451205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:06:59.0547471Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:06:59.0567680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:06:59.0827942Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:06:59.0847914Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:06:59.0908411Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:06:59.0931773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:06:59.0987324Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:06:59.1008650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:06:59.1268560Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:06:59.1350111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:06:59.1381293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:06:59.1427880Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:06:59.1450930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:06:59.1790310Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:06:59.1816007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:06:59.1868111Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:06:59.1892886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:06:59.1900894Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:06:59.1909163Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:06:59.2048005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:06:59.2228851Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:06:59.2254954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:06:59.2308766Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:06:59.2332075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:06:59.2387547Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:06:59.2466232Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:06:59.2669767Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:06:59.2692316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:06:59.2749007Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:06:59.2770092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:06:59.2827337Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:06:59.3109724Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:06:59.3132383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:06:59.3188670Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:06:59.3214060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:06:59.3459719Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:06:59.3467608Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:06:59.3548306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:06:59.3572212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:06:59.3607975Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:06:59.3627053Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:06:59.3786076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:06:59.3908614Z [gw1] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:06:59.3988940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:06:59.4015143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:06:59.4067173Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:06:59.4089444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:06:59.4429041Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:06:59.4455252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:06:59.4501386Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:06:59.4513947Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:06:59.4515602Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:06:59.4540724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:06:59.4653558Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:06:59.4869872Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:06:59.4952016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:06:59.4952574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:59.4981095Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:06:59.5231182Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:59.5310163Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:06:59.5424204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:06:59.5435750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:59.5443525Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:06:59.5459651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:06:59.5472916Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:59.5781571Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:06:59.5786767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:06:59.5828650Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:06:59.5855741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:59.6190052Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:59.6229768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:06:59.6268256Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:06:59.6300386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:59.6628629Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:59.6660196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:06:59.6753128Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:06:59.6757630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:59.7068590Z [gw1] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:59.7088269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:06:59.7096975Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:06:59.7110894Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:06:59.7147237Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:06:59.7186754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:59.7545245Z [gw1] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:59.7549939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:06:59.7598441Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:06:59.7602299Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:06:59.7610918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:59.7624203Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:06:59.7742434Z [gw1] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:59.7947581Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:06:59.7973263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:06:59.8027245Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:06:59.8031016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:06:59.8053241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:59.8160305Z [gw1] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:59.8389197Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:06:59.8413191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:06:59.8469549Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:06:59.8494357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:59.8506499Z [gw1] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:59.8830867Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:06:59.8855172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:06:59.8908538Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:06:59.8936516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:59.9243081Z [gw1] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:59.9248727Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:06:59.9267222Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:06:59.9302407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:06:59.9346397Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:06:59.9711219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:59.9758429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:07:00.0152678Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:07:00.0178770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:07:00.0592254Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:07:00.0617002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:07:00.1030689Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:07:00.1061158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:07:00.1173355Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:07:00.1213119Z [gw1] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:07:00.1470543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:07:00.1517201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:07:00.1911217Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:07:00.1948510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:07:00.2349686Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:07:00.2379483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:07:00.2790249Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:07:00.2819732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:07:00.2869043Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:07:00.2880783Z [gw1] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:07:00.3231287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:07:00.3262138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:07:00.3471554Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:07:00.3484167Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:07:00.3668993Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:07:00.3702352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:07:00.4109214Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:07:00.4119709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:07:00.4151258Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:07:00.4160729Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:07:00.4177665Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:07:00.4550057Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:07:00.4583949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:07:00.4595952Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:07:00.4621352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:07:00.4990782Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:07:00.5001307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:07:00.5007674Z [gw1] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:07:00.5022448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:07:00.5031699Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:07:00.5056580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:07:00.5169609Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:07:00.5430752Z [gw1] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:07:00.5431558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:07:00.5460964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:07:00.5471716Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:07:00.5478041Z [gw1] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:07:00.5508292Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:07:00.5870200Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:07:00.5893560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:07:00.5908542Z [gw1] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:07:00.5911283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:07:00.5934173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:07:00.5946987Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:07:00.6350555Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:07:00.6352572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:07:00.6379221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:07:00.6391741Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:07:00.6433761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:07:00.6788369Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:07:00.6812397Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:07:00.6826844Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:07:00.6856600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:07:00.7230356Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:07:00.7254407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:07:00.7311858Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:07:00.7342251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:07:00.7344236Z [gw1] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:07:00.7352653Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:07:00.7736936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:07:00.7899305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:07:00.7903921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:07:00.8027702Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:07:00.8105997Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:07:00.8176869Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:07:00.8309086Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:07:00.8339117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:07:00.8548505Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:07:00.8580618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:07:00.8748936Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:07:00.8774641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:07:00.8988523Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:07:00.9189251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:07:00.9219636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:07:00.9648488Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:07:00.9676818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:07:01.0111133Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:07:01.0143111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:07:01.0550568Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:07:01.0583915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:07:01.0990505Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:07:01.1026069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:07:01.1431272Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:07:01.1472487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:07:01.1870589Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:07:01.2191588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:07:01.2310802Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:07:01.2346313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:07:01.2752289Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:07:01.2786888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:07:01.3192490Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:07:01.3225733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:07:01.3630911Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:07:01.3638520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:07:01.3645718Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:07:01.3667225Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:07:01.3674356Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:07:01.4073261Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:07:01.4074233Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:07:01.4095265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:07:01.4107112Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:07:01.4510562Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:07:01.4512020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:07:01.4540036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:07:01.4548827Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:07:01.4952623Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:07:01.4953230Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:07:01.4994884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:07:01.5417009Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:07:01.5420722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:07:01.5820158Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:07:01.5885845Z [gw1] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:07:01.5892148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:07:01.5900974Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:07:01.6309266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:07:01.6309887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:07:01.6746577Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:07:01.6747699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:07:01.7198072Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:07:01.7203801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:07:01.7635275Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:07:01.7640856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:07:01.7734176Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:07:01.7744930Z [gw1] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:07:01.7769929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:07:01.8063445Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:07:01.8069930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:07:01.8263468Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:07:01.8269344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:07:01.8502098Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:07:01.8507459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:07:01.8722762Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:07:01.8755254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:07:01.8941394Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:07:01.8945133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:07:01.9147157Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:07:01.9172507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:07:01.9379195Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:07:01.9382734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:07:01.9586949Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:07:01.9612338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:07:01.9819492Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:07:01.9823460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:07:02.0029425Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:07:02.0060226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:07:02.0265536Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:07:02.0269025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:07:02.0501407Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:07:02.0503893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:07:02.0701750Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:07:02.0704270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:07:02.0940588Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:07:02.0941844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:07:02.1110021Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:07:02.1141885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:07:02.1350821Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:07:02.1416636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:07:02.1589569Z [gw1] [ 93%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:07:02.1618232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:07:02.1790514Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:07:02.1826022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:07:02.2030204Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:07:02.2058739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:07:02.2229909Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:07:02.2261833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:07:02.2508957Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:07:02.2534527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:07:02.2669299Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:07:02.2694696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:07:02.2990387Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:07:02.3015578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:07:02.3108045Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:07:02.3135403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:07:02.3470042Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:07:02.3498674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:07:02.3548813Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:07:02.3574636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:07:02.3949984Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:07:02.3989991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:07:02.4025069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:07:02.4432047Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:07:02.4457958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:07:02.4559274Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:07:02.4567812Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:07:02.4780834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:07:02.4868221Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:07:02.4896111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:07:02.4987073Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:07:02.5013660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:07:02.5350288Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:07:02.5377388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:07:02.5426518Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:07:02.5662843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:07:02.5790898Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:07:02.5820741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:07:02.5867973Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:07:02.5895062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:07:02.6229960Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:07:02.6259712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:07:02.6341893Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:07:02.6342737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:07:02.6669518Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:07:02.6699251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:07:02.6787226Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:07:02.6790954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:07:02.7109850Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:07:02.7138182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:07:02.7189679Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:07:02.7223478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:07:02.7589135Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:07:02.7625664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:07:02.7668853Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:07:02.7671032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:07:02.8063598Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:07:02.8066180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:07:02.8106092Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:07:02.8109480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:07:02.8502996Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:07:02.8508428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:07:02.8544776Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:07:02.8548563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:07:02.8942124Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:07:02.8944467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:07:02.8982392Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:07:02.8984771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:07:02.9377342Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:07:02.9381027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:07:02.9418150Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:07:02.9421944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:07:02.9825352Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:07:02.9831672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:07:02.9869838Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:07:02.9873736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:07:03.0304021Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:07:03.0313726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:07:03.0319903Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:07:03.0323997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:07:03.0749986Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:07:03.0755223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:07:03.0761714Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:07:03.0765903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:07:03.1150323Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:07:03.1183042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:07:03.1195096Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:07:03.1199450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:07:03.1625710Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:07:03.1634928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:07:03.1641045Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:07:03.1645245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:07:03.2030772Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:07:03.2055201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:07:03.2073718Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:07:03.2110916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:07:03.2470710Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:07:03.2496030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:07:03.2513090Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:07:03.2547158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:07:03.2910573Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:07:03.2939174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:07:03.2989439Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:07:03.3026524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:07:03.3349506Z [gw1] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:07:03.3377682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:07:03.3469028Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:07:03.3505234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:07:03.3790583Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:07:03.3816971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:07:03.3908525Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:07:03.3946143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:07:03.4229400Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:07:03.4255158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:07:03.4350142Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:07:03.4672463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:07:03.4704762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:07:03.5111549Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:07:03.5145627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:07:03.5262364Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:07:03.5273224Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:07:03.5285409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:07:03.5550615Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:07:03.5587263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:07:03.5709473Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:07:03.5724692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:07:03.5991021Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:07:03.6034894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:07:03.6189552Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:07:03.6207820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:07:03.6430503Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:07:03.6466988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:07:03.6630648Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:07:03.6649137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:07:03.6871200Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:07:03.6910525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:07:03.7110198Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:07:03.7141174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:07:03.7511996Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:07:03.7553270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:07:03.7566036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:07:03.7586303Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:07:03.7950991Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:07:03.7981064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:07:03.8044186Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:07:03.8067607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:07:03.8431254Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:07:03.8535539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:07:03.8549396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:07:03.8834889Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:07:03.8868738Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:07:03.8895055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:07:03.8957299Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:07:03.8989255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:07:03.9309904Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:07:03.9335351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:07:03.9462039Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:07:03.9464473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:07:03.9749091Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:07:03.9781737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:07:03.9909570Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:07:04.0189775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:07:04.0225709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:07:04.0716907Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:07:04.0750220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:07:04.1229543Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:07:04.1235443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:07:04.1664988Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:07:04.1670714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:07:04.2099691Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:07:04.2101743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:07:04.2103334Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:07:04.2118955Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:07:04.2509166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:07:04.2544083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:07:04.2955654Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:07:04.2986126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:07:04.3427867Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:07:04.3430264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:07:04.3904753Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:07:04.5463882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:07:04.5476183Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:07:04.5791066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:07:04.5908544Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:07:04.5933991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:07:04.6405689Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:07:04.6419709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:07:04.6864756Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:07:04.6872469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:07:04.7344958Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:07:04.7354766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:07:04.7828946Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:07:04.7835153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:07:04.8304836Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:07:04.8313190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:07:04.8412620Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:07:04.8422974Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:07:04.8710394Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:07:04.8741242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:07:04.9224695Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:07:04.9229977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:07:04.9293695Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:07:04.9307330Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:07:04.9642993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:07:04.9662799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:07:05.0146825Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:07:05.0190937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:07:05.0550333Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:07:05.0674188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:07:05.0886478Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:07:05.0960274Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:07:05.0995846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:07:05.1000786Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:07:05.1010438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:07:05.1391317Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:07:05.1421173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:07:05.1457059Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:07:05.1460709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:07:05.1832066Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:07:05.1869694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:07:05.2612221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:07:05.2647678Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:07:05.3146448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:07:05.3159359Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:07:05.3412600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:07:05.3590493Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:07:05.3617033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:07:05.4030279Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:07:05.4057246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:07:05.4470112Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:07:05.4813720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:07:05.4826332Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:07:05.5926775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:07:05.5942662Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:07:05.5967530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:07:05.6351671Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:07:05.6386662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:07:05.6790853Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:07:05.6838613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:07:05.7304680Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:07:05.7310084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:07:05.7785546Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:07:05.7786122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:07:05.8230495Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:07:05.8315184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:07:05.8438651Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:07:05.8447767Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:07:05.8685617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:07:05.8726288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:07:05.9153511Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:07:05.9157356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:07:05.9186099Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:07:05.9199784Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:07:05.9593181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:07:05.9636819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:07:06.0076627Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:07:06.0083738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:07:06.0470981Z [gw1] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:07:06.0511699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:07:06.0912016Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:07:06.1219935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:07:06.1350614Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:07:06.1520393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:07:06.1794341Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:07:06.1828570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:07:06.2309208Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:07:06.2858864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:07:06.2876889Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:07:06.3192051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:07:06.3313840Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:07:06.3615659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:07:06.3638009Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:07:06.4554247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:07:06.4572066Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:07:06.5235144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:07:06.5245997Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:07:06.5696710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:07:06.5709466Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:07:06.6348517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:07:06.6358948Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:07:06.6430823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:07:06.6832950Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:07:06.6868551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:07:06.7270504Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:07:06.7295581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:07:06.7305820Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:07:06.7312214Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:07:06.7710064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:07:06.7750311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:07:06.8150397Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:07:06.8186210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:07:06.8711527Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:07:06.8755607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:07:06.9201690Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:07:06.9208849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:07:06.9593327Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:07:06.9634076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:07:06.9651024Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:07:06.9661545Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:07:07.0054642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:07:07.0080284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:07:07.0503659Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:07:07.0505336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:07:07.0949917Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:07:07.0989453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:07:07.1392444Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:07:07.1414767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:07:07.1831087Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:07:07.1863333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:07:07.2301967Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:07:07.2305993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:07:07.2743750Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:07:07.2753039Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:07:07.2760410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:07:07.2769157Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:07:07.3175950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:07:07.3185556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:07:07.3652934Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:07:07.3657552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:07:07.4102466Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:07:07.4111874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:07:07.4551479Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:07:07.4562947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:07:07.4993391Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:07:07.5047255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:07:07.5470224Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:07:07.5479523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:07:07.5903481Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:07:07.5918557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:07:07.6311117Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:07:07.6341877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:07:07.6791427Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:07:07.6834656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:07:07.7229798Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:07:07.7262697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:07:07.7669598Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:07:07.7692961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:07:07.7705907Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:07:07.7713084Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:07:07.8111770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:07:07.8142560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:07:07.8597072Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:07:07.8598612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:07:07.8990383Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:07:07.9040638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:07:07.9432180Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:07:07.9482192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:07:07.9870558Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:07:07.9913110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:07:08.0212745Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:07:08.0223151Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:07:08.0251685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:07:08.0350307Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:07:08.0392195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:07:08.0631924Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:07:08.0668675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:07:08.0790170Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:07:08.0825373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:07:08.1070190Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:07:08.1097999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:07:08.1230965Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:07:08.1263014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:07:08.1509894Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:07:08.1534932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:07:08.1671649Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:07:08.1704912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:07:08.1950225Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:07:08.1975758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:07:08.2110222Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:07:08.2143543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:07:08.2391586Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:07:08.2432482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:07:08.2551892Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:07:08.2576764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:07:08.2831020Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:07:08.2991466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:07:08.3065040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:07:08.3431874Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:07:08.3459689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:07:08.3487448Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:07:08.3505887Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:07:08.3642302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:07:08.3913471Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:07:08.3921026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:07:08.3945247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:07:08.3955612Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:07:08.4351099Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:07:08.4357210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:07:08.4384049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:07:08.4399753Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:07:08.4823959Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:07:08.4827849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:07:08.4835799Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:07:08.5280618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:07:08.5288403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:07:08.5683423Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:07:08.5722259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:07:08.5834958Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:07:08.5946394Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:07:08.5976637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:07:08.6108440Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:07:08.6136557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:07:08.6432602Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:07:08.6549975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:07:08.6575757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:07:08.7033052Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:07:08.7038627Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:07:08.7057897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:07:08.7074623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:07:08.7207408Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:07:08.7504941Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:07:08.7505505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:07:08.7514618Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:07:08.7946059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:07:08.7946587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:07:08.8386134Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:07:08.8387479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:07:08.8398820Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:07:08.8548141Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:07:08.8723589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:07:08.8825287Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:07:08.8825916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:07:08.9007395Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:07:08.9229417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:07:08.9266406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:07:08.9670319Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:07:08.9701542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:07:09.0110252Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:07:09.0142554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:07:09.0363897Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:07:09.0372345Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:07:09.0550351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:07:09.0583144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:07:09.0646086Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:07:09.0787130Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:07:09.0811954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:07:09.0989384Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:07:09.1025497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:07:09.1227929Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:07:09.1430294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:07:09.1467003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:07:09.1871687Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:07:09.1907407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:07:09.2311168Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:07:09.2344746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:07:09.2751185Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:07:09.2783772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:07:09.3190339Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:07:09.3221673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:07:09.3631559Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:07:09.3980350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:07:09.3987267Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:07:09.4045395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:07:09.4055640Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:07:09.4527535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:07:09.4536741Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:07:09.4698556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:07:09.4968702Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:07:09.4978082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:07:09.5226448Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:07:09.5236549Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:07:09.5262337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:07:09.5422991Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:07:09.5428269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:07:09.5671226Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:07:09.5699665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:07:09.5835821Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:07:09.5868090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:07:09.6109365Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:07:09.6135180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:07:09.6268962Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:07:09.6306080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:07:09.6549650Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:07:09.6575742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:07:09.6708798Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:07:09.7075822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:07:09.7078827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:07:09.7343896Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:07:09.7363511Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:07:09.7512786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:07:09.7517471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:07:09.7720997Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:07:09.7795077Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:07:09.7943138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:07:09.7951686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:07:09.8348430Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:07:09.8391617Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:07:09.8392285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:07:09.8398176Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:07:09.8752280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:07:09.8861209Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:07:09.8865473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:07:09.8913297Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:07:09.8918002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:07:09.9337539Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:07:09.9347452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:07:09.9351598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:07:09.9362690Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:07:09.9764953Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:07:09.9765953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:07:09.9784460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:07:10.0230012Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:07:10.0251248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:07:10.0669337Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:07:10.0692183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:07:10.1111884Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:07:10.1143873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:07:10.1338366Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:07:10.1347555Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:07:10.1550307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:07:10.1583543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:07:10.1708242Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:07:10.1786612Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:07:10.1810675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:07:10.2030500Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:07:10.2057985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:07:10.2230415Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:07:10.2254699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:07:10.2510635Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:07:10.2537362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:07:10.2668277Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:07:10.2990043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:07:10.3014532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:07:10.3470640Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:07:10.4882849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:07:10.4904689Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:07:10.5494209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:07:10.5521816Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:07:10.5911361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:07:10.5951051Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:07:10.6121912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:07:10.6131840Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:07:10.9299715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:07:10.9338482Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:07:11.0877868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:07:11.0911865Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:07:11.0990960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:07:11.1384566Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:07:11.1393409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:07:11.1861834Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:07:11.1870776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:07:11.2304759Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:07:11.2314369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:07:11.2742497Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:07:11.2751575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:07:11.3181706Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:07:11.3190172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:07:11.3623200Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:07:11.3630099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:07:11.4062027Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:07:11.4068227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:07:11.4506253Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:07:11.5270652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:07:11.5294909Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:07:11.5330181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:07:11.5712407Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:07:11.5743058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:07:11.6151692Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:07:11.6188385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:07:11.6591183Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:07:11.6621231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:07:11.6830680Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:07:11.6844254Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:07:11.7030086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:07:11.7056585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:07:11.7435787Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:07:11.7449595Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:07:11.7474498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:07:11.7502942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:07:11.7508537Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:07:11.7869857Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:07:11.7882109Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:07:11.7889116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:07:11.7897331Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:07:11.7938174Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:07:11.7943706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:07:11.8312602Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:07:11.8338242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:07:11.8357452Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:07:11.8403602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:07:11.8751495Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:07:11.8788782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:07:11.8827977Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:07:11.8867207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:07:11.9161104Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:07:11.9172295Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:07:11.9187074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:07:11.9224299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:07:11.9267955Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:07:11.9303577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:07:11.9631203Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:07:11.9659470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:07:11.9710016Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:07:11.9738126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:07:12.0071086Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:07:12.0093944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:07:12.0150422Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:07:12.0184730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:07:12.0510561Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:07:12.0536456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:07:12.0589205Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:07:12.0629255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:07:12.0703747Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:07:12.0711877Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:07:12.0951503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:07:12.0982998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:07:12.1028812Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:07:12.1149662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:07:12.1648637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:07:12.1663030Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:07:12.1913354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:07:12.2072736Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:07:12.2111266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:07:12.2114115Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:07:12.2124182Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:07:12.2157822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:07:12.2511613Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:07:12.2548726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:07:12.2580185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:07:12.2590606Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:07:12.2739249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:07:12.2824790Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:07:12.2988549Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:07:12.3024882Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:07:12.5208030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:07:12.5214289Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:07:12.5681637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:07:12.5690851Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:07:12.7436216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:07:12.7444502Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:07:12.7811737Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:07:12.7865915Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:07:12.9524400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:07:12.9532412Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:07:12.9892008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:07:12.9946608Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:07:13.8161460Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:07:13.8170031Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:07:13.9798892Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:07:13.9807959Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:07:14.1910398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:07:14.1920728Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:07:14.2291449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:07:14.2349231Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:07:14.3468294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:07:14.3477746Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:07:14.3604517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:07:14.3909083Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:07:14.4109796Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:07:14.4347012Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:07:14.5403495Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:07:14.5414455Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:07:14.9186224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:07:14.9194149Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:07:14.9970681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:07:14.9977867Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:07:15.0523772Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:07:15.0536205Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:07:15.7501305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:07:15.7510878Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:07:15.8692168Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:07:15.8700845Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:07:16.5366315Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:07:16.5375258Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:07:16.6538395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:07:16.6548878Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:07:16.7480350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:07:16.7488761Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:07:16.7590634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:07:16.7907744Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:07:16.8084194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:07:16.8346545Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:07:16.9284999Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:07:16.9297080Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:07:17.0376847Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:07:17.0387268Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:07:17.0519900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:07:17.0829881Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:07:17.1203399Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:07:17.1269531Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:07:17.1718110Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:07:17.1725318Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:07:17.1837895Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:07:17.2151760Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:07:17.2372689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:07:17.2627965Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:07:17.6492423Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:07:17.6501525Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:07:17.7314176Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:07:17.7320793Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:07:17.7345333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:07:17.7748722Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:07:17.8250320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:07:17.8258806Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:07:17.8385071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:07:17.8669829Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:07:17.9280660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:07:17.9290949Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:07:17.9884296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:07:17.9892464Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:07:18.0524449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:07:18.0534718Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:07:18.0679232Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:07:18.0948956Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:07:18.2592803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:07:18.2600447Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:07:18.3110361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:07:18.3117223Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:07:18.8334544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:07:18.8341660Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:07:18.9846285Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:07:18.9854890Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:07:18.9879592Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:07:19.0269466Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:07:19.0296009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:07:19.0710199Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:07:19.3037540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:07:19.3046751Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:07:19.3459118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:07:19.3506316Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:07:19.3827225Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:07:19.3947559Z [gw0] [ 98%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:07:19.3973114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:07:19.4389040Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:07:19.4411304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:07:19.4828686Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:07:19.5059321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:07:19.5267803Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:07:19.5339164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:07:19.5708245Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:07:19.5728680Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:07:19.6189051Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:07:19.6210990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:07:19.6629971Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:07:19.6656704Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:07:19.7069010Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:07:19.7094816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:07:19.7509991Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:07:19.7537407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:07:19.7989454Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:07:19.8016399Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:07:19.8431008Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:07:19.8456478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:07:19.8908914Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:07:19.8933930Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:07:19.9349202Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:07:19.9374853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:07:19.9789109Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:07:19.9816751Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:07:20.0228214Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:07:20.0248431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:07:20.0668745Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:07:20.1023615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:07:20.1109717Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:07:20.1586558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:07:20.1593101Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:07:20.2305079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:07:20.2312242Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:07:20.2708113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:07:20.2747385Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:07:20.3756076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:07:20.3762371Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:07:20.4673398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:07:20.4680143Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:07:20.5122407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:07:20.5146867Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:07:20.5505955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:07:20.5587396Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:07:20.5980499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:07:20.6066680Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:07:20.8832339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:07:20.8855157Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:07:21.6011727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:07:21.6027633Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:07:22.6381850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:07:22.6389764Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:07:22.9478237Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:07:22.9489692Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:07:22.9622791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:07:22.9907832Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:07:24.8535393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:07:24.8543900Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:07:25.0115174Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:07:25.0124204Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:07:28.8427478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:07:28.8444144Z [gw2] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:07:32.0880141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:07:32.0906133Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:07:32.7503488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:07:32.7526306Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:07:34.3786962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:07:34.3803478Z [gw2] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:07:34.4714570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:07:34.4723812Z [gw2] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:07:34.4944456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:07:34.5148556Z [gw2] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:07:34.5172675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:07:34.5590257Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:07:34.5611035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:07:34.5618224Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:07:34.5625366Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:07:34.6030344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:07:34.6181488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:07:34.6469680Z [gw2] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:07:34.6502063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:07:34.6909520Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:07:34.6934810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:07:34.7196325Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:07:34.7200054Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:07:34.7348508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:07:34.7372554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:07:34.7789802Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:07:34.7815067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:07:34.8228910Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:07:34.8253840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:07:34.8668928Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:07:34.8694603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:07:34.9108882Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:07:34.9134139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:07:34.9318654Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:07:34.9324800Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:07:34.9549108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:07:34.9581205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:07:34.9993287Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:07:35.0026720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:07:35.0434351Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:07:35.0468655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:07:35.0873966Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:07:35.0905182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:07:35.1312207Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:07:35.1345934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:07:35.1748685Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:07:35.1779870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:07:35.2191445Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:07:35.2225241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:07:35.2583498Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:07:35.2590001Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:07:35.2626481Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:07:35.2648913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:07:35.3067924Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:07:35.3088569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:07:35.3507795Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:07:35.3529572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:07:35.3946413Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:07:35.3969684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:07:35.4173809Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:07:35.4181836Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:07:35.4387934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:07:35.4410351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:07:35.4829051Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:07:35.4851090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:07:35.5268571Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:07:35.5290261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:07:35.5706696Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:07:35.5727806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:07:35.6147323Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:07:35.6155178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:07:35.6167039Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:07:35.6171892Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:07:35.6588732Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:07:35.6613225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:07:35.7027325Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:07:35.7047335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:07:35.7468902Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:07:35.7490380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:07:35.7908220Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:07:35.7918694Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:07:35.7921089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:07:35.7945858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:07:35.8056993Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:07:35.8351316Z [gw0] [ 99%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:07:35.8351945Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:07:35.8374017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:07:35.8787805Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:07:35.8815216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:07:35.9228037Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:07:35.9248967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:07:35.9668939Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:07:35.9692148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:07:35.9787581Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:07:35.9809013Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:07:36.0110490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:07:36.0686306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:07:36.0696909Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:07:36.0915114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:07:36.1149175Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:07:36.1174192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:07:36.1356363Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:07:36.1366057Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:07:36.1588695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:07:36.1613141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:07:36.2029055Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:07:36.2049836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:07:36.2468249Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:07:36.3038882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:07:36.3048467Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:07:36.3181335Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:07:36.3467157Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:07:36.3486868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:07:36.3909353Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:07:36.4051882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:07:36.4348072Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:07:36.5109712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:07:36.5115959Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:07:36.5927117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:07:36.5934962Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:07:36.6625762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:07:36.6634130Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:07:36.7774038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:07:36.7780358Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:07:36.8025713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:07:36.8186650Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:07:36.8783384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:07:36.8789826Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:07:36.8925389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:07:36.9227546Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:07:37.0949593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:07:37.0956042Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:07:37.1317768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:07:37.1386143Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:07:37.2470220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:07:37.2477515Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:07:37.3792536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:07:37.3798687Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:07:37.5467508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:07:37.5477200Z [gw2] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:07:37.5504839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:07:37.5909986Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:07:37.5940672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:07:37.6350132Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:07:37.6377025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:07:37.6789938Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:07:37.6810882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:07:37.7229769Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:07:37.7254964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:07:37.7577902Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:07:37.7583219Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:07:37.7667948Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:07:37.7691873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:07:37.8108793Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:07:37.8130971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:07:37.8549266Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:07:37.8806216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:07:38.2525149Z [gw2] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:07:38.2534637Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:07:45.7819888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:07:45.7827304Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:07:45.8287559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:07:45.8294948Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:07:46.0549112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:07:46.0555526Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:07:46.0574092Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:07:46.0988667Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:07:46.2100782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:07:46.2107292Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:07:46.2341229Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:07:46.2548365Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:07:46.2569439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:07:46.2987596Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:07:46.3205962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:07:46.3427997Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:07:46.3667305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:07:46.3865863Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:07:46.4594100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:07:46.4602206Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:07:46.5468857Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:07:46.5477807Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:07:46.7224513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:07:46.7231378Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:07:46.7818724Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:07:46.7826387Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:07:46.8424502Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:07:46.8431246Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:07:46.8981758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:07:46.8988665Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:07:46.9476841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:07:46.9483136Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:07:47.0019422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:07:47.0027631Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:07:47.0704359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:07:47.0713706Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:07:47.2421054Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:07:47.2440246Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:07:47.5987279Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:07:47.5993560Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:07:47.6588023Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:07:47.6595233Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:07:47.7456338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:07:47.7463599Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:07:47.7856334Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:07:47.7865598Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:07:48.8172080Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:07:48.8178654Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:07:49.0156529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:07:49.0165674Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:07:49.1234510Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:07:49.1241151Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:07:49.1370806Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:07:49.1667902Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:07:49.2874364Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:07:49.2880313Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:07:53.1670694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:07:53.1680724Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:07:58.0306676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:07:58.0313397Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:08:00.6240709Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:08:00.6246573Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:08:00.6361284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:08:01.5853918Z [gw0] [100%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:08:01.5855032Z 2022-09-27T16:08:01.5858107Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml - 2022-09-27T16:08:01.5879679Z === 3435 passed, 4020 skipped, 73 xfailed, 212 warnings in 448.85s (0:07:28) === 2022-09-27T16:08:01.7073892Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T16:08:02.7255155Z Running test_unary_ufuncs ... [2022-09-27 16:08:02.725118] 2022-09-27T16:08:02.7255909Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:08:02.725194] 2022-09-27T16:08:05.3897027Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-09-27T16:08:05.4475918Z 2022-09-27T16:08:05.4476110Z Running tests... 2022-09-27T16:08:05.4476618Z ---------------------------------------------------------------------- 2022-09-27T16:08:05.4714313Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:08:05.4715296Z torch_fn(t, out=float_out) 2022-09-27T16:08:05.4784476Z ok (0.031s) 2022-09-27T16:08:05.4880882Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:05.4890605Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:05.4904394Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:05.4916244Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:05.4924895Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:05.4933373Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:05.5134260Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:05.5538871Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:05.5819337Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:08:05.5820183Z result = torch.complex(real, imag) 2022-09-27T16:08:05.6165918Z ok (0.063s) 2022-09-27T16:08:05.6392451Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:05.6671015Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:05.6805947Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:05.7017097Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:05.7151684Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:05.7322863Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:05.7469734Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:05.7591076Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:05.7713635Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:05.7886507Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:05.8133484Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:05.9188490Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:08:06.0259128Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:08:06.0422498Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:06.0597123Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:06.0802274Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:06.1005384Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:06.1225155Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:06.1431570Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:06.1634239Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:06.1870193Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:06.2113652Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:06.2928401Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:08:06.4000932Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:08:06.4221889Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:06.4468050Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:06.4773579Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:06.5049334Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:06.5318429Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:06.5609499Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:06.5864340Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:06.6009434Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:06.6202073Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:06.6563720Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:06.6868264Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:06.7107888Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:06.7297334Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:06.7451704Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:06.7670278Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:06.7869393Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:06.8074312Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:06.8286334Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:06.8525140Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:06.8739200Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:06.8967574Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:07.0084016Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:08:07.1045287Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:08:07.1266027Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:07.1441410Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:07.1654147Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:07.1909538Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:07.2122762Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:07.2331948Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:07.2541770Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:07.2849765Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:07.3136303Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:07.3961187Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:08:07.5065503Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:08:07.5302839Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:07.5574918Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:07.5872917Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:07.6174607Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:07.6463672Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:07.6729312Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:07.6997062Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:07.7216477Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:07.7442759Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:07.8497996Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:08:07.9136257Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:08:07.9296632Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:07.9476183Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:07.9684779Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:07.9892786Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:08.0159139Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:08.0376189Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:08.0609212Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:08.0952628Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:08.1208920Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:08.2397993Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:08:08.3151479Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:08:08.3458411Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:08.3777620Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:08.4047770Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:08.4315803Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:08.4695305Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:08.4952209Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:08.5224319Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:08.6496830Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:08:08.6708992Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:08.6855149Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13754: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:08:08.6856013Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-09-27T16:08:08.6960222Z ok (0.025s) 2022-09-27T16:08:08.7337066Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:08.7542651Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:08.7822359Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:08.8022364Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:08.8220419Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:08.8415883Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:08.8597096Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:08.8794677Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:08.8966663Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:08.9149302Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:08.9291248Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:08.9422070Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:08.9560608Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:08.9697875Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:08.9818277Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:08.9943071Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:09.0064980Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:09.0169696Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:09.0406436Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:09.0756414Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:09.0905992Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:09.1114062Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:09.1222525Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:09.1366239Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:09.1501742Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:09.1637738Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:09.1784220Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:09.1915728Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:09.2047575Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:09.2171516Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:09.2304876Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:09.2539809Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:09.2701154Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:09.2920516Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:09.3033314Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:09.3181089Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:09.3320937Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:09.3460759Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:09.3599819Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:09.3726844Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:09.3826183Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:09.3996058Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:09.4138265Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:09.4300044Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:09.4449230Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:09.4597783Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:09.4738417Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:09.4939243Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:09.5074421Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:09.5318801Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:09.5610492Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:09.5919729Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:09.6310974Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:09.6535782Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:09.6877973Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:09.7084717Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:09.7293855Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:09.7578870Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:09.7811191Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:09.8046601Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:09.8247456Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:09.8507381Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:09.8661875Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:09.8791484Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:09.9024060Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:09.9370987Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:09.9516831Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:09.9728987Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:09.9843827Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:09.9997002Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:10.0137190Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:10.0273372Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:10.0418434Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:10.0520544Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.0656221Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:10.0795221Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:10.0909821Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:10.1219035Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:10.1655461Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:10.1890685Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:10.2092960Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:10.2194814Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.2311249Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:10.2411716Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.2511396Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.2612265Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.2710406Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.2809299Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.2920239Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:10.3021417Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.3259873Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:10.3668437Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:10.3856746Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:10.4058334Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:10.4162897Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.4282381Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:10.4382504Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.4482513Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.4585179Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.4680275Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:10.4776502Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:10.4929388Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:10.5248583Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:10.6036170Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:08:10.6884861Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:08:10.7068182Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:10.7262529Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:10.7500430Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:10.7714729Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:10.7933236Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:10.8142559Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:10.8356428Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:10.8525698Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:10.8740963Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:10.9450511Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:08:11.0225080Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:08:11.0390532Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:11.0600361Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:11.0809545Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:11.1018805Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:11.1233532Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:11.1441099Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:11.1651974Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:11.1832617Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:11.2072355Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:11.2367468Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:11.2556305Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:11.2743093Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:11.2978186Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:11.3216542Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:11.3459972Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:11.3695246Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:11.3933355Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:12.3358338Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.942s) 2022-09-27T16:08:12.3594342Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:12.4034311Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:12.4502748Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:12.4783046Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:12.5061076Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:12.5325969Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:12.5583927Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:12.5906669Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:12.6062103Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:12.6231410Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:12.6446093Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:12.6815984Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:12.6985109Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:12.7230323Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:12.7373674Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:12.7492085Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:12.7659260Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:12.7832509Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:12.8004497Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:12.8182968Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:12.8362676Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:12.8562902Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:12.8778865Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:12.8933590Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:12.9113306Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:12.9323589Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:12.9535330Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:12.9760550Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:12.9972855Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.0185832Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.0472975Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:13.0687244Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.0842446Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:13.1019891Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:13.1239227Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:13.1457090Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:13.1682107Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:13.1902278Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:13.2118362Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:13.2615612Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:13.2966115Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:13.3121337Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:13.3308981Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:13.3650341Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:13.3997157Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:13.4348084Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:13.4686994Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:13.4891661Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:13.5074324Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:13.5285890Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.5596267Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:13.5754920Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:13.5946075Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:13.6222106Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:13.6441698Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:13.6653219Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.6862356Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.7070089Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.7225124Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:13.7445277Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:13.7812886Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:13.8060102Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:13.8219299Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:13.8385368Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:13.8587388Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:13.8786743Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:13.8993477Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.9209672Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:13.9419341Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.9583913Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:13.9798802Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:13.9955446Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:14.0150046Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:14.0360754Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:14.0566408Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:14.0779986Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:14.0985250Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:14.1193006Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:14.1418859Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:14.1608506Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:14.1972629Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:14.2525031Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:08:14.2820073Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:14.3154469Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:14.3393947Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:14.3654517Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:14.3885811Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:14.4120801Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:14.4348954Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:14.4553921Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:14.4766237Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:14.4917080Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:14.5086156Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:14.5306566Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:14.5680804Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:14.5853899Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:14.6094287Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:14.6196525Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:14.6376081Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:14.6573428Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:14.6748300Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:14.6922430Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:14.7086169Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:14.7253365Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:14.7391044Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:14.7520930Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:14.7673086Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:14.7801555Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:14.7929764Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:14.8062902Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:14.8183650Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:14.8310243Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:14.8443879Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:14.8692542Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:14.8822880Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:14.8973273Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:14.8980365Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:14.8987125Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:14.8993470Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:14.8999326Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:14.9154505Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:14.9369784Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:14.9584334Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:14.9756052Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:14.9955824Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:15.0101822Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:15.0264429Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:15.0435723Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:15.0608588Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:15.0810119Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:15.0994857Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:15.1179420Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:15.1646553Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:15.2160334Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:15.2619378Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:15.3129041Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:15.3688699Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:08:15.4247383Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:08:15.4763061Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:15.5269842Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:15.5773186Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:15.5994161Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:15.6367591Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:15.6545214Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:15.6675778Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:15.6883241Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:15.7081782Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:15.7235798Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:15.7460270Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:15.7588778Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:15.7743825Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:15.7884718Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:15.7987055Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:15.8131077Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:15.8269994Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:15.8410475Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:15.8622418Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:15.8745777Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:15.9180998Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:15.9962298Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:08:16.0414790Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:16.0760476Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:16.0968651Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:16.1167487Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:16.1294196Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:16.1420876Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:16.1548092Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:16.1676365Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:16.1805220Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:16.1972452Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:16.2093720Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.2385533Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:16.2967733Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:08:16.3250532Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:16.3525092Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:16.3670712Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:16.3822026Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:16.3946688Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.4066735Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.4184278Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.4299634Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:16.4416454Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.4528711Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:16.4648180Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.4823361Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:16.4956563Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:16.5172005Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:16.5270500Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:16.5388662Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.5509792Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.5629847Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.5753013Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.5868715Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.5991235Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.6097763Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:16.6217001Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.6417019Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:16.6504816Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:16.6613966Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:16.6731897Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.6846379Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:16.6968207Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.7089727Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.7281997Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:16.7398598Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.7528632Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:16.7731730Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:16.7823034Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:16.7933828Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:16.8049849Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.8164971Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:16.8288372Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.8407015Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.8530751Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.8647970Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:16.8775777Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:16.9028744Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:16.9448659Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:16.9649988Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:16.9852017Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:16.9953121Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:17.0077472Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:17.0208399Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:17.0338732Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:17.0470701Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:17.0598146Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:17.0721929Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:17.0733414Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0744459Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0754741Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0764320Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0774156Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0784004Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0793788Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0803509Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0813368Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0823179Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0832970Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.0842735Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:17.1098014Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:17.1402556Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:17.1653782Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:17.2076811Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:17.2379398Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:17.2686638Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:17.2999711Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:17.3299564Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:17.3599266Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:17.3767945Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:17.4155998Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:17.4731544Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:08:17.5370820Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:08:17.5521630Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:17.5696718Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:17.5958017Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:17.6227515Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:17.6502302Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:17.6767523Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:17.7034347Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:17.7197033Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:17.7420283Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:17.7655331Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:17.7843822Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:17.8094541Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:17.8344193Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:17.8599894Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:17.8842421Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:17.9048359Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:17.9205242Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:17.9579083Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:18.0165269Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:08:18.0844773Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:18.0991733Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:18.1159588Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:18.1403577Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:18.1646840Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:18.1896943Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:18.2141945Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:18.2389578Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:18.2544577Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:18.2913735Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:18.3511117Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:08:18.4165430Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:08:18.4320700Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:18.4492573Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:18.4743648Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:18.4997583Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:18.5257902Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:18.5512650Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:18.5771927Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:18.5909105Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:18.6040153Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:18.6229014Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:18.6372514Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:18.6603149Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:18.6706617Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:18.6826582Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:18.6947483Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:18.7074605Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:18.7200209Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:18.7321141Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:18.7443228Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:18.7623865Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:18.8167247Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:18.8339531Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:18.8532568Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:18.9306314Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:08:19.0085007Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:08:19.0869665Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:08:19.1644629Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:08:19.2418977Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:08:19.2562587Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:19.2717005Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:19.2918519Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:19.3281930Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:19.3436882Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:19.3668029Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:19.3785027Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:19.3927033Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:19.4075576Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:19.4228509Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:19.4339361Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:19.4487937Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:19.4637145Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:19.5018774Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:19.5379726Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:19.5864125Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:19.6278552Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:19.6695441Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:19.7118695Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:19.7531868Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:19.7952950Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:19.8914955Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:08:19.9589792Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:08:20.0664424Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:08:20.1392737Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:20.2123857Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:20.2859477Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:20.3585987Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:20.4314063Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:20.5203468Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:08:20.5926612Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:08:20.7154991Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:08:20.7923855Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:08:20.8723165Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:08:20.9509298Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:08:21.0280700Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:08:21.1049307Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:08:21.1207563Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:21.1337199Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:21.1590780Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:21.1730898Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:21.1891329Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:21.2023632Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:21.2156954Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:21.2296323Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:21.2421037Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:21.2548723Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:21.2680205Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:21.2926446Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:21.3340517Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:21.3558564Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:21.3800461Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:21.3928492Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:21.4076617Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:21.4199725Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:21.4324264Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:21.4454309Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:21.4569836Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:21.4687003Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:21.4847361Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:21.5006759Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:21.5195184Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:21.5369015Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:21.5539240Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:21.5727474Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:21.5868729Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:21.6008663Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:21.6170201Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:21.6319644Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:21.6458146Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:21.6617314Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:21.6778013Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:21.6956943Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:21.7141600Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:21.7295352Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:21.7450397Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:21.7616237Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:21.7755864Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:21.7959863Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:21.8143543Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:21.8374944Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:21.8584482Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:21.8889278Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:21.9133131Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:21.9283034Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:21.9451345Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:21.9607908Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:21.9760256Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:21.9946848Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:22.0094604Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:22.0237211Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:22.0388770Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:22.0524000Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:22.0660594Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:22.0797896Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:22.0935478Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:22.1095942Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:22.1225842Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:22.1358117Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:22.1499103Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:22.1633065Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:22.1766334Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:22.1773320Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:22.1780339Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:22.1787217Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:22.1950191Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:22.2101310Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:22.2282953Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:22.2682022Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:22.2940806Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:22.3104090Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:22.3247142Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:22.3423160Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:22.3599684Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:22.3764246Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:22.3992503Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:22.4138874Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:22.4271209Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:22.4424298Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:22.4666329Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:22.5166052Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:22.5577002Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:22.5968992Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:22.6223943Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:22.6509106Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:22.6838538Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:22.7166395Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:22.7459759Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:22.7753687Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:22.8056657Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:22.8270685Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:22.9115145Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:22.9976349Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:08:23.0152531Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:23.0369824Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:23.0625167Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:23.0884802Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:23.1162675Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:23.1420832Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:23.1678914Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:23.1835948Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:23.1991310Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:23.2165758Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:23.2308330Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:23.2452761Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:23.2601929Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:23.2737111Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:23.2902914Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:24.2202241Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.930s) 2022-09-27T16:08:24.2444237Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:24.2892276Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:24.3366614Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:24.3652069Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:24.3940712Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:24.4212416Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:24.4480805Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:24.4759225Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:24.5021743Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:24.5284568Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:24.5515247Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:24.5793222Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:24.6078908Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:24.6366687Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:24.6640859Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:24.6917050Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:24.7166507Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:24.9574250Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-09-27T16:08:25.0853856Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:08:25.3263898Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-09-27T16:08:25.5673028Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-09-27T16:08:25.7024624Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:08:25.8382298Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:08:25.9599933Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:08:26.0816005Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:08:26.2723659Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:08:26.5105172Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:08:26.6322621Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:08:26.8705267Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:08:27.1103087Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-09-27T16:08:27.2452712Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:08:27.3805413Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:08:27.5021217Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:08:27.6229533Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:08:27.8127098Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:08:28.0504797Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:08:28.1799108Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:08:28.4145989Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.235s) 2022-09-27T16:08:28.6496795Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.235s) 2022-09-27T16:08:28.7833296Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:08:28.9176308Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:08:29.0390410Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:08:29.1586881Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:08:29.3472923Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-09-27T16:08:29.3590530Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:29.3791154Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:29.4170833Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:29.4338317Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:29.4542111Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:29.4646447Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.4769474Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:29.4868724Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.4968379Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.5067725Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.5162292Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:29.5260240Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.5433754Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:29.5674798Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:29.5967990Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:29.6153841Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:29.6335867Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:29.6569491Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:29.6803796Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:29.7044396Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:29.7281488Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:29.7519377Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:29.7636055Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:29.7739606Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.7989118Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:29.8408088Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:29.8609292Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:29.8847086Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:29.8980457Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:29.9124852Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:29.9225443Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.9324229Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.9426086Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:29.9519814Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:29.9614718Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:29.9749504Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:29.9932076Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:30.0164818Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:30.0363251Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:30.0608853Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:30.0738545Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.0892505Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:30.1086412Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:30.1292686Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:30.1490767Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:30.1676745Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:30.1856534Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:30.1996245Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:30.2127906Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.2282716Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:30.2412767Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.2541829Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.2680564Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:30.2802722Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:30.2926172Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:30.3062712Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.3198827Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.3366290Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:30.3563306Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:30.3712312Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:30.3880056Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:30.4074555Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:30.4228397Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:30.4396726Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:30.4533414Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:30.4723781Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:30.5145991Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:30.5603536Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:30.5732706Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.5887147Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:30.6074051Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:30.6264445Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:30.6452348Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:30.6637289Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:30.6820912Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:30.6960809Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:30.7089537Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.7355736Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:30.8008484Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:08:30.8235316Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:30.8586107Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:30.8720047Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.8879256Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:30.9005936Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:30.9143796Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:30.9290122Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:30.9410065Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:30.9559772Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:30.9682310Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:30.9817208Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:31.0006135Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:31.0150488Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:31.0363277Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:31.0482518Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:31.0630585Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:31.0736331Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:31.0874381Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:31.1015988Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:31.1150997Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:31.1287484Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:31.1439049Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:31.2872888Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:08:31.3266109Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:31.3566793Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:31.3708267Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:31.3887835Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:31.4088704Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:31.4286357Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:31.4488997Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:31.4685639Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:31.4884573Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:31.5024505Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:31.5151412Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:31.5494646Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:31.5628765Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:31.5782501Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:31.5910866Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:31.6037917Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:31.6173792Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:31.6288468Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:31.6433376Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:31.6543008Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:31.6669176Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:31.6874308Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:31.6969236Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:31.7087435Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:31.7207357Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:31.7328842Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:31.7454521Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:31.7574384Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:31.7694343Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:31.7847756Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:31.8065129Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:31.8800618Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:31.9566535Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:08:31.9720880Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:31.9900593Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:32.0112385Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.0324799Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.0541906Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:32.0754734Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.0964397Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.1219370Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:32.1455868Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:32.2270130Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:08:32.3120148Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:08:32.3328339Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.3610787Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:32.3844487Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:32.4077976Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:32.4302033Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:32.4521929Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:32.4743779Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:32.4906467Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:32.5120829Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.5843394Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:08:32.6591441Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:08:32.6755810Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:32.6953701Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:32.7168344Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.7382183Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.7608509Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:32.7819046Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.8030581Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:32.8359361Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:32.8987939Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:08:32.9974112Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:08:33.0700381Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:08:33.1428588Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:33.2093476Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:08:33.2768010Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:08:33.3608687Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:33.3829192Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:33.4068120Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:33.4377391Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:33.4676838Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:33.4986524Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:33.5287399Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:33.5564965Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:33.5825680Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:33.6035812Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:33.6278716Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:33.6596094Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:33.6906248Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:33.7212876Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:33.7505915Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:33.7792244Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:33.8055610Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:33.8301215Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:33.8505816Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:33.8763366Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:33.9038921Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:33.9317894Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:33.9584721Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:33.9844643Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:34.0137293Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:34.0384405Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:34.0595139Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:34.0855689Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:34.1126958Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:34.1400131Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:34.1658447Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:34.1912209Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:34.2203165Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:34.2409147Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:34.2639464Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:34.2823550Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:34.3031818Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:34.3288782Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:34.3543496Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:34.3790414Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:34.4026663Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:34.4254692Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:34.4515514Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:34.4823930Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:34.5151167Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:34.5525393Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:34.5905356Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:34.6256268Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:34.6596012Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:34.6893166Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:34.7316923Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:34.7802680Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:34.8233300Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:34.8683158Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:34.9213315Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:34.9740660Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:35.0227781Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:35.0708409Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:35.1182505Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:35.1478624Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:35.1728599Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:35.2220230Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:35.2549985Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:35.2894805Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:35.3223896Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:35.3535615Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:35.3840565Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:35.4114767Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:35.4343764Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:35.4799223Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:35.5088033Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:35.5375348Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:35.5648511Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:35.5911364Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:35.6175467Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:35.6502257Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:35.6897022Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:35.7299722Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:35.7768501Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:35.8246524Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:35.8678752Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:35.9103630Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:35.9555617Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:36.0054633Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:36.0499302Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:36.0979782Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:36.1520751Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:36.2061426Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:36.2559688Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:36.3052069Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:36.3568069Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:08:36.4064896Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:36.4525524Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:36.5033036Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:36.5600475Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:08:36.6187945Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:08:36.6706022Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:08:36.7214440Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:36.7702021Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:36.8137187Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:36.8461764Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:36.8809599Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:36.9218183Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:36.9611797Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:36.9981089Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:37.0336985Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:37.0811504Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:37.1219705Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:37.1535666Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:37.1895149Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:37.2303658Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:37.2696551Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:37.3067069Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:37.3425949Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:37.3927667Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:37.4277316Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:37.4665256Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:37.4990851Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:37.5301031Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:37.5671654Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:37.6049707Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:37.6443977Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:37.6832339Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:37.7205764Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:37.7428704Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:37.7682201Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:37.7952770Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:37.8174381Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:37.8375026Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:37.8568103Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:37.8749756Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:37.8935804Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:38.8225125Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.929s) 2022-09-27T16:08:38.8482038Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:38.8935796Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:38.9431233Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:38.9733050Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:39.0051271Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:39.0374354Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:39.0658985Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:39.0968858Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:39.1441683Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:39.1759484Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:39.2100685Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:39.2501765Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:39.2886036Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:39.3240035Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:39.3610738Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:39.4076138Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:39.4547810Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:39.4855634Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:39.5199166Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:39.5576469Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:39.5962619Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:39.6318641Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:39.6661413Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:39.7111429Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:39.7352851Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:39.7546723Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:39.7814697Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:39.8076795Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:39.8338724Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:39.8593520Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:39.8839763Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:39.9088980Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:39.9221776Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:39.9459927Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:39.9909862Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:40.0436371Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:40.0601172Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:40.0775591Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:40.0987176Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.1204822Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:40.1427452Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:40.1634175Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.1845195Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.1990075Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:40.2163624Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:40.2474487Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:40.2752646Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:40.3170848Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:40.3309809Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:40.3468707Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:40.3607137Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:40.3745182Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:40.3887864Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:40.4019118Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:40.4150476Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:40.4305259Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:40.4520582Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.5372250Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:08:40.6212951Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:40.6392212Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:40.6584119Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:40.6798664Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.7013171Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.7236422Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:40.7450262Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.7666102Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.7845528Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:40.8061865Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:40.8850028Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:08:40.9686659Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:40.9854025Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:41.0049327Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:41.0258843Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:41.0468639Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:41.0685656Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:41.0892584Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:41.1101587Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:41.1250326Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:41.1409136Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:41.1601769Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:41.1736097Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:41.1878222Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:41.2029266Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:41.2157971Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:41.2290496Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:41.2309416Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2327779Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2346833Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2364596Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2382172Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2398268Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2414169Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2430436Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2444810Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2459877Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2473094Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2486880Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2501035Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2516550Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2531788Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2549044Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2565993Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2582297Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2597670Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2613038Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2628077Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2643127Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2658321Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2673300Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2688387Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2702748Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2718465Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2735142Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2750846Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2766002Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2780997Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2794891Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2809096Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2822977Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2837037Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2851186Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2865001Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2880605Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2896642Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.2911561Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2926049Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2941417Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2955889Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2970230Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2983874Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.2997493Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3011381Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3026364Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3041433Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3057799Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3074171Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3089718Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3105113Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3119867Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3134885Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3149483Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3164107Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3179086Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3193825Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3207484Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3223336Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3239521Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3254937Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3269881Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3284319Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3298303Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3312019Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3326349Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3340023Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3354365Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3368931Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3385157Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3401090Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3416435Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3431590Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3446159Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3461145Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3475623Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3490199Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3504968Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3519689Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3533043Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3548106Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3563978Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3579975Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3594727Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3608891Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3622746Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3636285Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3649759Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3663440Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3677196Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3690764Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3705578Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3720576Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3735360Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3750196Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3765165Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3780962Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.3795706Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3809886Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3824236Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3838386Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3852909Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3866703Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3880399Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3894000Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3907648Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3921367Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3935327Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3949859Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3963120Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3978504Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.3993387Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4007809Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4022348Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4036694Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4051171Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4064871Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4077725Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4091118Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4104275Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4117145Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4130738Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4143690Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4157984Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4173021Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4187127Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4200785Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4215343Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4229062Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4241902Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4254926Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4268254Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4281173Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4295446Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4310018Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4324931Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4338737Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4351919Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4364892Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4378305Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4391089Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4405926Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4421006Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4436861Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4452818Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4468900Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4484173Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4499741Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4515073Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4529993Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4545012Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4575804Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4581211Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4596474Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4611463Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4625074Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4640150Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4655558Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4670642Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4685178Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4699900Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4714952Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4729313Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4742981Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4756532Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4770306Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4783909Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4798606Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4812208Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4828451Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4844353Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4860485Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.4875338Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4889395Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4904329Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4917967Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4930682Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4943493Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4956227Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4969287Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4983509Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.4996370Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5011551Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5027579Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5043383Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5058612Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5072927Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5087815Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5101369Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5114220Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5127096Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5140241Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5153249Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5167633Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5182541Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5198384Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5214573Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5229875Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5245293Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5261209Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5276188Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5291532Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5306756Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5321839Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5337635Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5353284Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5370407Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5388190Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5404271Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5420090Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5435382Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5451049Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5466385Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5481793Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5497032Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5512657Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5526878Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5541905Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5557062Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5572957Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5588026Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5602196Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5616248Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5630604Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5644908Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5660434Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.5674137Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5688514Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5703799Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5717984Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5731674Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5745489Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5759068Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5772887Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5787019Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5800458Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5815613Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5830787Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5845634Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5860467Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5874579Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5889268Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5903661Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5917248Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5930665Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5944424Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5958039Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5972658Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.5987332Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6002558Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6017977Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6032609Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6047290Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6062155Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6076784Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6091638Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6106803Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6121433Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6136770Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6151911Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6166854Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6182076Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6196841Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6211626Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6226495Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6241267Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6255516Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6270943Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6286078Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6301450Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6316168Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6331350Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6346176Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6360871Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6376561Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6390259Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6404702Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6419407Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6434382Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6448708Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6462577Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6476307Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6489999Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6504066Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6518735Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6533818Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6549974Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6566188Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6582629Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6597977Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6612748Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6627662Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6642234Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6657105Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6671954Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6686783Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6701662Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6716393Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6731360Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6746100Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6760960Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6776465Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6792034Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6807549Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6823244Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6836955Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6854806Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6873404Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6890372Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6906384Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6921573Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6938471Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.6952679Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6967255Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6982257Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.6995727Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7009564Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7024538Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7038927Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7055089Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.7071228Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.7087065Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.7103018Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.7118357Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7133662Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7148097Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7161853Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7175762Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7189517Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7203096Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7217282Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7232010Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7246995Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7261460Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7274219Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7287131Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7300480Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7313455Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7327699Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7341981Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7356373Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7371452Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7387331Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.7402213Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7418024Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.7433874Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.7448161Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7462301Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7477436Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7493110Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.7507682Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7522093Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7537041Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7551356Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7564844Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7578511Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7592076Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7605704Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7620212Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7633622Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7648112Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7663440Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7677606Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7691202Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7704995Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7718655Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7732384Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7747579Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7762938Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7778107Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7792514Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7805123Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7819691Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7834502Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7849251Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7863004Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7877255Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7891465Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7904197Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7917219Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7930229Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7943402Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7957510Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7970682Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.7986304Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8001754Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.8017027Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8031480Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8045491Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8060437Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8074219Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8087181Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8100255Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8113382Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8127000Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8141137Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8154194Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8169475Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8185208Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.8200001Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8214550Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8228518Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8243155Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8256814Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8269885Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8282796Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8296060Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8309368Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8323147Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8336539Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8351770Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8366963Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8382687Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8397317Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8412804Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.8426625Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8439848Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8453041Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8466198Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8479306Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8493176Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8506539Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8520481Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8534811Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8549849Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8563768Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8576679Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8590028Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8602874Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8616136Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8629978Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8642930Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8657086Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8671402Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8685734Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8699701Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8712437Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8724962Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8738027Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8750883Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8764440Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8777361Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8792361Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8806736Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8821034Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8834837Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8848588Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8862957Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8877003Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8889518Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8902416Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8915396Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8928288Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:41.8939793Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.8950959Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.8961825Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.8972736Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.8983823Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.8994686Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.9005992Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.9017025Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.9027970Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.9038638Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.9049606Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.9060669Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:41.9091107Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9133656Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:41.9212403Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:41.9246521Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9292218Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:41.9319182Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9349951Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9376643Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9402675Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9429159Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9453495Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:41.9479015Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9508177Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9539587Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9592874Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:41.9639992Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:41.9669386Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9700425Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9731866Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9765008Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9797321Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9828249Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9858707Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9891270Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9923802Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:41.9995666Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:42.0080665Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:42.0117215Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.0158365Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.0199569Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.0239444Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.0278158Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.0315111Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.0351778Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.0384482Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0416822Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0467522Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.0505050Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.0552022Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.0580148Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0611968Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0643647Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0675429Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0707423Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0739438Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0770433Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0801007Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0833194Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.0889312Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.0938398Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.0967878Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1000149Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1032494Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1064534Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1097158Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1128866Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1161266Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1196547Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1233174Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.1308305Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:42.1392359Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:42.1429398Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.1467390Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.1503655Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.1538945Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1573083Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1606496Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1640873Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1669924Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1701440Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1753453Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.1793803Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.1821039Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1850741Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1880790Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1911364Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1942005Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.1972302Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2001891Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2038246Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.2071247Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2161406Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:42.2227130Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:42.2265485Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.2304205Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.2337362Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2370741Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2403821Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2436570Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2467685Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2495747Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2525581Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2566380Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.2633827Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:42.2665996Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2709509Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.2735292Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2764105Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2793192Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2821963Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2851177Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2879595Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2908509Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2934186Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.2959390Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.2984736Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3009709Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3034509Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3059724Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3083403Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3108995Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3144578Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3207194Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:42.3234898Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3274609Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.3296594Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3323259Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3348931Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3374144Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3399865Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3425070Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3450044Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3474487Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3499769Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3536035Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3564433Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3605147Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.3627613Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3653565Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3678612Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3703968Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3729226Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3753771Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3778636Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3806668Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3833123Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3862719Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3888082Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.3913220Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3938439Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3963550Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.3988919Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.4018995Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4052748Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4094925Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.4163528Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:42.4197397Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4242307Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.4269261Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4300134Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4331145Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4361725Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4393577Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4424134Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4454165Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4478548Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.4504040Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.4542014Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.4604795Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:42.4632859Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4671855Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.4693872Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.4719510Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.4745012Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4769792Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.4796767Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4822163Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4847052Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.4874359Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4899867Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.4942557Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.5014798Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:42.5048839Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5092005Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.5118028Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.5147307Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5173420Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5199785Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5225309Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5251178Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.5276169Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5304697Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5330419Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5371640Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.5441156Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:42.5474737Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5517344Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.5542858Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.5571215Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5597848Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5623164Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5647733Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.5672269Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.5696869Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:42.5724793Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5755883Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5802446Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.5843836Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.5871040Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5899817Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5930015Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5959814Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.5990229Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6019640Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6049254Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6077683Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6108484Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6173349Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:42.6235728Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:42.6262552Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6294125Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6324538Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6355115Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6387004Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6418366Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6449788Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6478218Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6508918Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6554634Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.6581234Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6611030Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6641272Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6671475Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6701911Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6731483Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.6760869Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.7244846Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:42.7280441Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.7327124Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.7377714Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.7414615Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.7451885Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.7487621Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.7524905Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.7562221Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.7592980Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.7624413Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.7667815Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.7737312Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:42.7772230Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.7818157Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.7846507Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.7879039Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.7910438Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.7941842Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.7973124Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8003661Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8038000Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8071141Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8105639Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8137627Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8172250Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8206947Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8241277Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8276267Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8309616Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8343268Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8374807Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8406960Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8435386Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8466612Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8497046Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8527822Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8559537Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8589539Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8620300Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8653697Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8690934Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.8717671Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8749073Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8786499Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.8823613Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.8861020Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.8897163Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.8926930Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8957400Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.8988555Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9037738Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:42.9065371Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9098478Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9130530Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9162727Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9194651Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9226186Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9257838Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9287388Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9319356Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9362633Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.9398250Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:42.9426044Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9456967Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9487411Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9518524Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9552251Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9585850Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9620056Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9651675Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9685903Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9717351Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9751994Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9786429Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9821302Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9855409Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9887589Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9918992Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9947950Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:42.9975231Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0019613Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.0096594Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:43.0134019Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.0181207Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.0210471Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0241603Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0269526Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0297999Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0325404Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0351216Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0377588Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0406036Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0436451Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0478631Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.0547638Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:43.0582126Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0628773Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.0656776Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0688061Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0718898Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0748788Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0779204Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0808271Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0838118Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0866479Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0892617Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0922644Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0948530Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.0974259Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1000146Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.1025038Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.1051924Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1082666Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1131229Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.1160901Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1194812Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1231079Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.1284901Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.1318565Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1356490Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.1387298Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1421239Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1462757Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.1495975Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1541427Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.1567847Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1596542Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1625630Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1654556Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1685440Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1714475Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1743868Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1776101Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1809728Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1840446Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1874587Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1908865Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1943266Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.1977789Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2011660Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2047046Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2088386Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.2155551Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:43.2188073Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2212101Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2237371Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2273118Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2302134Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2341583Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.2363705Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2389357Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2414905Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2439362Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2464852Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2489641Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2514870Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2540783Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2565451Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.2604922Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.2678452Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:43.2710624Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2753872Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.2780859Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2812767Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2840299Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2869410Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2898495Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2925888Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2954751Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.2984433Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3012912Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3054249Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.3127549Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:43.3160285Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3204089Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.3229508Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.3258029Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3284583Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3311404Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3340786Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3366689Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3392517Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3418353Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.3444175Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3482974Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.3512653Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3554001Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.3578543Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.3605548Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3631918Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3657389Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3683359Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3708822Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.3734547Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3759476Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.3785503Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3826444Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.3849175Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.3876113Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3901677Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3927113Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.3953290Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.3979053Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4004785Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4030123Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.4056769Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4098187Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.4121386Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.4150611Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4176074Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4201014Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.4226484Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4252244Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.4279484Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4305714Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4333409Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4374668Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.4444583Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:43.4477614Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4522024Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.4548449Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4576372Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4602633Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4628866Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4654904Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4680335Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.4706151Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4718933Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4731834Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4744672Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4757317Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4769963Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4782668Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4795320Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4807678Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4820665Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4833126Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4845718Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4858433Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:43.4890801Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4924148Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4954323Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.4988811Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5022382Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5055374Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5088455Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5120274Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5152484Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5183832Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5224582Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.5272839Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.5315505Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.5344500Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5376802Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5412361Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5446725Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5482013Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5516083Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5550499Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5580003Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5612118Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5640606Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5672425Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5705140Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5739457Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5774581Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5811084Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.5845467Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5878439Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.5921179Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.5974353Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.6020703Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.6052249Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6085290Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6119655Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6152988Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6186922Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6219721Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6252208Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6280870Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6320576Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.6367427Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.6408358Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.6435497Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6466050Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6498725Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6531355Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6564639Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6597222Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6630240Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6658101Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6684380Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6723114Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.6753574Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6797348Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.6821322Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.6847987Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6873982Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6899535Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6925249Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.6951160Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.6977177Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7007179Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7048238Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.7075625Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7106195Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7155653Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.7205960Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.7256968Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.7309899Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.7363492Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.7390976Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7419467Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7459457Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.7530474Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:43.7563073Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7605637Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.7630080Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.7657304Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7683240Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7709557Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7733987Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.7759268Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.7784611Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.7816647Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7846646Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7883157Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.7919102Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.7953722Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.7989013Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8023118Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8056954Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8095420Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8130702Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8175669Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8215254Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8255661Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8298784Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8341459Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8382006Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8424992Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8463421Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8516471Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.8559126Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8600511Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8643579Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8684580Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8727432Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.8758254Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8784836Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8832714Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.8860549Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8890190Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8915986Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.8940994Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.8966211Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.8991352Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.9018448Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9047842Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9093021Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.9168248Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:43.9207993Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:43.9256042Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:43.9283479Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9313351Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9339562Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9365081Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9390696Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9415552Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.9440650Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.9469528Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9496544Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9527194Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9555036Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9582327Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9611791Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9638876Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9665463Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9693982Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9721996Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9748896Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9778385Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9805421Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9831771Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9861257Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9887718Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:43.9912618Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.9938077Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.9962745Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:43.9991900Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0019074Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0049359Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0078948Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0114962Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.0143086Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0169726Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0199370Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0227503Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0253735Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0282895Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0308955Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0333618Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0358914Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0384002Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0408709Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0435750Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0461509Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0490176Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0515328Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0540388Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0565839Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0590886Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0616430Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.0656399Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.0689701Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0725683Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.0753985Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0780112Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0809450Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0854808Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.0890619Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.0919169Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0945797Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.0975448Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1004449Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1031490Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1062845Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1090002Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1115868Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1144908Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1171787Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1213556Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.1247102Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1293799Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:44.1319994Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1349195Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1378981Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1409163Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1440531Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1469685Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1499466Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1527879Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1576912Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:44.1618457Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.1644381Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1674933Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1704729Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1734430Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1763922Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1792904Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1822034Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1849231Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1874480Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.1903053Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1928310Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1953946Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.1979174Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.2003599Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.2029640Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2513127Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:44.2547790Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.2593533Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.2641700Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:44.2676219Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2710727Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2744854Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2779257Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2812853Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2846776Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2880114Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2912179Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.2949323Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.2985192Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.3020240Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.3054251Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.3087799Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.3120011Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.3267542Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:44.3352334Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.3501231Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:44.3653150Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:44.3740432Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:44.3826717Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:44.3910776Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.3994651Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.4115745Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:44.4264719Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:44.4349421Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:44.4497270Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:44.4647227Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:44.4731821Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.4816535Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.4901497Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.4983779Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.5104318Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:44.5250773Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:44.5334770Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.5480203Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:44.5629473Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:44.5715525Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:44.5802325Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:44.5888033Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.5972530Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.6092502Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:44.6121474Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6163763Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.6233072Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:44.6267134Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6311243Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.6338182Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6367190Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6393242Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6418894Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6444343Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.6469545Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.6494852Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.6522655Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6553047Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6597321Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.6623594Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6652546Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6681822Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6711371Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6741136Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6769918Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6799550Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6826816Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.6852644Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.6890883Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.6957276Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:44.6989087Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7032168Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.7057372Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.7086122Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7111733Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7137312Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.7162972Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7188597Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7214417Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7242670Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7272827Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7314617Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.7348350Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7391872Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.7417357Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:44.7446304Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7476005Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7505864Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7539560Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7571826Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7604587Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7636142Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7665920Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7699203Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7726034Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7754032Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7781973Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7808831Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7835948Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7866093Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7893432Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7923118Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7954370Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.7983171Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8013555Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8045984Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8074469Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8105753Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8133690Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8164093Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8217194Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:44.8268406Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:44.8296477Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8329199Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8360610Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8391432Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8423011Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8453295Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8483630Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8512350Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8538958Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8582825Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.8668516Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:44.8705709Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.8757695Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:44.8785670Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8816645Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8844167Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8871690Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8898769Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8925052Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8954210Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.8980821Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9008449Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9047808Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.9078958Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9124030Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.9151113Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9181307Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9210451Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9239593Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9268104Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9296606Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9324994Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9358189Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9393093Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9447451Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:44.9486833Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:44.9516123Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9549506Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9581959Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9615142Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9648087Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9680448Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9712499Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9742076Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9768351Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9818385Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:44.9844193Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9873880Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9900335Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9926390Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9952223Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:44.9977917Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0004663Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0028684Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0054161Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0093379Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.0115511Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0142119Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0166947Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0192225Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0217661Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0242180Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0267178Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:45.0295209Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0326299Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0373696Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.0415172Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.0441578Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0471404Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0501837Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0533730Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0567186Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0599595Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0633628Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0671841Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.0708649Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.0781752Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:45.0850647Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:45.0881665Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0919481Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.0951864Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.0983835Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1015719Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1046650Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1078114Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1107839Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1140297Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1207021Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:45.1271299Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:45.1298791Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1330631Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1361670Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1392890Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1424799Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1455299Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1486189Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.1523770Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.1578477Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.1652238Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:45.1708207Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:45.1764195Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:45.1819714Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.1873674Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.1937920Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:45.1969214Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2002113Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2040514Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2074894Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2110012Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2144798Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2178698Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2211569Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2242862Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2279421Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2322266Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2362121Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2403174Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2444141Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2484899Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2523507Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2560771Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2595558Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2634393Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2671569Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2708991Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2746520Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2783049Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2822013Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2859233Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2894782Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.2934203Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.2972535Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3011480Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3049765Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3086723Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3125576Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3160996Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.3195213Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.3228241Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.3265287Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3300343Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.3336318Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3371576Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.3406149Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.3440178Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.3475894Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.3514884Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3557289Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3600121Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3642368Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3682787Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3722018Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3760048Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.3807167Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.3857915Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.3905355Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.3956974Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.4009328Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.4063055Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.4113125Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.4162812Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.4210956Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.4249890Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4286321Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4337287Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.4378540Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4418526Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4456766Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4494710Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4532606Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4570763Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4605187Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.4652041Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.4688085Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.4722742Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.4757493Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.4790935Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.4825088Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.4861902Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4903653Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4947615Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.4991485Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5035879Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5079326Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5123703Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5168720Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5216764Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5261805Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5309626Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5356213Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5402849Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5449201Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5495535Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5541322Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5586843Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5630957Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5678651Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5725671Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5772748Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5819082Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5864866Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.5910558Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5952076Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.5988693Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6029185Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6070235Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6110180Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6149194Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6186679Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6230919Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6273523Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6314463Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6361326Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6405891Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6451669Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6495974Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6540565Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.6590590Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.6625158Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6659996Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6689994Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6723356Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6756481Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6789101Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6822429Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6854161Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6886450Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6917831Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6951395Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.6988578Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.7019226Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.7049821Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.7080716Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.7111061Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.7141929Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.7625868Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:45.7662173Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.7708358Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.7757220Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.7795021Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.7832464Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.7871408Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.7908628Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.7948327Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.7999271Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.8041225Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8086143Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8129606Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8171509Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8212818Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8252432Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8297593Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8342383Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8379601Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8421363Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8462304Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8502238Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8542025Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8580922Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8625828Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8659646Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.8690922Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.8728327Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.8762731Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.8797119Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.8831227Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.8864762Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.8898494Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.8926574Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.8960688Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9005406Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.9043109Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.9069635Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9099534Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9129892Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9161268Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9193026Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9223793Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9253657Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9281058Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9307584Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9350280Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.9384074Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9435883Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.9463353Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9492423Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9520151Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9548105Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9575378Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9603168Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9631444Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9662699Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9697574Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9750468Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:45.9794513Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:45.9822959Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9854192Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9885436Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9915633Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9946670Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:45.9976852Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0006643Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0035192Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0065299Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0112727Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:46.0155036Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:46.0181634Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0212812Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0242078Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0271234Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0301886Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0330634Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0360418Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0387540Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0412920Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.0441098Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:46.0466100Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.0490633Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.0515570Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.0540353Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.0565270Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.0580001Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0594527Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0609521Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0624542Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0638915Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0653631Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0668218Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0682780Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0697711Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0712444Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0727076Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0743255Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.0758969Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.0774189Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0789081Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0803556Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0818431Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0833007Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0847241Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0861899Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0876677Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0891244Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0906273Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0921175Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0935929Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0950628Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0965589Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0979895Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.0994255Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1009196Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1023901Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1039439Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1055256Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1070402Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1085373Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1100180Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1114568Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1129269Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1143962Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1158439Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1173480Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1188202Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1203648Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1219756Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1235149Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1249736Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1264207Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1278726Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1293325Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1307906Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1322364Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1336989Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1349875Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1364055Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1379239Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1393499Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1407087Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1421659Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1435169Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1448105Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1461186Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1473997Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1487118Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1502902Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1517963Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1534025Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1549414Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1564809Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1580108Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1595100Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1609942Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1624958Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1638898Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1652146Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1667010Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1682230Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1697163Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1711769Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1726189Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1741412Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1755987Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1768837Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1782216Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1795447Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1808785Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1824430Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1840168Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1855943Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1871370Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1888319Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1903285Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1918719Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1934087Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.1949961Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1965388Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1981248Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.1996469Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2011907Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2027186Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2042361Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2057914Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2073520Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.2088985Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.2104863Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.2120101Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2135364Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2150676Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2165898Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2181403Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2196135Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2209507Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2223822Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2238370Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2253562Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2267621Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2280826Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2294087Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2307353Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2320566Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2334809Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2350141Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2366207Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.2382442Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.2397694Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2412067Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2427193Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2441307Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2454374Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2467553Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2480671Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2494022Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2509063Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2524128Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2540247Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.2555354Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2570582Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2586072Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2601263Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2616073Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2631449Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2646392Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2661498Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2676690Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2691814Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2706804Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2722112Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2736300Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2750262Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2763645Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2777607Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2793166Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2808454Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.2823937Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2839101Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2854361Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2870469Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.2885908Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2900644Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2914835Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2929112Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2943933Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2957843Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2970923Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2983944Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.2996849Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3009884Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3023807Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3038006Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3052787Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3066558Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3079479Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3092438Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3105695Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3118442Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3136364Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3154972Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3173439Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3187668Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3202495Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3217280Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3232977Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3248744Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3263714Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3277712Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3292652Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3307706Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3322900Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3338216Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3352986Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3366750Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3381972Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3396760Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3412462Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3428831Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3444084Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3458983Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3473989Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3488515Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3502803Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3516720Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3530863Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3545087Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3559672Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3575687Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3591858Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3607420Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3623018Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3637682Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3652742Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3668274Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3682943Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3698299Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3713140Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3727714Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3743109Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3757105Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3770448Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3783875Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3797051Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3810554Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3826171Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.3839936Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3854758Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3869891Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3884520Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3898573Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3912370Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3926128Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3940162Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3954210Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3968203Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3983012Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.3998027Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4012486Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4026378Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4040283Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4054135Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4068036Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4082488Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4096432Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4111530Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4127046Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4141648Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4155482Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4169394Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4183534Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4197487Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4212203Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4226159Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4241058Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4256667Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4271421Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4285223Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4299528Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4313529Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4327386Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4342123Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4355497Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4370311Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4385757Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4399883Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4413728Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4427473Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4441229Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4455159Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4469485Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4484142Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4500304Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.4515999Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.4530958Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4545536Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4560359Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4574111Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4587311Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4600072Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4613201Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4626366Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4640604Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4654494Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4668814Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4683223Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4698723Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4712942Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4726674Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4740694Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4754582Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4768413Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4782810Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4796116Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4811469Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4827222Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.4842199Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4857065Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4871654Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4886608Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4900573Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4913665Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4926738Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4940088Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4953339Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4967581Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4981483Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.4996678Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5012832Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.5028736Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.5042773Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5058016Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5071936Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5085476Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5099304Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5112768Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5126502Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5141028Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5155539Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5170463Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5184055Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5197003Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5209865Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5223114Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5235942Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5250263Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5264941Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5279714Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5294745Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5308598Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5323579Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5338305Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5352262Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5366894Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5381625Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5394866Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5409851Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5425685Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.5440620Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5455418Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5469592Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5483068Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5496670Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5510134Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5523618Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5537928Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5550821Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5566011Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5582403Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.5597816Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.5612793Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5627417Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5642248Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5656011Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5668837Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5681640Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5694577Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5707572Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5720864Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5733774Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5748034Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5763046Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5777025Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5790695Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5804922Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5818633Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5831425Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5844333Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5857275Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5870164Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5884587Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5899239Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5914624Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5930349Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.5945422Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5960143Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5974621Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.5989170Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6003628Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6018172Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6032976Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6047126Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6060251Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6074372Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6088177Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6103119Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6116665Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6129563Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6142341Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6155134Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6168146Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6182440Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6195009Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6208507Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6222326Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6236546Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6250122Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6262944Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6275936Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6288518Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6302065Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6316737Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6331605Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6347579Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.6363740Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.6379412Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.6394513Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6409427Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6424275Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6439015Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6453725Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6468476Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6483056Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6496876Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6512272Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6528205Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.6544389Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.6559226Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6573559Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6587279Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6600979Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6614599Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6628333Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6642712Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6657667Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6673399Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.6689171Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.6704667Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6719508Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6734289Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6749005Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6763669Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6778499Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6793032Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6807262Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6822651Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6837445Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6851798Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6865607Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6879435Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6893317Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6907150Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6920998Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6935578Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6950536Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6964808Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6978618Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.6992242Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7005780Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7019574Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7033189Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7047661Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7062898Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7077003Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7090747Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7104554Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7118222Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7131997Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7145717Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7160132Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7175226Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7189585Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7203179Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7216959Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7231017Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7244687Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7258500Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7272856Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7287947Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7302212Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7315781Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7329494Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7343349Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7357016Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7371096Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7385138Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7399017Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7413818Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7428013Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7441480Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7455073Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7468563Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7482066Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7495598Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7510002Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7524633Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7539319Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7552523Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7566161Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7579789Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7593309Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7607329Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7621043Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7635334Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7650145Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7664358Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7677873Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7691440Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7705035Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7718495Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7732108Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7746413Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7761473Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7775473Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7789078Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7802388Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7816069Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7829639Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7842985Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7857355Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7872318Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7886418Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7900049Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7913287Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7926770Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7940660Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7954127Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7968133Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7983274Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.7997243Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8010831Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8024353Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8037650Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8051209Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8064675Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8078749Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8093623Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8107794Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8121180Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8134690Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8148197Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8161648Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8175133Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8189355Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8204158Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8218836Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8232283Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8246724Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8261020Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8274932Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8289142Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8304360Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8319729Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.8334290Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8348518Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8362371Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8376735Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8390715Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8404437Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8419545Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8435013Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8450737Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8464530Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8478553Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8492390Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8506627Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8521976Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8538018Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.8554516Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.8570787Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.8586559Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.8601988Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8617395Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8632641Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8647952Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8662709Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8677500Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8692655Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8707350Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8721018Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8735108Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8748885Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8762607Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8778492Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.8792235Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8807036Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8822548Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8836970Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8850864Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8864892Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8878818Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8892917Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8906810Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8921524Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8936854Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8951465Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8965230Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8979525Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.8992925Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9006995Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9020930Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9035557Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9051206Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9065344Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9079213Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9093306Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9107168Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9121169Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9134811Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9149576Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9164797Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9179385Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9193164Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9207842Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9221361Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9235314Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9249543Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9264156Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9280285Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9296443Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9312160Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9327114Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9342353Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9357160Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9372133Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9387004Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9401826Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9416939Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9430276Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9445374Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9461943Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9477090Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9491561Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9506560Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9520506Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9534011Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9547244Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9560597Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9573567Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9588908Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9603450Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9619887Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9636112Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9651526Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9666811Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9681413Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9696200Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9711049Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9725819Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9740865Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9756208Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9771693Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9788334Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9805325Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9821195Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9836956Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9852338Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9867553Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9882695Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9897610Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9912504Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9927818Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9943449Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9959265Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:46.9973765Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:46.9987249Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0000459Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0013783Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0027546Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0042212Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0058968Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0075304Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0090836Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0105860Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0120297Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0135040Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0148495Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0160926Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0173656Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0185814Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0198227Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0212460Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0226921Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0244961Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0262964Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0277561Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0292005Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0306243Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0320330Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0334630Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0348778Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0362850Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0377738Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0391756Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0408742Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0426656Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0441302Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0456167Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0470814Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0485461Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0500264Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0514534Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0528777Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0543700Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0557762Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0573650Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0589203Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0603896Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0618493Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0633099Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0647272Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0661977Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0676419Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0690600Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0704856Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0719625Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0733959Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0751857Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0769239Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0784089Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0798511Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0812714Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0826872Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0840959Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0855309Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0869599Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0883981Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0898422Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0915317Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0933042Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.0947888Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0962710Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0977771Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.0991410Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1005574Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1019988Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1034204Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1048803Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1063398Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1081156Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.1097719Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.1112218Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1126650Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1141048Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1155158Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1169102Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1183304Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1196848Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1211617Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1226314Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1243715Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.1260558Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.1275634Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1291167Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1305932Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1320429Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1334892Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1349633Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1364241Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1379701Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1393855Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1409893Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.1426619Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.1442297Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.1458250Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1473840Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1488276Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1504538Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.1517876Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1532644Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1546621Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1560266Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1573378Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1585417Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1597291Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1609474Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1621518Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1633436Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1646179Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1658258Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1671875Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1685666Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1699355Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1712746Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1725467Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1739520Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1752836Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1765914Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1778306Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1790131Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1802189Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1815087Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1827115Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1840771Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1854932Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1868575Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1881244Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1894896Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1907814Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1919886Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1932151Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1944601Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1956708Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1970355Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.1985266Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2000198Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2013383Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2025822Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2038207Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2050544Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2063181Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2077464Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2092016Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2107736Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.2123490Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2138949Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2153630Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2168328Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2183388Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2197624Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2211874Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2226151Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2240393Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2254721Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2268417Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2280698Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2294623Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2309203Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2322758Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2336433Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2349717Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2363330Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2376362Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2388835Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2400942Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2413247Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2425504Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2439312Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2452367Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2467678Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2483951Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.2499654Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.2514209Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2528513Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2543131Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2556168Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2568499Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2580959Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2592731Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2604823Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2619533Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2631654Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2646470Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2662841Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.2678543Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2693034Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2707430Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2721972Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2735128Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2747249Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2759270Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2771623Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2784498Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2797786Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2811751Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2828122Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.2844745Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.2859298Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2873418Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2887528Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2901405Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2915139Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2928854Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2942895Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2957444Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2972034Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.2989263Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.3006163Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.3022081Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.3037252Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3052183Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3067425Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3081676Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3096431Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3111134Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3126366Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3141570Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3157073Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.3172228Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3187318Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3202195Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3217182Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3232203Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3246860Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3261710Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3295021Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:47.3309107Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3325126Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.3340989Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.3355163Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3369671Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3384263Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3398244Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3412400Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3426635Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3440231Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3455235Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3470479Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3485401Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3499880Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3514116Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3528297Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3542309Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3556240Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3570250Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3583954Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3597617Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3612252Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3626423Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3640723Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3655072Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3669155Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3683159Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3697144Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3711156Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3725080Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3740139Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3753959Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3768201Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3782890Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3796783Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3810917Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3824880Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3838797Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3852718Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3867662Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3882135Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3896958Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3911262Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3925521Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3940872Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3954805Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3969187Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3983302Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.3997343Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4011336Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4026005Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4040281Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4055073Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4068663Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4082822Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4096875Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4110916Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4124763Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4139470Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4153520Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4168911Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4184354Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4198767Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4213088Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4227031Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4241143Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4255085Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4269280Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4282972Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4297403Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4311570Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4325875Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4340664Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4354750Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4368792Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4383091Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4397224Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4411423Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4426191Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4439433Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4454207Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4470182Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.4485658Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4500965Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4515898Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4531207Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4545652Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4558895Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4572577Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4585535Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4598273Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4612784Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4626688Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4642151Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4658496Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.4673878Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.4689084Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4703578Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4718256Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4732783Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4747544Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4762029Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4776650Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4790965Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4805593Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4820480Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4835090Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4848365Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4860980Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4873079Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4885336Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4897910Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4911719Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4926450Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4941273Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4955604Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.4963171Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:47.4969552Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:47.4975701Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:47.4982267Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:47.4996364Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5010569Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5026197Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5041273Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5055845Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5070626Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5084657Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5098891Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5112765Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5126729Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5140741Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5154676Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5170867Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.5186095Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5201368Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5216714Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5231378Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5246330Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5261234Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5275899Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5290490Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5305668Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5320896Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5335843Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5349339Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5361530Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5375117Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5389244Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5402635Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5415616Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5429261Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5443082Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5455979Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5468252Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5480658Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5492868Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5506154Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5518079Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5533149Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5548504Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.5562967Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5576967Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5590566Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5604265Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5617660Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5629873Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5642508Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5654925Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5667445Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5680729Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5692939Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5707670Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5722837Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5737252Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5751237Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5764563Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5779171Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5792350Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5805180Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5817944Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5830430Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5842923Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5855889Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5868197Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5882018Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5896557Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5910550Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5923931Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5938114Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5950880Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5963256Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5975580Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.5987836Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6000025Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6013160Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6025146Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6038153Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6051087Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6064654Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6077847Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6089853Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6102066Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6114298Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6126531Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6140191Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6152446Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6165810Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6179023Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6193160Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6206288Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6218969Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6231623Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6243847Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6256255Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6269930Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6282082Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6296715Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6311231Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6325017Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6338856Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6352119Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6366479Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6379594Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6391919Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6403835Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6416421Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6428259Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6438656Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6449106Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6459731Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6469760Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6479721Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6489915Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6500149Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6510167Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6520401Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6530444Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6540618Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6550581Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:47.6566253Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.6582147Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.6597049Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6612591Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6627074Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6641314Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6655793Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6670097Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6684079Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6699181Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6713475Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6730102Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.6746760Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.6761061Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6774946Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6789110Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6803148Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6817031Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6830883Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6844724Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6859187Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6872996Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6887283Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6902218Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6916519Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6930363Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6944406Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6958394Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6972544Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.6986821Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7001631Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7018123Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7034811Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7050088Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7065127Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7079751Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7094647Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7109266Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7123851Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7138889Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7153770Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7169066Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7186350Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7203483Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7218987Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7233796Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7248803Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7263784Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7278221Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7293037Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7307704Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7322675Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7336323Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7351348Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7366049Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7381807Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7396246Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7410594Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7424491Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7437198Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7450090Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7463078Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7475932Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7491489Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7506811Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7521948Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7537673Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7553973Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7570589Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7587907Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7602822Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7620154Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7634603Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7648261Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7663990Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7679648Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7694419Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7709325Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7723721Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7738906Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7753274Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7766413Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7779011Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7791816Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7804535Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7820860Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7836137Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7851785Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7866958Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7882200Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7897266Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7912254Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7927030Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.7944189Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7959895Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7976833Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.7992561Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8008923Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8024824Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8040610Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8056421Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8073126Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8089920Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8107780Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8124067Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8140786Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8156746Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8172844Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8188997Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8203431Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8217224Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8231050Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8245545Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8260596Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8273987Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8286266Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8298880Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8311810Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8323874Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8337213Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8352465Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8367915Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8383107Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8397445Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8411836Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8426172Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8439105Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8451346Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8463487Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8475475Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8487523Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8501673Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8515929Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8530678Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8544810Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8559176Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8573570Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8587699Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8602080Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8616423Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8630928Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8645408Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8660280Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8674272Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8688777Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8703418Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8716706Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8728968Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8741470Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8753622Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8769305Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8785162Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8800324Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.8815458Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8830509Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8845159Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8860419Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8875142Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8889668Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8904455Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8918994Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8932676Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8945444Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8958541Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8970437Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8983005Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.8996473Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9010988Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9025510Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9038736Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9050828Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9062598Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9074820Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9086811Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9093262Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:47.9100082Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:47.9106326Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:47.9120538Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9135518Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9150124Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9174314Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.9182203Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.9196379Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9211091Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9225652Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9240195Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9254994Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9269642Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9283999Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9298732Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9313015Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9327556Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9343620Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.9359414Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.9374510Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9389392Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9404558Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9420160Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.9435315Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9450198Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9464921Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9479730Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9495787Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.9513513Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.9531051Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:47.9547047Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9561832Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9576396Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9591101Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9604849Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9619098Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9632870Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9646894Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9661453Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9675776Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9688602Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9700918Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9712708Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9724617Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9736742Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9768494Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:47.9782489Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9797713Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9812513Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9826813Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9841124Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9855299Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9869444Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9883561Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9898320Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9912093Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9927000Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9941603Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9956196Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9969947Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9984183Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:47.9998239Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0012401Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0031642Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0048347Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0068851Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0088888Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0105246Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0121949Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0138524Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0154448Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0172363Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0191697Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0207774Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0228313Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0248416Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0264785Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0281524Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0298395Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0314526Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0332162Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0351472Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0367647Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0387986Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0408054Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0424339Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0441168Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0457197Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0473288Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0491063Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.0505049Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0519832Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0535075Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0550053Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0564261Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0578565Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0592445Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0605136Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0617038Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0628882Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0640706Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0652727Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0665956Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0679886Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0694421Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0708579Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0722665Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0736686Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0750707Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0764530Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0779127Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0792579Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0806499Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0819667Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0833335Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0848412Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0863343Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0877423Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0891689Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0905598Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0918305Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0930213Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0942168Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0954207Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0966129Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0979481Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.0993043Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1007906Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1022953Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1037199Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1051820Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1065936Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1079565Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1093540Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1107313Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1120915Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1134719Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1148802Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1163370Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1177284Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1190243Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1202272Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1214413Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1226642Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1238662Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1251967Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1266162Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1280287Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1294592Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1308908Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1323028Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1337348Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1351497Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1365641Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1379889Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1393671Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1409116Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1424931Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.1438975Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1453247Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1467229Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1481039Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1494821Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1508659Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1522402Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1536520Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1549520Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1563669Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1580401Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.1594765Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1609636Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1624152Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1638206Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1651086Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1663228Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1675093Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1687164Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1699459Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1711944Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1723862Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1737618Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1751681Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1765018Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1778124Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1791427Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1804127Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1815931Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1827907Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1839878Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1852076Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1865758Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1879663Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1895080Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1910447Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1924579Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1938905Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1952966Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1967050Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1981442Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.1995291Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2009245Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2023482Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2036293Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2050161Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2064397Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2078504Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2091492Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2103545Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2115283Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2127091Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2139290Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2151545Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2163347Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2176031Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2188754Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2202111Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2214811Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2226835Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2238896Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2250685Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2262658Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2275913Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2289858Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2306194Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.2322449Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.2336942Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2350977Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2364640Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2378663Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2392278Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2405997Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2420038Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2434000Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2447747Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2464236Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.2480492Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.2494855Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2509225Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2522981Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2536909Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2550849Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2564650Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2578667Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2593501Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2607207Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2623616Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.2639751Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.2654244Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2668582Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2682509Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2696587Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2710744Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2724781Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2738670Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2752945Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2768368Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2784943Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.2799657Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2815394Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2830059Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2845076Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2860541Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2874215Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2888653Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2903594Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2917529Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2931608Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2945783Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2960007Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2973846Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.2987672Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3002029Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3016779Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3030911Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3044745Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3058909Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3072839Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3087431Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3101551Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3115958Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3130580Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3144671Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3158927Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3173081Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3187315Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3201241Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3215263Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3229814Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3244447Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3258731Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3272899Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3286937Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3301193Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3315241Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3329998Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3344023Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3358298Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3372801Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3386888Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3400963Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3415108Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3429144Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3443133Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3457215Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3472210Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3486923Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3501476Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3515918Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3530184Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3544585Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3558635Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3575669Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.3590066Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3604749Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3619859Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3634369Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3648769Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3663417Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3677591Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3691993Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3705888Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3720437Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3735381Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3749431Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3763450Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3778493Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3792184Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3806058Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3820164Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3834388Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3849225Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3863187Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3877218Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3891051Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3905417Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3919295Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3933426Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3948414Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3963443Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3978196Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.3992754Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4007113Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4021824Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4036221Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4050915Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4066137Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4081210Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4096317Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4111400Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4125945Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4140618Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4154988Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4169593Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4184832Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4199790Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4214437Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4229366Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4243905Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4259256Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4273133Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4287435Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4302393Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4316937Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4331338Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4345782Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4359976Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4374118Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4388515Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4402580Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4417342Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4431870Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4445992Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4460548Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4475339Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4489483Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4504012Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4519009Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4533816Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4548783Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4563120Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4577697Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4592326Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4607035Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4622160Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4636687Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4650506Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4665180Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4679669Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4693607Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4707768Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4721636Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4735680Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4749881Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4782859Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:48.4796731Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4812101Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4827402Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4841397Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4855542Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4869544Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4883426Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4897750Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4912116Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4926747Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4941813Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4956636Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4970933Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4985381Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.4999075Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5013661Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5027923Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5042715Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5057142Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5071306Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5085928Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5100382Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5114382Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5128706Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5142758Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5157072Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5171714Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5186018Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5200193Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5214089Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5228291Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5242050Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5256153Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5270369Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5285926Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5301897Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.5316264Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5330543Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5344561Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5358386Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5372252Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5386125Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5400174Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5413884Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5426889Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5440904Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5455986Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5470765Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5485014Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5499352Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5512191Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5524177Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5536140Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5548330Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5560293Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5573744Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5587861Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5604040Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.5620789Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.5635209Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5649328Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5663436Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5677167Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5691021Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5704943Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5718601Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5732744Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5746697Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5763449Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.5780150Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:48.5794327Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5808530Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5822887Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5836526Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5850255Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5864303Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5877749Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5891635Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5906156Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5920028Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5932889Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5945359Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5956969Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5969334Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.5981645Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:48.6037690Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:48.6128595Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:48.6346156Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:48.6414729Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.6521550Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:48.6571939Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:48.6630253Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:48.6679284Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:48.6729680Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:48.6779998Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:48.6827955Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:48.6879382Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:48.6944081Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:48.7017291Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.7310536Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:48.7578223Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:48.7634053Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:48.7694023Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:48.7761857Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.7829853Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.7899400Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.7968472Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.8037391Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.8116312Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:48.8197372Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:48.8415181Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:48.8685472Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:48.8758335Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.8841454Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:48.8924666Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:48.9007435Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:48.9091770Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:48.9172853Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:48.9254971Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:48.9312226Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:48.9378994Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.9499111Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:48.9587466Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:48.9696036Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:48.9746889Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:48.9807479Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:48.9873774Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:48.9940313Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.0010263Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.0078363Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.0148267Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.0210730Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.0282278Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.0553084Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:49.0798566Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:49.0854529Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.0916940Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.0985160Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.1053055Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.1124425Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.1192251Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.1260347Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.1342544Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.1431044Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:49.1645361Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:49.1904859Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:49.1981423Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.2065396Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.2151486Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:49.2237810Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:49.2323921Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.2408688Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.2493694Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.2555899Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.2625955Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.2893395Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:49.3076542Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:49.3134310Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.3200364Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.3268572Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.3337213Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.3409538Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.3479361Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.3550386Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.3646747Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:49.3729775Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.4021760Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:49.4221194Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:49.4308884Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:49.4402892Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:49.4483604Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.4564572Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.4645720Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.4724182Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.4796150Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.4850915Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.4915346Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.5001837Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.5179934Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:49.5252820Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.5361251Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:49.5412457Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.5473792Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.5540251Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.5605019Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.5674282Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.5740702Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.5807260Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.5860310Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.5911417Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.5962483Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6013583Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6063658Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6113500Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6155057Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:49.6204213Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6282256Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.6447394Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:49.6502111Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6593268Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:49.6629933Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:49.6676637Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6724890Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6774994Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6828245Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6879747Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6931665Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.6977761Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:49.7029743Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7110787Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.7169269Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.7269871Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:49.7308357Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:49.7356054Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7405453Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7455983Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7508866Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7559321Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7609392Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7666674Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.7718156Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7776735Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.7827351Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7877753Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7928426Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.7978687Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.8028487Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.8096466Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.8180869Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.8285312Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:49.8476260Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:49.8560600Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.8677074Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:49.8738663Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:49.8811963Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.8887170Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.8961219Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:49.9041323Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.9118398Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.9194749Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.9238832Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:49.9289253Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.9367654Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:49.9531561Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:49.9586254Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.9679215Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:49.9715475Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:49.9759439Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:49.9806842Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.9855634Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.9904419Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.9950581Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:49.9997933Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.0055801Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.0109407Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.0218313Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:50.0409852Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:50.0501192Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:50.0607739Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:50.0659290Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.0718108Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.0767593Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.0816152Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.0864305Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.0912611Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.0960954Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1014583Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1063244Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1162386Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:50.1355848Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:50.1438930Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:50.1543500Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:50.1591191Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1644236Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1692729Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1739095Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1785078Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1831894Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1878621Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.1936041Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.2000377Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.2189966Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:50.2400694Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:50.2454624Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.2514415Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.2580441Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.2646063Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.2714137Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.2780072Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.2847272Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.2908681Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.2979537Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.3170556Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:50.3372234Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:50.3429610Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.3495384Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.3561508Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.3628438Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.3697061Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.3763726Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.3830409Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.3884312Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.3947760Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.4052886Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:50.4099692Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.4155422Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.4219521Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.4282472Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.4347870Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.4412249Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.4477535Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.6499082Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:08:50.6579116Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:50.6699843Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:50.6828112Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:50.6912827Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:50.6997943Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:50.7080441Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:50.7160873Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:50.7245926Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:50.7298989Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.7359393Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.7443035Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:50.7627350Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:50.7695780Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.7803082Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:50.7855258Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.7912252Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.7975180Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.8036083Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.8097983Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.8158042Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.8218967Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.8285823Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.8352351Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.8402035Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.8459904Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.8524346Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.8591976Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.8658877Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.8723695Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.8789872Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.8876177Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:50.8943006Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.8993339Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.9060246Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.9129656Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.9200501Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.9271808Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.9340587Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.9406613Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:50.9536720Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:50.9632389Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:50.9681202Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:50.9742868Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:50.9835418Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:50.9927709Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:51.0022668Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:51.0116510Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:51.0182387Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.0246719Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.0315722Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.0434249Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:51.0488234Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.0557064Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.0632351Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.0708478Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.0784424Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:51.0857673Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.0929676Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.0987666Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.1059993Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.1179791Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:51.1270464Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:51.1338907Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.1411972Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.1483064Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.1565318Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:51.1656747Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:51.1735781Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:51.1807723Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.1870846Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.1943477Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.1997605Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.2069486Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.2143776Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.2216523Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.2292964Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.2363727Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.2433663Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.2487355Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.2537817Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.2637184Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:51.2840114Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:51.2919434Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:51.3030095Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:51.3080511Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.3139660Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.3190325Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.3240409Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.3290286Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.3336985Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.3385547Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.3440843Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.3504718Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.3591334Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:51.3770118Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:51.3841862Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.3951699Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:51.4003252Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4061829Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.4125320Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.4189047Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.4253304Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.4315781Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.4380668Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.4434612Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4480889Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4536232Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4584850Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4633254Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4681244Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4728068Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4775809Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4830920Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.4939563Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:51.4989466Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.5045220Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.5052122Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:51.5059043Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:51.5065541Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:51.5072681Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:51.5130264Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.5205306Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.5299143Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:51.5371609Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.5481011Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:51.5535714Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.5601399Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.5669509Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.5735546Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.5807364Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.5874579Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.5944841Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.6075258Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:51.6212915Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:51.6338046Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:51.6472716Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:51.6611695Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:51.6749384Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:51.6890281Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:51.7028471Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:51.7164594Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:51.7248887Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:51.7424918Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:51.7491510Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.7533065Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:51.7582326Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.7658816Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.7712643Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.7804245Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:51.7839604Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:51.7886545Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.7935492Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.7983952Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.8036854Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.8087191Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.8140090Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.8192094Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.8242914Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.8405279Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:51.8612611Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:51.8680226Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:51.8785212Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:51.8826904Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:51.8876687Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.8923333Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.8969648Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9017377Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9063754Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9110746Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9152357Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:51.9199685Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9279340Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:51.9469037Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:51.9525884Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:51.9621791Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:51.9657182Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:51.9702736Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:51.9749901Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9796334Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9843821Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9890133Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9937593Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:51.9978109Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.0029023Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0111894Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.0170229Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.0267734Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:52.0305971Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.0351996Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0399960Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0447974Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0498189Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0545786Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0595129Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0636674Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.0685008Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0778239Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:52.0815442Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.0861914Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0910145Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.0957859Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1006942Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1055284Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1104656Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1147192Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.1195802Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1287781Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:52.1323251Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.1367913Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.1415115Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1461437Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1509305Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1555300Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1601865Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1640586Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.1687157Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.1760439Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.1924748Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:52.1978605Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.2066009Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:52.2099756Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:52.2142995Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.2190166Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.2236101Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.2283432Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.2330091Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.2377141Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.2387487Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2397707Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2408604Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2419197Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2428870Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2439048Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2448930Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2459036Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2468937Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2478817Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2488939Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2498784Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:52.2577072Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.2662552Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.2732674Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.2841900Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:52.2926529Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.3013838Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:52.3102480Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:52.3188633Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:52.3275819Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:52.3333226Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.3433219Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:52.3611143Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:52.3785558Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:52.3839800Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.3899288Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.3974252Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4049389Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4125596Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.4200117Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4275044Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4331238Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.4397252Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4446368Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.4504313Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.4575792Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4648853Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4722857Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4795074Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.4859994Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.4920845Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.5019967Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:52.5187076Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:52.5361687Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:52.5413502Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.5471283Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.5542654Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.5614380Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.5687011Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.5757416Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.5829728Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.5886962Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.5998508Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:52.6164887Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:52.6337031Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:52.6390482Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.6449392Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.6526360Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.6604013Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.6684203Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.6760600Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.6837029Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:52.6886430Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.6934967Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.7010365Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.7066193Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.7168787Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:52.7204468Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.7250272Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.7298400Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.7346006Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.7395935Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.7444344Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.7496587Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.7564819Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:52.7794451Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:52.7845613Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.7904425Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:52.8261914Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:52.8621886Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:52.8985055Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:52.9346786Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:52.9708099Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:52.9752768Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:52.9803203Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:52.9879639Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.0044432Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:53.0098669Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.0191061Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.0227914Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:53.0272977Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:53.0320590Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.0368471Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.0416525Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.0463486Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.0510444Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.0599585Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.0680624Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:53.0799068Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:53.0891273Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.0984758Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.1078357Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.1169677Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.1264848Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.1436266Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:53.1584626Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:53.1830107Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:53.1993914Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:53.2150281Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:53.2314850Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:53.2478394Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:53.2638751Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:53.2861511Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:53.3051873Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:53.3472555Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:53.3679396Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:53.3883116Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:53.4100008Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:53.4305135Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:53.4509995Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:53.4570173Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.4621017Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.4731409Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:53.4784860Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.4846253Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.4897166Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.4947905Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.4998201Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5045969Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5095023Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5151104Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5254157Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:53.5448123Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:53.5534343Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.5645338Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:53.5696382Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5756180Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.5804710Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5853499Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5901959Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5949467Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.5997639Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6054572Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.6104407Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6164660Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.6220930Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.6271941Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6331376Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.6383543Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6429852Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6484973Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6539113Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6586306Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6641566Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6693498Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6739576Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6800133Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.6851750Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6904365Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.6958285Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.7010188Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.7086725Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:53.7160050Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.7250577Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.7318186Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.7413720Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:53.7485309Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.7551345Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.7623772Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.7683376Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.7740025Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.7804044Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.7856335Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.7909591Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.7965064Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.8019599Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.8072991Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.8132651Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.8189357Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.8253366Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.8305469Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.8357633Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.8409432Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.8459231Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.8510198Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.8517172Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:53.8524495Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:53.8531389Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:08:53.8596650Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.8653255Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.8723130Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.8872878Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:53.8972509Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:53.9038120Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.9095783Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.9164045Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.9227302Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.9283654Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.9357394Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:53.9415025Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.9464891Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:53.9523435Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.9580575Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:53.9687219Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:53.9771791Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:53.9892590Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:53.9944609Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.0007432Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:54.0076165Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.0145231Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.0218490Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.0284577Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.0351642Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.0412314Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:54.0616882Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:54.0820833Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:54.0875296Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.0939113Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:54.1006676Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.1073952Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.1145312Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.1213498Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.1282460Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.1338559Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.1387741Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.1444433Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:54.1494173Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.1543876Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.1593742Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.1641705Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.1693773Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:54.3704860Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-09-27T16:08:54.3782688Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.3898421Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:54.4022694Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:54.4104030Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4185320Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4267049Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4346094Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4428342Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4507392Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4585924Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4653862Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.4737133Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4819133Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4899765Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.4981150Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.5061366Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:54.5134374Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:54.5675186Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:54.5960655Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:54.6499065Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:54.7039458Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:54.7326405Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:54.7617802Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:54.7910844Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:54.8201530Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:54.8644801Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:54.9189660Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:54.9599738Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:55.0150003Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:08:55.0696487Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:08:55.0989830Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.1281926Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.1575221Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.1865758Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.2303074Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:55.2844041Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:55.3136299Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.3672493Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:55.4208393Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:55.4496923Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.4789760Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.5082354Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.5369687Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.5803418Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:55.5863057Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.5956226Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:55.6141706Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:55.6220027Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:55.6327030Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:55.6380100Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.6440752Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.6492541Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.6544648Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.6593253Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.6642355Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.6691680Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.6749251Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.6817060Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.6927822Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:55.6979751Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.7040307Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.7108979Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.7175084Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.7243914Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.7311561Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.7378755Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.7433707Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.7483114Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.7571073Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:55.7749635Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:55.7820864Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.7928734Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:55.7982749Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.8043628Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.8094448Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.8143159Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.8190461Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.8238112Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.8286396Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.8344842Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.8411945Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.8511899Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:55.8592750Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:55.8703027Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:55.8755619Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.8816035Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.8883520Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.8950581Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.9018809Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.9083720Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.9149940Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:55.9206821Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.9257210Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.9315500Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.9365215Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.9418067Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.9468687Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.9516919Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.9565431Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:55.9623718Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.9684103Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:55.9784303Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:55.9882422Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:55.9953351Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.0037379Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:56.0133426Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:56.0188196Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.0250378Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.0306454Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.0371867Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.0502495Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:56.0638885Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:56.0691052Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.0751301Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.0817318Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.0883835Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.0951598Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.1019725Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.1086547Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.1141368Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.1190857Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.1288901Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:56.1524671Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:56.1603676Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:56.1732351Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:56.1780395Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.1838244Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.1886829Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.1935629Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.1983821Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2029860Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2082180Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2120410Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:56.2166763Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2238503Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.2289995Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2377163Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:56.2409406Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:56.2451927Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:56.2498026Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2543966Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2593171Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2638943Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2685504Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2741194Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.2805193Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.2923106Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:56.3013644Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:56.3068414Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.3130789Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.3197843Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.3265036Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.3336535Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.3403852Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.3471292Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.3528089Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.3578870Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.3708406Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:56.3757120Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.3814750Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.3865033Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.3915773Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.3965782Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.4014733Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.4070565Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.4113063Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:56.4162160Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.4255841Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:56.4292417Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:56.4337755Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:08:56.4386165Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.4435978Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.4487004Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.4536989Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.4587860Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.4648274Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.4717429Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.4916415Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:56.5123203Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:56.5178046Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:56.5239050Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.5305805Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.5371956Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.5438590Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.5502274Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.5567579Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.5651335Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:56.5730149Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:56.5932304Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:56.6141098Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:56.6211316Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.6295962Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:56.6370702Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.6444030Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.6516786Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.6587370Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.6660107Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.6721422Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.6791992Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.6985062Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:56.7184060Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:56.7243326Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:56.7315324Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.7386056Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.7455990Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.7528356Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.7599187Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.7670777Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.7770162Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:56.7931552Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:56.8173604Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:56.8343413Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:56.8514935Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:56.8689557Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:56.8861019Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:56.9072436Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:56.9146259Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.9218343Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.9309626Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:56.9395692Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:56.9482074Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:56.9568787Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:56.9653832Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:56.9738479Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:56.9809072Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.9881217Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:56.9972522Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.0063380Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.0163193Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.0293147Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.0407955Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:57.0516081Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:57.0618244Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.0687627Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:57.0771086Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.0855529Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.0939164Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1023391Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1106283Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1197214Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.1278405Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1350352Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:57.1432826Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1516254Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1600317Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1684812Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1766980Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.1858895Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.1932651Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:57.2009133Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.2072553Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:57.2145791Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:57.2223944Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.2302513Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.2381324Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.2457929Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.2532549Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:57.2614252Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.2702468Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.2799612Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.2900990Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.3002590Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.3106473Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.3208465Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.3301286Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.3420567Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.3552641Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.3670352Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.3795257Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.3927545Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.4060457Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.4190636Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.4319182Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.4449173Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.4541804Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.4620573Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.4753551Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.4845855Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.4937963Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5030907Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5123161Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5214122Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5301232Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5375077Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:57.5501177Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.5590983Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5678896Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5767267Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5854132Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.5939506Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:57.6036783Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.6146996Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:57.6260201Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:57.6381230Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.6500766Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.6627534Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.6748560Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.6875103Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.7013669Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:57.7136162Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.7267589Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.7401346Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.7534719Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.7668161Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.7799730Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.7932315Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.8065290Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.8186965Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.8319887Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.8460874Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:57.8600269Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:57.8736805Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:57.8872544Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:57.9005049Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.9122786Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:57.9210633Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.9305443Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:57.9405904Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.9508182Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.9611946Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.9712807Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:57.9840751Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:57.9952950Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:58.0043314Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.0141031Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.0245101Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.0346656Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.0449809Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.0551377Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.0714143Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:58.0807636Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.0895423Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.0964219Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1046412Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.1115379Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1182432Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1251183Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1316992Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1383580Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1453473Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1521802Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1597794Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.1660396Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.1722466Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.1787128Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.1850232Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.1914499Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.3926950Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-09-27T16:08:58.4004560Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.4125277Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:58.4253893Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:58.4340485Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.4423771Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.4508010Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.4592898Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.4679551Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.4801905Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:58.4889643Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.4984013Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.5083174Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.5183975Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.5288038Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.5392583Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.5518854Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:58.5644895Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:58.5733254Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.5829298Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.5930284Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.6031669Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.6136189Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.6236947Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.6362727Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:58.6441505Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.6509120Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.6597128Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:58.6676522Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.6756947Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.6838409Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.6918936Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.6998004Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.7050948Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:58.7146972Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:58.7312936Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:58.7465938Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:58.7522195Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.7580018Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.7663271Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.7746177Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.7820295Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.7901961Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.7985084Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.8063256Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.8125803Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.8254801Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:58.8365600Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:08:58.8551586Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:58.8622580Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.8703941Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:58.8769335Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.8837267Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.8894076Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.8948408Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:58.9002215Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:58.9063883Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.9133370Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.9335088Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:58.9535220Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:58.9589510Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:58.9650093Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:58.9717077Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.9783317Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.9852632Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.9920331Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:58.9988249Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:59.0050349Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:59.0119276Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:59.0321686Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:59.0527854Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:59.0586645Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:59.0647947Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:59.0713189Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:59.0778375Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:59.0844990Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:59.0909721Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:59.0975073Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:59.1030081Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:59.1087489Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:08:59.1153628Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:08:59.1202784Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:59.1252410Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:59.1301495Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:59.1350956Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:59.1400554Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:59.1415323Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:59.1430981Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.1449562Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.1467993Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.1498005Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1531454Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2357: RuntimeWarning: invalid value encountered in exp 2022-09-27T16:08:59.1531848Z np_result = np_fn(a) 2022-09-27T16:08:59.1549696Z ok (0.005s) 2022-09-27T16:08:59.1601095Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:08:59.1635698Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1670844Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1677128Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-09-27T16:08:59.1704746Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1733586Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1761962Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1783942Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.1805866Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.1827904Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.1853618Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1882602Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1912055Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1938682Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1966437Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.1994078Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2019704Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2048599Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2078333Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2103195Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2127606Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2152348Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2174861Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2198824Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2222620Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2246045Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2270050Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2293904Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2317707Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2341140Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2364243Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2392260Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2421529Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2449592Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2464026Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2476942Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2489777Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2503031Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2516248Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2529459Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2542854Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2556170Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2569320Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:59.2593935Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2617017Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2639789Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2666670Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2693070Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.2715296Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2738362Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.2761956Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6667753Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.390s) 2022-09-27T16:08:59.6690961Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6711282Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6729828Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6752925Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6774543Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6796316Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6825702Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.6853791Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.6881275Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.6898705Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6914065Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:59.6928882Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:59.6947128Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6964233Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6981597Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.6998727Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7016136Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7032900Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7049527Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7066608Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7083428Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7100326Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7116805Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7133622Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7149244Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.7162461Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:59.7175198Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:59.7187436Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:08:59.7604842Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:59.8030471Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:59.8450622Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:59.8884381Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:59.8912581Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:08:59.8937814Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.8962607Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:08:59.8986304Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.0921612Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-09-27T16:09:00.2877099Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-09-27T16:09:00.4833283Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-09-27T16:09:00.6835623Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-09-27T16:09:00.6862714Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.6888396Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.6913089Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.6936748Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.7017016Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7096034Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7175205Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7253829Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7331835Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7409044Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7486153Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7563044Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7639435Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7715658Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7791519Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:00.7810107Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-09-27T16:09:00.7810515Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-09-27T16:09:00.7820082Z ok (0.003s) 2022-09-27T16:09:00.7846302Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.7964949Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:00.7998756Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.8054839Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:00.8103356Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:00.8150875Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:00.8183142Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.8214380Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.8244962Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.8275587Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.8306335Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:00.8325129Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8345610Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8365812Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8385744Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8403850Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8422201Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8439943Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8455890Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8475062Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8490130Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:00.8506061Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8521759Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8540944Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8559264Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8583735Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8607555Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8628114Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8647257Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8667045Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8685997Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8704842Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8723432Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8742502Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8761167Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8778846Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8800433Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8823264Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8841334Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8859679Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8877130Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8894875Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8912559Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8930363Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8947580Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8965558Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.8982885Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9002476Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9022346Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9040392Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9058554Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9076150Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9093505Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9110816Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9128054Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9145492Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9162639Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9181108Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9198966Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9221993Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9244170Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9263003Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9281542Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9300037Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9317923Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9336446Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9354732Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9373037Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9391332Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9408466Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9429905Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9452233Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9470448Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9488394Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9506116Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9523476Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9541147Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9558678Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9576957Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9594858Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9613410Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9635961Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9657191Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9676038Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9694775Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9713065Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9731380Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9749802Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9768055Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9786754Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9805247Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9823066Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9845571Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9867013Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9885496Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9904161Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9921637Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9939480Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9956787Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9974401Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:00.9991870Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0010150Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0027950Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0047758Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0068077Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0087349Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0107001Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0126692Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0146582Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0164657Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0183162Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0201709Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0220647Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0239415Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0255905Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0271604Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0287449Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0303980Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0320005Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0335678Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0352424Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0367460Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0385972Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0403929Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0421509Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0438177Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0454732Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0471746Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0487577Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0503162Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0518731Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0533454Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0548458Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0564377Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0579462Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0596999Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0614905Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0631781Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0647872Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0665186Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0681005Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0695962Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0711192Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0726040Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0741588Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0759309Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0777799Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0795824Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0811723Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0827027Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0841831Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0857127Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0872254Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.0890484Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0908752Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0929060Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0949153Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0968551Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.0988026Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1006632Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1025523Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1043606Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1061975Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1079842Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1098362Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1116282Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1133078Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1148243Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1165417Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1183676Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1200796Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1217674Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1233754Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1251511Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1267780Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1282604Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1298089Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1312820Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1327431Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1345009Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1360175Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1379559Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1399658Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1419075Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1436784Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1454735Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1473049Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1489624Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1505828Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1520894Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1536349Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1551514Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1569402Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1584950Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1604879Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1626540Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1646186Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1665031Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1683727Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1702657Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1719090Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1735423Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1750848Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:01.1766315Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1782909Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1802182Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1822396Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1845966Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1869844Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1889958Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1909806Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1929532Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1949414Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1969109Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.1988524Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2008834Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2028559Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2046083Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2068164Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2089278Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2107797Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2126054Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2144242Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2161652Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2179548Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2197131Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2215070Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2233692Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2252179Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2272091Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2290114Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2308204Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2325680Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2343474Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2360693Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2378400Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2395891Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2438943Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:01.2456348Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2476090Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2495691Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2513752Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2531481Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2549018Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2566833Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2584816Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2602613Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2619668Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2638637Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2658187Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2677060Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2695491Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2713443Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2731517Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2748963Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2766366Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2783903Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2801498Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2818869Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2837704Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2856484Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2876427Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2895593Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2914454Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2932978Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2951694Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2969621Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.2988078Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3007406Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3026195Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3046070Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3066324Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3085031Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3104787Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3124137Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3144418Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3164184Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3185902Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3205586Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3225313Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3245612Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3265597Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3285540Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3305609Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3325409Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3344048Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3362629Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3380462Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3399078Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3417633Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3435690Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3453428Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3471240Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3488642Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3506491Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3523854Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3542959Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3561011Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3582105Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3601788Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3621075Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3639850Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3658800Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3677415Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3695858Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3714223Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3732888Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3760967Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.3789277Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.3817716Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.3845592Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.3872568Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.3899368Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.3924796Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.3946897Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3968354Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.3989168Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4010433Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4032168Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4061233Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4089738Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4119285Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4149631Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4180095Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4209138Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4238441Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4267786Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4296991Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4326154Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4355871Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4383906Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4409504Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4439979Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4471905Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4499785Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4525680Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4551604Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4577117Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4602859Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4628258Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4653785Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4680265Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4705600Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4734294Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4762583Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4789208Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4815553Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4840693Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4866392Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4891551Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4916812Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.4943060Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4968696Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.4997505Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5025924Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5055601Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5085535Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5115731Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5144270Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5172770Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5201564Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5230403Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5259626Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5287821Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5315479Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5340224Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.5368842Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5399000Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5426105Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5451340Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.5476718Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.5502516Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5527461Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.5552960Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.5578455Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.5606391Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5635097Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5664675Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5694456Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5724034Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5752888Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5782791Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5811588Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5840665Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5869913Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5899369Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5927082Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5953878Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.5985563Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6017691Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6044958Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6071051Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6096573Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6121722Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6147448Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6172469Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6198203Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6224366Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6248635Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6276328Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6303899Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6331837Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6358557Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6385437Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6412692Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6437960Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6464139Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.6489155Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6514757Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6539890Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6560969Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6582414Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6603545Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6624208Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6645486Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6667029Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6689541Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6710543Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6734477Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6758049Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6781783Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6804291Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6826886Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6848854Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6870755Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6891700Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6912942Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6934516Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6955783Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6979225Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.6999783Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7023808Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7047544Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7070350Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7092868Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7115769Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7138378Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7159921Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7181974Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7203244Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7225058Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7252159Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7280270Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7307736Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7330111Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7352856Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7375044Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7397463Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7420547Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7451174Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7480297Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7513045Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7545257Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7576577Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7606078Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7636044Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7668256Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7698999Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7727174Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7755640Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7783321Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7811322Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.7834565Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7855485Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7879292Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7903201Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7928363Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7953088Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7976082Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.7998446Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8020647Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8041803Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8063522Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8084101Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8105326Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8131718Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8152502Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8184231Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8215252Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8245654Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8272974Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8299178Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8324247Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8346281Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8366572Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8387228Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8407944Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8429317Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8456088Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8477002Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8506102Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8536234Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8566162Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8593789Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8620849Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8646269Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8668454Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8690077Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8711413Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8732954Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8754901Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.8784289Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8812635Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8842002Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8872418Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8903865Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8934289Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8964610Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.8996679Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9027627Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9058964Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9089646Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9119485Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9148441Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9179690Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9210925Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9239969Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9266738Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9294319Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9320959Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9348217Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9375484Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9402557Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9430326Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9455997Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9482865Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9510063Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9535865Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9561748Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9587879Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9613951Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9639602Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9665849Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9694692Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9722084Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9748937Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9774859Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9800012Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.9825779Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9851283Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.9876446Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.9902107Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9928152Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:01.9952892Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:01.9980296Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0007018Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0033971Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0060284Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0085526Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0111490Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0136493Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.0161612Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.0186339Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.0211447Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.0235994Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.0265120Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0294324Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0324533Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0353919Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0383776Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0412883Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0442032Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0471190Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0500547Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0528606Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0556122Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0585572Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0614156Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0642670Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0670600Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0699608Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0727519Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0756347Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0783268Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0810413Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0838863Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0867694Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0895794Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0923448Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0951573Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.0979581Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1007126Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1034257Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1059681Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.1085576Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1112017Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1137725Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1163036Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.1188662Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1214260Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1239709Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.1265440Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1292990Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1320555Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1351287Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1381873Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1410825Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1439383Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1467348Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1494882Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1522655Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1552032Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1580468Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1609084Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1636727Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1665643Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1693945Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1721420Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1749456Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1777078Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1804254Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1832046Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1860295Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1881992Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.1912161Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1943634Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.1974388Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2002714Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2030359Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2056492Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2078935Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2101638Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2122830Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2145125Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2167177Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2193739Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2218997Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2246130Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2273880Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2301291Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2329548Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2356022Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2382512Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2407569Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2432989Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2458253Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2483180Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2508953Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2535511Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2561720Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2587583Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2608894Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2630328Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2650819Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2672170Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2693518Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2719898Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2746433Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2773343Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2798338Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2807198Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:02.2816101Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:02.2824833Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:02.2832987Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:02.2859439Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2884211Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.2911712Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2938851Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2964789Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.2993067Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3019671Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3044375Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3069783Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3094499Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3119653Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3144975Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3171484Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3196492Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3223037Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3248431Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3273633Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3299061Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3323961Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3350677Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3375646Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3402558Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3430362Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3458065Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3480574Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3501657Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3525294Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3548188Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3570659Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3592723Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3614878Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3635956Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3656802Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3677884Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3698961Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3719864Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3743162Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3763906Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3789397Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3817738Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3844151Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.3867593Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3890455Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3913034Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3934316Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3955354Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3976491Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.3997459Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4018661Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4041889Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4062747Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4086848Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4111748Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4136308Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4158853Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4181581Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4203933Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4225174Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4245956Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4267173Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4287864Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4309093Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4331080Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4351790Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4375502Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4398472Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4420872Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4442794Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4465355Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4485893Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4507091Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4527884Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4549078Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4569920Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4592217Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4613030Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4635243Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4657397Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4679439Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4700630Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4721547Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4742846Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4763574Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4784984Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4806912Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4827839Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4849938Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4872123Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4894271Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4915278Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4936359Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4957362Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4978449Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.4999238Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5021497Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5042812Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5066275Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5090093Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5113972Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5136350Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5158483Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5180881Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5201981Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5222938Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5243836Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5265016Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5285831Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.5298935Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5311128Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5323346Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5335831Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5348256Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5360564Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5372734Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5384988Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5397153Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5409471Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5421771Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5433880Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:02.5463489Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5491485Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5519690Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5547533Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5575330Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5603108Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5630801Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5659178Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5686336Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5715007Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5743535Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5773561Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5804736Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5836506Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5867799Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5899012Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5929707Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5959742Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.5991345Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6022214Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6051224Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6080147Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6110387Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6139244Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6168132Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6196894Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6225672Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6254253Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6282785Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6312140Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6340614Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6369994Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6399946Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6430447Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6459094Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6486827Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6514765Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6543397Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6571072Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6598546Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6630428Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6659989Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6688939Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6718866Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6748280Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6776427Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6804609Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6832965Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6860990Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6889764Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6917266Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6944610Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.6965473Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.6988948Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7012344Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7041238Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7063170Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7085168Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7106535Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7127692Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7148982Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7169761Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7190896Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7220687Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7248481Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7277892Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7306768Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7335494Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7364412Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7393193Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7422514Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7451314Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7474475Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7495900Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7519437Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7543394Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7566882Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7589642Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7612145Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7634688Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7656591Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7678031Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7699210Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7720489Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7742250Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.7773689Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7804285Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7834643Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7865217Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7895538Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7927087Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7959481Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.7991661Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8024855Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8057201Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8088184Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8119807Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8151700Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8183104Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8214507Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8245864Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8278577Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8310683Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8345990Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8380614Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8412647Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8444782Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8477017Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8509530Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8539223Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8562941Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.8592284Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8621473Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8649263Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8673137Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.8696771Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.8719329Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.8741232Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.8763146Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.8790992Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8821252Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8852167Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8882819Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8911111Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8937764Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8963707Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.8985605Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9006913Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9028024Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9049536Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9071328Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9099948Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9127845Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9155363Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9183692Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9211750Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9239385Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9267307Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9296550Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9324032Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9353340Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9383856Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9412560Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9442536Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9473343Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9502847Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9526713Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9550441Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9572524Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9595495Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9627937Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9656808Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9685320Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9715561Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9744179Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9773373Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9801331Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9828678Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9856197Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9883289Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9910085Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:02.9932024Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9953816Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9975297Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:02.9997117Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.0019940Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.0047176Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0074318Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0100830Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0122530Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.0144717Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.0165323Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.0186962Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.0209195Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.0217607Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:09:03.0227190Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:09:03.0235685Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:09:03.0263529Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0291464Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0318493Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0349207Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0380180Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0407200Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0434537Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0462622Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0489726Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0518027Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0544987Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0572470Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0599737Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0625648Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0653073Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0683383Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0715105Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0743135Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0771528Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0800146Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0828461Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0857711Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0886156Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0914957Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0944434Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.0975368Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1007721Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1042003Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1073692Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1104740Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1134058Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1163076Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1193476Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1222834Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1252043Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1281749Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1309511Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1336349Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1358934Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.1381705Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.1403330Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.1425750Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.1448078Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.1478420Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1505067Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1532558Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1559274Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1586367Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1612468Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1638558Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1665564Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1691841Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1719132Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1745282Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1772554Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1799153Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1826321Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1852596Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1879321Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1906256Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1932771Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1961562Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.1988110Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2016577Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2044369Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2070768Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2097833Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2123962Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2151191Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2179225Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2207380Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2234159Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2262307Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2289750Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2316514Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2344101Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2372489Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2399777Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2428394Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2457807Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2484875Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2514956Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2543920Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2571446Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2598911Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2628242Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2656554Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2684175Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2711580Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2741728Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2772555Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2803251Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2831004Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2857877Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2884040Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.2905455Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.2926589Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.2947698Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.2969217Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.2990831Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3018839Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3044722Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3072018Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3099351Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3125364Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3151224Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3177093Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3202755Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3228648Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3254315Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3280578Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3301964Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3328873Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3358463Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3386470Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3413046Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3439576Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3465063Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3486384Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3507683Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3527833Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3549022Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3569997Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3596935Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3623294Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3651785Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3682120Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3710295Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3737158Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3762676Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3788485Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3813694Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3838758Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3864386Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3889834Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.3917988Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3945893Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3973369Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.3996296Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4019414Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4041152Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4064108Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4086221Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4115719Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4144229Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4171778Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4199389Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4227264Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4253406Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4280785Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4307531Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4333819Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4359960Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4386158Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4415011Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4444877Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4472133Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4497854Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4523374Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4549099Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4574368Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4599536Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4625369Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4651980Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4672939Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4702519Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4732397Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4762629Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4790497Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4817007Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4843544Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.4865784Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4887233Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4908097Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4929547Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4951407Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4974281Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.4995421Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5019610Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5043389Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5066292Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5088776Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5111622Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5132869Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5154239Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5175622Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5197084Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5218792Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5246715Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5274963Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5306191Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5337885Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5365557Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5392825Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5419775Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5446088Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5472655Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5499646Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5526893Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5555238Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5577603Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5605609Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5633693Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5661386Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.5684594Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5707446Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5728041Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5749784Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5771128Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5793735Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5814830Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5837082Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5859759Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5882335Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5903863Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5924664Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5945934Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5967254Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.5988566Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.6017012Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6045466Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6075106Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6104997Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6135175Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6163440Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6192234Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6220809Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6249018Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6277251Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6305838Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6332330Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6357554Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.6386951Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6416712Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6443570Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6469205Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6494531Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.6519839Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.6545414Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.6570559Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.6596049Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.6623500Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6650229Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6679740Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6709823Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6737760Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6764101Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6791225Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6818282Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6845338Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6872553Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6900173Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6925492Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.6952771Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.6979026Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7005283Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7033456Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7060955Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7087904Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7116589Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7144331Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7173273Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7200892Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7229157Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7257136Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7285001Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7313571Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7341793Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7368800Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7397395Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7424903Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7451669Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7478274Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7505045Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7531194Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7557689Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7584249Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7611739Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7638173Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7664663Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7690910Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7716769Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7743326Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7770085Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7796636Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7824693Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7850979Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7877323Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7903948Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7929867Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7956939Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.7983810Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8011201Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8037334Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8064674Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8090403Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8116789Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8144855Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8172283Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8197714Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8224060Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8249668Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:03.8276790Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8303597Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8330310Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8357997Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8387469Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8415400Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8441213Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8468876Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8495039Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8523267Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8552557Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8581337Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8610609Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8639740Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8670956Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8701479Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8730659Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8761225Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8790503Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8820035Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8848076Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8875782Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8903405Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8933044Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8962253Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.8990410Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9017301Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9043571Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9070337Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9096653Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9122762Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9148750Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9175188Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9205536Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9234407Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9261705Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9288100Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9314486Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9341493Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9367398Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9393463Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9421082Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9447437Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9476265Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9505238Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9531494Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9557949Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9584495Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9610800Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9638031Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9664730Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9690758Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9716774Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9743476Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9769143Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9795593Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9821719Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9848309Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9874749Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9901400Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9927572Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9953309Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:03.9979220Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0004570Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0029915Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0056217Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0081608Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0107662Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0132867Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0158136Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0183487Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0208598Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0238314Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0268082Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0299377Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0328301Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0359131Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0389047Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0419790Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0452644Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0482158Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0508022Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0534533Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0560593Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0585808Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0610863Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0635992Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0661472Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0686599Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0715556Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0740881Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0767039Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0793686Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0819014Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0844405Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0870112Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0895647Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.0921290Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0946807Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0973494Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.0999038Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1024677Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1049825Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1075614Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1101328Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1126622Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1152035Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1178694Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1204058Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1229819Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1255157Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1280794Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1306311Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1331655Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1356773Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1383452Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1408922Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1434360Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1459904Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1485105Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1510896Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1536383Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1562858Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1590456Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1620016Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1650352Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1679325Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1707387Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1735304Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1762947Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1790952Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1818913Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1846216Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1873016Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1894070Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.1922821Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1953385Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.1981153Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2007385Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2033187Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2054956Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2076232Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2097051Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2118341Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2140026Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2168164Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2196496Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2226382Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2256728Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2286533Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2315221Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2344597Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2373430Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2401813Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2430958Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2460049Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2488330Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2515729Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2545477Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2575987Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2604705Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2633451Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2661563Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2689045Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2716810Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2744720Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2772177Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2799099Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2827812Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2855685Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:04.2877083Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2898500Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2918805Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2940068Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2961282Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2979125Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.2996775Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3015256Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3033432Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3051161Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3069035Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3086795Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3104738Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3122092Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3140759Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3156737Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3176009Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3196938Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3217015Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3235633Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3254196Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3272869Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3289087Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3305724Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3321529Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3336934Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.3352838Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3369783Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3387137Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3405940Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3425404Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3444009Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3462878Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3480326Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3498617Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3515441Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3532683Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3549722Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3566586Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3584032Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3601571Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3619413Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3637013Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3652742Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3667642Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.3682314Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.3697128Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.3711975Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.3728917Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3747216Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3764909Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3783043Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3802499Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3822396Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3841956Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3861689Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3879275Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3896488Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3915792Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3934438Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3952559Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3971339Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.3989298Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4006463Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4023668Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4040743Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4058187Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4075211Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4094325Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4112353Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4131424Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4150560Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4168751Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4187410Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4205456Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4223892Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4241966Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4261108Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4280241Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4299177Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:04.4313332Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4326990Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4341189Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4354674Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4368010Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4381414Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4394506Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4407066Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4419726Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4432296Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4444695Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4457295Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4471273Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4485383Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4500766Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4515970Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4530769Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4545879Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4560289Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4574955Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4590060Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4605049Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4620121Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4634653Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4648275Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4663565Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4678168Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4692731Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4706477Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4720009Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4733684Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4747233Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4760718Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4774018Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4787756Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4800723Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4814716Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4828759Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4842022Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4855359Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4868560Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4881461Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4894606Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4907728Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4920548Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4933545Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4947172Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4961386Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4975889Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.4989728Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5003581Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5017856Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5031821Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5045755Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5060049Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5073909Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5087798Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5101958Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5114726Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5128430Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5142468Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5155671Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5168765Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5181943Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5195105Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5207845Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5221141Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5233989Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5247634Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5261843Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5276208Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5289988Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5303661Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5317806Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5332208Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5346184Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5360206Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5374658Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5388612Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5402503Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5415681Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5429569Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5443443Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5456836Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5470154Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5483746Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5497559Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5510028Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5523127Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5536041Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5549430Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5562272Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5575919Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5589667Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5604303Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5617859Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5630833Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5644024Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5657160Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5670061Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5682884Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5695777Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5708874Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5721215Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5733720Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5746519Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5758787Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5771121Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5783697Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5796554Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5808747Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5822174Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5835330Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5849244Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5861942Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5874823Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5887902Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5900887Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5913479Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5926074Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5939266Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5951534Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5964748Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5977592Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.5990987Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6004329Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6017714Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6030735Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6043815Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6056519Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6069330Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6081931Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6095081Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6107538Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6121430Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6135167Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6148713Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6161433Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6174214Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6186746Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6199407Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6212152Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6225980Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6239226Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6253379Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6267415Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6281395Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6295155Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6308858Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6322537Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6336059Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6349530Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6362819Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6376141Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6389575Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6402622Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6415532Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6428740Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6442088Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6455650Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6468834Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6481805Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6494981Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6507801Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6520420Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6533245Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6545899Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6558449Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6572040Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6584587Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6598699Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6612813Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6627130Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6640478Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6653998Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6667493Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6680083Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6692729Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6705238Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6717633Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6730151Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6743814Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6756283Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6770266Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6784419Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6798403Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6812020Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6825643Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6838966Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6851893Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6864639Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6876898Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6889480Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6902266Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6915956Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6929840Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6944218Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6958044Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6971792Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.6986033Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7000067Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7014061Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7028235Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7042097Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7056181Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7070195Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7082912Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7096777Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7110603Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7124352Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7138336Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7151237Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7164623Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7178252Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7191505Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7204782Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7218941Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7232262Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7246123Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7260234Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7273795Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7287359Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7301327Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7314495Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7328123Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7341918Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7356001Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7369103Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7383046Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7396691Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7410176Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7423446Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7436542Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7449734Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7462863Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7476188Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7488891Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7503051Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7516644Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7530412Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7543913Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7557015Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7570235Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7583284Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7596102Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7609698Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7622753Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7635527Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7649103Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7662792Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7677331Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7691881Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7706063Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7720173Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7734421Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7748674Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7762625Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7777144Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7790703Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7805283Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7820261Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7834415Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7848238Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7863135Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7878373Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7893270Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7907344Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7920623Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7935425Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7949692Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7963782Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7978280Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.7992857Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8007176Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8021556Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8035798Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8048837Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8063062Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8076533Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8090045Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8103715Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8116581Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8129736Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8143777Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8156451Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8170233Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8183819Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8198395Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8212472Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8226657Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8241058Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8255700Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8270095Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8284635Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8299193Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8313404Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8328481Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8342298Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8358213Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8372147Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8387686Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8402020Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8416498Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8430870Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8445083Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8460070Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8472665Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8487022Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8501796Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8516286Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8530248Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8544318Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8558062Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8571386Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8584765Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8597566Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8610559Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8623569Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8637414Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8650549Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8664700Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8678500Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8692544Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8706176Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8719624Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8733153Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8746525Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8759844Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8773241Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8786598Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8799881Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8813811Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8828029Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8841274Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8854215Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8867177Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8879747Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8892541Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8905467Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8919348Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8933249Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8947361Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8960511Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8975018Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.8989378Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9003539Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9017936Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9031301Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9044297Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9058474Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9072257Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9085614Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9099938Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9113781Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9126976Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9140429Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9153500Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9166546Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9180068Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9193865Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9206915Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9220847Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9234532Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9247914Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9261433Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9274520Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9287531Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9301159Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9314756Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9328534Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9342654Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9355642Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9368102Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9381641Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9394814Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9407914Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9421058Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9433909Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9446679Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9459577Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9471860Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9484381Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9496972Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9510419Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9522892Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9537027Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9551245Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9565190Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9578638Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9591718Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9604810Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9617824Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9630326Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9642836Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9655501Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9668163Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9681292Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9693896Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9707846Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9721653Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9735666Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9748846Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9762125Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9774981Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9787523Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9800040Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9812649Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9825210Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9837727Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9850743Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9863238Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9876408Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9889670Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9902799Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9915567Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9928426Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9941168Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9953946Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9966341Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9978644Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:04.9990856Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0003475Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0015759Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0028523Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0041171Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0053987Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0066417Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0078797Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0091034Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0103432Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0115618Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0128277Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0140666Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0153341Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0165917Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0178895Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0191127Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0203728Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0215858Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0228148Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0240913Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0254078Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0267083Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0281102Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0295231Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0308984Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0322068Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0335182Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0348363Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0361468Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0374693Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0387811Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0400697Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0413539Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0424433Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0435232Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0445851Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0456973Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0468191Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0478744Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0489597Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0500491Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0511282Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0521798Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0532558Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0543414Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:05.0559398Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.0574697Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0589644Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0605302Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0620107Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0634920Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0649663Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0664669Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0679569Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0694819Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0708704Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0723581Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0738084Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0751798Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0765923Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0780546Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0794786Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0808687Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0822879Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0837039Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0851118Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0864779Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0879113Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0893544Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0907777Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0921875Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0936168Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0950714Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0964572Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0979427Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.0993386Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1008108Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1022374Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1036172Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1050606Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1065076Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1079143Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1093374Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1107812Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1121603Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1136228Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1150419Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1165129Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1179511Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1193929Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1207779Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1222362Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1236624Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1251168Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1265581Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1279841Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1294718Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1307604Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1321230Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1335092Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1349095Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1362269Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1375636Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1388708Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1401645Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1414668Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1427750Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1440922Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1455778Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1470598Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1485370Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1500376Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1514847Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1529360Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1544138Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1558694Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1573441Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1587549Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1600404Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1613813Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1627348Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1640660Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1653713Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1666773Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1679639Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1692357Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1704898Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1717518Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1729980Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1743024Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1758482Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1775451Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1791491Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1806847Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1822307Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1837717Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1853740Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1869554Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1885618Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1901684Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1917309Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.1933316Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1949323Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1965053Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1981033Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.1996197Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2012006Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.2027506Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2043064Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2059052Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2074421Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.2090205Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2105381Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2120306Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2135088Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2147781Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2161669Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2175260Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2189181Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2201616Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2214241Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2226996Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2239548Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2252313Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2266459Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2280491Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2294866Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2309119Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2322716Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2336386Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2349877Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2362664Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2375425Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2388051Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2400594Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2413500Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2427469Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2441279Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2454937Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2469226Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2483158Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2497120Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2511228Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2524497Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2538455Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2551717Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2565223Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2579197Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2592563Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2606011Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2619711Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2632566Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2645147Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2658028Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2670785Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2686545Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2701591Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.2715830Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2730669Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2744777Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2759256Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2773479Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2787679Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2801575Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2815485Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2829310Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2843299Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2856512Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2869541Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2882480Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2895783Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2909748Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2923542Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2936955Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2949922Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2963236Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2975721Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.2988965Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3001892Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3020683Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.3039003Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.3057173Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.3071219Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3085024Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3099128Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3113369Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3127643Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3141600Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3155358Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3169169Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3183098Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3196631Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3210452Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3224341Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3237939Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3251385Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3265583Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3280320Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3295517Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3310348Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3324771Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3339596Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3353975Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3368831Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3383097Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3398470Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3413674Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3429208Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.3444730Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.3460510Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3475737Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3491670Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.3507696Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.3522771Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3538368Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3553596Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3568664Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3584350Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3598432Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3612287Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3625432Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3638109Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3650843Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3663663Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3676435Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3690257Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3704027Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3717691Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3730597Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3744175Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3757108Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3770073Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3783292Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3796249Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3809716Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3822770Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3836095Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3849712Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3862665Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3875747Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3888817Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3902014Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3915022Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3928475Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3941766Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3955289Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3968600Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3982016Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.3995632Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4009113Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4022555Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4035574Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4048970Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4062109Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4075364Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4088578Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4101776Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4114709Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4127575Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4140776Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4153846Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4167102Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4180343Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4193512Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4206938Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4220234Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4233194Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4246347Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4259402Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4272268Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4285561Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4299503Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4313083Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4326738Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4340248Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4353446Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4366448Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4379138Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4391499Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4403686Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4416146Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4428486Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4441940Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4455280Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4468677Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4481983Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4495248Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4508363Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4521417Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4534689Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4547941Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4561023Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4574377Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4586795Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4600303Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4614072Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4627867Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4641094Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4654388Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4667610Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4679964Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4692471Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4704982Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4717272Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4729746Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4743098Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4756596Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4771337Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4785894Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4799402Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4813265Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4826644Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4840026Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4853579Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4867238Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4880764Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4893927Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4907897Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4922291Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4936240Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4949842Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4962602Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4975478Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.4988833Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5001566Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5016056Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5030194Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5043916Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5057850Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5071340Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5084629Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5098404Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5111644Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5124839Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5138494Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5151828Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5165423Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5179496Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5192755Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5205984Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5219517Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5232532Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5245995Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5259315Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5272501Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5286053Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5299064Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5313149Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5327216Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5341625Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5355177Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5368819Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5382526Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5395634Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5408542Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5421460Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5434135Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5446878Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5460363Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5473071Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5486639Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5500504Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5513658Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5526727Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5540146Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5552823Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5565556Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5579086Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5591334Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5604070Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5618295Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5632029Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5645964Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5660380Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5673891Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5687350Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5700948Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5714184Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5727749Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5741319Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5754381Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5767857Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5780955Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5794259Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5807816Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5821467Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5834133Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5846837Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5859636Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5872209Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5884889Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5898471Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5910883Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5923900Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5937092Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5950250Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5962940Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5975724Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.5988363Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6001087Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6013685Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6028131Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6042422Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6058139Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6072560Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6086958Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6102335Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6116756Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6131468Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6146114Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6160892Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6175594Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6190214Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6203894Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6218969Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6233673Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6247603Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6261818Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6275323Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6288917Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6302705Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6316326Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6329989Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6344189Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6357751Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6372400Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6387084Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6401033Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6415083Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6428931Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6442678Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6456482Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6470288Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6483987Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6498133Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6513080Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6528115Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6543170Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6557608Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6571842Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6586351Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6601052Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6615177Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6630323Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6644654Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6659057Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6673756Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6688121Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6703111Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6717422Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6731677Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6746153Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6760295Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6774068Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6787850Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6801515Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6815281Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6829096Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6842639Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6856832Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6870856Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6884551Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6898452Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6912148Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6925727Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6938873Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6951830Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6965275Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6978883Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.6992054Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7005084Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7018686Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7031482Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7044934Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7058295Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7071301Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7084814Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7098522Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7111376Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7124467Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7137794Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7150801Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7163652Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7176878Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7190408Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7203631Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7216929Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7230660Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7243487Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7256713Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7269776Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7283425Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7296687Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7310096Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7323187Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7336399Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7349523Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7362534Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7375661Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7388755Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7401759Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7415419Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7428844Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7441843Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7454965Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7468054Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7481461Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7494569Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7507420Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7520696Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7534013Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7547103Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7560100Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7573296Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7586382Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7599378Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7612502Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7626010Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7639193Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7652267Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7665225Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7678134Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7691271Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7704414Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7717319Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7730889Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7744216Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7757080Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7770054Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7783201Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7796278Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7809449Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7822393Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7835673Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7848781Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7862074Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7874980Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7887906Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7901382Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7914229Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7927330Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7940802Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7954024Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7967195Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7980461Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.7993564Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8006703Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8020507Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8033499Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8047173Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8060751Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8074093Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8087368Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8101013Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8114280Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8127220Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8142112Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8156848Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8172237Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8187316Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8201726Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8216347Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8231543Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8246550Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8261337Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8275252Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8289087Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8302453Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8315320Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8328254Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8341697Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8354496Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8367648Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8381382Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8394329Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8407781Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8421402Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8434461Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8447398Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8460646Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8473586Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8486866Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8499962Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8513096Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8526305Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8539519Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8552446Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8565352Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8578560Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8591690Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8604586Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8618131Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8631309Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8644173Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8657280Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8670297Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8683596Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8696460Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8709729Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8722632Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8736109Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8749193Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8762475Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8775202Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8788219Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8801076Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8814397Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8827779Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8842164Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8856042Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8869855Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8884161Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8898464Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8912367Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8926269Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8940518Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8954526Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8968719Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8981399Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.8995398Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9009380Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9023053Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9036102Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9049784Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9062172Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9074628Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9087103Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9100118Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9112422Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9126305Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9141015Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9155463Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9169626Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9183295Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9197541Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9211749Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9225847Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9239892Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9254023Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9268541Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9283084Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9297225Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9312072Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9325889Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9339949Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9354235Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9368379Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9382793Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9396907Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9411210Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9425697Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9439744Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9453791Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9467973Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9481212Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9493833Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9506383Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9519024Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9532528Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:05.9549727Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9565344Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9583618Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9602997Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9621845Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9639801Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9657770Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9674468Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9690456Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9706442Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9722242Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9738658Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9757462Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9774097Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9794982Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9815996Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9835740Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9853979Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9871507Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9889693Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9906196Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9921906Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9937839Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9953555Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9969259Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:05.9986405Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0001802Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.0020861Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0040443Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0059511Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0076931Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0094412Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0112158Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0128333Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0144167Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0159774Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0175520Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0191367Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0207917Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0223468Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.0241109Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0259534Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0276410Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0293287Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0310592Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0326793Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0342853Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0358213Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0373897Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0389648Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0406205Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0422140Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0439149Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0455720Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0473352Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0489556Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0505542Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0521326Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0536848Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0552353Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0568548Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0583951Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0600447Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0617134Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0634556Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0650562Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0666105Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0681635Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.0697340Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0713109Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0729555Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0745250Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0763419Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0782579Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0800408Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0817727Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0834385Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0851920Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0867923Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0883571Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0899381Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0915122Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.0930562Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.0943161Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.0954969Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.0966924Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.0979094Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.0991142Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.1003045Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.1015185Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.1027310Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.1039309Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.1051354Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.1063550Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.1075420Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:06.1095442Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1114124Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1133608Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1153240Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1171836Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1190249Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1208879Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1227527Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1246061Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1265025Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1284261Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1306498Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1328227Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1347781Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1367033Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1386240Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1405235Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1424630Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1443551Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1462968Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1482102Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1501095Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1520867Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1540292Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1559481Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1578742Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1597752Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1616910Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1635834Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1655055Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1674356Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1696198Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1717990Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1737376Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1756832Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1776014Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1795310Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1814477Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1833609Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1852778Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1872023Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1891255Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1913105Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1935312Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1954627Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1974306Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.1993307Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2012202Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2031160Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2049944Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2069056Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2087594Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2103788Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2121528Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2139841Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2158462Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2175962Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2193491Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2209799Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2225983Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2241372Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2257143Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2272466Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2291428Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2310206Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2329422Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2350178Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2370409Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2394652Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2414645Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2435003Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2455191Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2471794Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2486689Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.2504190Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2522104Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2539268Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2556059Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2572287Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2589703Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2605895Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2621691Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2636926Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.2652550Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2668198Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2688088Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2708361Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2728392Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2748166Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2767583Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2787418Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2806998Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2826799Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2848540Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2870497Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2891716Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2912390Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2932471Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2952672Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2973478Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.2993596Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3015115Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3036014Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3058123Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3078055Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3098456Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3118661Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3178265Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3178750Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.3204322Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.3229641Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3258097Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.3281771Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3304582Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3326111Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3345352Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3366051Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3385224Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3403835Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3425918Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3450864Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3473426Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3492875Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3511598Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3529701Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3548134Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3564122Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3579504Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.3594435Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.3609711Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.3624832Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.3643155Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3661728Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3680202Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3698874Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3717285Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3735897Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3754244Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3772557Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3790851Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3808831Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3828511Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3846569Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3865010Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3883806Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3902088Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3918250Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.3933692Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.3949317Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.3964233Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.3984027Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4002198Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4021605Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4040697Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4060226Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4078882Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4097208Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4115511Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4133890Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4153227Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4172551Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4188653Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4203728Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4218292Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4233056Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4247690Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4264839Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4282520Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4300345Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4315755Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4330473Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4345092Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4359654Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4374323Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.4399481Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4426504Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.4454225Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.4472510Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4490884Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4508885Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4529066Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4549063Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4566738Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4585077Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4603175Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4621596Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4639563Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4657985Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4675959Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4694610Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4713827Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4733488Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4753366Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4773542Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4792662Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4810345Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4828468Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4846268Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4864278Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4881599Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4899303Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4916785Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4935563Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4958590Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.4981866Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5000432Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5019256Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5037369Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5055369Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5073306Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5091428Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5109266Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5127311Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5145621Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5163613Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5179961Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5194944Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.5210016Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.5224941Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.5240443Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.5283912Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:06.5301299Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5320343Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5339345Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5356714Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5374267Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5391871Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5409232Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5426529Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5444213Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5461970Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5480952Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5500949Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5520408Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5539312Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5558343Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5576745Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5595782Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5623325Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.5644674Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5673373Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.5701540Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.5724492Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5749596Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5772983Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5794536Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5818187Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5843620Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.5864557Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5890733Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.5916729Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.5938427Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5959988Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.5990387Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6001844Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6024958Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6050307Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6070643Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6096956Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.6122763Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:06.6143749Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6164976Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6185799Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6206257Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6229300Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6246765Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6266089Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6285766Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6304971Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6322693Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6340914Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6358421Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6374080Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6388813Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6403207Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6418116Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6432636Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6449692Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6467186Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6485559Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6503909Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6522634Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6540266Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6557715Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6575305Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6592982Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6610511Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6628300Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6643820Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6662160Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6681189Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6700219Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6718074Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6735881Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6753662Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6769334Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6784015Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6798359Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6813177Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6827961Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.6844921Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6862163Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6881559Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6901003Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6919066Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6937183Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6954965Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6972567Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.6990413Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7007177Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7024580Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7041701Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7059708Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7077690Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7095456Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7111141Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7125857Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7140764Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7155408Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7170232Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7187335Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7205128Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7223234Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7241007Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7259206Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7277239Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7294936Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7312913Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7330762Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7348566Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7365808Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7385730Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7406010Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7423929Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7442035Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7459281Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7476533Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7493996Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7511218Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7528289Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7546069Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7561524Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7580476Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7601380Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7621097Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7639348Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7657227Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7675050Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7691120Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7706770Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7721620Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7737211Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7752456Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7767568Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7782527Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7799223Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7816645Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7833179Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7849151Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7865866Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7881281Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7896195Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7911273Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7926007Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7941293Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.7958828Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7976334Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.7996830Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8016785Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8035199Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8053760Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8070906Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8088314Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8106223Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8123807Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8141789Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8159355Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8174937Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8192493Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8210405Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8228171Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8243791Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8258644Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8273480Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8289279Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8304699Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8320630Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8335700Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8351792Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8368628Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8385639Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8401296Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8416496Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8431641Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8446543Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8461887Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:06.8479767Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8498509Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8520682Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8543199Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8561970Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8581233Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8599761Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8618498Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8637139Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8655659Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8674270Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8693153Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8710842Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8732762Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8755084Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8776315Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8796055Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8815019Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8834018Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8853348Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8872531Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8891700Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8912520Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8931781Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8956105Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.8981759Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9002977Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9024652Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9044416Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9063763Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9082792Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9101934Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9120940Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9140354Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9161185Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9183513Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9203196Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9223862Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9243308Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9263257Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9283164Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9301716Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9320670Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9340341Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9358489Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9376874Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9395339Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9413547Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9431744Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9449426Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9469021Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9488036Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9506396Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9524536Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9543079Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9561100Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9579444Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9597046Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9616104Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9634942Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9653012Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9671222Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9689163Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9707165Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9725095Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9743205Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9762276Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9781586Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9800393Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9818947Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9836578Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9854609Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9872603Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9891254Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9909014Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9927486Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9946314Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9963878Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9982488Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:06.9999974Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0017951Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0036170Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0054001Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0073995Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0092850Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0111176Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0129558Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0147544Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0165459Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0183583Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0206967Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0225237Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0244320Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0263953Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0283537Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0302973Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0321323Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0340296Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0359153Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0377385Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0396408Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0416607Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0435294Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0454080Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0472053Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0490531Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0508956Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0526937Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0546002Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0565449Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0582912Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0600493Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0618393Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0635661Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0653998Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0671199Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0690272Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0709438Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0727222Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0745610Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0763558Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0781805Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0799997Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0818243Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0838743Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0857936Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0875922Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0894221Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0912220Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0930117Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0948220Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0965929Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.0984962Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1003614Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1022142Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1040767Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1058973Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1078550Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1098177Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1116461Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1135293Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1153636Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1171841Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1189860Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1207650Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1225643Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1243835Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1261588Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1280180Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1298853Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1317601Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1336332Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1353514Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1371099Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1389425Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1408337Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1427142Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1446578Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1465745Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1484612Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1503927Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1522613Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1541728Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1560885Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1578616Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1597030Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1615106Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1631973Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1649145Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1666622Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1683599Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1700926Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1743970Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.1761468Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1781961Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1801573Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1820074Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1838305Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1858763Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1877124Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1894861Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1913603Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1933325Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1953109Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1971730Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.1990691Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2009489Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2028604Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2047087Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2065945Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2084564Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2103537Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2121066Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2139340Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2157037Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2174943Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2193187Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2210162Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2228716Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2246931Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2264509Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2281984Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2299560Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2316884Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2334310Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2352162Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2369846Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2389751Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2410036Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2428477Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2446851Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2464624Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2481997Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2499689Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2517154Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2534743Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2552547Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2568343Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2586722Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2605750Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2625084Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2642476Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2660428Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2676092Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2690973Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:07.2705669Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:07.2720523Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:07.2735507Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:07.2753059Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2771136Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2792782Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2814346Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2833140Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2851662Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2869894Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2887988Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2906416Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2924552Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2943085Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2961640Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.2979398Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3000419Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3022309Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3040267Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3058813Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3076729Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3093981Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3111761Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3128783Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3146496Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3163978Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3182940Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3201383Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3217366Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3232402Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:07.3246902Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:07.3262152Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:07.3277440Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:07.3303258Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3322297Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.3375568Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:07.3412477Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.3418189Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.3422790Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.3464325Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.3496070Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3528268Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3562142Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3567610Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.3573263Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.3609088Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3645190Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.3677384Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3683538Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.3687975Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.3718603Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3751222Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3783220Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3820930Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.3851980Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3892843Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.3922358Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3952501Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3983495Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.3988596Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.3993433Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.4026883Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4061040Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4091855Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4096904Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.4101895Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.4131654Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4163596Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4194973Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4200859Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.4205335Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.4236384Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4269143Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4299434Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4304794Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.4310399Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.4338702Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4368137Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4397231Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4423085Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4450508Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4477383Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4508572Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4534672Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4569509Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4595996Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4622865Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4649723Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4679044Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4705408Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4740183Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4765951Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4792944Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4822893Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4865708Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.4908058Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.4937928Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.4971691Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5002058Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5053968Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:07.5106563Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:07.5140973Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5177375Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.5210320Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5248769Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.5276628Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5304273Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5623936Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:07.5684807Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:09:07.5745804Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:09:07.5781068Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5814698Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5848324Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5881715Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5913032Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5946250Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.5977005Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6009156Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6043652Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6071682Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6109361Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.6136962Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6164876Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6170797Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.6175453Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.6180294Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.6206090Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.6235156Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6240080Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.6270820Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6302812Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6331326Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6362038Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6389553Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6426392Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.6454592Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6483330Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6513865Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6545440Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6575874Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6581455Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.6587227Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.6592284Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.6597579Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.6641794Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.6690884Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:07.6728511Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.6768373Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.6812949Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.6857617Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.6902049Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.6930577Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6956304Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.6982246Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7009440Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7032926Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7064474Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7084977Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7107288Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7130622Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7156071Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7178294Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7208285Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7228092Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7249874Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7273383Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7298192Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7319174Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7349203Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7368624Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7390408Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7414074Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7444212Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7464209Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7485765Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7509840Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7540132Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7559824Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7581804Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7605046Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7630830Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7652427Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7681855Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7701728Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7723122Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.7732768Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:07.7741940Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:07.7750377Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:07.7758889Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:07.7767351Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:07.7775976Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:07.7780893Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.7816064Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7852704Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.7883015Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.7922538Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.7960633Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.7993960Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8029374Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8064514Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8101525Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.8139781Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.8174247Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8180291Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.8185588Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:07.8222681Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.8260381Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.8293750Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8334887Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.8373478Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.8404958Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8438557Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8462295Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.8486825Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.8507831Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.8541352Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8561372Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.8583116Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.8613071Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8647242Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8682113Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8700796Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:09:07.8712668Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:09:07.8724212Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:09:07.8736405Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:09:07.8748287Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:09:07.8760593Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:09:07.8773293Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:09:07.8785910Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:09:07.8798420Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:09:07.8831722Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8871375Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.8901440Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8931479Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8958856Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.8989977Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9016419Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9050667Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9076196Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:07.9102689Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9134358Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9163222Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9194539Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9225897Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9254921Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9285609Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9315835Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9344780Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9374822Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9408767Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9440317Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9475516Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9508090Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9544180Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.9573464Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9601572Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9630233Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9657881Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9684370Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9712326Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9743657Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9772771Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9803794Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9847919Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:07.9853663Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:07.9882499Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9909280Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9937613Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9968907Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:07.9997828Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0028802Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0056703Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0090770Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0119638Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0158991Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.0185543Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0212896Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0244269Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0288775Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.0328315Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.0358777Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0390458Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0419522Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0447240Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0476415Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.0797930Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:08.0862081Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:09:08.0925328Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:09:08.0930878Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.0935618Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0940714Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0945649Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0950059Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0954663Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0959925Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0964139Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0969163Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0973412Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0978411Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.0982707Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1012357Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1043618Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1071155Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1106894Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.1133777Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1160743Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1166084Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.1202354Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.1229194Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1256530Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1282653Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1310273Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1334398Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.1368370Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1393680Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.1420167Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1425846Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.1430248Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1435141Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1471250Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.1497812Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1524941Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1553534Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1579326Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1606900Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1634668Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1660934Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1687134Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1715773Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1742249Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1769090Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1797246Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1823559Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1850441Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1876901Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1881624Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1886495Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1911637Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.1938413Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.1943683Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.1948583Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1953265Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1957785Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1962635Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1967305Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.1996045Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2001542Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.2006107Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.2033675Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2062688Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2068173Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.2072651Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.2077175Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.2082011Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.2104318Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.2133244Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2152857Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.2173778Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.2202908Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2245436Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.2284497Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.2314825Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2348210Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2379854Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2431919Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:08.2481352Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:08.2512448Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2545966Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2578488Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2626510Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:08.2671535Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.2702349Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2734427Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2819664Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:09:08.2889388Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:09:08.2923778Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.2960460Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.2995378Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3032995Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3066899Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3102128Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3135432Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3169681Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3200196Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3229456Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3259417Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3293271Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3328146Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3373929Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:08.3416073Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3459866Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3498812Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3545165Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:08.3582000Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3625665Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3661153Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.3697280Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3742956Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3788961Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:08.3835332Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3883708Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:09:08.3924378Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.3966112Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4007629Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4054325Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4093126Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4133208Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4172835Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4209863Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4245414Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.4569412Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:08.4633098Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:09:08.4696096Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:09:08.4735059Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4775291Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4815055Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4854510Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.4885620Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.4919425Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.4947788Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.4982362Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5013997Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5043331Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5073532Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5101096Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5131107Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5158308Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5197975Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.5225397Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5252032Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5257402Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.5299868Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.5338468Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.5369317Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5405472Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.5438785Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5481552Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.5519336Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:08.5551701Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5585508Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5613014Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5639100Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5666085Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5678570Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5704773Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5733907Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.5739802Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.5751515Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5763066Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5775581Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5787090Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5797881Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5808514Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5817774Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.5826430Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.5838809Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5848523Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.5853907Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.5859062Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.5870952Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5883513Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5896177Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5908725Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5921182Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5930970Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.5939800Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.5951676Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5960814Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.5965613Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.5970974Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.5982713Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.5994882Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6007317Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6019225Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6030880Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6040117Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6049494Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6061462Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6071187Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6101612Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.6130306Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.6142665Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6154439Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6166357Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6179000Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6190550Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6202091Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6211495Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6220561Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6232596Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6242434Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6247594Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.6252781Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.6264825Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6277201Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6289685Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6302587Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6314833Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6324668Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6333146Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6344308Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6353189Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6357674Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.6362836Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.6374322Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6385956Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6398943Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6410358Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6421754Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6431035Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6439764Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6451788Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6461376Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6466416Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.6471007Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.6482672Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6495234Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6507739Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6520113Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6532593Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6542392Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6551126Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6562609Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6571921Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6576912Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.6582037Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.6593801Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6606536Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6619354Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6630919Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6642505Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6651803Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6660820Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6669641Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6680516Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6691280Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6702091Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6710924Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6719755Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6731739Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6744268Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6756560Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6768314Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6780366Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6792086Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6801683Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6810481Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6821909Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6830837Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6857856Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.6885516Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.6911847Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.6923734Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6935450Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6947756Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6959423Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6970106Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6981092Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6989924Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.6998687Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7010043Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7019192Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7045114Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.7072786Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.7099573Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.7111115Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7122461Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7134450Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7145695Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7156386Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7166968Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7176435Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7185020Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7196932Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7206514Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7241518Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.7273471Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.7286328Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7299394Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7312295Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7325132Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7338321Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7348449Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7357673Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7370136Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7380259Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7385849Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.7418370Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.7431405Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7444211Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7457112Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7469879Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7482492Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7488318Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.7497656Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7502573Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.7511462Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7522674Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7534247Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7546115Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7558276Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7569866Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7581477Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7590475Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7599293Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7610754Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7619901Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7631244Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7643056Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7655106Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7666845Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7678151Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7687090Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7695944Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7707784Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7717352Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7729118Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7741765Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7753986Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7766450Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7778817Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7788405Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7797289Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7808975Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7818824Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7830607Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7843020Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7855605Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7868095Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7880597Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7890384Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7899644Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7910726Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7919609Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.7931779Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7944612Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7957847Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7970466Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7983373Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7993153Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8002149Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8014038Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8023233Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8034776Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8046512Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8058657Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8071182Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8082791Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8094553Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8103815Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8112873Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8118096Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.8126970Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8131898Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.8136900Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.8149480Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8162822Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8175971Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8188462Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8200551Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8209960Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8219268Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8223794Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.8232392Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8244245Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8256878Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8269683Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8282232Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8294812Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8304606Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8313435Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8325365Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8334363Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8362463Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.8391701Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.8419074Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.8430785Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8443220Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8454801Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8466831Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8477860Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8488992Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8497960Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8506754Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8518748Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8531424Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8544114Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8556147Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8568001Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8580126Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8589768Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8598588Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8610085Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8621996Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8633713Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8646095Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8660135Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8672574Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8685186Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8698238Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8710783Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8719927Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8731576Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8743332Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8754854Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8766333Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8778204Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8783871Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.8792863Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8819261Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.8846275Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.8872148Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.8885170Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8894940Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.8919625Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.8946865Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.8971070Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.8982601Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8994004Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9005393Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9016536Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9027812Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9038796Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9047952Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9057023Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9069137Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9078376Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9102572Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.9128423Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:08.9152166Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.9163182Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9174583Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9186429Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9197689Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9208745Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9220149Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9229354Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9238415Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9250608Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9260020Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9283214Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.9305915Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.9316974Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9327883Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9339243Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9350621Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9361366Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9372477Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9381855Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9390741Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9402943Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9412177Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9423451Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9434606Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9445750Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9456919Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9468099Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9479103Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9488225Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9497298Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9509743Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9518975Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9530179Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9541782Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9553079Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9564269Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9575545Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9587040Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9596286Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9605260Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9617736Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9627126Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9650942Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.9675292Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.9699070Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.9710420Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9721940Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9733542Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9745080Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9756445Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9768169Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9778077Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9787484Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9796658Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9805762Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9814856Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9824208Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9833448Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9842724Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9851938Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9861348Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9870692Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9879779Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9888879Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9898591Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:08.9903956Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.9913678Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:08.9929282Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9944382Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9958976Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9972804Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9986650Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9996682Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0005714Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0019514Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0029329Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0066649Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:09.0104189Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:09.0119033Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0132955Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0146891Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0159965Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0173163Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0183234Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0192003Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0204440Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0214084Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0226478Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0239257Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0252025Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0264965Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0277583Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0287068Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0296045Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0308799Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0318523Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0353612Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.0389421Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:09.0404291Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0417559Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0430450Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0443203Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0456138Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0465727Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0474487Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0486930Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0496558Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0531299Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.0564953Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.0578349Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0591279Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0604220Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0617595Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0629969Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0639543Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0648292Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0660382Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0669465Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0694463Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.0717546Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.0728469Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0739743Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0750413Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0760968Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0771671Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0782376Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0791196Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0799993Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0813378Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0823295Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0836059Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0848927Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0862433Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0875292Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0888687Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0899041Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0907910Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.0922452Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0936607Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0949956Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0962910Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0976075Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0989489Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0995115Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.1003668Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1016825Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1030325Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1043589Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1056812Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1070125Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1083217Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1089310Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.1099028Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1112990Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1127068Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1142007Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1155609Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1169672Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1182985Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1188745Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.1197614Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1210178Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1219440Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1230983Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1243421Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1255352Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1266501Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1277231Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1288163Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1297050Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1305759Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1317785Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1346862Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.1377274Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.1405935Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.1420343Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1433565Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1446251Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1457899Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1468760Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1479646Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1488578Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1497688Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1511469Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1525750Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1539008Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1551654Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1564652Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1577186Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1590198Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1602144Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1615115Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1629493Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1642642Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1655951Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1669231Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1682783Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1695254Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1707468Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1719491Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1732053Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1743809Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1755245Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1766247Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1777289Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1788286Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1797329Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1806149Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.1818932Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1831825Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1844470Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1850277Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.1855473Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.1868182Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1880728Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1893387Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1906609Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1919485Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1932265Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1945310Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1975012Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.2011934Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.004s) 2022-09-27T16:09:09.2023883Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2036128Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2048757Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2061352Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2072995Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2084627Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2093810Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2102895Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2114988Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2151369Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:09.2188135Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:09.2201660Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2215096Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2228674Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2242001Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2255495Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2266100Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2275768Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2288815Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2301394Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2313723Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2325566Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2337655Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2349271Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2359060Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2368919Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2382266Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2391989Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2404736Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2417703Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2430313Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2443057Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2455746Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2465768Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2475677Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2481515Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.2486881Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.2491796Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.2496895Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.2501837Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.2506708Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.2511788Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.2516578Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.2521274Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.2535012Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2544297Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2557072Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2570170Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2582475Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2594447Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2606461Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2615416Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2624078Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2636558Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2645374Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2658055Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2670213Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2682056Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2694399Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2706363Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2715353Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2723712Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2736390Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2745349Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2757982Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2770996Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2783664Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2795658Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2808072Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2816962Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2826090Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.2837420Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2865393Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.2894409Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.2922678Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.2936251Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2949136Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2961681Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2972818Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2984236Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2995078Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3004426Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3013788Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3019220Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.3029373Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3044006Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3057749Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3070641Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3083390Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3095876Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3108363Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3118281Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3128050Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3140661Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3150480Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3176910Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3204525Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3231132Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3244014Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3256393Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3268913Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3280351Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3292093Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3303683Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3313463Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3323003Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3329115Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.3338863Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3372804Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3402260Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3415285Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3428376Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3441569Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3454867Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3468068Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3481214Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3491812Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3501743Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3515170Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3528531Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3542311Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3554326Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3565838Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3577809Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3587535Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3597123Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3610378Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3624111Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3637521Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3651662Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3665207Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3678344Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3692061Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3705724Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3718906Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3732662Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3743108Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3775498Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3810399Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3824505Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3837864Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3851237Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3864663Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3877809Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3888230Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3898073Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3910397Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3920113Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.3949248Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3982266Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.3988402Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.4001093Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4013689Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4026751Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4038713Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4050178Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4061117Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4070325Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4079091Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4092233Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4102128Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4107097Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4112211Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4124639Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4137787Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4149713Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4161531Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4173616Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4182576Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4191388Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4203373Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4212646Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4224715Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4236929Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4250474Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4262885Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4273742Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4284739Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4294025Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4303127Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4314896Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4324117Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4334997Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4346353Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4357499Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4368694Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4380156Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4391234Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4400935Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4410130Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4424754Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4434449Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4471712Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:09.4507765Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.4524617Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.4539275Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4553725Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4568187Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4582482Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4592873Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4602428Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4616332Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4626567Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4667328Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:09.4705503Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:09:09.4720078Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4733294Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4745789Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4758063Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4770058Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4780306Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4789781Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4802335Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4812411Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4817254Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4849936Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.4862455Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4874772Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4887477Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4899804Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4912162Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4917925Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.4926556Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4931659Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4936491Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4941382Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4946412Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4951383Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4956412Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4961676Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4966707Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.4976014Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.4987837Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4999764Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5012432Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5023845Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5035082Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5044087Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5053123Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5062199Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5073748Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5085159Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5096578Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5108042Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5119355Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5128289Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5137401Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5146031Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5157476Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5168913Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5180556Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5191852Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5203261Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5212288Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5221155Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5229927Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5241401Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5252996Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5264583Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5275978Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5287391Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5296675Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5305746Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5310883Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.5319558Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5330679Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5342009Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5353173Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5364381Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5375715Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5384719Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5393376Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5402143Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5413207Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5424588Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5435696Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5446915Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5458357Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5467362Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5476114Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5487445Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5496474Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5508138Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5520415Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5532567Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5543835Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5555062Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5563917Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5572690Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5581414Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5592572Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5603846Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5615079Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5626464Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5637660Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5643013Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.000s) 2022-09-27T16:09:09.5651889Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5660787Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5672107Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5683584Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5695181Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5706589Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5717908Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5726975Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5735982Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5744869Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5756313Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5767607Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5779319Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5790658Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5801977Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5811219Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5820215Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5829057Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5840422Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5852017Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5863546Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5874920Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5886271Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5895520Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5904421Z test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5913310Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5924612Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5936425Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5948766Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5960496Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5972328Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5981602Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5990441Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.5999374Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6011664Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6023910Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6035646Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6047667Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6059677Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6068717Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6077839Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6086811Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6099666Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6111705Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6123793Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6135571Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6147490Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6156721Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6165776Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6179742Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6189183Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6202381Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6215303Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6228478Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6241305Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6254158Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6264403Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6273255Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6282221Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6293927Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6305592Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6317417Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6329093Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6340975Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6350221Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6359236Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6372105Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6381510Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6394040Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6406104Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6418596Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6430884Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6443073Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6452456Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6461648Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6470643Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6482234Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6493941Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6505715Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6517242Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6528666Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6538065Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6547052Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6556374Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6567639Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6579417Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6590962Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6602551Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6614371Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6623668Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6632753Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6641771Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6653622Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6665342Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6676968Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6688616Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6700548Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6709696Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6718711Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6724222Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.6733351Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6763789Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.6794045Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.6807333Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6820665Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6833189Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6846041Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6858805Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6868692Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6877713Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6882960Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.6891710Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6896730Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.6901857Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.6912959Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6924742Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6937050Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6948513Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6959374Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6970175Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6978994Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6987744Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.6992796Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:09.7001449Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.7035865Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.7070960Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.7084658Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7117342Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.7130079Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7143692Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7156444Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7166320Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.7175193Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.7187185Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7196681Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.7229605Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.7263062Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:09.7276420Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7289602Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7302298Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7315199Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7328044Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7338076Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.7347070Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.7359295Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7372136Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7384899Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7396954Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7409283Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7421423Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7431216Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.7440262Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:09:09.7675309Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:09.8230583Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:09:09.8997109Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:09:09.9279055Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:09.9700852Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:09.9923812Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:10.0118165Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:10.0280948Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:10.0424403Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:10.0572236Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:10.0746667Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:10.0923842Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:10.1261621Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:10.2152388Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:09:10.3669879Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:09:10.5039736Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:09:10.5333817Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:10.5708069Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:10.5974046Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:10.6271514Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:10.6580575Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:10.7034736Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:10.7364419Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:10.7690214Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:10.8596037Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:09:11.0093810Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:09:11.1515148Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:09:11.1837322Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:11.2190224Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:11.2529400Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:11.2906481Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:11.3277033Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:11.3754785Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:09:11.4194136Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:11.4475439Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:11.5246767Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:09:11.6008844Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:09:11.6526459Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:09:11.7043046Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:09:11.7298491Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:11.7584972Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:11.7892543Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:11.8197485Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:11.8511862Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:11.8936403Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:11.9344908Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:11.9623986Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:12.0449783Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:09:12.2184755Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:09:12.3405036Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:09:12.3681087Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:12.4053882Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:12.4338138Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:12.4650487Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:12.4967263Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:12.5381961Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:12.5708206Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:12.6059918Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:12.7101724Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:09:12.7106929Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:12.7112185Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:12.7454789Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:12.7830536Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:12.8179681Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:12.8556142Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:12.8935955Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:12.9387087Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:12.9844393Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:09:13.0143628Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:13.1016084Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:09:13.2374618Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:09:13.3279641Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:09:13.3611474Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:13.3958884Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:13.4277803Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:13.4624353Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:13.4981299Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:13.5428631Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:13.5844007Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:13.6348565Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:09:13.7256135Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:09:13.8556888Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:09:13.9569785Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:09:14.0062407Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:14.0540556Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:09:14.0858023Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:14.1177404Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:14.1501396Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:14.1949013Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:14.2284145Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:14.2619519Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:14.2761557Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:14.2907184Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:14.3056315Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:14.3228495Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:14.3402567Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:14.3581024Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:14.3747024Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:14.3974180Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:14.4123134Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:14.4281578Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:14.4442145Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:14.4736399Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:14.5043289Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:14.5228111Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:14.5561178Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:14.6156065Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:09:14.6851434Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:09:14.7257673Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:14.7613647Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:14.7771374Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:14.7960903Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:14.8099537Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:14.8241980Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:14.8386143Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:14.8555153Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:14.8729458Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:14.8907958Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:14.9243954Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:14.9689279Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:15.0392674Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:09:15.0754607Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:15.1144387Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:15.1306286Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:15.1502649Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:15.1644952Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:15.1792417Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:15.1944449Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:15.2120374Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:15.2300370Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:15.2494407Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:15.3334802Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:09:15.4580817Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:09:15.5959748Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:09:15.6194412Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:15.6641550Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:15.6854063Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:15.7242001Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:15.7637791Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:15.8032874Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:15.8439028Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:15.8709128Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:15.9349778Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:09:16.0554376Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:09:16.1622534Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:09:16.1913055Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:16.2191571Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:16.2474645Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:16.2757346Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:16.3050859Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:16.3340575Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:16.3633642Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:16.3826968Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:16.4611913Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:09:16.5022733Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:16.5199099Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:16.5410837Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:16.5634968Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:16.5859612Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:16.6093253Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:16.6404060Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:16.6738920Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:18.3395786Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.666s) 2022-09-27T16:09:18.4108937Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:09:18.6567455Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-09-27T16:09:18.9042408Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-09-27T16:09:18.9490648Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:18.9915402Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:19.0348246Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:19.0771129Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:19.1195190Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:19.1610277Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:19.2147971Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:09:19.2554628Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:09:19.2955326Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:09:19.3379632Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:19.3795064Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:19.4221985Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:19.4636234Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:19.5007450Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:19.5430291Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:19.6151344Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:09:19.6537965Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:19.6921013Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:19.7338815Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:19.7766692Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:19.8197646Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:19.8615907Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:19.8988892Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:19.9489332Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:09:20.0193683Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:09:20.0564396Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:20.0952328Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:20.1316532Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:20.1658775Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:20.2028173Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:20.2375079Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:20.2688149Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:20.2930845Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:20.3467883Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:09:20.3940017Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:09:20.4173241Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:20.4427470Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:20.4698712Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:20.4970063Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:20.5244109Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:20.5508374Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:09:20.5776427Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:20.5963561Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:20.6398043Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:20.7212183Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:09:20.7779954Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:09:20.7974043Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:20.8247244Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:20.8477908Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:20.8695945Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:20.8920468Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:20.9144507Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:20.9403566Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:09:20.9743754Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:21.0361692Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:09:21.0680215Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:21.1072763Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:21.1449352Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:21.1813881Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:21.2193278Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:21.2559464Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:21.2906359Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:21.3094491Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:21.3445054Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:21.3976411Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:09:21.4709523Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:09:21.5117301Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:21.5485598Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:21.5651129Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:21.5871588Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:21.6022251Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:21.6181666Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:21.6354618Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:21.6533531Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:21.6719972Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:21.6906291Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:21.7073307Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:21.7276946Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:21.7430480Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:21.7593379Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:21.7761976Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:21.8060485Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:21.8387756Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:21.8610748Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:21.9075765Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:09:21.9312107Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:21.9538362Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:21.9812959Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:22.0262959Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:22.0472688Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:22.0712859Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:22.1674486Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:09:22.3604699Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-09-27T16:09:22.4542478Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:09:22.5490429Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:09:22.6481019Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:09:22.7467725Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:09:22.8453839Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:09:22.9493468Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:09:23.0461396Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:09:23.0750038Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:23.1327132Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:09:23.1543187Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:23.1713256Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:23.2053300Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:23.2412396Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:23.3018572Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:09:23.3218795Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:23.3536644Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:23.3655932Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:23.3814577Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:23.3957451Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:23.4101283Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:23.4250033Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.4431227Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:23.4614182Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:23.4779649Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:23.5121573Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:23.5475043Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:23.6052875Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:09:23.6237538Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:23.6548175Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:23.6651806Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:23.6801337Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.6947626Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.7094305Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.7242836Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.7423089Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:23.7604322Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:23.7765280Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:23.8109189Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:23.8424973Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:23.8627541Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:23.8948552Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:23.9061141Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:23.9212447Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.9359250Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.9505926Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.9658815Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:23.9838515Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:24.0021778Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:24.0185876Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:24.0724041Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:09:24.1049371Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:24.1165750Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:24.1323059Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:24.1479401Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:24.1639387Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:24.1802283Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:24.2041311Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:24.2286262Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:24.2458230Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:24.3004797Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:09:24.3327770Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:24.3439124Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:24.3590649Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:24.3741608Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:24.3891793Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:24.4048399Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:24.4281403Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:24.4527594Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:24.4691419Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:24.5046097Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:24.5383923Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:24.5919641Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:09:24.6094374Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:24.6417371Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:24.6520708Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:24.6671705Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:24.6818084Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:24.6967525Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:24.7123447Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:24.7298533Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:24.7480876Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:24.7490601Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7495459Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:24.7503086Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7510682Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7518613Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7526142Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7533836Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7541555Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7549155Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7556752Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7564392Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.7572206Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:24.8026705Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:24.8767925Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:09:24.9202348Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:24.9846706Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:09:25.0274515Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:25.0696661Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:25.1128440Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:25.1554068Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:25.2015202Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:09:25.2285531Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:25.3282666Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:09:25.4391136Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:09:25.5310576Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:09:25.5603414Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:25.5900600Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:25.6228826Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:25.6569709Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:25.6918807Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:25.7355350Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:25.7802219Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:25.8120962Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:25.8961793Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:09:25.9252261Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:25.9605690Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:25.9974188Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:26.0319603Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:26.0679325Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:26.1132460Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:26.1569643Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:26.1801392Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:26.2760526Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:09:26.3782097Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:09:26.4668865Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:09:26.4930440Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:09:26.5206692Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:26.5487085Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:26.5811020Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:26.6122552Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:26.6489225Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:26.6866445Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:26.7057217Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:26.8015622Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:09:26.9082411Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:09:27.0016320Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:09:27.0373352Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:27.0621581Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:27.0837034Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:27.1142770Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:27.1485596Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:27.1849178Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:27.2213360Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:27.2379042Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:27.2722988Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:27.2986864Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:09:27.3164211Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:27.3494956Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:27.3605648Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:27.3755134Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:27.3903246Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:27.4050894Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:27.4211580Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:27.4391151Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:27.4568249Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:27.4816386Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:27.5991270Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:09:27.6199115Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:27.6481635Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:27.7259810Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:09:27.8012486Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:09:27.8772457Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:09:27.9531086Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:09:28.0295654Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:09:28.0829995Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:09:28.1392919Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:09:28.2014787Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:09:28.2584073Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:09:28.3099790Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:09:28.3732404Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:09:28.4243085Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:09:28.4767589Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:09:28.5966348Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:09:28.7126044Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:09:28.8586450Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:09:28.9875709Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:09:29.1197601Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-09-27T16:09:29.2566197Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:09:29.3706039Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:09:29.5031339Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-09-27T16:09:29.6863807Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-09-27T16:09:29.8539232Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:09:30.0740344Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-09-27T16:09:30.2667645Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-09-27T16:09:30.4490073Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-09-27T16:09:30.6353188Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-09-27T16:09:30.8164403Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:09:30.9911887Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:09:31.0164820Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:31.0498752Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:31.0942348Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:31.1132588Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:31.1390005Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:09:31.1537580Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:31.1689860Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:31.1847516Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:31.2027261Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:31.2209719Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:31.2388376Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:31.2796611Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:31.3575641Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:09:31.3949677Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:31.4311573Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:31.4471738Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:31.4670854Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:31.4818665Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:31.4971135Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:31.5127094Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:31.5306386Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:31.5487729Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:31.5789610Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:31.6069559Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:31.6444945Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:31.6740333Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:31.7023711Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:31.7383402Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:31.7655923Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:31.7901466Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:31.8233507Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:31.8832880Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:09:31.9337665Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:09:32.0055650Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:09:32.0527211Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:09:32.1175101Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:09:32.1464508Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:32.1741010Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:32.2117930Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:32.2342375Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:32.2537691Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:32.2778567Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:32.2959204Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:32.3141485Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:32.3336735Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:32.3551692Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:32.3745128Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:32.4039996Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:32.4310082Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:32.4665709Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:32.5578989Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:09:32.5584525Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:32.5785896Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:32.5962537Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:32.6238667Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:32.6554242Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:09:32.6839858Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:32.7243725Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:09:32.7434779Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:32.8076620Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:09:32.8528614Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:32.9045652Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:09:32.9213262Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:32.9430855Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:32.9671038Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:32.9897140Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:33.0147208Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:33.0431132Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:33.0661484Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:33.1050174Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:09:33.1054121Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:33.1058794Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:33.1422332Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:33.1846339Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:33.2258474Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:33.2696425Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:33.3139981Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:33.3840403Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:09:33.4481909Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:09:33.4704423Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:33.4904802Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:33.5160173Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:33.5355409Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:33.5556574Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:33.5769515Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:33.5985290Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:33.6188834Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:35.2892405Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.670s) 2022-09-27T16:09:35.3787534Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:09:35.6325080Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-09-27T16:09:35.8879439Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-09-27T16:09:35.9362967Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:09:35.9852257Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:36.0345477Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:36.0819568Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:09:36.1285873Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:09:36.4113616Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.283s) 2022-09-27T16:09:36.7364882Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.325s) 2022-09-27T16:09:37.0169638Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.280s) 2022-09-27T16:09:37.3022397Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.285s) 2022-09-27T16:09:37.5862248Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.284s) 2022-09-27T16:09:37.8671714Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.281s) 2022-09-27T16:09:38.1492197Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.282s) 2022-09-27T16:09:38.4284898Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.279s) 2022-09-27T16:09:38.7112258Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.283s) 2022-09-27T16:09:39.0630558Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.352s) 2022-09-27T16:09:39.4595795Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.396s) 2022-09-27T16:09:39.8087775Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.349s) 2022-09-27T16:09:40.1604002Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.352s) 2022-09-27T16:09:40.5090477Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.349s) 2022-09-27T16:09:40.8568797Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.348s) 2022-09-27T16:09:41.2069574Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.350s) 2022-09-27T16:09:41.5554659Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.348s) 2022-09-27T16:09:41.9099957Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.354s) 2022-09-27T16:09:42.2589790Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.349s) 2022-09-27T16:09:42.6611767Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.402s) 2022-09-27T16:09:43.0067515Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.346s) 2022-09-27T16:09:43.3550735Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.348s) 2022-09-27T16:09:43.7004962Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.345s) 2022-09-27T16:09:44.0468369Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.346s) 2022-09-27T16:09:44.3938006Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.347s) 2022-09-27T16:09:44.7389641Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.345s) 2022-09-27T16:09:45.0897300Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.351s) 2022-09-27T16:09:45.4366035Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.347s) 2022-09-27T16:09:45.8318879Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.395s) 2022-09-27T16:09:46.1766555Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.345s) 2022-09-27T16:09:46.5238648Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.347s) 2022-09-27T16:09:46.8779290Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.354s) 2022-09-27T16:09:47.2253630Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.347s) 2022-09-27T16:09:47.5701180Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.345s) 2022-09-27T16:09:47.9252925Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.355s) 2022-09-27T16:09:48.2727450Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.347s) 2022-09-27T16:09:48.2903345Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:48.3298056Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:48.4030227Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:09:48.4388543Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:48.4727777Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:48.4886896Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:48.5076180Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:48.5222665Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:48.5369704Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:48.5514068Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:48.5682471Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:48.5855500Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:48.6041176Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:48.6850089Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:09:48.7256369Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:48.7426656Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:48.7630461Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:48.7846334Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:48.8071365Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:48.8332226Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:09:48.8668810Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:48.8991209Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:48.9161709Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:48.9489451Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:48.9815660Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:49.0402287Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:09:49.0615355Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:49.0949817Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:49.1098902Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:49.1273072Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:49.1408784Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:49.1543378Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:49.1675815Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:49.1846339Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:49.2019570Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:49.2204457Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:49.2627130Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:49.3038041Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:49.3394624Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:49.3797046Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:09:49.3954719Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:49.4157183Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:49.4364583Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:49.4575279Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:49.4787600Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:49.4992189Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:49.5206223Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:49.5390144Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:49.5545749Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:49.5736449Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:49.5874416Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:49.6012527Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:49.6149514Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:49.6321245Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:49.6500246Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:49.6681176Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:49.6844846Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:49.7048592Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:49.7273560Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:49.7460233Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:49.7682338Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:49.7891853Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:49.8067847Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:49.8280035Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:49.8472888Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:49.9455440Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:09:50.0204748Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:09:50.0870911Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:09:50.1056245Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:50.1289692Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:50.1544420Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:50.1766268Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:50.2005934Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:50.2389145Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:50.2773149Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:50.2988845Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:50.3328184Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:50.3893139Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:09:50.4832384Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:09:50.5289836Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:09:50.5708189Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:50.5910428Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:09:50.6146723Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:50.6290797Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:50.6439749Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:50.6627056Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:50.6802653Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:50.6992674Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:50.7244664Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:50.7859267Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:09:50.8725994Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:09:50.9508282Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:09:50.9741086Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:51.0010213Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:51.0291444Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:51.0587616Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:51.0883800Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:51.1161599Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:51.1438605Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:51.1662643Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:51.2009454Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:51.2415253Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:51.2624096Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:51.2861008Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:51.3010874Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:51.3162084Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:51.3352331Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:51.3534001Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:51.3722931Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:51.3886104Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:51.4424276Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:09:51.4724830Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:09:51.4834930Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:51.4982610Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:51.5132490Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:51.5289072Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:51.5446561Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:51.5682645Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:51.5921272Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:51.6107763Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:51.6936098Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:09:51.8220376Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:09:51.9434027Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:09:51.9626085Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:51.9994954Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:52.0207835Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:09:52.0587458Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:09:52.0975278Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:52.1367820Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:52.1767256Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:09:52.2032506Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:09:52.2820372Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:09:52.4201251Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:09:52.5419130Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:09:52.5670965Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:09:52.6111625Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:52.6487132Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:09:52.6847272Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:09:52.7235496Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:52.7591774Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:52.7999139Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:52.8421069Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:52.9124039Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:09:53.0355142Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:09:53.1486108Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:09:53.1941270Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:53.2391790Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:53.2827297Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:53.3267191Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:53.3715886Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:53.4149878Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:53.4562577Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:53.6493819Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-09-27T16:09:53.9004848Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.251s) 2022-09-27T16:09:54.1641189Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.264s) 2022-09-27T16:09:54.4041478Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-09-27T16:09:54.6441163Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-09-27T16:09:54.8863943Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-09-27T16:09:55.1277943Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-09-27T16:09:55.4590057Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.331s) 2022-09-27T16:09:55.5175405Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:09:55.5646998Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:09:55.6159664Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:09:55.6661982Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:09:55.7154932Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:55.7654463Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:09:55.8149961Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:55.8603813Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:09:55.9187684Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:09:55.9676057Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:56.0183830Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:09:56.0682667Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:09:56.1168548Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:56.1657400Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:56.2146519Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:56.2587588Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:56.3302112Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:09:56.3689093Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:56.4108155Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:56.4540469Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:56.4973240Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:56.5414914Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:09:56.5847186Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:56.6378713Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:09:56.7121501Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:09:56.7508467Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:56.7924980Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:56.8351789Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:56.8774157Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:56.9200810Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:56.9631489Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:57.0186055Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:09:57.0505580Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:57.1123694Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:09:57.1417091Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:09:57.1740139Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:09:57.2082494Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:57.2425967Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:57.2777270Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:09:57.3118625Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:57.3448276Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:09:57.4115853Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:09:57.4598514Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:09:57.5097974Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:09:57.5591988Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:57.6077468Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:09:57.6566566Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:57.7053257Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:57.7471109Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:57.8314162Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:09:58.0001441Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-09-27T16:09:58.0864196Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:09:58.1700501Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:09:58.2570196Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:09:58.3427580Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:09:58.4303817Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:09:58.5216674Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:09:58.6062580Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:09:58.7785607Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:09:58.8640264Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:09:58.9590527Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:09:59.0498772Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:09:59.1398777Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:09:59.2306860Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:09:59.3204653Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:09:59.4080220Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:09:59.5614077Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-09-27T16:09:59.6369806Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:09:59.7234151Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:09:59.8033355Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:09:59.8815618Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:09:59.9604058Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:10:00.0398928Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:10:00.1171584Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:10:00.2107447Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:10:00.2689483Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:10:00.3255273Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:10:00.3831924Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:10:00.4403254Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:10:00.5007298Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:10:00.5636394Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:10:00.6204460Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:10:00.8133708Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-09-27T16:10:00.9069065Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:10:01.0020652Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:10:01.1011613Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:10:01.2014643Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:10:01.2990535Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:10:01.3971086Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:10:01.4934686Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:10:01.6824863Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:10:01.7754138Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:10:01.8708568Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:10:01.9681390Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:10:02.0640148Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:10:02.1606349Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:10:02.2572825Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:10:02.3513706Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:10:02.5218711Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:10:02.5864396Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:10:02.6527048Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:10:02.7198231Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:10:02.7858912Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:10:02.8528145Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:10:02.9194943Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:10:03.0129404Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:10:03.1841987Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-09-27T16:10:03.2490227Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:10:03.3162654Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:10:03.3844575Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:10:03.4512705Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:10:03.5188266Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:10:03.5860256Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:10:03.6793054Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:10:03.7192738Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:03.7850909Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:10:03.8219052Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:10:03.8619427Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:03.9030957Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:10:03.9443479Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:10:03.9875640Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:10:04.0285591Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:10:04.0723492Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:10:04.1285547Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:10:04.1660224Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:10:04.2057844Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:04.2290006Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:10:04.2514127Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:10:04.2743336Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:10:04.2968073Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:10:04.3195969Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:10:04.3664820Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:10:04.4475648Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:10:04.4915193Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:10:04.5412884Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:10:04.5912283Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:10:04.6373037Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:10:04.6836743Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:10:04.7276921Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:10:04.7755522Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:10:04.9535257Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:10:05.0141991Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:10:05.0768865Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:10:05.1413773Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:10:05.2050362Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:10:05.2726127Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:10:05.3367540Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:10:05.4257283Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:10:05.6094657Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-09-27T16:10:05.6713687Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:10:05.7351968Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:10:05.7999560Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:10:05.8642040Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:10:05.9292654Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:10:05.9946047Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:10:06.0848945Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:10:06.1617895Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:10:06.2115941Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:10:06.2673200Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:10:06.3213058Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:10:06.3737099Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:10:06.4266374Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:10:06.4791899Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:10:06.5298066Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:10:06.5482205Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:06.6289821Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:10:06.6945935Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:10:06.7600047Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:10:06.7781105Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:06.7979297Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:10:06.8184077Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:10:06.8400440Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:10:06.8623044Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:10:06.8947904Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:10:06.9276422Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:10:06.9456460Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:06.9797167Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:10:07.0236986Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:10:07.0579972Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:10:07.1044508Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:10:07.1210233Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:07.1405286Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:10:07.1555027Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:10:07.1711442Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:07.1869307Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:07.2052220Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:07.2239158Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:10:07.2646586Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:10:07.3667373Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:10:07.4804576Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:10:07.5839406Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:10:07.6221858Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:10:15.4999242Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (7.878s) 2022-09-27T16:10:15.5497911Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:10:15.6126450Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:10:15.6736560Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:10:15.7278683Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:10:15.7819573Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:10:15.8212803Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:10:15.9202035Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:10:16.0275793Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:10:16.1266644Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:10:16.1628888Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:10:16.2036003Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:10:16.2433089Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:10:16.2843189Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:10:16.3259469Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:10:16.3771483Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:10:16.4277995Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:10:16.4456317Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:16.4654116Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:10:16.4893618Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:10:16.5049748Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:16.5219307Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:16.5392011Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:16.5708828Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:10:16.6044245Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:10:16.6059502Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6177889Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:16.6307346Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:16.6421027Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:16.6434611Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6448769Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6462001Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6472600Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6483437Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6493692Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6505322Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6516706Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6528754Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6538533Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.6723975Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:16.6907310Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:16.6924663Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:16.6941912Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:16.6955919Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6969441Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6982866Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.6995825Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7008866Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7022873Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7032704Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.7233979Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:10:16.7444345Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:10:16.7460076Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:16.7476813Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:16.7491694Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7504469Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7517739Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7530996Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7544221Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7560941Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:10:16.7570164Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.7703710Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:16.7834686Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:16.7854968Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:10:16.7873981Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:10:16.7892504Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:10:16.7906696Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7919640Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7932004Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7944406Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7958516Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7972479Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.7982436Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.8184027Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:10:16.8362964Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:16.8380604Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:16.8395632Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8409558Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8422848Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8435568Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8448239Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8461245Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8474137Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8483803Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.8488575Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:16.8493827Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:16.8505609Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8517957Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8529836Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8541353Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8552443Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8564165Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8576440Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8589283Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8598684Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.8603396Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:16.8608402Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:16.8620619Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8632837Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8645080Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8657646Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8670197Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8682549Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8695218Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8708312Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8718034Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.8723333Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:16.8727816Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:16.8741281Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8754413Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8766558Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8778468Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8789941Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8801695Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8814119Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8823732Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.8834360Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8845406Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8855859Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8867373Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8879173Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8891353Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8904287Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8916552Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8928329Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8940313Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8951929Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8964032Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8975729Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8987660Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.8997306Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.9114993Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:16.9241851Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:16.9361559Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:16.9377175Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:16.9392812Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9407123Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9419823Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9431589Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9443019Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9455471Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9467546Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9480390Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9490817Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:16.9608738Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:16.9733621Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:16.9851318Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:16.9867834Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:16.9883052Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9897366Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9909685Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9921172Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9932610Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9944863Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9956860Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9969974Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:16.9980101Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.0140738Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:17.0316691Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:17.0331852Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.0348581Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.0363058Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0376378Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0389721Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0402725Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0415741Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0429413Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0439503Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.0607588Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:17.0782561Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:17.0799004Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.0814369Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0828552Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0841017Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0853813Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0866476Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0879105Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0892158Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0902058Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.0914200Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0927424Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0940567Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0953274Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0964462Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0976095Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.0988205Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1001022Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1015792Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1025940Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.1040220Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1055557Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1067948Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1079734Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1092012Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1104028Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1116352Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1129409Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1139894Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.1153359Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1166714Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1180418Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1193479Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1207032Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1220525Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1233768Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1247502Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1258085Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.1271102Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1284520Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1297735Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1310684Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1323535Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1336378Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1349423Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1362768Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1372678Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.1386046Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1399501Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1412735Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1426236Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1439240Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1452208Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1465371Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1478384Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1488196Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.1501016Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1514309Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1527376Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1540401Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1552227Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1563995Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1575784Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1587805Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1592749Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:17.1601357Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.1736907Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:17.1872864Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:17.1889868Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.1905322Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.1920083Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1933884Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1947966Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1961599Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1975221Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.1981257Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:17.1990665Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.2004250Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2018294Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2031732Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2044899Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2058207Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2070919Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2083869Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2097356Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2107406Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.2228301Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:17.2360951Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:17.2483135Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:17.2500285Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.2517055Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.2533223Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.2546885Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2558938Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2570298Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2583020Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2595045Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2608039Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2621782Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2634958Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2646894Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2659299Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2671440Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2684323Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2696421Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2709432Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2722816Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2736215Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2749522Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2764260Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2779040Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2792834Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2806680Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2820456Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2830098Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.2842497Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2855806Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2869072Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2881517Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2894221Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2906936Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.2919426Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3033194Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.3156933Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:17.3272375Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.3288029Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.3300195Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.3413383Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.3536545Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:17.3644266Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.3658315Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3670604Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3682340Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3693623Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3704035Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3714535Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3726281Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3737857Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3749673Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.3759469Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.3865287Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:10:17.3984982Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:17.4096148Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.4110785Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.4125542Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4138643Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4150232Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4161621Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4173293Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4185594Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4198110Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4210308Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4219590Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.4328243Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.4436971Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.4451559Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.4464515Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4476584Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4487891Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4498799Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4509663Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4521426Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4533126Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4545709Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4555441Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.4566508Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4578062Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4589160Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4600004Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4611030Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4622006Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4633788Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4645424Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4657734Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4666859Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.4677763Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4688862Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4700858Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4711066Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4721767Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4732897Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4744591Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4756007Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4768369Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.4778180Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.4883965Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:10:17.4997288Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.5106477Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.5119668Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5132365Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5144525Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5156016Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5167174Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5178509Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5190209Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5201575Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5211545Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5220999Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5229839Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5238890Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5248065Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5257154Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5266503Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5275585Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5285221Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5294076Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5303373Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5312418Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:17.5317880Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:17.5327339Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.5343194Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.5357823Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5371935Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5385570Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5398934Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5412336Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5425755Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5439438Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5449726Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.5600515Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:10:17.5784678Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:17.5804863Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.5822812Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.5835644Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5848560Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5861805Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5874511Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5887284Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5900512Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5910110Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.5922178Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5935107Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5947469Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5959751Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5971937Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5984426Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.5996991Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6010209Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6019856Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.6195630Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:17.6384130Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:10:17.6402476Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.6420133Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.6433072Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6445591Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6458299Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6470681Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6483473Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6496192Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6505317Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.6677026Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:17.6834140Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:17.6850744Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.6865577Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6878642Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6891901Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6904787Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6917600Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6931291Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6944565Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.6954497Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.7061395Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:10:17.7167299Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:10:17.7181162Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7193978Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7205202Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7216016Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7226851Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7237991Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7249460Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7261340Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7275016Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7284705Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.7299262Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7312487Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7325441Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7339031Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7352264Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7365085Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7378471Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7392733Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7407581Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7422723Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7436618Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7450279Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7463511Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7468615Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:17.7481873Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7495766Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7509838Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7523810Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7537326Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7550546Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7563683Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7569338Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:17.7582160Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7596244Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7610458Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7625043Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7638373Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7651729Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7665023Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7670734Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:17.7683438Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7696411Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7705792Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.7718596Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7731588Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7744458Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7755898Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7766320Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7777023Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7788319Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7799528Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7811282Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.7926995Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.8046516Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:17.8160359Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:17.8173311Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8186435Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8198922Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8210595Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8221710Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8232601Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8244046Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8255693Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8268777Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8281961Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8294839Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8308403Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8321480Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8334361Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8348172Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8362254Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8376158Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8390411Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8403982Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8418289Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8432563Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8446248Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8459644Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8472762Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8485464Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8498245Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8511010Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8523616Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8535193Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8545949Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8556507Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8567876Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8579436Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8591659Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8604338Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8616888Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8761199Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:10:17.8766108Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:17.8783672Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.8799887Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.8813622Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8828425Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8842467Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8856129Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.8870004Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9000381Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:17.9130796Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:17.9148101Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.9164108Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.9178546Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9192041Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9198105Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:17.9210969Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9216871Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:17.9230437Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9244363Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9410067Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:17.9575815Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:17.9593200Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:17.9608290Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9622729Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9636211Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9649418Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9662867Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9676229Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9689898Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9703956Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9717690Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9730257Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9742689Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9754140Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9766718Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9779784Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9794755Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9804968Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.9820181Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9835690Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9849849Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9862238Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9874918Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9887259Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9900252Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9914445Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9924870Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:17.9939374Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9954198Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9967614Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9980674Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:17.9993377Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0006123Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0019234Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0034026Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0044181Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.0059268Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0074548Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0088473Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0102095Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0114918Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0128047Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0141174Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0155831Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0166004Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.0180778Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0196467Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.0210011Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0223240Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0236196Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0249007Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0262685Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0277914Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0288322Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.0304853Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.0321162Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.0335875Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0350113Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0364257Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0378887Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0391363Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0403510Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0523688Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:18.0652878Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:18.0770574Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:18.0785271Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.0799950Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0813144Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0825262Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0836403Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0847298Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0859019Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0870311Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0875527Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:18.0884146Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.0896176Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0909265Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0921686Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0933926Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0945265Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0956739Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0968319Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0980902Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.0993233Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1002557Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.1113203Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:18.1231022Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:18.1346135Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:18.1360821Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1374711Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1387734Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1399048Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1409809Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1420516Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1431854Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1443026Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1448045Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:10:18.1456981Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.1574158Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:18.1693433Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:18.1709290Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.1725076Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1738842Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1751985Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1764740Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1777035Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1789319Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1801781Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1814589Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1827284Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1839709Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1851186Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1862006Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1872639Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1883993Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1895270Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1907435Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1920028Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1932565Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1945718Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1958654Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1971153Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1983849Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.1995931Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2008142Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2020894Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2029964Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.2165772Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:18.2312691Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:10:18.2328078Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.2342897Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2356157Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2369056Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2382547Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2394643Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2407059Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2419959Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2429472Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.2554412Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:18.2698048Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:10:18.2823737Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:10:18.2840457Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.2856799Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.2872257Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2885591Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2898040Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2909667Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2922111Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2934623Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2948297Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.2958635Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.3100678Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:10:18.3245540Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:10:18.3261321Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.3275482Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3297637Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3301599Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3313804Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3326165Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3339173Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3351366Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3361140Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.3372614Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3385722Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3398191Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3410100Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3420772Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3430971Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3442233Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3453388Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3465737Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3475409Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.3486432Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3497639Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3508624Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3519199Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3529967Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3540987Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3552358Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3563696Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3576147Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3585457Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.3742591Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:10:18.3906099Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:10:18.3922381Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.3938345Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3951942Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3965738Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3979214Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.3992087Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4005042Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4019060Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4028867Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.4207169Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:18.4213161Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:18.4230504Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.4246282Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.4261024Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4274942Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4288130Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4301846Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4314700Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4328133Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4338987Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.4509856Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:10:18.4686888Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:10:18.4704506Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.4719948Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.4734283Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4747929Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4761235Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4774719Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4788087Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4798400Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.4811811Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4825886Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4839793Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4853142Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4866752Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4879611Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4892374Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4902120Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.4914922Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4928231Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4941422Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4953656Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4965798Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4978173Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.4990310Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5000143Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5012891Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5026417Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5039212Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5051507Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5063870Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5075738Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5087798Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5097808Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5110501Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5123804Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5136823Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5148936Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5161007Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5173069Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5185258Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5195000Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5207121Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5220341Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5232424Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5243916Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5255355Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5267173Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5278531Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5290894Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5300575Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5312517Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5325196Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5338131Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5349343Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5361000Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5372509Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5383894Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5392951Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5404873Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5418043Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5430205Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5442278Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5453549Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5465134Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5476474Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5488978Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5498955Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5511076Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5524167Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5536749Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5548700Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5560192Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5571825Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5583390Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5592329Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5604456Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5617700Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5629992Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5641491Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5653074Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5664665Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5676129Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5685124Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5697353Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5710438Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5722487Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5734030Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5745715Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5756961Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5768364Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5777530Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5789527Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5802209Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5814541Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5826142Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5837712Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5849122Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5860731Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5869690Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5881796Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5894856Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5907291Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5918772Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5930320Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5941862Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5953439Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5962435Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.5974778Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.5988323Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6000100Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6011554Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6023162Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6034571Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6046501Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6055515Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6067603Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6080356Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6092330Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6103869Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6115159Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6126324Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6138134Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6146867Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6158767Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6172086Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6184623Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6196275Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6207998Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6219887Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6231400Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6244199Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6254171Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6266778Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6279750Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6292385Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6305077Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6317796Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6330231Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6342836Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6352271Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6364648Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6377926Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6390386Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6401720Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6413268Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6424974Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6436403Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6449747Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6459526Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6472325Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6485690Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6498827Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6510809Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6522825Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6535058Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6547076Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6555995Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6568122Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6581269Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6593402Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6604885Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6616415Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6627909Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6639308Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6648189Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6660446Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6673179Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6685340Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6696889Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6708660Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6720122Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6731510Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6740578Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6752645Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6765702Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6778181Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6789624Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6800928Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6812567Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6823592Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6835809Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.6845232Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.6972409Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:18.7103093Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:10:18.7117236Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7131163Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7143969Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7156293Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7168729Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7181527Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7193921Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7206744Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7216246Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.7328077Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:18.7440804Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:10:18.7454511Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7468682Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7481937Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7493795Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7505499Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7516478Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7528171Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7540095Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7545743Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:10:18.7554565Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.7701690Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:10:18.7846686Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:10:18.7862892Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.7962338Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:10:18.7976150Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.7989251Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8001943Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8014938Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8027730Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8040641Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8049936Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:10:18.8189565Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:10:18.8329219Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:10:18.8343171Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8356984Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8370320Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8382813Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8395185Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8407556Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8420271Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8432813Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8445246Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8457908Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8469415Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8481139Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8492859Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8504819Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8516393Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8540784Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.8564651Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.8593957Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:10:18.8652115Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:10:18.8735731Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:10:18.8823412Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:10:18.8836366Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8849320Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8866289Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.8883221Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:10:18.8893121Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8902580Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8913113Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8924030Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8934997Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8945866Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8956793Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8967674Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:18.8977883Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:10:19.2566700Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.359s) 2022-09-27T16:10:19.2567319Z 2022-09-27T16:10:19.2567782Z ---------------------------------------------------------------------- 2022-09-27T16:10:19.2570424Z Ran 12394 tests in 133.809s 2022-09-27T16:10:19.2570653Z 2022-09-27T16:10:19.2570825Z OK (skipped=640, expected failures=14) 2022-09-27T16:10:19.2571042Z 2022-09-27T16:10:19.2571191Z Generating XML reports... 2022-09-27T16:10:20.4488615Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927160805.xml 2022-09-27T16:10:21.1019722Z Running test_foreach ... [2022-09-27 16:10:21.101563] 2022-09-27T16:10:21.1020240Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:10:21.101645] 2022-09-27T16:10:23.4010213Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-09-27T16:10:23.4070136Z 2022-09-27T16:10:23.4070284Z Running tests... 2022-09-27T16:10:23.4070858Z ---------------------------------------------------------------------- 2022-09-27T16:10:23.4101661Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-09-27T16:10:23.4114399Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4126203Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4138218Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4150095Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4161853Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4174058Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4185737Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4197523Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4209300Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4221259Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4233109Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:23.4697207Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:10:23.5155909Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:10:23.5609307Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:23.6063464Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:23.6520367Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:10:23.6966712Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:23.7415220Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:23.7865353Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:23.8325479Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:10:23.8781985Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:23.9237757Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:10:23.9700160Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:10:24.0129734Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:10:24.0554770Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:24.0982460Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:10:24.1410251Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:10:24.1832533Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:24.2257972Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:24.2678109Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:24.3092651Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.3505579Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.3918534Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.4332432Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.4757996Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:24.5191002Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:10:24.5621265Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:10:24.6045707Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:24.6462122Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:24.6875360Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.7289230Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.7704153Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.8119520Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.8540665Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:24.8953921Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.9368001Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:24.9786962Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:25.0224580Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-09-27T16:10:25.0621499Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:10:25.1058275Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-09-27T16:10:25.1495013Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-09-27T16:10:25.1938361Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-09-27T16:10:25.2388823Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:25.2836084Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:25.3285365Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:25.3739668Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:25.4189003Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:25.4636214Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:25.5085260Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:10:25.5107069Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5128171Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5148848Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5168390Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5189165Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5209367Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5229308Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5249668Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5270193Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5289577Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5309614Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5329747Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5349446Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5368994Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5389128Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5408760Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5428963Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5448564Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5468421Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5488351Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5507963Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5527851Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5547752Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5567194Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5587313Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5607271Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5627395Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5647621Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5666913Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5686868Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5706669Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5726324Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5746089Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5765834Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5785584Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5805587Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5825176Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5844889Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5864896Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5884138Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5904118Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5923789Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5943733Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5963555Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.5983347Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.6003036Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.6023345Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.6042919Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:10:25.6700651Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:10:25.7647685Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:10:25.8214121Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:10:25.8794791Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:10:25.8977818Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... test_foreach.py:87: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:10:25.8978317Z actual = self.func(*inputs, **kwargs) 2022-09-27T16:10:25.9459936Z ok (0.066s) 2022-09-27T16:10:26.0145331Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:10:26.0791864Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:10:26.1529579Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:10:26.2283203Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.075s) 2022-09-27T16:10:26.3001388Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.072s) 2022-09-27T16:10:26.3723430Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.072s) 2022-09-27T16:10:26.4451821Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:10:26.5057145Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.060s) 2022-09-27T16:10:26.6076551Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:10:26.6624969Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-09-27T16:10:26.7200208Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:10:26.7986017Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:10:26.8611448Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:10:26.9209248Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.060s) 2022-09-27T16:10:27.0239148Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:10:27.1300025Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:10:27.2341096Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.104s) 2022-09-27T16:10:27.3396541Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:10:27.4453165Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:10:27.5066729Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.061s) 2022-09-27T16:10:27.5894272Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:10:27.6444830Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-09-27T16:10:27.7013947Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:10:27.7622597Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.061s) 2022-09-27T16:10:27.8247664Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:10:27.8863969Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:10:27.9521970Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:10:28.0191862Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:10:28.0841209Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:10:28.1501031Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:10:28.2163127Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:10:28.3093649Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:10:28.4661145Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.157s) 2022-09-27T16:10:28.5501332Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:10:28.6360056Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:10:28.7311402Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:10:28.8268460Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:10:28.9225408Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:10:29.0252315Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:10:29.1282446Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:10:29.2298480Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:10:29.3332859Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:10:29.4370547Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.104s) 2022-09-27T16:10:29.5102533Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:10:29.6101783Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:10:29.6739594Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:10:29.7369896Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:10:29.8095399Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-09-27T16:10:29.8836983Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:10:29.9555406Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.072s) 2022-09-27T16:10:30.0351007Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:10:30.1152117Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.080s) 2022-09-27T16:10:30.1935023Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:10:30.2724334Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:10:30.3510163Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:10:30.4173174Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:10:30.5241339Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.107s) 2022-09-27T16:10:30.5860940Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:10:30.6496234Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:10:30.7339938Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:10:30.8016255Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:10:30.8668380Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:10:30.9735452Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.107s) 2022-09-27T16:10:31.0824007Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.109s) 2022-09-27T16:10:31.1926460Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:10:31.3062152Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:10:31.4183232Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.112s) 2022-09-27T16:10:31.4867441Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:10:31.5756479Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.089s) 2022-09-27T16:10:31.6380302Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:10:31.7027789Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:10:31.7705379Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:10:31.8394859Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:10:31.9082692Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:10:31.9799208Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-09-27T16:10:32.0532000Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:10:32.1236900Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-09-27T16:10:32.1965264Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:10:32.2701548Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:10:32.3710229Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:10:32.5348753Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.164s) 2022-09-27T16:10:32.6262143Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:10:32.7182010Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:10:32.8185463Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:10:32.9183018Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.100s) 2022-09-27T16:10:33.0175790Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:10:33.1250812Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.107s) 2022-09-27T16:10:33.2340676Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.109s) 2022-09-27T16:10:33.3444230Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:10:33.4550479Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.111s) 2022-09-27T16:10:33.5657072Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.111s) 2022-09-27T16:10:33.5669622Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5680181Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5690293Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5700271Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5715869Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:33.5730218Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5745712Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5760350Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5774728Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5789299Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5803567Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5817621Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5831395Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5845049Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5859233Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5872784Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5887251Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5902134Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5916990Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5931898Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5946306Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5961069Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5975683Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.5990159Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6005017Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6019569Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6034189Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6048637Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6063325Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6076937Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6091479Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6106255Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6120668Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6135316Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6149603Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6163908Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6177671Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6191342Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6205453Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6219653Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6234414Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6358450Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:10:33.6377178Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:33.6394185Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:33.6409743Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6425080Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6439699Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6454035Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6468158Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6481951Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6495925Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.6510098Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:10:33.7782730Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.127s) 2022-09-27T16:10:33.9310283Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.153s) 2022-09-27T16:10:34.0126607Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.082s) 2022-09-27T16:10:34.0995003Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-09-27T16:10:34.2286857Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:10:34.3584593Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.130s) 2022-09-27T16:10:34.4828019Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.124s) 2022-09-27T16:10:34.6121383Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:10:34.7413409Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:10:34.8701170Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:10:35.0016734Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.132s) 2022-09-27T16:10:35.1310012Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:10:35.2458920Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:10:35.4027799Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.157s) 2022-09-27T16:10:35.4872549Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:10:35.5741978Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-09-27T16:10:35.7433607Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.169s) 2022-09-27T16:10:35.8574596Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:10:35.9678756Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:10:36.1213963Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.153s) 2022-09-27T16:10:36.2798010Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.158s) 2022-09-27T16:10:36.4385339Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.159s) 2022-09-27T16:10:36.5979182Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.159s) 2022-09-27T16:10:36.7546152Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.157s) 2022-09-27T16:10:36.8663607Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-09-27T16:10:36.9957801Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:10:37.0770935Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.081s) 2022-09-27T16:10:37.1637471Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-09-27T16:10:37.2781213Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:10:37.3960309Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:10:37.5102971Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:10:37.6277026Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:10:37.7457773Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:10:37.8613663Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:10:37.9776486Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:10:38.0942009Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:10:38.2570815Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.163s) 2022-09-27T16:10:38.4951091Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.238s) 2022-09-27T16:10:38.6391900Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.144s) 2022-09-27T16:10:38.7814639Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.142s) 2022-09-27T16:10:38.9428561Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.161s) 2022-09-27T16:10:39.1043053Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.161s) 2022-09-27T16:10:39.2668552Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.162s) 2022-09-27T16:10:39.4392826Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.172s) 2022-09-27T16:10:39.6132140Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.174s) 2022-09-27T16:10:39.7836093Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.170s) 2022-09-27T16:10:39.9524415Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.169s) 2022-09-27T16:10:40.1246058Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.172s) 2022-09-27T16:10:40.2629564Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.138s) 2022-09-27T16:10:40.4237033Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.161s) 2022-09-27T16:10:40.5159008Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:10:40.6124850Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:10:40.7505295Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.138s) 2022-09-27T16:10:40.8900579Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.139s) 2022-09-27T16:10:41.0247377Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.135s) 2022-09-27T16:10:41.1655219Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.141s) 2022-09-27T16:10:41.3088532Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.143s) 2022-09-27T16:10:41.4506684Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.142s) 2022-09-27T16:10:41.5923934Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.142s) 2022-09-27T16:10:41.7354320Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.143s) 2022-09-27T16:10:41.8611390Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-09-27T16:10:42.0264716Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.165s) 2022-09-27T16:10:42.1201506Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:10:42.2148317Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:10:42.3909973Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.176s) 2022-09-27T16:10:42.5193258Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.128s) 2022-09-27T16:10:42.6407436Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.121s) 2022-09-27T16:10:42.8005675Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.160s) 2022-09-27T16:10:42.9603447Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.160s) 2022-09-27T16:10:43.1194270Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.159s) 2022-09-27T16:10:43.2864033Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.167s) 2022-09-27T16:10:43.4569499Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.170s) 2022-09-27T16:10:43.5834249Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-09-27T16:10:43.7264637Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.143s) 2022-09-27T16:10:43.8203685Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.094s) 2022-09-27T16:10:43.9156053Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:10:44.0441547Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.128s) 2022-09-27T16:10:44.1745445Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.130s) 2022-09-27T16:10:44.3058515Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.131s) 2022-09-27T16:10:44.4346185Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:10:44.5597433Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.125s) 2022-09-27T16:10:44.6815945Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.122s) 2022-09-27T16:10:44.8079759Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.126s) 2022-09-27T16:10:44.9301357Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.122s) 2022-09-27T16:10:45.0989442Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.169s) 2022-09-27T16:10:45.3473895Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.248s) 2022-09-27T16:10:45.5003017Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.153s) 2022-09-27T16:10:45.6556611Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.155s) 2022-09-27T16:10:45.8351304Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.179s) 2022-09-27T16:10:46.0130073Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.178s) 2022-09-27T16:10:46.1898088Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.177s) 2022-09-27T16:10:46.3702299Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.180s) 2022-09-27T16:10:46.5455630Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.175s) 2022-09-27T16:10:46.7202527Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.175s) 2022-09-27T16:10:46.8995336Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.179s) 2022-09-27T16:10:47.0760294Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.176s) 2022-09-27T16:10:47.1181302Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:47.1737858Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.056s) 2022-09-27T16:10:47.2275307Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:10:47.2830834Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-09-27T16:10:47.3273246Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-09-27T16:10:47.3716908Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-09-27T16:10:47.4131904Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:47.4357460Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:10:47.4597603Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:10:47.4801794Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:10:47.5027961Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:10:47.5258149Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:10:47.5507150Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:10:47.5974290Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:10:47.6303156Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:10:47.6636638Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:10:47.6895737Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:10:47.7154013Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:10:47.7395596Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:10:47.7881051Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:10:47.8371789Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-09-27T16:10:47.8861598Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.049s) 2022-09-27T16:10:47.9335383Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:10:47.9813113Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:10:48.0070485Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:10:48.0195594Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:10:48.0524044Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:10:48.0859849Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:10:48.1120948Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:10:48.1381670Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:10:48.1630893Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:10:48.1761977Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:48.1898328Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:48.2017934Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:10:48.2147955Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:48.2279869Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:48.2694871Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:48.4096885Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.140s) 2022-09-27T16:10:48.4626164Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.053s) 2022-09-27T16:10:48.5169851Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:10:48.5601682Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:10:48.6030424Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:10:48.6430672Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:10:48.6653844Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:10:48.6893572Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:10:48.7099024Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:10:48.7324295Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:10:48.7549291Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:10:48.8032604Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:10:48.8630703Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.060s) 2022-09-27T16:10:48.9214647Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:10:48.9810684Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.060s) 2022-09-27T16:10:49.0312603Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.050s) 2022-09-27T16:10:49.0795326Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:10:49.1253073Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:10:49.1532442Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:10:49.1815504Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:10:49.2077917Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:10:49.2357020Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:10:49.2637026Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:10:49.2943679Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:10:49.3481732Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:10:49.3886893Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:10:49.4296431Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:10:49.4614985Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:10:49.4945505Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:10:49.5261937Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:10:49.5806954Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:10:49.6358669Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.055s) 2022-09-27T16:10:49.6911239Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-09-27T16:10:49.7444627Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-09-27T16:10:49.7975471Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-09-27T16:10:49.8303114Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:10:49.8479440Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:10:49.8880502Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:10:49.9299368Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:10:49.9629607Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:10:49.9966285Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:10:50.0286861Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:10:50.0476403Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:10:50.0663645Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:10:50.0840548Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:10:50.1030057Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:10:50.1215429Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:10:50.1706363Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-09-27T16:10:50.3174387Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.147s) 2022-09-27T16:10:50.3752092Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:10:50.4498801Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:10:50.5069467Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:10:50.5570173Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.050s) 2022-09-27T16:10:50.6033318Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:10:50.6311469Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:10:50.6590676Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:10:50.6845595Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:10:50.7119478Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:10:50.7395632Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:10:50.7412723Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7428804Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7444174Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7459737Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7474970Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7490368Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7505916Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7521322Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7536732Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7552080Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7567417Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7583196Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7598282Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7613679Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7629096Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7644455Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7660226Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7675900Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7690933Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7706348Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7721553Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7737063Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7752488Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7767627Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7783018Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7798269Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7813660Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7829144Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7844354Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7859937Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7875189Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7890619Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7906133Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7921410Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7936796Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7952220Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7967882Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.7982995Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.7998188Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8013777Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:10:50.8029144Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8044342Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8059835Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8075102Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8090417Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8105852Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8121062Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8136450Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8150675Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8164819Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:10:50.8292973Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:50.8358305Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:10:50.8487965Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:50.8620824Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:50.8745909Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:50.8813978Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:10:50.8884519Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:10:50.8946560Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:10:50.9012979Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:10:50.9080130Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:10:50.9210549Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:50.9275834Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:10:50.9411847Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:10:50.9545946Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:50.9678891Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:10:50.9747752Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:10:50.9819103Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:10:50.9881676Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:10:50.9948750Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:10:51.0016527Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:10:51.0040639Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:51.0065271Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:51.0087393Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:51.0109052Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:51.0131042Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:51.0153004Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:51.0175265Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:51.0197037Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:10:51.0355655Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:10:51.0447393Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:10:51.0615896Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:10:51.0787526Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:10:51.0949706Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:10:51.1046394Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:10:51.1142437Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:10:51.1233450Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:10:51.1328628Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:10:51.1425934Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:10:51.1583753Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:10:51.1676038Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:10:51.1838346Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:10:51.2002548Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:10:51.2171494Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:10:51.2276520Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:10:51.2379767Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:10:51.2472724Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:10:51.2570129Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:10:51.2668205Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:10:52.7111273Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.444s) 2022-09-27T16:10:54.1388330Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.428s) 2022-09-27T16:10:55.3181379Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.179s) 2022-09-27T16:10:56.4912951Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.173s) 2022-09-27T16:10:58.0890385Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.598s) 2022-09-27T16:10:59.6841695Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.595s) 2022-09-27T16:11:01.2778968Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.594s) 2022-09-27T16:11:02.8880367Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.610s) 2022-09-27T16:11:04.4934392Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.605s) 2022-09-27T16:11:05.8521433Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.359s) 2022-09-27T16:11:07.2013173Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.349s) 2022-09-27T16:11:08.3310562Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.130s) 2022-09-27T16:11:09.4335304Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.102s) 2022-09-27T16:11:10.4120471Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.978s) 2022-09-27T16:11:11.3759856Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.964s) 2022-09-27T16:11:12.3426153Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.967s) 2022-09-27T16:11:13.3094700Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.967s) 2022-09-27T16:11:14.2812676Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.972s) 2022-09-27T16:11:15.8146056Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.533s) 2022-09-27T16:11:17.3605091Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.546s) 2022-09-27T16:11:18.6596241Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.299s) 2022-09-27T16:11:19.9498365Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.290s) 2022-09-27T16:11:21.6582689Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.708s) 2022-09-27T16:11:23.3620120Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.704s) 2022-09-27T16:11:25.0707632Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.709s) 2022-09-27T16:11:26.7899776Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.719s) 2022-09-27T16:11:28.5006723Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.711s) 2022-09-27T16:11:29.9751084Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.474s) 2022-09-27T16:11:31.4423489Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.467s) 2022-09-27T16:11:32.6716483Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.229s) 2022-09-27T16:11:33.9106116Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.239s) 2022-09-27T16:11:34.9675326Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.057s) 2022-09-27T16:11:36.0352766Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.068s) 2022-09-27T16:11:37.0913793Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.056s) 2022-09-27T16:11:38.1535607Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.062s) 2022-09-27T16:11:39.2154900Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.062s) 2022-09-27T16:11:39.2169184Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:39.2181678Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:39.2193560Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:39.2205470Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:39.2488232Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:11:39.2858817Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:11:39.3229987Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:11:39.3530505Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-09-27T16:11:39.3820256Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-09-27T16:11:39.4107918Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-09-27T16:11:39.4472526Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:11:39.4920862Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:11:39.5390895Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:11:39.5765890Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:11:39.6134203Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:11:39.6498828Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:11:39.6615789Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:39.6846683Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:11:39.7075710Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:11:39.7195950Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:39.7311558Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:39.7419568Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:39.7484681Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:39.7557943Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:39.7608153Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:39.7672344Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:39.7736420Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:39.7900627Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:39.8084947Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:39.8222199Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:39.8350926Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:39.8512928Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:39.8685384Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:39.8818105Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:39.8941443Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:39.9110930Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:39.9269064Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:39.9389602Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:39.9504062Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:39.9618011Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:39.9733552Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:39.9840824Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:39.9902510Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:39.9964172Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.0020502Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.0081508Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.0143691Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.0296959Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:40.0461686Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.0581332Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.0695722Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.0848552Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:40.1010598Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.1126871Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.1237433Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.1355251Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.1476040Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.1589209Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.1713372Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.1832733Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.1946333Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.2086003Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:40.2229517Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:40.2348981Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.2461181Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.2576669Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.2692284Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.2802208Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.2912728Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.3028186Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.3137681Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.3199812Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.3262271Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.3319457Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.3381793Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.3444491Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.3554753Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.3671385Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.3779222Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.3929920Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:40.4090714Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.4218120Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:40.4338692Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.4454319Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.4581179Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:40.4701474Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.4853146Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:40.5019450Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.5151202Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:40.5276491Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.5436221Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.5603542Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:40.5734942Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:40.5856877Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.5995267Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:40.6138499Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:40.6250874Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.6357845Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.6420231Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.6482890Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.6540138Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.6602612Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.6664985Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.6775519Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.6887841Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.6994972Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.7105727Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.7222863Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.7332499Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.7395916Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.7459792Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.7517552Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.7581217Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.7644218Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:40.7760481Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.7877201Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.7987980Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.8143870Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.8309279Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.8431030Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.8545796Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.8702789Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.8866327Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:40.8987038Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.9100526Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.9211736Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:40.9355517Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:40.9505819Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:40.9630650Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.9748486Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:40.9907155Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:41.0072839Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:41.0195916Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:41.0313414Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:41.0472918Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:41.0639043Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:41.0758984Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:41.0876238Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:41.0988419Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:41.1109242Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:11:41.1223114Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:11:41.1286497Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:41.1349859Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:41.1407865Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:41.1471178Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:41.1534610Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:11:41.1548497Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1561714Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1574487Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1587314Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1600092Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1612625Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1625178Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1637670Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1650520Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1663349Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1675897Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1688527Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1701432Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1713753Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1726497Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1739169Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1751695Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1764140Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1776789Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1789841Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1802528Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1814926Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1827818Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1840517Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1853119Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1865815Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1878509Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1891243Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1903926Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1916263Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1928830Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1941755Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1954525Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1967095Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1979743Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.1992422Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2004830Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2017335Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2029967Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2042724Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2056960Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2069219Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2081761Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2094397Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2106859Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2119406Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2132002Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2144745Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2157198Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2169769Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2182717Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2195451Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2208183Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2220946Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2233419Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2245956Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2258619Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2271228Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2283659Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2296493Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2309017Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2321474Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2334129Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2346865Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2359307Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2372225Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2384641Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2397159Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2409652Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2422307Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2434747Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2447348Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2460216Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2472811Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2485318Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2498303Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2510921Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2523448Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2536289Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2548862Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2561562Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2574098Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2586711Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2599256Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2611904Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2624647Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2637164Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2649892Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2662611Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2675215Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2688069Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2700851Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2713435Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2725976Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2738893Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2751637Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2764561Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2777581Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2790078Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2802621Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2815260Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2828337Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2840787Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2853676Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2866548Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2879271Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2891995Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2904872Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2917617Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2930500Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2943566Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2956618Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2969110Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2982176Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.2994799Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3007680Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3020370Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3032992Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3045597Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3058503Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3071032Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3083670Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3096428Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3109155Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3121847Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3134640Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3147384Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3160320Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3173115Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3185908Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:11:41.3319047Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:41.3742014Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:41.3987106Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:11:41.4238217Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:41.4381162Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:41.4521226Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:41.4651759Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:41.4732356Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:41.4811339Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:41.4884714Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:11:41.4964057Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:41.5042921Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:41.5177655Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:41.5430631Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:41.5620564Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:41.5828509Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-09-27T16:11:41.6244315Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:41.6398783Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:41.6543640Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:41.6801906Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:41.7063269Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:41.7324904Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:41.7597413Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:41.7859630Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:41.7998803Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:41.8252725Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:41.8440540Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:41.8638607Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:11:41.9047735Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:41.9208114Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:41.9356261Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:41.9621502Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:41.9891663Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:42.0154863Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:42.0418018Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:42.0689973Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:42.0835938Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:42.1093809Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:42.1296726Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:11:42.1480635Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:42.1879139Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:42.2022936Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:42.2159046Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:42.2412681Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.2667169Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.2919072Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.3170901Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.3422944Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.3557606Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:42.3935667Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:11:42.4332842Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:42.4730697Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:42.5131168Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:42.5272901Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:42.5402601Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:42.5483136Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:42.5563521Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:42.5639269Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:11:42.5719080Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:42.5798453Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:42.5933667Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:42.6182741Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.6362826Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:42.6552104Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:42.6947926Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:42.7092498Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:42.7236487Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:42.7494142Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:42.7744596Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.7993591Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.8244870Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:42.8505975Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:42.8647791Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:42.8911370Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:42.9093141Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:42.9277718Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:42.9685071Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:42.9832731Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:42.9967438Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:43.0226000Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.0489952Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.0744523Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:43.0997349Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:43.1248752Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:43.1387997Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:43.1639648Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:43.2067933Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:11:43.2483198Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:43.2880396Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:43.3027317Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:43.3163908Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:43.3426503Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.3693504Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:43.3955986Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.4216111Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.4477013Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.4627279Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:43.4882696Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:43.5305939Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:43.5735011Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:11:43.6155525Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:43.6302882Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:43.6446485Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:43.6704817Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.6972231Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:43.7231027Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.7505433Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:43.7768187Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.7906858Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:43.8160215Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:43.8332066Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:43.8504261Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:43.8912731Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:43.9069223Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:43.9208318Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:43.9467248Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.9727244Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:43.9988713Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:44.0249821Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:44.0515496Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:44.0664452Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:44.0926489Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:44.1347361Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:44.1765159Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:44.2167427Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:44.2312074Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:44.2452952Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:44.2704875Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:44.2961472Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:44.3216647Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:44.3473009Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:44.3736630Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:44.3876244Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:44.4263407Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:11:44.4665517Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:44.5066916Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:44.5471395Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:44.5616479Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:44.5748245Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:44.5827491Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:44.5909243Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:44.5982071Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:11:44.6058882Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:44.6136360Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:44.6263772Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:44.6642967Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:11:44.7054739Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:44.7469174Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:44.7621037Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:44.7830208Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-09-27T16:11:44.7997554Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:44.8383264Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:11:44.8774264Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:11:44.9159402Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:11:44.9555215Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:11:44.9955071Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:45.0102699Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:45.0367716Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:45.0553899Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:45.0747001Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:45.1156764Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:45.1313676Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:45.1457149Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:45.1724322Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.1991670Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.2257167Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:45.2524588Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.2792229Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.2934523Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:45.3196656Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:45.3628348Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:11:45.4050387Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:45.4455257Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:45.4611465Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:45.4765658Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:45.5035708Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.5302333Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:45.5571659Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.5840622Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.6101835Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:45.6249896Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:45.6517994Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.6706934Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:45.6895208Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:45.7309827Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:45.7464600Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:45.7616315Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:45.7881579Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:45.8208592Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:11:45.8490203Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:11:45.8768954Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:11:45.9043528Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:45.9205406Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:45.9485736Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:11:45.9673754Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:45.9867915Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:46.0275286Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:46.0433603Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:46.0581066Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:46.0842858Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:46.1109455Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:46.1370462Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:46.1634877Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:46.1897347Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:46.2030988Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:46.2408204Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:11:46.2573309Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:46.2745045Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:46.2880803Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:46.3016485Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:46.3144788Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:46.3225511Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.3306792Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.3379483Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:11:46.3456875Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.3534589Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.3662071Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:46.3904920Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:11:46.4065360Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:46.4224152Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:11:46.4359627Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:46.4490196Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:46.4618968Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:46.4862292Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:11:46.5104804Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:11:46.5352851Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:46.5601990Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:46.5851931Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:46.5981512Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:46.6362619Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:11:46.6782708Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:46.7208202Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:11:46.7620969Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:46.7768497Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:46.7908685Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:46.7992262Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.8073526Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.8149133Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.8230791Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.8312251Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:46.8448201Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:46.8709404Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:46.8892761Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:46.9074025Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:46.9487616Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:46.9636363Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:46.9769333Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:47.0030157Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:47.0293011Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:47.0563974Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:47.0824038Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:47.1077857Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.1221543Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:47.1476914Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.1663100Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:47.1861738Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:11:47.2273989Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:47.2424900Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:47.2567789Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:47.2832003Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:47.3097193Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:47.3363680Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:47.3631241Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:47.3893204Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:47.4034980Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:47.4288607Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.4466560Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:47.4654064Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:47.5058307Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:47.5203506Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:47.5337771Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:47.5591393Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.5856835Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:47.6112320Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.6362597Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.6611581Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.6739339Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:47.6985459Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.7152441Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:11:47.7331767Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:11:47.7743202Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:47.7889269Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:11:47.8027697Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:47.8280742Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.8532462Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.8786936Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.9058933Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:47.9320140Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:47.9457160Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:47.9710406Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:47.9896834Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:48.0087410Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:48.0492160Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:48.0636381Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:48.0773678Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:48.1033403Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:48.1294011Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:48.1561644Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:48.1832185Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:48.2098956Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:11:48.2240453Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:48.2502376Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:11:48.2692767Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:48.2885207Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:11:48.3293821Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:48.3435691Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:48.3573097Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:48.3823508Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:48.4072963Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:48.4322343Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:48.4571254Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:48.4821605Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:11:48.4956156Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:48.5347750Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:11:48.5760253Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:11:48.6164852Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:48.6565459Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:11:48.6709745Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:11:48.6843708Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:11:48.6922198Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:48.6999840Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:48.7072359Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:11:48.7150846Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:48.7228514Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:11:48.7228794Z 2022-09-27T16:11:48.7229480Z ---------------------------------------------------------------------- 2022-09-27T16:11:48.7230135Z Ran 1182 tests in 85.316s 2022-09-27T16:11:48.7230291Z 2022-09-27T16:11:48.7233088Z OK (skipped=232) 2022-09-27T16:11:48.7233272Z 2022-09-27T16:11:48.7233391Z Generating XML reports... 2022-09-27T16:11:48.8989115Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220927161023.xml 2022-09-27T16:11:49.3875803Z Running test_cpp_extensions_jit ... [2022-09-27 16:11:49.387219] 2022-09-27T16:11:49.3876338Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:11:49.387301] 2022-09-27T16:11:50.9509017Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:11:50.9559566Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-09-27T16:11:50.9575512Z 2022-09-27T16:11:50.9575650Z Running tests... 2022-09-27T16:11:50.9576094Z ---------------------------------------------------------------------- 2022-09-27T16:11:52.7790479Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (1.821s) 2022-09-27T16:12:07.5919022Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (14.813s) 2022-09-27T16:12:07.5939557Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:07.5940034Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-09-27T16:12:07.6363357Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-09-27T16:12:07.6367370Z Building extension module cpp_frontend_extension... 2022-09-27T16:12:07.6367702Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:08.6075366Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-09-27T16:12:08.9744849Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-09-27T16:12:08.9796644Z Loading extension module cpp_frontend_extension... 2022-09-27T16:12:08.9907053Z ok (1.399s) 2022-09-27T16:12:08.9923843Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:08.9925422Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:12:08.9925900Z Loading extension module cpp_frontend_extension... 2022-09-27T16:12:08.9939603Z ok (0.003s) 2022-09-27T16:12:08.9976473Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:08.9977927Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:12:08.9978448Z Loading extension module cpp_frontend_extension... 2022-09-27T16:12:09.0045203Z ok (0.010s) 2022-09-27T16:12:09.0059320Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:12:09.0072815Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:09.0073276Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-09-27T16:12:09.0472916Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-09-27T16:12:09.0477388Z Building extension module is_python_module... 2022-09-27T16:12:09.0477651Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:10.0761365Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-09-27T16:12:10.3230449Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-09-27T16:12:10.3282237Z Loading extension module is_python_module... 2022-09-27T16:12:10.3304868Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: 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-09-27T16:12:10.3305722Z f'Input #{idx} requires gradient and ' 2022-09-27T16:12:10.3306379Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: 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-09-27T16:12:10.3306851Z f'Input #{idx} requires gradient and ' 2022-09-27T16:12:10.3333240Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: 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-09-27T16:12:10.3333742Z f'Input #{idx} requires gradient and ' 2022-09-27T16:12:10.3334383Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: 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-09-27T16:12:10.3335033Z f'Input #{idx} requires gradient and ' 2022-09-27T16:12:10.3419331Z ok (1.336s) 2022-09-27T16:12:10.3427985Z test_half_support (__main__.TestCppExtensionJIT) 2022-09-27T16:12:10.3429286Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-09-27T16:12:10.3437147Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:12:10.3445665Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:12:10.3458950Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:10.3459418Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-09-27T16:12:10.3919642Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-09-27T16:12:10.3923895Z Building extension module inline_jit_extension... 2022-09-27T16:12:10.3924210Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:11.3888634Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/main.cpp -o main.o 2022-09-27T16:12:11.6866913Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-09-27T16:12:11.6917655Z Loading extension module inline_jit_extension... 2022-09-27T16:12:11.6938725Z ok (1.349s) 2022-09-27T16:12:11.6962881Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-09-27T16:12:11.6971298Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:11.6971775Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-09-27T16:12:11.7385633Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-09-27T16:12:11.7390310Z Building extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:12:11.7390631Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:12.6918283Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-09-27T16:12:12.9661016Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-09-27T16:12:12.9728689Z Loading extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:12:12.9744387Z ok (1.278s) 2022-09-27T16:12:12.9761551Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:12.9762109Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-09-27T16:12:13.0162354Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-09-27T16:12:13.0166298Z Building extension module inline_jit_extension_with_functions_list... 2022-09-27T16:12:13.0166592Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:14.0075771Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-09-27T16:12:14.2659658Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-09-27T16:12:14.2710024Z Loading extension module inline_jit_extension_with_functions_list... 2022-09-27T16:12:14.2730394Z ok (1.298s) 2022-09-27T16:12:14.2750375Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:14.2751022Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-09-27T16:12:14.3175250Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-09-27T16:12:14.3179458Z Building extension module jit_extension... 2022-09-27T16:12:14.3179901Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:15.4099889Z [1/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-09-27T16:12:15.4542769Z [2/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-09-27T16:12:15.8934319Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-09-27T16:12:15.8990859Z Loading extension module jit_extension... 2022-09-27T16:12:15.9020283Z ok (1.629s) 2022-09-27T16:12:15.9035448Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:12:15.9042352Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:12:15.9051364Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-09-27T16:12:15.9066180Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:15.9501750Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-09-27T16:12:15.9502211Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-09-27T16:12:15.9506139Z Building extension module lenient_flag_handling_extension... 2022-09-27T16:12:15.9506404Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:16.9840814Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-09-27T16:12:17.3082325Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-09-27T16:12:17.3132954Z Loading extension module lenient_flag_handling_extension... 2022-09-27T16:12:17.3153995Z ok (1.410s) 2022-09-27T16:12:17.3167498Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80933 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:12:17.3178240Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:17.3203865Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-09-27T16:12:17.3616147Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-09-27T16:12:17.3631298Z Building extension module is_python_module_v1... 2022-09-27T16:12:17.3631805Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:18.3887809Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-09-27T16:12:18.6946556Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-09-27T16:12:18.6999319Z Loading extension module is_python_module_v1... 2022-09-27T16:12:18.7024724Z ok (1.386s) 2022-09-27T16:12:18.7043443Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:12:18.7044060Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-09-27T16:12:18.7461088Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-09-27T16:12:18.7465038Z Building extension module test_set_default_type... 2022-09-27T16:12:18.7465538Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:12:19.7071825Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/main.cpp -o main.o 2022-09-27T16:12:19.9951960Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-09-27T16:12:20.0001602Z Loading extension module test_set_default_type... 2022-09-27T16:12:20.0020502Z ok (1.299s) 2022-09-27T16:12:21.2409768Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:12:21.2415208Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:12:21.2418278Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:12:21.2420384Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:12:22.5467761Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-09-27T16:12:22.5469896Z ok (2.545s) 2022-09-27T16:12:22.5555077Z 2022-09-27T16:12:22.5555725Z ---------------------------------------------------------------------- 2022-09-27T16:12:22.5556209Z Ran 23 tests in 31.598s 2022-09-27T16:12:22.5556331Z 2022-09-27T16:12:22.5556410Z OK (skipped=8) 2022-09-27T16:12:22.5556521Z 2022-09-27T16:12:22.5556610Z Generating XML reports... 2022-09-27T16:12:22.5612050Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927161150.xml 2022-09-27T16:12:22.9654328Z Running test_binary_ufuncs ... [2022-09-27 16:12:22.964931] 2022-09-27T16:12:22.9654928Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:22.965011] 2022-09-27T16:12:25.4963331Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-09-27T16:12:25.6365453Z 2022-09-27T16:12:25.6365702Z Running tests... 2022-09-27T16:12:25.6366124Z ---------------------------------------------------------------------- 2022-09-27T16:12:25.6388247Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:25.6398914Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6408140Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6417044Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6426171Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6435007Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6443960Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6452920Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6462489Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6471674Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6480597Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6489727Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6499048Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6507917Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6516958Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6526159Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6535360Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6544514Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6553588Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6562622Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6571942Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6581009Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6590115Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6599155Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6608578Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6617866Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6626869Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6635615Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6644321Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6653211Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6662321Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6671282Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6679966Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6688628Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6697363Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6706244Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6715032Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6723611Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6732386Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6741336Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6750121Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6758747Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6767510Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6776361Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6785044Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6793808Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6802805Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6811532Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6820590Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6828894Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6837764Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6845967Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6854696Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6863329Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6871610Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6880144Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6889199Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6898702Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6907313Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6915794Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6924405Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6933236Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6942029Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6950840Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6959910Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6968600Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6977259Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6986105Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.6994767Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7003707Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7012314Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7021399Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7030413Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7038881Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7047514Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7056427Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7065293Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7074165Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7082763Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7091714Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7100672Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7109410Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7118354Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7127356Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7136732Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7145274Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7153908Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7162596Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7171371Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7180485Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7188848Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7197450Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7206061Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7214657Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7223366Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7231849Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7240826Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7249770Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7258769Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7267497Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7276283Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7285004Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7293877Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7302781Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7311638Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7320252Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7329077Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7338256Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7350430Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7364385Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7378629Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7393207Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7406741Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7420955Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7434743Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7448535Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7462743Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7474737Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7486620Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7497220Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7508877Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7520794Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7532193Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7543165Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7553625Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7564771Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7577035Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7588934Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7599860Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7610870Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7621886Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7633004Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7643928Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7654826Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7667174Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7678434Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7689533Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7701313Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7709658Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7718061Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7726849Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7735425Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7744259Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7753252Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7762419Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7771195Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7780438Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7789095Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7798054Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7806806Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7815521Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7824274Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7833112Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7842271Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7850681Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7859405Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7868010Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7876815Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7885461Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7894254Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7903166Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7911990Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7920810Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7929505Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7938606Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7947196Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7955888Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7965760Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7974259Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7982893Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7991149Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.7999444Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8007669Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8016225Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8024633Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8032707Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8041286Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8049637Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8058244Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8066766Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8075000Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8083359Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8092157Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8101028Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8109746Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8118241Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8126854Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8135589Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8144071Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8152406Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8161015Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8169877Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8178782Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8188228Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8196520Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8204855Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8213435Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8222031Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8230583Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8238803Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8247363Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8256039Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8264637Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8273138Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8281358Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8289917Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8298744Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8306964Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8315535Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8324090Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8332526Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8341191Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8349485Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8358123Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8366163Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8374888Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8383447Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8391793Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8400270Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8408991Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8417827Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8426648Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8435496Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8443736Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8452666Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8461490Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8470273Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8478888Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8487538Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8496314Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8505067Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8513807Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8522868Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8531744Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8540668Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8549300Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8558087Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8566830Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8575654Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8584521Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8593991Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8602768Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8611612Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8620518Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8629481Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8638459Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8647244Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8656284Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8665411Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8674054Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8682773Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8691544Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8700434Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8709072Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8717772Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8726468Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8736183Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8745045Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8754003Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8763078Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8772131Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8781347Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8790946Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8800226Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8808620Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8817656Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8826138Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8834800Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8843574Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8852403Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8861372Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8870034Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8879114Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8888057Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8896821Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8905788Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8914542Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8923283Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8932073Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8941084Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8950348Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8959587Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8968656Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8978082Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8987067Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.8996072Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9005078Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9014278Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9023885Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9032897Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9042048Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9051132Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9060141Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9069122Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9078053Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9087111Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9096564Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9105916Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9114888Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9123838Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9133027Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9142146Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9151122Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9160035Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9169393Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9178602Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9187524Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9196630Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9205767Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9215023Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9224387Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9233372Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9425843Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:25.9436849Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9445942Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9455400Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9464444Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9473329Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9482338Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9491314Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9500598Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9509436Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9518135Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9526858Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9535832Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9544574Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9553239Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9561896Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9570691Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9579403Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9587897Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9596453Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9604974Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9613706Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9622504Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9631093Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9639852Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9648411Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9657086Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9665734Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9674315Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9682961Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9691571Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9700553Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9709357Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9717945Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9726605Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9735375Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9744134Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9752738Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9761347Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9770046Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:25.9912444Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:26.0365380Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:12:26.4610196Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.424s) 2022-09-27T16:12:26.4623729Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:26.4635827Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:26.4669949Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.4708654Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:26.4734274Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.4765443Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.4791114Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:26.4818902Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.4851383Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.4874073Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.4897291Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.4916912Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.4936669Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.4956490Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.4975521Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.4994762Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5014969Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5034848Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5055307Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5075299Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5095435Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5116294Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5143328Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5174137Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5211112Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:26.5243673Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5282700Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:26.5309835Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5336474Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5363394Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5390274Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5417854Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5444314Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5470878Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5495522Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5541709Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:26.5564610Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5590185Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5611977Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5632057Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5662303Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5688855Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5721048Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.5743134Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5766281Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5785906Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5805439Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5825159Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5843701Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5862839Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5881861Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5900735Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5919415Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5938880Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5957589Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5976627Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.5994380Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:12:26.5994947Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:12:26.6009306Z ok (0.003s) 2022-09-27T16:12:26.6078517Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:26.6151876Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:26.6195263Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:26.6225737Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6259309Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6285431Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6311792Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6337642Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6363071Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6389236Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6411913Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6442775Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6470350Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6503308Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6525493Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6549348Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6568856Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6588788Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6608311Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6627316Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6646205Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6666022Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6684355Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6703408Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6722118Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6741057Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6759695Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6782115Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6801537Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6831842Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6857610Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:12:26.6858129Z result = torch.complex(real, imag) 2022-09-27T16:12:26.6883108Z ok (0.005s) 2022-09-27T16:12:26.6911528Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6944319Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.6966608Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.6990301Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7009682Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7029519Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7049147Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7068168Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7087125Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7111767Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7138584Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.7162256Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7188798Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.7214739Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.7241337Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.7267511Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.7293263Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.7319351Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.7339483Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7358340Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7377281Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7396285Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7415059Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7434126Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7453541Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7472723Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7491998Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7511342Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7530626Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7549842Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7568569Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7587728Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7606676Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7625740Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7644563Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7663948Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7682904Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7701971Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7720832Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7740124Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7759528Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7778378Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7797204Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7816305Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7834877Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7853677Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7877098Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7897341Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7930104Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.7953628Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7979004Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.7998708Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8018180Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8037655Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8056802Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8076291Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8099555Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8119327Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8152657Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8175537Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8199706Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8219579Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8238709Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8258165Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8277483Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8298489Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8332052Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8356540Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8382312Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8404725Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8429385Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8461198Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8483491Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8507514Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8534316Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8562208Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8589137Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8616340Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8644281Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8671423Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8709733Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:26.8736537Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8763285Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8790468Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8816591Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8842033Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8866949Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8891953Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8915151Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.8941341Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.8973903Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9001980Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9037069Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9061065Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9085719Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9112029Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9137285Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9162743Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9187820Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9213285Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9237079Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9271215Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9295339Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9321258Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9348532Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9375359Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9401835Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9428112Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9454005Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9474292Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9493600Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9519898Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9561628Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:26.9583963Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9612650Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9631758Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9652899Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9672288Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9691422Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9710996Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9729682Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9749029Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:26.9780157Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9814197Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:26.9882409Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:26.9952732Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:26.9995482Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.0028961Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0063354Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0097795Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0132549Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0167944Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0203723Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0239047Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0247640Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:27.0310504Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:27.0339068Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0368484Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0392314Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0415695Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0440207Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0462565Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0483899Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0508478Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0528836Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0563089Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0587212Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0611894Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0631314Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0650522Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0669669Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0688255Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0707716Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0731451Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0751145Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0785515Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.0808518Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0833415Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0852758Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0871707Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0890783Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0909557Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0928374Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0954463Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.0996536Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.1020782Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1047129Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.1068637Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1089102Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1111517Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1131871Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1152452Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1177833Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1202700Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1231360Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.1256630Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1281159Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1300860Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1319941Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1348466Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.1367277Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1388473Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1407654Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1426578Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1445680Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1464730Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1483588Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1503526Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1523437Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1555213Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.1576149Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1599735Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1621107Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1642287Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1663958Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1685104Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1706855Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1732718Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.1756450Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1792617Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.1817719Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1843203Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1863895Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1883626Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1903243Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1922743Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1942608Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1967105Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.1991156Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.2016987Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.2049902Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.2095193Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2128503Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.2166141Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2199162Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.2243483Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2277482Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.2315899Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2348195Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.2384786Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2428482Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2468752Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2518987Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.2552335Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.2585262Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.2623408Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2659875Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2696577Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2732920Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2769470Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.2781599Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2792635Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2803584Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2814532Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2825544Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2836394Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2847257Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2858571Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2869547Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2880294Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2891365Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2902570Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2913752Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2924770Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2936097Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2947172Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2958311Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2969241Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2980366Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.2991420Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.3002423Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.3013808Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.3025853Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.3037995Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:27.3068183Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3097842Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3133356Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3164582Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3195183Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3228770Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3265139Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.3329432Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:27.3392042Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:27.3436305Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.3466252Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3498473Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3529395Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3560573Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3591803Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3622131Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3652352Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3672932Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3692596Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3721679Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3741687Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3762947Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3782811Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3804921Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3824725Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3844103Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3863710Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3884292Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3904150Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3931551Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.3955249Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.3985044Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.4005014Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4028639Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4048344Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4068340Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4087910Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4107913Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4127450Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4147825Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4167277Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4194985Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.4218947Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4247543Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.4267695Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4289264Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4308962Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4328630Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4348556Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4367967Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4387696Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4408055Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4427958Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4455456Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.4479297Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4509037Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.4529061Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4551004Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4571162Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4590837Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4610694Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4630424Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4650144Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4670503Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4689965Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4719098Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.4738965Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4760285Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4779945Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4799283Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4819174Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4838344Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4858185Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4881797Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4902021Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4935439Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.4958772Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.4983293Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5003048Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5022634Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5042292Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5061846Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5081392Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5104673Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5126144Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5159641Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.5182898Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5207446Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5227555Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5246874Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5266770Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5285877Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5305595Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5329354Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5349416Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5382692Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.5404909Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5428970Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5448475Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5467555Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5486501Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5506155Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5526408Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5551322Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5572319Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5609006Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.5635682Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.5663060Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.5684794Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5706961Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5727574Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5747554Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5767140Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5790285Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5809856Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5842199Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.5893875Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.5921611Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.5953773Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.5976172Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.5999643Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6020132Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6040003Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6059948Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6078425Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6097272Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6116758Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6135509Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6161918Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.6184112Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6212892Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.6232158Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6253328Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6272479Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6291394Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6310650Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6329244Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6348412Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6373773Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6396738Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6421413Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6450433Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.6485809Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.6512088Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.6577201Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:27.6642337Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:27.6681197Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.6706636Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6735764Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.6759108Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6782466Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6804901Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6827706Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6850389Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6875737Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6923192Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.6948137Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.6975494Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.6999570Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7024029Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7050024Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7074419Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7097883Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7123503Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7158143Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7188370Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7225758Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.7252324Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7279493Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7302335Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7326046Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7347201Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7368814Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7388900Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:27.7416881Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7445089Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7475271Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7504955Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7535096Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7564128Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7592699Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7622220Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7649931Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7677217Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7705307Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7734199Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7763364Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7792128Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7819923Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7848275Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.7856187Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7863213Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7870266Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7877405Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7884184Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7891487Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7898571Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7905741Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7912443Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7919256Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7926123Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7933363Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7940239Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7947274Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7954068Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7961215Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.7992670Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8022757Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8053206Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8083465Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8114138Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8144896Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8175670Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8211197Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.8253615Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.8295802Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.8340911Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.8371954Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8407377Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8441306Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8475146Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8508744Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8549434Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.8588112Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.8631255Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.8667302Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.8703373Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8737751Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8770139Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8804001Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.8812958Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8819965Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8826826Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8833710Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8840871Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8847348Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8854091Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8861734Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8868671Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8875805Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8882823Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8889852Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8897798Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8904095Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8911349Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8917812Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8924746Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8931731Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8939125Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8945465Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8952808Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8959885Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8966967Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8974132Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8981091Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8987795Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.8994645Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9001473Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9008277Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9015318Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9022609Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9029372Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9036162Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9043086Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9050426Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9057341Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9064305Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9071101Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9078408Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9085512Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:27.9120147Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9151439Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9194986Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.9226437Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9258666Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9291232Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9323655Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9355503Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9386167Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9416284Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9444305Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9490461Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.9536294Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.9584705Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.9632472Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.9678600Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.9723834Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.9813143Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:27.9840178Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9879072Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:27.9931761Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:27.9960685Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:27.9994640Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0017398Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0041051Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0061072Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0080830Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0100749Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0119423Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0138884Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0162253Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0189033Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0222286Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0251736Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0285603Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0309379Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0333604Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0358986Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0384482Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0409463Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0433984Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0459489Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0485886Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0513628Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0550340Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:28.0575045Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:28.0601676Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0629059Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0656357Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0683241Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0709579Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.0736042Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:28.3662637Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.292s) 2022-09-27T16:12:28.3674005Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:12:35.0832837Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (6.716s) 2022-09-27T16:12:35.2011610Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:12:35.3210726Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:12:35.4548328Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:12:35.6024410Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.148s) 2022-09-27T16:12:35.7131469Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:12:35.8272569Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:12:35.8305530Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:35.8575718Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:35.8705748Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:35.8834457Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:35.8974458Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:35.9103455Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:35.9367858Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:35.9499661Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:35.9763292Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:35.9891454Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.0077037Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:36.0205773Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.0472885Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:36.0689712Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:36.0970444Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:36.1122324Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:36.1404799Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:36.1545433Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:36.1676414Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.1865069Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:36.1993808Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.2180852Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:36.2307877Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.2568947Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:36.2702683Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.2928980Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:36.3101439Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:36.3112578Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:36.3121748Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:36.3130083Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:36.3138669Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:36.3267108Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.3451049Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:36.3576285Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:36.3760395Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:36.3887579Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.4072539Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:36.4201285Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.4385724Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:36.4509738Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:36.4693685Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:36.4818938Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:36.5086650Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:36.5215022Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.5479701Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:36.5608779Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.5874854Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:36.6003607Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.6267130Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:36.6396953Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.6581836Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:36.6707185Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:36.6973655Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:36.7101780Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.7381576Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:36.7518047Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:36.7783734Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:36.7913235Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:36.7952357Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:36.7989971Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:36.8099287Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-09-27T16:12:36.8099721Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:12:36.8103721Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:12:36.8104039Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:12:36.8107946Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:12:36.8108282Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:12:36.8112302Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:12:36.8112889Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:12:36.8419142Z ok (0.043s) 2022-09-27T16:12:36.8831107Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:36.9200098Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:36.9462528Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:36.9710878Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:36.9956485Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:37.0216302Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:37.0475237Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:37.0720601Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:37.0977896Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:37.1232219Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:37.1487016Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:37.1940716Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:12:37.2365285Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:12:37.2775456Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:37.3185027Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:37.3583064Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:37.3843559Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:37.4104125Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:37.4561623Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:12:37.4954543Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:12:37.5372114Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:12:37.5777578Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:37.6179922Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:37.6580557Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:37.6980698Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:37.7385169Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:37.7810334Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:12:37.8221635Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:37.8476257Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:37.8750723Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:37.9167378Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:12:37.9559424Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:12:37.9960251Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:38.0377650Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:12:38.0782253Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:38.1179700Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:38.1579893Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:38.1987398Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:38.2375485Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:12:38.2631450Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:38.2886394Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:38.3292883Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:38.3646434Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:12:38.4021643Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:38.4395194Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:38.4810533Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:38.5186669Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:38.5433108Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:38.5681154Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:38.6085224Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:38.6441508Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:12:38.6817988Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:38.7235603Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:12:38.7622211Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:12:38.7866281Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:38.8118295Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:38.8527220Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:38.8884731Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:12:38.9290907Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:38.9673049Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:38.9923756Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:39.0176009Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:39.0582725Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:39.0957848Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:39.1334848Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:39.1710773Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:39.2068721Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:12:39.2487373Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:12:39.2880024Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:12:39.3134375Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:39.3388482Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:39.3793790Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:39.4162495Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:39.4529613Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:39.4896468Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:12:39.5273169Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:39.5621394Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:12:39.5688206Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.5758565Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.6006628Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:39.6076521Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.6142326Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.6210734Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.6279801Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.6347925Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.6416775Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.6486378Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:39.6505989Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6522868Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6542249Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6562069Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6580873Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6598822Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6617391Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6634478Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6650960Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6667303Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6683619Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6700063Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6716179Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6732570Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6749114Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6765370Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6781858Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6798113Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6816330Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6833742Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6853409Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6874403Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6893857Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6912750Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6932360Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6950505Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6968207Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.6985024Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7001821Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7019084Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7036773Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7055369Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7072897Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7091065Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7108854Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7124671Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7143567Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7163020Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7181397Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7198830Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7216947Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7233715Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7249753Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7265737Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7281534Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7298025Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7313735Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7329794Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7345962Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7361837Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7378026Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7393822Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7412224Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7432450Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7452699Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7471316Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7489297Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7508133Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7525106Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7541533Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7557640Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7573869Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7590337Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7607250Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7626116Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7645415Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7664017Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7681380Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7699747Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7716333Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7732479Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7748534Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7764599Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7780794Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7796660Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7812665Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7828763Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7844695Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7860836Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7876621Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7894150Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7910271Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7928908Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7948885Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7968340Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.7986659Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8004056Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8022327Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8038855Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8054883Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8070973Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8087612Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8103543Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8121174Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8139076Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8157552Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8176161Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8193950Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8211700Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8229521Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8247186Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8265188Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8282163Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8298514Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8314534Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8330679Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8346984Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8363057Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8379516Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8395553Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8412127Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8429294Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8445081Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8461213Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8477050Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8493139Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8509145Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8525311Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8541674Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8557963Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8574112Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8590243Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8606342Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8622920Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8638888Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8655235Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8671438Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8687476Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8704112Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8720126Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8738141Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8754362Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8772478Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8790503Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8808909Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8825756Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8842045Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8858207Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8874336Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8890497Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8907867Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8924043Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8941953Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8959697Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8978241Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.8995199Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9011525Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9027815Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9043950Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9060398Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9078466Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9097314Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9116236Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9134376Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9151161Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9168813Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9187048Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9205717Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9223114Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9239784Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9256571Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9273287Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9290168Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9308050Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9325766Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9343854Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9362337Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9380034Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9397024Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9414181Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9432109Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9448699Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9466352Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9483112Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9502466Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9522268Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9541215Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9559124Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9577880Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9595393Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9612606Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9629819Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9646926Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9664396Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9682640Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9700402Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9718577Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9737339Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9755084Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9772280Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9789416Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9806470Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9823996Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9841003Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9857293Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9875874Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9894931Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9913273Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9931829Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9948710Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9966921Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:39.9983951Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0000108Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0016317Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0032504Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0048805Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0066847Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0084480Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0104567Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0124492Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0143611Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0161939Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0181310Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0198192Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0216156Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0233705Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0251594Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0269334Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0280290Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:40.0298284Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0316298Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0335107Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0352252Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0368548Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0385110Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0401296Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0417972Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0435420Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0451821Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0469371Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0487254Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0506025Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0522619Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0538997Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0555133Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0571438Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0587859Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0604972Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0621356Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0638876Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0656869Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0675121Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0691638Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0708237Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0723756Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0740049Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0756111Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0774620Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0793304Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0811595Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0830305Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0847404Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0864040Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0880253Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0896710Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0913153Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0929091Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0945692Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0962099Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0978433Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.0994408Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1011353Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1027227Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1044820Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1061857Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1079426Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1095949Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1112181Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1127894Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1144169Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1160301Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1177329Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1193593Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1211190Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1228400Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1246430Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1263662Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1280081Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1295970Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1312661Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1328391Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1346262Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1362222Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1380087Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1397858Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1416218Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1433447Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1449535Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1465460Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1481678Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1498177Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1515846Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1534373Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1552859Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1570998Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1588779Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1606468Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1625024Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1642943Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1660995Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1678743Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1697225Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1715489Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1732712Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1752610Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1771987Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1790476Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1808464Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1827130Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1844773Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1862047Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1879241Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1896565Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1913451Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:40.1927706Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.1941900Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.1955855Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.1969803Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.1983858Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.1997777Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2021568Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2025797Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2039473Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2053410Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2067274Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2081097Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2095056Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2109006Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2122847Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2137038Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2151012Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2164845Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2178928Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2192999Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2207030Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2220985Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2234740Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2248703Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:40.2290112Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2329618Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2405765Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.2459687Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.2535693Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:40.2575716Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2622720Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.2661897Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2701159Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2741005Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2778547Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2816674Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2854829Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2892563Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2930312Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.2969208Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3006565Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3045068Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3084666Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3130073Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.3202165Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.3251026Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.3328590Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:40.3364387Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3408918Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3452610Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3497185Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3543894Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.3588126Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3635269Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.3676637Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3762004Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:40.3800259Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3844524Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3883502Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3923320Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.3996466Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.4049240Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.4121572Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.4157757Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4201745Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4241370Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4281411Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4321286Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4359442Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4397907Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4436196Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4473850Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4511583Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4550310Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4587574Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4625723Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4668199Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.4775658Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:40.4867589Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:40.4946289Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:40.4984690Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5033783Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.5075589Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5117989Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5160732Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5202806Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5245226Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5283849Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5356229Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.5409505Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.5483447Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.5521834Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5566121Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5605892Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5645711Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5685363Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5723656Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5762952Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5801879Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5839601Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5877461Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5916010Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5953342Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.5991900Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6031415Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6070775Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6143935Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.6271619Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:40.6322825Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.6394418Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.6429541Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:40.6474148Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6512898Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6552203Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6591370Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6628650Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6666593Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6706520Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6750679Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6787190Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6833488Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:40.6876446Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6919686Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.6964468Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7007768Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7051835Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7090381Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7127598Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7165292Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7203367Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7240523Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7278273Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7316135Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7353786Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7391857Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7429833Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7467817Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7505599Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7542921Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7580856Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7618979Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7656259Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7694147Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7731786Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7769362Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7807952Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7845516Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7883823Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7921625Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7959854Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.7998082Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8036241Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8073702Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8111634Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8150274Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8189276Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8260949Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.8295632Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:40.8337301Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8375098Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8412894Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8451044Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8488219Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8526151Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8565112Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8604223Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8676106Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.8713253Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8756295Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8794214Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8832082Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8870419Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8907892Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.8946081Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9018509Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.9055048Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9098527Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9136233Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9179060Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9249090Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.9283836Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:40.9325494Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9367292Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9409460Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9452591Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9494099Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9535989Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9576210Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9648549Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:40.9683924Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:40.9726017Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9769539Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9812996Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9858075Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9901413Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9944867Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:40.9985245Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0030904Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.0103323Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.0156176Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.0229337Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.0265683Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0309529Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0353226Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0396933Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0440984Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0484281Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0527646Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0566383Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0639544Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.0675415Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0717970Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0762245Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0806526Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0851718Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0895396Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0939572Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.0975304Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:41.1013821Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.1079603Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.1194570Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:41.1241141Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.1309134Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.1340426Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:41.1381131Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.1419626Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.1457699Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.1496659Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.1534521Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.1573358Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.1618304Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.1670371Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.1780577Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:41.1869838Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:41.1945307Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.1986518Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2035266Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.2082786Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.2131385Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.2179728Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.2227435Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.2275831Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.2288301Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:41.2385140Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:41.2423607Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2470588Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.2511840Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2553360Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2596622Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2637366Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2678135Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2718638Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2757177Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2829032Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.2864780Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2907638Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2945739Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.2983913Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3022611Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3060402Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3098870Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3139076Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3178366Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3249498Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.3286969Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3328474Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3366249Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3403985Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3442427Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3479732Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3518141Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3561196Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3644433Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:41.3684024Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3730097Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.3772216Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3815871Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3860340Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3901163Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3944733Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.3991968Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.4038169Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.4089377Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.4136158Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.4182512Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.4220237Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4260603Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4332060Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.4368196Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4411146Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4450923Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4490872Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4531512Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4570717Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4611224Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4649110Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4689611Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4759362Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.4793404Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:41.4834101Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4874143Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4913811Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4954183Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.4993588Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5032740Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5072808Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5112385Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5183777Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.5222844Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5268392Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5309996Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5352134Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5394523Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5436382Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5478612Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5521725Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5560248Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5605692Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.5654961Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.5738128Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:41.5786775Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.5843502Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:41.5892770Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.5974885Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:41.6043209Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.6102149Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:41.6141852Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.6185898Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.6264263Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:41.6321542Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:41.6406865Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:41.6444764Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.6490330Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.6533342Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.6576622Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.6620969Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.6663479Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.6706695Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.6722891Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6738894Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6754543Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6770644Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6786216Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6801690Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6817290Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6832909Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6848298Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:41.6863977Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6879713Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6895041Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6910895Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6926326Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6942063Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6957647Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6973333Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.6988908Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.7004460Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.7020124Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.7035499Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:41.7050979Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:41.7066751Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:41.7082200Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:41.7128977Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7175104Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7226712Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7272272Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7317362Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.7360381Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.7406138Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7508133Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:41.7597071Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:41.7681946Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:41.7721662Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.7772327Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7819198Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7865830Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7913761Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.7959663Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.8006352Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.8044253Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8083650Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8156105Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.8188349Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:41.8229276Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8267758Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8306736Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8346733Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8385479Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8424791Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8462467Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8501283Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8571545Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.8624050Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.8694220Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.8728226Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:41.8770112Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8809004Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8848824Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8887852Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8926298Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.8965298Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9001870Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9040135Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9110876Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.9163162Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.9233596Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.9269568Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9313492Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9353954Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9394869Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9435744Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9475437Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9516754Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9555755Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9596313Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9668924Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.9723257Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:41.9795384Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:41.9831696Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9876492Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9917689Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:41.9958612Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0001142Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0042019Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0083143Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0121854Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0162755Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0233320Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.0269072Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:42.0311858Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0352669Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0393290Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0434779Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0475161Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0515431Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0557303Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0598095Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0672433Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.0709683Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0754437Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0794711Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0834595Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0875052Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0914099Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0953525Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.0993954Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1033477Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1107827Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.1146206Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1191578Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.1230718Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1269356Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1308873Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1348578Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1387208Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1426947Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1465978Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1537015Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.1572593Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1614857Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1653646Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1692389Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1731747Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1770041Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1808821Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1847906Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1886764Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.1958316Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.1993624Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:42.2035570Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2074032Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2112277Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2151212Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2189187Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2228235Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2267920Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2308474Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2387566Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:42.2520762Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:42.2578022Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.2654956Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:42.2696025Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2744655Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.2787415Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2830405Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2873149Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2915211Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2957751Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.2997847Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3040045Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3113766Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.3169635Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.3241697Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.3278480Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3323080Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3364455Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3406619Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3450495Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3491744Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3533299Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3577677Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3614582Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3659178Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3705463Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.3762571Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.3805900Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.3915279Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:42.4013396Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:42.4092700Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:42.4131548Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4181643Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.4224686Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4268125Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4311293Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4353557Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4395981Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4439180Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4534333Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:42.4576071Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4623646Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.4667726Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4712966Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4759024Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.4802120Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4844066Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4883806Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.4962140Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:42.5019440Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.5092347Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.5128894Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5172933Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5211768Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5250578Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5289792Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5327362Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5365591Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5410781Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5451009Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5497127Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5544196Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5591661Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5640097Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5686115Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5733549Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5782728Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5826501Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.5873201Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5919858Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.5968617Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6016724Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6062544Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6110656Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6124243Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6135886Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6147953Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6159650Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6171473Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6183172Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6195251Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6206782Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6218766Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6231359Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6243042Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6254959Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6266768Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6278631Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6290328Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6302160Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.6349459Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6393705Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.6440709Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6488449Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6535132Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6582462Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6628338Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6675204Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6720211Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.6760221Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.6807962Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6854434Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6901604Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6948531Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.6994765Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7040855Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7086467Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.7127147Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.7172856Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7220543Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7267589Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7315275Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7360954Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7408133Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7421347Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7433359Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7445304Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7457344Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7469569Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7482088Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7494296Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7506446Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7518213Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7530219Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7542774Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7554852Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7566760Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7579097Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7590790Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7602656Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7614774Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7626743Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7638506Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7650364Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7662333Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7674195Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7686110Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7698061Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7709796Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7721786Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7733778Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7745731Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7757637Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7769579Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7781633Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7793710Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7805683Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7817894Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7830251Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7842481Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7855026Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7867221Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7879504Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7891914Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:42.7942624Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.7990934Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.8071513Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:42.8113953Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.8162317Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.8210247Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.8258576Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.8307314Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.8354457Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.8401640Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.8446391Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.8504944Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.8569892Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.8634687Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.8699485Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.8762871Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.8825568Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.8934045Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:42.8975336Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9051077Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.9180491Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:42.9234934Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.9309678Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.9347666Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9393904Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.9434893Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9475681Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9516332Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9555052Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9594066Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9635891Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9683786Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:42.9761170Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:42.9820561Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:42.9895719Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:42.9934307Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:42.9981652Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:43.0027497Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:43.0072758Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0118605Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:43.0163548Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0208238Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0250518Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0297194Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:43.0372332Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:43.0409382Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0453554Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0498474Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0543798Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0589293Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0633291Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0677536Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:43.0694376Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0710688Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0726722Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0743029Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0759322Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0777784Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0795537Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0815938Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0835760Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0854312Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0872365Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0890953Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0908990Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0926840Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0945044Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0963016Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0981273Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.0998552Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1014864Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1032132Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1049419Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1067545Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1085583Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1102094Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1118015Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1134235Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1150689Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1167628Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1183899Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1202359Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1221463Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1239120Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1256242Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1274163Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1290917Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1307096Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1323016Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1339133Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1355312Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1372288Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1388171Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1406260Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1425361Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1443078Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1460893Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1478317Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1495160Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1511402Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1527377Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1543652Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1559579Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1576585Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1592599Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1610672Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1629302Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1647028Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1664598Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1682639Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1699675Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1716015Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1732284Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1748522Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1764695Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1781742Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1797621Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1814952Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1832307Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1850790Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1867630Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1883893Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1900290Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1916286Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1932307Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1949899Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1965992Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.1984111Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2001802Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2020325Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2037212Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2053262Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2069687Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2086046Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2102293Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2119560Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2135644Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2153399Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2171274Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2189771Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2206633Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2223425Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2240253Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2256954Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2273883Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2292426Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2309353Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2328349Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2347668Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2366878Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2384765Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2401773Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2418553Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2435366Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2452469Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2470967Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2487942Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2506472Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2524630Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2543372Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2560309Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2576669Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2592893Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2609096Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2626783Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2644440Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2660563Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2679497Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2699848Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2719404Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2738089Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2756089Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2774639Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2791611Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2807760Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2824258Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2840424Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2856490Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2873489Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2889562Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2907771Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2926440Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2944722Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2961989Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2980314Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.2997120Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3013204Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3029393Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3045398Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3061675Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3079399Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3097962Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3116394Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3135220Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3154196Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3172925Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3192853Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3212674Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3231332Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3249090Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3267721Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3284636Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3301311Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3317242Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3333435Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3349830Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3368512Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3387019Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3405186Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3424128Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3441622Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3458497Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3474761Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3491293Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3508036Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3525446Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3544465Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3564039Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3582793Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3600569Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3619138Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3635938Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3652330Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3668634Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3684574Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3701131Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3717884Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3735755Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3754149Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3771562Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3788508Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3805108Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3822580Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3839248Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3856062Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3874108Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3892523Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3909733Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3926402Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3943455Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3960402Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3978067Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.3988902Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.3998873Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4009468Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4019783Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4030060Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4040174Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4050428Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4060406Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4070186Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4080314Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4091422Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4101491Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4111227Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4121655Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4132990Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4142981Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4163300Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4182789Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4201755Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4219409Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4236099Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4252866Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4269493Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4285893Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4302481Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4319992Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4338205Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4355705Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4372252Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4389581Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4406059Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4422889Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4439166Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4456771Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4474893Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4492093Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4508512Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4524920Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4541655Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4558070Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.4568637Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4579362Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4588810Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4598717Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4609298Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4619069Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4628923Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4638937Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4649041Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4659402Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4669656Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4679398Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4689447Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4699294Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4709280Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4719417Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4729433Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4739597Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4749469Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4759583Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4769411Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4779771Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4789718Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4799487Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4809723Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4819801Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4830187Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4840515Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4850699Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4860846Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4870781Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4880831Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4891348Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4901342Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4911405Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4921329Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4931671Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4941526Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4951523Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4961685Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:43.4982670Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5000669Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5019103Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5036807Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5055183Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5072524Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5089086Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5106308Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5122579Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5139758Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5155888Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5174009Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5192391Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5210146Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5227027Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5243585Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5260725Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5277456Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5294796Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5313601Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5333637Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5353421Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5371573Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5389500Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5407602Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5424491Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5440432Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5456647Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5473378Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5490251Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5509790Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5527355Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5548106Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5570534Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5591682Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5611419Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5631429Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5650289Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5669339Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5688181Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5706963Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5725018Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5744273Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5762065Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5781789Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5800704Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5820133Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5837789Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5854822Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5872192Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5889308Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5906534Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5922308Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5937710Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.5954638Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5972361Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.5989401Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6005999Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6022778Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6037760Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6052396Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6067104Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6081349Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6095759Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6109983Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6124110Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6138609Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6152535Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6166661Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6181159Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6198058Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6215249Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6234297Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6252686Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6270355Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6287539Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6304624Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6321083Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6337783Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6354200Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6370478Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6387012Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6403358Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6421509Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6438064Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6454508Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6470542Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6484996Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6502006Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6519295Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6535904Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6552056Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6568163Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6583003Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6596903Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6611462Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6625476Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6640038Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6653975Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6668116Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6682092Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6696363Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6710164Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6724303Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6741515Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6762509Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6783740Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6801747Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6819958Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6837153Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6852801Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6867546Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6881961Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6896574Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6911134Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.6927032Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6945742Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6963636Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6981595Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.6999613Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7018440Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7034529Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7050566Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7067097Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7082171Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7098657Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7113866Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7129431Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7145382Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7161226Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7177109Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7193336Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7211071Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7227484Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7247341Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7269694Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7290316Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7309970Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7328184Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7345928Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7361705Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7377623Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7392471Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7407316Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7422436Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7439290Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7456134Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7473940Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7491777Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7508611Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7525259Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7542365Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7558927Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7575278Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.7590469Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7604682Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7619127Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7633500Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7647773Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7662653Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7676823Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7691216Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7705578Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7719895Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7734344Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7748793Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7763283Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7778146Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7792451Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7807147Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7821925Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7836227Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7850729Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7865132Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7879807Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7894055Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7908765Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7923111Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7937845Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7952179Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7966545Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7981456Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.7997844Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8013067Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8030505Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8047818Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8065813Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8081152Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8095913Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8110397Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8125039Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8139835Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8156622Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8171958Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8189041Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8206288Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8224420Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8239631Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8254875Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8269525Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8284158Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8299054Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.8316554Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8333928Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8351822Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8368431Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8385724Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8402609Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8420349Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8437217Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8453447Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8469687Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8486250Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8503638Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8520661Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8539392Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8558367Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8576821Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8596130Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8614521Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8643199Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8650691Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8668973Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8686787Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8705569Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8724306Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8744414Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8763121Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8781240Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8798393Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8815643Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8832741Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8849050Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8865641Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8882214Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8899282Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8916135Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8934027Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8951015Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8968444Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.8984866Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9001673Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9018157Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9034784Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9050908Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9066868Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9081014Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9097843Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9115673Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9132072Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9148319Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9163665Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9180157Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9195208Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9209459Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9223938Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9238201Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9252558Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9269428Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9286067Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9306419Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9326271Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9344112Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9360841Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9378136Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9394246Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9410557Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9427694Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9443251Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9459713Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9468828Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:43.9485760Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9503460Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9520671Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9535568Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9550097Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9564229Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9578708Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9592823Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9608461Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9623163Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9639999Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9656258Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9673010Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9688106Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9702624Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9716718Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9731041Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9745569Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9761825Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9776911Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9793817Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9810815Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9827676Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9842640Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9857075Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9871325Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9885507Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9901171Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:43.9909199Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:43.9927214Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9945441Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9963373Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9980964Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:43.9995554Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0010286Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0025183Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0039872Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0054647Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0069590Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0084177Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0099192Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0113853Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0129251Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0143919Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0159758Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0175832Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0191950Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0206612Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0221153Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0235326Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0249957Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0265229Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0280604Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0295854Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0311904Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0327914Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0345240Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0360784Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0375692Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0390329Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0405236Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0420460Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0437371Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0453081Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0470517Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0488375Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0507138Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0522986Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0538093Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0552316Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0566494Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0580934Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.0597187Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0614523Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0631588Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0648784Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0666899Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0684182Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0702012Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0718968Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0736685Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0754120Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0771621Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0788187Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0804009Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0822858Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0840946Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0858646Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0875145Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0892038Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0908669Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0925138Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0942287Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0958702Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0975344Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.0988089Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1000195Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1012219Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1024435Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1036055Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1047861Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1060240Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1072002Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1083845Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1096009Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1108185Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1119955Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1132000Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1144047Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1155866Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1167665Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1179633Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1191294Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1203134Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1214948Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1226947Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1238675Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1250738Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1262687Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:44.1278619Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1294238Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1309529Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1324703Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1339790Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1356668Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1373699Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1393309Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1413032Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1431164Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1447766Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1464836Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1481070Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1497672Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1514024Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1530400Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1546714Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1562363Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1576443Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1592047Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1607071Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1623489Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1638094Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1652476Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1666685Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1680378Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1694452Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1709322Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1723440Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1740824Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1758283Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1775466Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1791202Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1807366Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1822897Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1837452Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1852381Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1867171Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1881934Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1897793Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1912450Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.1930253Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1948747Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1966501Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1982478Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.1998922Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2014538Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2029253Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2043624Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2058039Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2071780Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2086502Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2100704Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2116766Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2133493Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2149754Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2164716Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2180995Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2195788Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2209944Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2224281Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2238026Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2252057Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2266987Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2280959Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2296416Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2311882Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2327477Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2342651Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2356564Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2370775Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2384947Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2399137Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2415706Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2430185Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2446759Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2463987Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2480334Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2495386Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2509395Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2522997Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2536818Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2552207Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2567662Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2582438Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2598531Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2615138Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2631663Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2646290Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2660401Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2674352Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2688382Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2702662Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2718103Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2733159Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2749427Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2765889Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2782706Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2797562Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2811692Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2825761Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2839823Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2854083Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2869925Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2884868Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2901255Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2917570Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2934240Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.2949266Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2963307Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2977770Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.2991800Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3005899Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3021748Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3036399Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3053621Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3072264Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3089751Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3106746Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3123137Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3139810Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3154633Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3168966Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3184051Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3197976Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3212084Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3226866Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3240842Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3257114Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3273676Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3289596Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3304837Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3320815Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3335675Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3349858Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3363900Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3378147Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3392181Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3407925Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3424798Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3440895Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3458151Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3475150Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3491832Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3511570Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3531174Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3548174Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3564576Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3581524Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3596553Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3610872Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3624926Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3638959Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3653293Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3661723Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:44.3678813Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3695724Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3712194Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3727384Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3741945Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3756076Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3770355Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3784778Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3800012Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3817813Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3835668Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3852641Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3869017Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3885372Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.3900464Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3914797Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3929525Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3943596Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3957418Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3972565Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.3989167Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4005726Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4021758Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4037679Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4053571Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4069450Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4085270Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4101315Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4117751Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4134368Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4150270Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4166147Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4182223Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4198072Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4213868Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4223357Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4231508Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4239538Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4247752Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4255559Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4263498Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4271541Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4279601Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4287345Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4295287Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4303399Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4311217Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4318921Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4326979Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4334812Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4342809Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4357356Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.4374049Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4390611Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4406413Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4422620Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4438273Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4454445Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4470957Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4486371Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.4502884Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4519142Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4535179Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4551200Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4567018Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4582891Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4598757Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4614379Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4630866Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4647394Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4663434Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4679255Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4695123Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4711164Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4727233Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.4736421Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4744395Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4752347Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4760305Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4768276Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4776373Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4784345Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4792144Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4799975Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4807676Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4815578Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4823602Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4831396Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4839545Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4847648Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4855141Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4863080Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4871090Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4878920Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4886706Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4894629Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4902314Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4910210Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4918023Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4925768Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4933958Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4941662Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4949751Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4957735Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4965626Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4973560Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4981720Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4989812Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.4997283Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.5005028Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.5012961Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.5020888Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.5028605Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.5036382Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.5044257Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:44.5062157Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5079038Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5097069Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5114017Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5130790Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5146705Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5162717Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5179268Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5194497Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5210621Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5226184Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5243415Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5261079Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5277507Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5294456Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5311102Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5327631Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5346456Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5362448Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5380652Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5398809Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5416246Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5433080Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5449422Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5465952Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5480700Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.5495082Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.5509587Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.5523383Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.5537381Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.5553374Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5569389Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5587437Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5605397Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5622581Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5639049Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5655649Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5671837Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5687942Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5704099Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5720112Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5737317Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5753458Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5769083Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5786393Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5802461Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5819381Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5835041Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5850973Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5866798Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.5882374Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:44.5898338Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:44.6002715Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:44.6092624Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:44.6339226Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:44.6497818Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:44.6695198Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:44.6786722Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:44.6882083Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:44.6964233Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.7046644Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.7128669Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.7207780Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.7288792Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.7381805Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:44.7463788Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.7551924Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:44.7658083Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:44.7741150Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.7821548Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.7923203Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:44.8034240Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:44.8248747Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:44.8424796Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:44.8644078Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:44.8727321Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:44.8854399Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:44.8972666Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:44.9112097Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:44.9230297Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:44.9349101Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:44.9484009Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:44.9585304Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:44.9843591Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:44.9923791Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.0027650Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.0119036Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.0210589Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.0432937Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:45.0606572Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:45.0801273Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:45.0876771Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:45.0969696Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.1066823Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.1164133Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.1279143Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:45.1368826Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.1455110Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.1537851Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.1619553Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.1705598Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.1796044Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.1880835Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.1962115Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.2073487Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:45.2437477Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:12:45.2831314Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:12:45.3070798Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:45.3159237Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.3283584Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:45.3390234Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:45.3495319Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.3619475Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:45.3716308Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.3814108Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.3908145Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.4101622Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:45.4253643Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:45.4447709Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:45.4529350Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.4653450Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:45.4750637Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.4840576Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.4926846Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.5013012Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.5101772Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.5183698Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.5265376Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.5349037Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.5435648Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.5518760Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.5598632Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.5696147Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.5788061Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.6006254Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:45.6364117Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:12:45.6515854Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:45.6707107Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:45.6784872Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.6875596Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.6969592Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.7063701Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.7152627Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.7234893Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.7314822Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.7417747Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.7536903Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:45.7627696Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.7756380Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:45.7857988Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.7972405Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:45.8126839Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:45.8237761Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:45.8349074Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:45.8445762Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:45.8535525Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.8625018Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.8731769Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:45.8815083Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.8895096Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.8976952Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.9061153Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.9149768Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.9235592Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.9316849Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.9398586Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.9478163Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.9562992Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.9651743Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.9738561Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:45.9821219Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.9905538Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:45.9992564Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.0084467Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.0174254Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.0261429Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.0347657Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.0433922Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.0527494Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.0633795Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.0718103Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.0799194Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.0899692Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.0993819Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.1203984Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:46.1282227Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.1404316Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.1498874Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.1600700Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.1708213Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.1797402Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.1884597Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.1992025Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.2087240Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.2297380Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:46.2375300Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.2498579Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.2590688Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.2692266Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.2823716Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:46.2941428Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.3052287Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.3286835Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:46.3417797Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:46.3522423Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.3619073Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.3743795Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.3930647Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:46.4030500Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.4129574Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.4237809Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.4352610Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.4477033Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.4587288Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.4697151Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.4788718Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.4974756Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:46.5059402Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.5183581Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.5290753Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.5401576Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.5513117Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.5617729Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.5725964Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.5819939Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.5928326Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.6113936Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:46.6289578Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:46.6501052Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:46.6581632Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.6718193Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:46.6829424Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.6949834Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.7069283Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.7191049Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.7301916Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.7395572Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.7584943Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:46.7661563Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.7755776Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.7861013Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.7974216Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.8101509Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:46.8201909Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:46.8310406Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:46.8389641Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.8479560Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.8660809Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:46.8986693Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:12:46.9112231Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:46.9291933Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:46.9348504Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:46.9444047Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.9528143Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.9612745Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:46.9704090Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.9789896Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:46.9872343Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.0003097Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:47.0146040Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:47.0501598Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:12:47.0827959Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:12:47.1067375Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:47.1160987Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.1273110Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.1404717Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:47.1549800Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:47.1680389Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:47.1804417Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:47.1939070Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:47.1947496Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:12:47.2254248Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:12:47.2347311Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.2483359Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:47.2587559Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.2690429Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.2798962Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.2894246Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.2982011Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.3084362Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.3179832Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.3452111Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:47.3542592Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.3652372Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.3749266Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.3840036Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.3926516Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.4009796Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.4096055Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.4204210Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.4301949Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.4516772Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:47.4594247Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.4692069Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.4785860Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.4877003Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.4962043Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.5044263Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.5128755Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.5238482Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.5461352Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:47.5552663Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.5660166Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.5763584Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.5858304Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.5955678Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.6044435Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.6136337Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.6245911Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.6354121Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.6486010Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:47.6601424Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.6710297Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.6784259Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:47.6870044Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.7040967Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:47.7099993Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:47.7202445Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.7290048Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.7376327Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.7468253Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.7554692Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.7636675Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.7707654Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:47.7789795Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.7955224Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:47.8008627Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:47.8101895Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.8185612Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.8270737Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.8364225Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.8455069Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.8544020Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.8652906Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.8744719Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.8931237Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:47.9010156Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.9105482Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:47.9199473Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.9286945Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.9378734Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.9467219Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:47.9552665Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.9660752Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:47.9739803Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:47.9866455Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:48.0004518Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:48.0258318Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:48.0377073Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:48.0543784Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:48.0680373Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:48.0924939Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:48.1050437Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:48.1221419Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:48.1317500Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:48.1427118Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.1637816Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:48.1775226Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:48.2006573Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:48.2084128Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.2212808Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:48.2317999Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:48.2414751Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:48.2517006Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:48.2614284Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:48.2717952Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:48.2731415Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2744366Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2755850Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2767319Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2779152Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2790645Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2802206Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2813966Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2825621Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2837227Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2848850Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2860679Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2872385Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2883656Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2895364Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2907188Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2918687Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2930265Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2942010Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2953505Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2965191Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2976951Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.2988603Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.3000180Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:48.3114496Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.3231097Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:48.3375600Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:48.3502745Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:48.3618741Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.3761868Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:48.3886533Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:48.4168430Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:48.4410861Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:48.4632669Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:48.4725507Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.4842800Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:48.4957084Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.5084661Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:48.5247313Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:48.5362424Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.5483432Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:48.5568773Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.5657800Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.5828320Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:48.5890794Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:48.5998323Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.6080423Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.6164271Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.6257641Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.6342693Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.6425166Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.6495869Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:48.6578806Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.6751823Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:48.6854096Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:48.7030751Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:48.7093451Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:48.7202768Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.7287127Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.7374569Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.7468261Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.7553004Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.7634750Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.7705855Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:48.7790407Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.7984112Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:48.8106982Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:48.8282589Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:48.8348950Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:48.8461927Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.8547436Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.8635656Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.8730225Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.8817274Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.8902355Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.8975936Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:48.9059873Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.9232515Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:48.9335114Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:48.9511191Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:48.9573737Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:48.9681304Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:48.9763794Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:48.9850432Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:48.9943421Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.0030058Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.0112679Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.0184578Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:49.0267639Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.0435320Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:49.0500697Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:49.0610188Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:49.0693344Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.0779433Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.0873736Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.0960267Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.1047256Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.1154043Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:49.1251228Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.1464214Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:49.1540372Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:49.1632929Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.1728838Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.1822699Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.1913578Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.1999171Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.2081895Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.2182113Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.2275736Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.2487810Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:49.2563173Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:49.2667550Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.2771485Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.2870009Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.2966667Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.3056354Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.3139181Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.3239683Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.3332748Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.3543069Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:49.3618980Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.3713109Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.3811604Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.4039706Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:49.4132756Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.4221046Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.4308502Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.4415665Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:49.4513768Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.4724930Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:49.4802900Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.4896732Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.4993052Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.5085788Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.5174883Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.5260005Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.5343408Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.5446958Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.5544513Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.5789902Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:49.6187539Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:49.6345361Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:49.6535724Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:49.6621267Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.6725518Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.6825944Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.6923292Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.7017724Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.7104985Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.7188990Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.7265801Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.7353019Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.7540841Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:49.7647980Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:49.7823617Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:49.7886754Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:49.7998480Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:49.8081899Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.8167658Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.8262380Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:49.8347463Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.8432460Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:49.8544336Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:49.8613236Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:49.8717440Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:49.8823818Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:49.9039440Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:49.9162242Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:49.9504653Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:12:49.9792920Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:12:50.0003116Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:50.0118794Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.0249196Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.0367803Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.0485532Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.0594311Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.0698505Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.0800144Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.0910837Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.1155257Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:50.1233686Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:50.1344659Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.1452195Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.1552095Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.1664092Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.1766514Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.1858986Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:50.1965546Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.2198828Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:50.2352205Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:50.2546829Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:50.2623625Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:50.2730549Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.2829692Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.2927672Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.3019898Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:50.3105903Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:50.3188102Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:50.3318016Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.3411423Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:50.3514155Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.3634646Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.3767475Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.3891389Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.4010354Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.4150998Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:50.4314289Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:50.4410673Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.4538077Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.4660366Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.4781782Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.4903291Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.5019420Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.5146278Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.5155499Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5164070Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5172251Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5180458Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5188609Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5196844Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5204938Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5213057Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5221270Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5229503Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5237611Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5245763Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5253941Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5262338Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5270417Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5278875Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.5405253Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.5500423Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:50.5626115Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.5746418Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.5866245Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.5988209Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.6106560Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.6233679Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.6350740Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.6445311Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:50.6554138Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.6679171Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.6804060Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.6925643Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.7044866Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.7181950Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:50.7303075Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.7408133Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:50.7518564Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.7646531Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.7789645Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:50.7923083Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.8061840Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:50.8184857Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.8193387Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8201428Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8210305Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8218201Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8226400Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8234812Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8242456Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8250774Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8259465Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8266885Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8274577Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8282137Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8289745Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8297307Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8305519Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8312756Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8320602Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8328353Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8336244Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8344080Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8351823Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8359591Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8367056Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8374952Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8383052Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8390782Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8398396Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8406164Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8413866Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8421675Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8429333Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8437097Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8445015Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8452805Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8460545Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8468359Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8476269Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8483493Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8491289Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8499181Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:12:50.8614641Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.8730196Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.8978319Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:50.9084383Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:50.9214277Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.9336904Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.9458898Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.9586925Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.9706609Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:50.9841617Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:50.9973169Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:51.0140626Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:51.0328739Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:51.0519919Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:51.0710918Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:51.0905566Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:51.1096280Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:51.1480014Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:12:51.1569776Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:51.1793106Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:12:51.2193504Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:51.2345972Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:12:51.2539468Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:51.2610284Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:51.2710242Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:51.2806884Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:51.2899819Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:51.2989771Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:51.3073203Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.3153792Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.3254340Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:51.3360622Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:51.3532986Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:12:51.3652397Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:51.3850881Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:51.3935788Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.4053470Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:51.4171028Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:51.4278212Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:51.4384994Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:51.4490753Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:51.4654672Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:12:51.4757480Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:51.4877515Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:51.5093181Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:51.5174788Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.5279814Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:51.5400206Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:51.5525556Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:51.5645318Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:51.5760288Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:51.5874871Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:51.5956890Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.6006195Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6062036Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6125453Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.6191669Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:51.6239368Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6287217Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6335637Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6383895Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6432401Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6497379Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.6544646Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6596491Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6660379Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.6724871Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.6776414Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6827116Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6876513Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6929234Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.6983084Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.7050090Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:51.7104340Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.7166385Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.7230199Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.7292780Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.7347049Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.7399501Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.7452224Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.7505730Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.7558523Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.7641775Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.7704433Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.7767676Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.7849092Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.7929492Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.7994146Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.8057948Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.8120982Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.8184358Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.8249410Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.8337295Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:12:51.8404777Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:51.8470073Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:51.8553165Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.8634701Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:12:51.8698983Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.8762420Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.8827373Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.8892858Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:51.8957568Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.9022932Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.9068508Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9121891Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9186111Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.9249695Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.9295733Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9342891Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9389347Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9435554Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9481970Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9547209Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.9592673Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9644344Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9708167Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.9772486Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:51.9818405Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9864685Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9910848Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:51.9957527Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0007610Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0076018Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.0126413Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0183821Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:52.0253905Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.0319631Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.0367527Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0414606Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0462217Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0509941Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0556739Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0624478Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.0674932Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0730156Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0797501Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.0864472Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.0912955Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.0960985Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1008948Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1057813Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1106538Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1172851Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.1221487Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1276175Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1343114Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.1408792Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:52.1458467Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1511650Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1562654Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1616331Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1669218Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.1712719Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.1754124Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.1793390Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.1831336Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.1870697Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.1908294Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.1946821Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.1984429Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2021448Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2058673Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2095216Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2132238Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2169040Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2206113Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2242849Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2279541Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2330406Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.2341154Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:52.2378464Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.2393417Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:12:52.2400602Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:52.2422222Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:52.2432059Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:52.2983287Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:12:52.4699277Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:12:52.4716643Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:52.4748423Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.4772533Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:52.4801065Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.4829960Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.4857595Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.4885039Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.4911841Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.4938227Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.4964581Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.4991532Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.5017356Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.5051456Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.5084170Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.5116978Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.5149659Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:52.5201884Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:12:52.5245071Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.5288348Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.5324861Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.5361881Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.5399498Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.5435793Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.5471434Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:52.5487050Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1041: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:12:52.5487705Z expect = np.divide(an, 0) 2022-09-27T16:12:52.5488063Z test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:12:52.5488316Z expect = np.divide(an, 0) 2022-09-27T16:12:52.5494303Z ok (0.002s) 2022-09-27T16:12:52.5514738Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:52.5534726Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:52.5554387Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:52.5567005Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:52.5788487Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:12:52.5789126Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:12:52.5812043Z ok (0.024s) 2022-09-27T16:12:52.6217024Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:52.6622844Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:52.6863859Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:52.7105168Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:52.7343998Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:52.7582782Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:52.7825133Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:52.8075182Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:52.8318491Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:52.8564611Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:52.8706468Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:12:52.8887153Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:52.9069995Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:12:52.9200225Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:52.9331184Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:52.9459938Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:52.9588763Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:52.9718310Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:52.9849719Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:52.9981554Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:53.0113585Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:53.0384845Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:53.0812525Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:12:53.1250656Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:12:53.1522967Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:53.1795329Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:53.2065924Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:53.2337589Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:53.2607146Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:53.2883176Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:53.3158841Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:53.3430897Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:12:53.3675753Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.4084907Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:53.4505569Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:12:53.4747223Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.4986382Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.5226644Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.5469397Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.5713121Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.5974030Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:12:53.6229193Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:53.6477980Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:53.6725541Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:53.7134573Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:53.7546684Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:53.7791348Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.8035824Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.8277770Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.8519817Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.8762863Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.9005127Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.9244931Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.9481907Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:53.9584268Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:53.9868474Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:12:54.0164877Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:12:54.0271176Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:12:54.0375869Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:54.0477680Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:54.0580546Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:54.0685300Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:54.0788699Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:54.0890857Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:54.0994166Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:12:54.1238242Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.1649067Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:54.2060706Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:54.2304444Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.2547004Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.2789781Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.3031750Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.3271305Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.3509557Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.3747594Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.3986892Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.4224428Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.4622110Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:54.5023354Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:54.5269838Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.5517073Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:54.5762761Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.6007748Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.6249463Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.6488744Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.6724226Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:54.6959247Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:54.7195827Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.7593155Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:54.7992232Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:54.8228788Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.8464600Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:54.8705417Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.8950479Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.9189013Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.9424976Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:54.9659941Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:54.9894484Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:12:55.0133734Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.0532873Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:55.0935633Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:55.1179560Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.1425146Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.1670211Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.1918525Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:55.2164922Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:55.2408890Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.2653009Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.2900778Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:55.3147373Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:12:55.3550798Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:12:55.3964984Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:12:55.4204116Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.4441448Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.4677568Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.4914235Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.5159436Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.5400861Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.5639285Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.5875727Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:12:55.5966044Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4030: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:55.5967002Z torch.float_power(base, exp, out=out) 2022-09-27T16:12:55.6143573Z ok (0.027s) 2022-09-27T16:12:55.6178984Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:12:55.6179365Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:12:55.6251676Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:12:55.6252043Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:12:55.6354842Z ok (0.021s) 2022-09-27T16:12:55.6564094Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:55.6586775Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:55.6604760Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:55.6622084Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:55.6638638Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:55.6655118Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:55.6671225Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:55.6687300Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:55.6703484Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:55.6717849Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.6732052Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.6746217Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.6759707Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.6773409Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.6787215Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.6854252Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:55.6919471Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:55.6984155Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:55.7048268Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:12:55.7117918Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:12:55.7130631Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.7143287Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.7156606Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:12:55.7283756Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:55.7408940Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:55.7534616Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:55.7660143Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:55.7785613Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:12:55.7903902Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:55.8024697Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:55.8144922Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:12:55.8613781Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:12:55.9076867Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:12:55.9534184Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:12:56.0013927Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:12:56.0477634Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:12:56.0501751Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:56.0523909Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:56.0545437Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:56.0566549Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:56.0586752Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:12:56.0780396Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:56.0972570Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:56.1164953Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:12:56.1363314Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.1399412Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:12:56.1613616Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.1822138Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.2029060Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.2237238Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.2446583Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.2657896Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.2867239Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.3080299Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.3290505Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.3497388Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.3529329Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:56.3734508Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.3942402Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:56.4147367Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.4351578Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.4554781Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.4758789Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.4963257Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.5168372Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.5372303Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.5575705Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.5608437Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:56.5812575Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.6016779Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.6221488Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.6425425Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.6628058Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.6829850Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.7032949Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.7236747Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.7439009Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.7641950Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.7674298Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:56.7875654Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.8077732Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.8278228Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.8481464Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.8684110Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.8887665Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.9090744Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.9293539Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.9495985Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.9696682Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:56.9728038Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:56.9931819Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.0134550Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.0337794Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.0538751Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.0742209Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.0945636Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.1148970Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.1355117Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.1564647Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.1768566Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.1801521Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:57.2003907Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.2206386Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.2412515Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.2618503Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.2823489Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.3031109Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.3243423Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.3451113Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.3661548Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.3871187Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.3904091Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:57.4113275Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.4322384Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.4530420Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.4740442Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.4946982Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.5153078Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.5360452Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.5567479Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.5775635Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.5982428Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.6014619Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:57.6224931Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.6433129Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.6641985Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.6849698Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.7060756Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.7267324Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.7474703Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.7686139Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.7893938Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.8101392Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.8132684Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:57.8338654Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.8545526Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.8751648Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.8959254Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.9164065Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.9372442Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.9582359Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:12:57.9787688Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:57.9992863Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:58.0198673Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:12:58.0229808Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:58.0244325Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:58.0270504Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:58.0297026Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:12:58.0322809Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:05.7812466Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.749s) 2022-09-27T16:13:05.7822468Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:05.7833730Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.2727158Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:13:06.2727543Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:13:06.4757447Z ok (0.692s) 2022-09-27T16:13:06.5363011Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:13:06.5385176Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.5404214Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.5422655Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.5445456Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.5479378Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:13:06.5480215Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:13:06.5494498Z test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:13:06.5495160Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:13:06.5910793Z ok (0.046s) 2022-09-27T16:13:06.6410015Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:13:06.6627223Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:06.6823191Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:13:06.6838994Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:06.6854336Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:06.6873285Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.6892183Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.6909656Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.6927571Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.6945494Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.6962812Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:06.6976359Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.6989155Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7000745Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3253: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:13:06.7001188Z getattr(a, op + "_")(b) 2022-09-27T16:13:06.7002562Z ok (0.001s) 2022-09-27T16:13:06.7016101Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7028980Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7041919Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7055086Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7067842Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7080548Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7093494Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7106483Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7119303Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7131781Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7143907Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7156151Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7168758Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7181019Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7193238Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7205624Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7218239Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7230357Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7242611Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7254908Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7267298Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7280553Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7293733Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7306789Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7319731Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7332777Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7345874Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7358708Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7371788Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7384786Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7397651Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7410572Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7423963Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7436387Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7449755Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7462647Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7475178Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7487910Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7500828Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7513506Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7526139Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7539034Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7551516Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7564276Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7576949Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7590280Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7603094Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7616083Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7628605Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7640940Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7653962Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7667322Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7679917Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7692627Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7705214Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7717762Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7730485Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7743517Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7756196Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7769289Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7782210Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7794713Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7807372Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7820645Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7834468Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7849826Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7863117Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7876718Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7890386Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7904318Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7917818Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7931185Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7944762Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7958054Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7971391Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7984613Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.7997747Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8010936Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8024240Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8037271Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8050490Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8063432Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8076207Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8089271Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8102038Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8114726Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8127367Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8140432Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8152976Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8165678Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8178735Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8191262Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8203896Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8216699Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8229548Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8242290Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8255129Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8267965Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8280684Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8293631Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8306405Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8319312Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8332212Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8345055Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8357893Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8370702Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8383850Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8396778Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8409605Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8422737Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8435580Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8448547Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8461827Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8474723Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8487442Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8500391Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8513171Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8526070Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8539193Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8552054Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8565289Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8579063Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8591194Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8603903Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8616218Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8628494Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8640701Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8652713Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8665188Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8677228Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8689340Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8701901Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8713936Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8726083Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8738682Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8750713Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8762968Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8775295Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8787706Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8800151Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8812338Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.8851702Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.8884255Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:06.8921351Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.8958500Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.8995316Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.9032254Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.9069525Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.9106601Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.9143761Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.9180985Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:06.9194401Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9207293Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9220456Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9233244Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9246225Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9259171Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9271964Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9284380Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9297210Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9310133Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9322830Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9335871Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9348296Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9360333Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9372848Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9385257Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9397558Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9409868Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9422273Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9434576Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9446871Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9459477Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9471907Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9484434Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9498783Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9512569Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9525845Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9539527Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9552842Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9566189Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9579886Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9593170Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9606366Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9619668Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9632819Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9645825Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9659491Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9672487Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9685642Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9699035Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9712411Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9725557Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9739745Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9752529Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9765639Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9778942Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9791822Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9804727Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9818706Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9832118Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9845012Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9858083Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9870693Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9883603Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9897108Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9909847Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9922320Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9934992Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9947669Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9960269Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9973189Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9985780Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:06.9998374Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0011128Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0023908Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0036338Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0048969Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0061860Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0074430Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0086970Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0099839Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0112247Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0124666Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0138261Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0150374Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0162870Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0175406Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0187765Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0200104Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0212135Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0224563Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0236817Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0249107Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0261541Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0273356Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0285150Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0297402Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0309965Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0321818Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0333966Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0345852Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0357602Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0369581Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0381742Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0393557Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0406138Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0418871Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0430680Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0442954Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0455740Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0467733Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0479798Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0492002Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0504505Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0516124Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0528136Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0540432Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0552325Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0564287Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0576373Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0588994Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0601052Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0613857Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0626006Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0637964Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0650129Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0661913Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0673801Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0685651Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0698058Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0710106Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0721801Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0734075Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0746196Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0758358Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0770597Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0782957Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0795005Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0807076Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0819310Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0831114Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0843356Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0855544Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0867742Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0879789Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0892206Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0904165Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0916205Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0928316Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0940711Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0952748Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0965184Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0978066Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.0990603Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1004285Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1017935Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1030976Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1044294Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1057860Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1071159Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1084733Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1098430Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1111290Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1124858Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1139582Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1154166Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1166692Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1179036Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1191584Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1203898Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1216572Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1229089Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1241135Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1253303Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1265433Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1277227Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1288850Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1300895Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1313721Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1326517Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1339457Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1351875Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1364526Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1378465Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1391952Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1405616Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1418570Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1431067Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1443621Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1456211Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1468968Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1481385Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1493915Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1506441Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1519085Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1531456Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1544186Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1556908Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1569070Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1582205Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1594824Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1607414Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1621170Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1634327Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1646996Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1659998Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1672344Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1685274Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1698886Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1711689Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1724204Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1736879Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1749493Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1762289Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1774972Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1787616Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1800337Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1813041Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1825710Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1838179Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1850747Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1863422Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1876077Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1888606Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1901397Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1913818Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1926293Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1938962Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1951707Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1964281Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1976951Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.1989497Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2001864Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2014590Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2026798Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2039250Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2051883Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2064560Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2076622Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2088612Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2100953Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2112890Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2124932Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2137205Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2149269Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2161386Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2173512Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2185980Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2198042Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2210307Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2222389Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2234388Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2246525Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2259087Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2271297Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2283448Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2295858Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2308077Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2320244Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2332621Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2345025Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2357203Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2369413Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2381741Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2393992Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2406129Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2418714Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2430727Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2442947Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2455438Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2467552Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2479865Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2492490Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2505062Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2517703Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2530005Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2542682Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2555287Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2567848Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2580580Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2592861Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2605267Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2618092Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2630794Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2643131Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2655956Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2668505Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2680924Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2693539Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2706497Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2719232Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2731970Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2744598Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2756911Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2769308Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2781875Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2794202Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.2806402Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:07.4784892Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.198s) 2022-09-27T16:13:07.5089776Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:07.5115286Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:07.5140744Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5163820Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5186652Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5210621Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5233561Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5257118Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5280036Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5302946Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5326442Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5349718Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5372028Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5394439Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5416898Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5439197Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.5461408Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:07.6015513Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:07.6560235Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:07.7103122Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:07.7658097Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:07.8205872Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:07.8751232Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:07.9315656Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:13:07.9866591Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.0422902Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:13:08.0975949Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.1526971Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.2075925Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.2626399Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.3171142Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:08.3723350Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.4268721Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:08.4810523Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:08.5363598Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.5906099Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:08.6448806Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:08.7001728Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.7542050Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:08.8083657Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:08.8635933Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:08.8652113Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:08.8685993Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8718027Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8749888Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8780244Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8814955Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8850544Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8885338Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8919776Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8939951Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:08.8967430Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.8993767Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.9020005Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.9045302Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:08.9071701Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.9098311Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:08.9113262Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9128355Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9144230Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:08.9159281Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9174331Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9189506Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9204469Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9219950Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9234926Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9249941Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9265188Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9279926Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9295350Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9310293Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9325239Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9340527Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9355342Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9370286Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9385413Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9400336Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9415386Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9430272Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9444824Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9460011Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9474650Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9489562Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9504692Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9519496Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9534516Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9549611Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9564495Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9579575Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9594396Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9608993Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9624032Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9638955Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9653892Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9668869Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9683715Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9699027Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9714345Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9729650Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9745021Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:08.9760926Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9775390Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9790951Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9806140Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9821728Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:08.9836808Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9852179Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9867469Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9882511Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9898888Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9913288Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9928619Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:08.9944483Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:08.9960672Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:08.9975729Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:08.9991220Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0006706Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:09.0022247Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0038009Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0053848Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0069630Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0085311Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0101286Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0116774Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0132603Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0148447Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0164190Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0180007Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0195753Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0211490Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0227216Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0243154Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0258983Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0274562Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0290067Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:09.0305887Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0321615Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0337635Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0353306Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0369051Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0385022Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0400833Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0416395Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0432327Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0447965Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0463678Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0479389Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0495251Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0511082Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0526859Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0542794Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0558560Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0574367Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0590116Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0605825Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0621961Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.0637367Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:09.0927566Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:09.1216380Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:09.1227385Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:09.1255690Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.1314381Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:09.1371901Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:09.1395496Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1415121Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1437971Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1461422Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1482297Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1500882Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1518500Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1535470Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1552159Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1568618Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1585421Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1601896Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1633836Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.1656511Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1679492Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1701522Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1720104Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1743893Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1767279Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1789364Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1810740Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1831729Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1850426Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1868606Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1886899Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1904762Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1922466Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1940239Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1958091Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1976295Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.1993766Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2011992Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2029861Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2051765Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2072969Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2098354Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2122683Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2145950Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2167795Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2190001Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2211365Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2232908Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2255791Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2276849Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2298340Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2320244Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2343267Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2365314Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2387438Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2408493Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2427119Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2450050Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2473343Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2495230Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2516513Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2537375Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2556198Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2574450Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2592703Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2610682Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2628462Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2646165Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2664263Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2681974Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2699831Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2717558Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2735637Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2752183Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:13:09.2760227Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:13:09.2760466Z ok (0.002s) 2022-09-27T16:13:09.2788970Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.2818430Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.2842877Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2867216Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2892384Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2914242Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2933730Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2953226Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2972213Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.2991031Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3011866Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3035560Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3059278Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3081232Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3102605Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3131949Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3142815Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3160872Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3179620Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3197669Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3215832Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3233682Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3251584Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3269444Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3287248Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3305238Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3322997Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3344125Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3362440Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3385998Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3411483Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3434821Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3456920Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3478200Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3499486Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3518310Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3537683Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3555819Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3573947Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3591729Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3613789Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3634307Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3656574Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3678860Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3700069Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3720631Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3741804Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3763183Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3783949Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3802133Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3820192Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3838462Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3856750Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3874516Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3892458Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3910367Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3928313Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3946101Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3964355Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3982572Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.3999865Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4017313Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4035282Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4053022Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4070920Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4088754Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4106760Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4124596Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4142582Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4160355Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4178391Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4196132Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4214022Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4232201Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4249693Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4267480Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4285382Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4306524Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4325163Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4346714Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4368288Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4390110Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4408936Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4427074Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4445171Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4463456Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4482135Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4504638Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4523197Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4546537Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4569626Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4592126Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4612235Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4631735Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4650714Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4669325Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4688283Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4712886Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4736789Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4760277Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4782090Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4802755Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4825240Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4846647Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4868260Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4888653Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4909201Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4930308Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4950311Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4971399Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.4992913Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5015553Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5037498Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5060042Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5081292Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5102673Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5123535Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5144520Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5165723Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5187975Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5208818Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5233824Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5258402Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5280971Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5303534Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5325639Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5346873Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5368021Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5389230Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5410357Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5431520Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5453731Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5476552Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5498791Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5521023Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5542382Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5563522Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5584716Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5605847Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5627114Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5647042Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5664996Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5686880Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5708912Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5729893Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5750380Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5769864Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5790275Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5808837Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5826879Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5844785Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5862931Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5880828Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5909574Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.5932228Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.5964908Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.5999157Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6030109Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6060962Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6090508Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6115499Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6140692Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6163989Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6188788Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6213369Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6236910Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6260627Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6283601Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6305836Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6328561Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6351545Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6382434Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6410437Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6444485Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6478372Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6509094Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6538798Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6567536Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6595759Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6624167Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6652234Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6680455Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6709057Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6738402Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6767296Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6796348Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6825195Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6853761Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6876430Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.6908462Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6941082Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6971080Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.6999144Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7026613Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7049179Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7071787Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7093792Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7116329Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7139096Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7161344Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7184248Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7206561Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7228475Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7251318Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7274612Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7305750Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7339599Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7373947Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7404334Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7434991Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7465366Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7491568Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7516697Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7541508Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7566918Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7592610Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7623542Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7658732Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7693748Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7726132Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7757274Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7786425Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.7810075Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7833397Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7855944Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7879249Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7902597Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7925070Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7948906Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7971110Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.7992938Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8015388Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8038026Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8066822Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8089009Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8120619Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8153549Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8186273Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8215111Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8242934Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8270488Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8292869Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8315242Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8336990Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8359497Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8382168Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8410797Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8438137Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8467495Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8495682Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8523773Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8551950Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8580435Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8608288Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8636614Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.8659322Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8681527Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8704206Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8725841Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8748727Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8771471Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8794082Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8816382Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8839468Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8863603Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8886128Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8908667Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8931321Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8954182Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.8976688Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9000691Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9025506Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9049541Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9074412Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9098531Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9122140Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9147381Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9172946Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9197170Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9221128Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9243992Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9268999Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9293818Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9323511Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9346791Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9375721Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9404410Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9432201Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9455336Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9478286Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9501255Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9524512Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9547377Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9576203Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9598892Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9627893Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9656684Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9684662Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9708115Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9731138Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9753919Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9777662Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9800644Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:09.9831734Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9863684Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9894587Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9924105Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9951316Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:09.9980501Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0009334Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0036912Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0064213Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0091173Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0118000Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0145121Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0172296Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0202230Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0232084Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0261846Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0290509Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0318774Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0346919Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0374794Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0402639Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0430983Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0460818Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0488425Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0522120Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0555795Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0586571Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0616038Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0644876Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0673245Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0701870Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0730511Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0760401Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0790218Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0822364Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0853890Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0885222Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0916594Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0946963Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.0978052Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1008137Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1037176Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1066303Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1091801Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1114518Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1141360Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1168011Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1194652Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1219693Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1244259Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1269413Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1293053Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1315586Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1338657Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1361276Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1384969Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1415831Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1445762Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1478811Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1513046Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1545173Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1576540Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1606044Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1635743Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1665293Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1694820Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1723882Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1753239Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1764344Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:10.1795009Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1825541Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1855520Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.1879968Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1904229Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1927476Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1951575Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.1975998Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2005096Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2028095Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2057119Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2085210Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2113182Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2136809Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2160017Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2182607Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2205234Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2228966Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2259877Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2283909Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2315086Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2346570Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2379665Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2406015Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2431191Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2454463Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2478573Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2502175Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2533581Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2563342Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2593317Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2623155Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2648853Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2675053Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2698297Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2721753Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2745343Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2767804Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2790637Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2812503Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2835087Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2857302Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2882489Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2906582Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2932992Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.2957776Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.2982258Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3004533Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3027154Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3049373Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3071719Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3094145Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3118465Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3140916Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3167286Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3194319Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3218905Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3241170Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3263897Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3286042Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3308705Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3330940Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3359243Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3381650Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3409953Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3440751Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3470609Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3493365Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3515715Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3537875Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3559937Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3582752Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.3611755Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3640699Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3669389Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3700857Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3731184Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3759410Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3787100Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3815225Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3843708Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3873413Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3900548Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3927522Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3953169Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.3983395Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4013255Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4040427Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4067681Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4094293Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4119884Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4145655Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4171309Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4197061Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4222889Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4237003Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4250460Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4263981Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4277300Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4290746Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4304444Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4317593Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4331182Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4344524Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4357986Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4371369Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4385022Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4398197Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4411641Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4425026Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4438262Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4451673Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4465307Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4478570Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4491981Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4505369Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4518734Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4532135Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4545543Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:10.4569979Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.4593625Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.4616333Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.4639099Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.4662168Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.4692492Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4721515Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4754669Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4788081Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4818184Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4847526Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4876821Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4906530Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4935654Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4964774Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.4994182Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5023642Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5049073Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5071830Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5096880Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5121511Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5146571Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5169111Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5191986Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5214828Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5237634Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5260637Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5285655Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5308403Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5335353Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5362637Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5388186Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5413201Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5438331Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5461805Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5484648Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5507968Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5530825Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5553694Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5578891Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5601485Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5628767Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5655444Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5680273Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5705281Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5729980Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5753261Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5775895Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5798899Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5822065Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5845075Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5870764Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5893341Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5920684Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5947842Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.5972910Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.5997893Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6023031Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6045829Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6068875Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6091560Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6114422Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6137884Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6162992Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6185859Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6211061Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6235710Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6260935Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6283613Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6307643Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6330398Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6353262Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6376173Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6405214Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6428029Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6456813Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6485405Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6513507Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6536799Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6558726Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6580837Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6603097Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6625962Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6654182Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6676508Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6705046Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6732890Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6760423Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6783116Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6805589Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6827517Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6849753Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6872238Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6900761Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6922937Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.6951079Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.6979283Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7006347Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7029013Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7051469Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7073259Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7095829Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7118287Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7146600Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7168671Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7196872Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7225100Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7252351Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7274946Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7297689Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7319423Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7342008Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7364444Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7392469Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7414994Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7446456Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7479460Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7511917Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7541337Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7569462Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7596627Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7620162Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7643524Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7666578Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7689968Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7713773Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7739526Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7762206Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7790314Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7818190Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7843317Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7869816Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7896182Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.7919791Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7943130Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7966860Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.7989599Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8012195Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8040874Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8070350Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8098890Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8129528Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8160295Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8190170Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8222597Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8255818Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8284947Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8314140Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8342839Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8366051Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8389151Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8411380Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8434206Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8457598Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8487814Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8517753Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8548190Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8578246Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8602166Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8626177Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8649049Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8672989Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8696869Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8725063Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8757344Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8790439Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8819304Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8847295Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8876892Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.8899730Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8922282Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8944545Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8967172Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.8990390Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:10.9016724Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9044686Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9072295Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9099621Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9126117Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9152734Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9179499Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9205790Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9232197Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9261046Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9289734Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9316671Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9343788Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9370018Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9396715Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9424016Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9434416Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9444662Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9454907Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9464886Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9474734Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9484376Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9494525Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9504208Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9513818Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9523559Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9533850Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9543619Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9553408Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9562928Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9572485Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9582335Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:10.9610669Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9640267Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9668192Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9694390Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9721047Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9748011Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9774863Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9801675Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9828142Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9856214Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9883671Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9910495Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9937139Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9964070Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:10.9990542Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0017715Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0046606Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0075926Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0103559Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0130188Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0156789Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0184116Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0210537Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0237098Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0247214Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0256913Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0266891Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0276290Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0285933Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0296001Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0305881Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0315242Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0324782Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0334245Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0343763Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0353326Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0362700Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0372515Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0382130Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0391677Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0401364Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0410874Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0420558Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0429956Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0439482Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0448996Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0458815Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0468477Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0478155Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0487498Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0497089Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0506720Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0516517Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0525802Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0535390Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0545081Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0554863Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0564448Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0574591Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0584069Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0593404Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0602834Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0612673Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0622369Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:11.0653693Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0681020Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0710083Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0738577Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0766005Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0792844Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0820138Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0846280Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0873090Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0899882Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0926312Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0955332Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.0984016Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1012817Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1041163Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1071097Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1101311Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1131386Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1163461Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1197730Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1231942Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1266409Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1296611Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1325707Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1353960Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1377659Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.1400924Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.1423928Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.1447162Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.1470819Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.1501269Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1529662Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1563437Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1597917Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1628812Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1658564Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1687134Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1715464Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1743635Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1771747Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1799387Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1827751Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1856641Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1883144Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1912110Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1940682Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1968849Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.1995436Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.2022525Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.2049237Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.2076196Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.2103385Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.2125467Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2146807Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2174107Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.2200291Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.2223445Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2245507Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2267699Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2288664Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2309707Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2331180Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2352281Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2373501Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2384875Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:11.2408055Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2430884Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2453793Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2473570Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2492426Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2511082Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2529804Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2548586Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2569068Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2587982Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2609023Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2630939Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2652562Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2671456Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2689525Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2707919Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2726367Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2745971Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2768275Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2787984Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2811435Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2836744Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2859251Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2879551Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2898709Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2917941Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2937177Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2956940Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.2967833Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:11.2993630Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:11.3017707Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3040859Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3061380Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3080043Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3099011Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3117519Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3136349Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3154961Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3173471Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3192221Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3210686Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3229266Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3248910Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3267011Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3287255Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3307228Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3328261Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3346458Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3364125Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3382250Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3399810Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3417796Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3436847Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3454672Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3474538Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3494086Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3514347Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3532915Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3550716Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3568489Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3586453Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3604283Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3625563Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3644095Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3665520Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3687035Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3708507Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3727074Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3745184Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3762877Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3780908Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3798593Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3819865Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3842487Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3865499Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3887996Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3912459Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3935056Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3957651Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.3979849Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4002076Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4024824Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4047035Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4063801Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4077936Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4094340Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4110724Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4126477Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4142880Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4159186Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4173489Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4188059Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4202630Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4217203Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4232330Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4246987Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4262420Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4276810Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4292835Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4307852Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4322453Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4339557Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4355658Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4373734Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4392281Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4408692Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4426257Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4443322Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4460731Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4477176Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4493325Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4509260Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4524762Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4540947Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4556482Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4572480Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4588041Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4603806Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4618985Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4634597Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4650915Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4667000Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4682408Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4698189Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4712676Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4727354Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4741935Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4756649Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4771597Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4786129Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4800708Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4815420Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4829973Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4844371Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4858992Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4875485Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4892575Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4911124Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4927406Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4943642Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4959788Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.4974791Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.4989830Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5004307Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5019334Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5034001Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5049937Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5066669Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5082920Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5098610Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5114085Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5129968Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5144612Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5159020Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5173440Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5188047Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5202472Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5216963Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5231406Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5245844Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5260332Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5274722Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5289194Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5305224Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5319540Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5336027Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5352578Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5368870Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5384719Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5400412Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5415632Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5430287Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5444706Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5459207Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5473582Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5488021Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5503930Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5518819Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5534403Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5549957Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5565020Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5580366Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5595300Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5610211Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5625373Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5639737Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5654767Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5668926Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5682923Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5697368Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5712128Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5727306Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5742651Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5757234Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5772104Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5787185Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5802079Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5817699Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5832887Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5847382Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5862502Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5877724Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5893256Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5908755Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5923192Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5938561Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5953978Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5969014Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.5984774Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.5999413Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6013998Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6028753Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6043294Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6059674Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6074005Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6089921Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6105965Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6121557Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6136262Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6151450Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6165584Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6180389Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6194806Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6211062Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6225445Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6241104Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6256818Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6272306Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6286838Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6301712Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6315997Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6330564Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6345354Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6361224Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6377175Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6393153Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6408565Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6423743Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6439797Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6455807Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6471666Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6487062Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6502817Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6518194Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6533554Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.6549106Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6565562Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6582180Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6598422Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6614625Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6630455Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6646272Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6662068Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6677945Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6693951Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6710259Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6725955Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6743262Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6760261Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6776611Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6792875Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6809028Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6824936Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6840611Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6856196Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6871997Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6887679Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6904603Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6920372Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6936820Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6952659Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6968930Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6984546Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.6999902Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7015479Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7030993Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7046264Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7061096Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7076861Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7092914Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7108899Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7124418Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7139739Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7154933Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7169577Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7184805Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7198860Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7213738Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7228686Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7245442Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7261633Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7278462Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7296051Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7313153Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7330041Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7346509Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7362401Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7378608Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7394966Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7410636Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7426321Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7435202Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:11.7451289Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7467416Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7483187Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7498347Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7513011Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7527621Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7542430Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7557057Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7572669Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7587071Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7602632Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7618355Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7633653Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7648005Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7662726Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7676998Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7691768Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7706397Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7721839Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7736235Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7751898Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7767368Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7782968Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7797342Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7811813Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7826143Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7840528Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7855414Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7871636Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7887693Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7903943Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7919768Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7934646Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7949537Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7965627Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.7980516Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.7995017Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8009813Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8024385Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8038533Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8053049Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8067651Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8082703Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8097071Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8112622Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8127435Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8142705Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8156883Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8171172Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8185550Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8199792Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8214233Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8229414Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8243819Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8258726Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8273778Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8288731Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8303355Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8317654Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8332095Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8346510Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8360819Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8376880Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8391759Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8407016Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8422822Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8438181Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8452790Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8467262Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8481930Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8495937Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8510448Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8526143Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8541861Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8557220Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8572849Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8588491Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8603991Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8619816Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8635779Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8652362Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8668579Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8683724Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8699715Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8714526Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8731020Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8747530Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8762989Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8779045Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8794532Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8809403Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8824644Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8839746Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.8856449Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8872074Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.8884782Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8897991Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8911243Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8924518Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8936470Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8948656Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8961178Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8973462Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8985859Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.8998099Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9010414Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9022751Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9035013Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9047271Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9059706Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9071882Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9084306Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9096619Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9108976Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9121314Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9133868Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9146895Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9158691Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9171184Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:11.9187614Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9203206Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9218284Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9232933Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9247519Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9263958Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9279445Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9296413Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9313387Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9329414Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9345406Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9361037Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9376395Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9391681Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9406969Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9422477Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9437572Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9452945Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9467371Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9482601Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9498547Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9513648Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9528231Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9543027Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9557412Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9571889Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9586591Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9602188Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9616925Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9633501Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9649845Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9665777Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9681312Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9696944Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9712369Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9727114Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9742116Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9757279Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9771843Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9787728Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9802304Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9818707Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9834959Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9850451Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9866108Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9881658Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9896963Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9912811Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9927671Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9942345Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9957209Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:11.9973788Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:11.9989459Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0006718Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0023677Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0039876Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0056441Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0072837Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0087896Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0103517Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0118783Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0135009Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0151225Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0167255Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0183513Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0199919Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0216767Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0233650Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0248984Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0264795Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0279915Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0295120Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0310579Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0327239Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0342225Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0358394Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0374686Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0390911Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0405650Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0420771Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0435202Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0449969Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0465003Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0481122Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0495748Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0511987Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0527664Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0543528Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0558074Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0572636Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0587180Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0601579Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0616147Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0632380Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0646955Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0663356Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0679005Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0694915Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0710018Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0724368Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0738932Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0753274Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0767767Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0783774Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0798361Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0814060Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0830139Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0845105Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0859775Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0874074Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0888297Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0903141Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0917616Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0933260Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0947613Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.0964057Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0980354Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.0996451Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1011979Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1027300Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1042644Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1056846Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1071212Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1085249Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1099594Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1113760Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1128621Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1143000Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1158237Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1174019Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1188739Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1203458Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1219059Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1233055Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1246919Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1261413Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1275447Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1289680Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1305429Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1320541Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1335869Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1351468Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1366777Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1382339Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1398740Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1414891Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1430651Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1445999Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1461752Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1476607Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1491378Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1506122Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1520367Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1535060Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1552329Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1569310Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1586455Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1602724Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1618783Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1634211Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1649977Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1665195Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1680339Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1697012Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1714355Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1731197Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1747173Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1762680Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1778649Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1792658Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1807048Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1821355Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1835408Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1849639Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1864519Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1879724Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1895052Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1910470Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1926147Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1942152Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.1957325Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1972354Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.1987212Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2002535Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2017990Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2032613Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2047229Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2062736Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2077555Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2092611Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2101920Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2111165Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2119184Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2127795Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2136462Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2145467Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2154459Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2163135Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2171603Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2180208Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2188769Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2197233Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2205615Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2214493Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2223342Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2231752Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2246268Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2262271Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.2277721Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.2292872Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2307961Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2322876Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2338142Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2352945Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2367896Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2383640Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.2399089Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2414248Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2429022Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2443897Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2459284Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2474144Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2489013Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2504750Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.2520274Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2535210Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2550236Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2565175Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2580483Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2595313Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.2604654Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2613164Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2622219Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2630767Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2639263Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2647765Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2656444Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2665122Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2673628Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2682305Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2690913Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2699698Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2708073Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2716755Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2725101Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2733609Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2742320Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2750773Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2759315Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2767969Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2776620Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2785266Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2793761Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2802233Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2810949Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2819572Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2828036Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2836612Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2845139Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2853796Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2862450Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2871223Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2879960Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2888568Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2896979Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2905984Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2915154Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2924293Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2933405Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2941917Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.2959225Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.2975624Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.2991597Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3007432Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3023349Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3038454Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3053711Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3069026Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3084253Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3099666Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3114725Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3130381Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3146272Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3161601Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3178365Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3193323Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3208567Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3223748Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3239171Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3255811Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3272315Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3288893Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3304638Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3320220Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3335826Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3350544Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3365005Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3379641Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3394197Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3408694Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3425092Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3440170Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3456809Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3473302Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3489115Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3505150Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3520747Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3536168Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3551633Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3566800Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3582377Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3597719Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3613397Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3628304Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3643743Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3659735Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3674952Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3690039Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3705423Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3720365Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3735436Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3750577Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:12.3771499Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3791928Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3817243Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3842836Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3866161Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3887268Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3909665Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3930578Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3951750Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3972712Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.3993733Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4015014Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4029737Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4043686Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4058426Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4072900Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4086908Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4100678Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4114475Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4128043Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4142230Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4155931Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4169655Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4183661Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4197521Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4211327Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4225219Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4238975Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4252828Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4266853Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4280593Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4294588Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4308789Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4322594Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4336190Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4350268Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:12.4370165Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4389259Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4408040Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4426797Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4445002Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4467272Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4488397Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4514758Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:12.4540944Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:12.4563984Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4586148Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4608211Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4629548Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4650639Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4671857Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4693136Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4714269Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4734254Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4751825Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4771545Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4791009Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4811191Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4829563Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4847124Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4865109Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4882737Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4900872Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4919824Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4937836Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4959389Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.4981171Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5001377Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5021131Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5041455Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5059955Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5077630Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5095473Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5113438Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5131296Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5150518Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5168062Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5189590Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5211298Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5231629Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5251085Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5271183Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5289592Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5307559Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5325457Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5343351Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5361004Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5380418Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5397990Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5419671Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5441053Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5461646Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5481033Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5501597Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5519864Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5538070Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5555707Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5573636Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5591550Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5610641Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5628307Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5647783Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5667390Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5687366Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5706173Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5723660Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5741903Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5759486Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5777778Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5798398Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5816894Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5838097Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5859781Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5880894Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5899650Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5917453Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5935017Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5953005Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5971139Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.5991381Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6009799Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6030768Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6052321Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6073690Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6092846Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6110961Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6128719Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6146934Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6164839Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6185655Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6204172Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6225725Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6247111Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6268749Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6287511Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6305841Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6323931Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6342257Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6360261Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6380772Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6399473Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6420774Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6442075Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6463839Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6482540Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6500891Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6518598Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6536842Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6555004Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6575676Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6594695Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6618027Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6643358Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6666890Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6688705Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6710466Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6731715Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6750566Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6768864Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6787372Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6805262Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6823621Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6842672Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6860740Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6881873Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6903843Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6924224Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6944002Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6964108Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.6982979Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7001050Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7019083Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7036883Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7054840Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7075744Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7097400Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7119228Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7141886Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7164366Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7186896Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7213277Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:12.7239440Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:12.7261908Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7283710Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7306127Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7325245Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7343724Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7362375Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7380202Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7398391Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7409070Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:12.7431850Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7454723Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7477515Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7497198Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7516188Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7534840Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7553827Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7573016Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7593708Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7617835Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7641507Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7663762Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7685164Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7706824Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7725793Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7744373Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7762859Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7781196Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7799306Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7819341Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7841210Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7863206Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7883967Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7904894Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7925407Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7946210Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7966977Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.7987436Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8008927Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8030944Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8051235Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8071918Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8092684Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8113209Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8133813Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8145506Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8156234Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8166705Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8176901Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8187361Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8197327Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8207774Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8218404Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8228748Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8239074Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8249276Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8259475Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8270189Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8280067Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8290359Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8300770Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8321030Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8343601Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8365475Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8386220Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8406867Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8427994Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8448719Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8469111Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8489545Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8511111Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8532942Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8553986Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8576181Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8597137Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8618007Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8639593Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8661262Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8683616Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8706705Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8727867Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8749806Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8771182Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8792910Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8814919Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.8826834Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8837632Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8848833Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8859611Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8869452Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8879503Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8889603Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8900151Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8910320Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8920875Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8931705Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8941617Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8952132Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8962487Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8972877Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8983362Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.8993212Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9003067Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9013459Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9024053Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9034340Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9044657Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9055135Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9065243Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9075544Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9086179Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9096268Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9106537Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9116853Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9126809Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9137141Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9147370Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9157519Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9167663Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9178365Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9188519Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9198725Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9209596Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9219985Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9230340Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:12.9253951Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9275269Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9298273Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9320129Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9342604Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9364862Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9386077Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9406787Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9427601Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9448003Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9468642Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9491546Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9514480Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9536270Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9558398Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9580386Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9601800Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9626514Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9648135Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9672818Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9699647Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:12.9722496Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9744681Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9766028Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9787560Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9806500Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9825323Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9843789Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9862143Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9880139Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9902199Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9923160Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9949118Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9973836Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:12.9996464Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0019391Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0041744Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0064077Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0084822Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0106498Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0127651Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0150258Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0172898Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0194012Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0217933Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0240560Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0263037Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0284491Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0306127Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0327245Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0348854Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0369666Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:13.0611830Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:13.0842842Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:13.1073351Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:13.1296311Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.1518869Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.1804904Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:13.2048230Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:13.2272565Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.2493418Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.2716196Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.2950893Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:13.3174426Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.3395036Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.3622318Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:13.3850225Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:13.4067664Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.4330866Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:13.4561819Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:13.4780513Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.5000196Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.5234390Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:13.5454827Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.5673709Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.5892734Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.6113013Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.6327428Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:13.6549106Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.6822474Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:13.6837070Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:13.6850747Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:13.7112201Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:13.7324174Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:13.7591800Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:13.7855105Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:13.8135460Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:13.8359105Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.8623997Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:13.8838684Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:13.9102816Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:13.9318302Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:13.9531777Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:13.9749357Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:13.9976269Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:14.0210694Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:14.0425852Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:14.0648700Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:14.0928758Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:14.1149217Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:14.1369655Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:14.1379362Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:14.1388984Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:14.1610845Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:14.1824684Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:14.2041394Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:14.2050610Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:14.2059384Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:14.2067692Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:14.2076286Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:14.2084352Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:13:14.2304277Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:14.2521152Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:14.2754595Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:14.3024805Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:14.3250205Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:14.3281131Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:14.3822623Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:14.4414393Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:13:14.5002879Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:13:14.5337806Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:13:14.5872492Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:13:14.6405094Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:13:14.6972536Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:13:14.7537246Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:13:14.8104078Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:13:14.8666277Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:13:14.9229672Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:13:14.9240584Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:14.9250088Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:14.9421291Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:14.9448949Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:14.9620330Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:14.9638524Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1671: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:13:14.9639638Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:13:14.9640776Z test_binary_ufuncs.py:1679: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:13:14.9641438Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:13:14.9643934Z ok (0.002s) 2022-09-27T16:13:14.9661699Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:14.9678625Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:14.9694340Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:14.9709202Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:14.9723893Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:14.9738725Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:14.9753460Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:14.9767997Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:14.9782549Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:15.0156872Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:15.0449819Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:15.1294652Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:13:15.2651713Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:13:15.3232317Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:13:15.4026499Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:13:15.4368109Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:15.4852544Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:13:15.5127934Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:15.5413474Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:15.5785702Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:15.6066081Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:15.6357259Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:15.6613527Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:15.6873485Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:15.7142964Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:15.7443771Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:15.7711591Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:15.7968158Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:15.8220068Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:15.8474498Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:15.8741422Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:15.9045243Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:15.9311505Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:15.9560671Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:15.9814283Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:16.0068713Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:16.0341245Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:16.0637814Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:16.0982450Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:16.1240295Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:16.1660644Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:13:16.1950341Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:16.2754306Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:13:16.3092736Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:16.3565626Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:13:16.3844749Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:16.4116242Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:16.4399435Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:16.4668343Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:16.4921535Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:16.5305895Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:16.5558634Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:16.6410861Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:13:16.6814176Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:13:16.7304818Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:13:16.7594797Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:16.7920167Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:16.8287012Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:16.8566997Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:16.8829867Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:16.9080571Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:16.9367779Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:16.9988133Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:13:17.1120850Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:13:17.1507443Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:17.2101440Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:13:17.2266994Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:17.2596240Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:13:17.2874857Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:17.3131861Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:17.3426421Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:17.3703700Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:17.3957252Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:17.3992225Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8106: RuntimeWarning: invalid value encountered in add 2022-09-27T16:13:17.3992966Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-09-27T16:13:17.4014059Z ok (0.006s) 2022-09-27T16:13:17.4021848Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.4028399Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.4068744Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.4096876Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4127166Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4157055Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4196142Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.4224746Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4253939Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4283067Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4322205Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.4350301Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4379652Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4402113Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.4437404Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4469365Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4501140Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4521923Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.4545237Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.4575273Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-09-27T16:13:17.4575646Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.4576870Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:13:17.4577180Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.4580954Z ok (0.004s) 2022-09-27T16:13:17.4587569Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.4593159Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.4637480Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.4670995Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4705477Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.4712488Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.4718421Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.4730558Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:2038: RuntimeWarning: invalid value encountered in floor_divide 2022-09-27T16:13:17.4731108Z return np.floor_divide(a, b) 2022-09-27T16:13:17.4760912Z ok (0.004s) 2022-09-27T16:13:17.4818106Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:17.4833886Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-09-27T16:13:17.4834294Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.4862946Z ok (0.004s) 2022-09-27T16:13:17.4914798Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:17.4957966Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.5014645Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:17.5027989Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:13:17.5028610Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.5042102Z ok (0.003s) 2022-09-27T16:13:17.5076504Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5099512Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5125000Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5136789Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:13:17.5137930Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.5150528Z ok (0.003s) 2022-09-27T16:13:17.5183765Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5204511Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5227809Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5233907Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5239250Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5244670Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5250284Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5255647Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5261318Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5267166Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5272472Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5278415Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5283881Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.5293299Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5302728Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5311922Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5321174Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5330418Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5339738Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5348887Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5358226Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5367428Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5376862Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5386142Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5395578Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:17.5406184Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:13:17.5406771Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.5421761Z ok (0.003s) 2022-09-27T16:13:17.5454863Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5476445Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5500204Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5523586Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5558705Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5590579Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5622354Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5643706Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5667123Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5689455Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5724019Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5755917Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5786965Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5808407Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5831853Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5854359Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5888917Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5920807Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5952236Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.5973753Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.5997171Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.6007666Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-09-27T16:13:17.6008023Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.6020382Z ok (0.002s) 2022-09-27T16:13:17.6052644Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6073724Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.6097178Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.6127053Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6166255Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.6194611Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6224225Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6256108Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6299572Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.6332601Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6366013Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6406053Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.6450774Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.6484300Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6517323Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6548712Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6588318Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.6616456Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6645465Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6668342Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.6703891Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6735648Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6767653Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6788877Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.6812936Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:17.6840050Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:13:17.6840694Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.6840973Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-09-27T16:13:17.6841238Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.6846109Z ok (0.003s) 2022-09-27T16:13:17.6852887Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.6858596Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:17.6896418Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-09-27T16:13:17.6897135Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.6902111Z ok (0.004s) 2022-09-27T16:13:17.6933686Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6968601Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.6979736Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-09-27T16:13:17.6980305Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:17.7005770Z ok (0.004s) 2022-09-27T16:13:17.7054572Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:17.7089029Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.7138180Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:17.7149897Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8249: RuntimeWarning: invalid value encountered in subtract 2022-09-27T16:13:17.7150505Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:13:17.7167786Z ok (0.003s) 2022-09-27T16:13:17.7180021Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8249: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:13:17.7180743Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:13:17.7226588Z ok (0.006s) 2022-09-27T16:13:17.7280849Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:17.7321464Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:17.7351610Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.7380542Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:17.7930544Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:17.8534156Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:13:18.0567741Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:13:18.2391799Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.182s) 2022-09-27T16:13:18.3376213Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:13:18.3939642Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:13:18.4562401Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:13:18.5154939Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:13:18.5821101Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:13:18.6534737Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:13:18.7131953Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:13:18.7658975Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:13:18.7662268Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:18.8860379Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:13:18.9434759Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:13:19.0196793Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:13:19.0639408Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:13:19.1058784Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:13:19.1668842Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:13:19.2063340Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:13:19.2360573Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:19.2365624Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:19.3327088Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:13:19.3857867Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:13:19.4509373Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:13:19.4825280Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:13:19.5136433Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:13:19.5591875Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:13:19.5908404Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:19.6203909Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:19.6687996Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:13:19.7185955Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:13:19.7848751Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:13:19.8334460Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:13:19.8789541Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:13:19.9034165Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:19.9315106Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:19.9971086Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:13:20.0133511Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:20.0477099Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:20.0757050Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:20.1018650Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:20.1308027Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:20.1582851Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:20.1840536Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:20.2185992Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:20.2476192Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:20.3131242Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:13:20.3319239Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:13:20.3691054Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:20.3978329Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:20.4240150Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:20.4537106Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:20.4801987Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:20.5057192Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:20.5452445Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:13:20.6054349Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:13:20.6780154Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:13:20.7063377Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:20.7434536Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:20.7754665Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:20.8082733Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:13:20.8428157Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:20.8907445Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:13:20.9369550Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:13:20.9643282Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:20.9983067Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:21.0921817Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:13:21.1401434Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:13:21.2871716Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:13:21.3092112Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:21.3451321Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:21.3810029Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:21.4164579Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:21.4546038Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:21.4889000Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:21.5244296Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:21.5255780Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5267049Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5277093Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5286519Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5294098Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5302152Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5310066Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5317931Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5325567Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5333359Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5341416Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5349019Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5357591Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5364244Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5372541Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5380470Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5387998Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5395530Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5403300Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5410938Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5418878Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5426083Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5433716Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5441374Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.5504465Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:21.5535929Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.5566551Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.5602161Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.5645106Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.5687253Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.5705244Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5721314Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5737362Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5753661Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5769685Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5785636Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5801556Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5817989Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5833751Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5849843Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5865870Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5881652Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.5938907Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:21.5973318Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.6015315Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.6058222Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.6074495Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6090958Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6107021Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6162749Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.6196967Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.6238651Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.6280157Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.6296544Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6312694Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6328324Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6368420Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.6393132Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6417116Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6444201Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.6475861Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.6506677Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.6521987Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6537805Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6553754Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6564861Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-09-27T16:13:21.6565256Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:21.6605752Z ok (0.005s) 2022-09-27T16:13:21.6612938Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:21.6619051Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:21.6651208Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.6692544Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.6735241Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.6759462Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6783072Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6805844Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6813386Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:21.6852453Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.6903958Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.6955426Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.6977040Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.6997813Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7018166Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7076243Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:21.7110804Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7154884Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.7198671Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.7216227Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7232697Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7248531Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7264776Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7280865Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7296456Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7337207Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.7362797Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7393760Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7424609Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7440066Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7455741Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7471495Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7511220Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.7536984Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7567897Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7598878Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7614568Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7630141Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7645644Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7695889Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.7727847Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7768563Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.7809471Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.7827361Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7845508Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7862247Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.7904303Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.7934595Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7962744Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.7990134Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8023662Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8056900Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8074999Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8093058Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8111131Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8121473Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8131568Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8141663Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8151669Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8161661Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8171756Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8181957Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8191919Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8201856Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8212038Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8222445Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8232830Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8242555Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8252551Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8262579Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8272598Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8282322Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8292316Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:21.8312010Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8331537Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8351441Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8400696Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.8433250Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8469668Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.8504644Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8522005Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8538940Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8554711Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8596208Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.8622034Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8648253Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8676236Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8709650Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8742174Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8758400Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8774820Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8790616Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.8833036Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.8861534Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8887327Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8919633Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.8955233Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.8989313Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.9006830Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9024936Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9042490Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9085704Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.9111848Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.9137144Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9165886Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.9199962Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.9233559Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.9250587Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9267891Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9284880Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9327804Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.9356685Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.9390933Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.9425654Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:21.9444623Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9462967Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9480374Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9541040Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:21.9578990Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.9627731Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.9674463Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.9694579Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9714212Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9731858Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9791286Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:21.9829104Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:21.9875385Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.9921874Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:21.9941498Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9960451Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:21.9979783Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0042045Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:22.0082316Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.0130135Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:22.0179558Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:22.0200467Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0221936Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0241949Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0301952Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:22.0337614Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.0385961Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:22.0429625Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.0446961Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0464225Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0480322Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0521840Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.0546522Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0570221Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0596906Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:22.0628184Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:22.0659230Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:22.0674779Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0690100Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:22.0705513Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.0755042Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:22.0761439Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:22.0767125Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:22.0798138Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:22.0839644Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.0879949Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.0892331Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:13:22.0903590Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:13:22.0914853Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:13:22.0969464Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:22.1003633Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:22.1045694Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.1087090Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.1103504Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.1119071Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.1134840Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.1189342Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:22.1217245Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:22.1244753Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:22.1277682Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:22.1319195Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.1359941Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:22.1375987Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.1391984Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.1407663Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:22.1898449Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:13:22.2395855Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:13:22.3047454Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:13:22.3542665Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:13:22.4025939Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:13:22.4237732Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:22.4500586Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:22.5143919Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:13:22.5311467Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:22.5558867Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:22.5807826Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:22.6055661Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:22.6317260Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:22.6562933Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:22.6813752Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:22.7034881Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:22.7285766Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:22.7854989Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:13:22.8166850Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:13:22.8719620Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:22.8896336Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:22.9155381Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:22.9403221Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:22.9659117Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:22.9929982Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:23.0180047Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:23.0432225Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:23.0655168Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:23.0913636Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:23.1472001Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:13:23.1777534Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:23.2315336Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:13:23.2490000Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:23.2779844Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:23.3030172Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:23.3281298Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:23.3542025Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:23.3784405Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:23.4037995Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:23.4266157Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:23.4524353Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:23.5083300Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:13:23.5399142Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:13:23.5955418Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:23.6128139Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:23.6386739Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:23.6641843Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:23.6898027Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:23.7172091Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:23.7433052Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:23.7694016Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:23.7912580Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:23.8176111Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:23.8827539Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:13:23.8998056Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:23.9250355Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:23.9503684Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:23.9756816Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:24.0028600Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:24.0277567Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:24.0530915Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:24.0839352Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:13:24.1092458Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:24.1825732Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:13:24.2113718Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:24.2457155Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:24.2712530Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:24.2973740Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:24.3248299Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:24.3507527Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:24.3764184Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:24.4075290Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:13:24.4328340Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:24.5056011Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:13:24.5326436Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:24.5664313Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:24.5917356Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:24.6176611Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:24.6453355Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:24.6714615Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:24.6979921Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:24.7287010Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:13:24.7541397Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:24.8280118Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:13:24.8552502Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:24.8900278Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:24.9156707Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:24.9415042Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:24.9683424Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:24.9934228Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:25.0194252Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:25.0498128Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:25.0751564Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:25.1477640Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:13:25.1742280Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:25.2090833Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:25.2345625Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:25.2604841Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:25.2874211Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:25.3125497Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:25.3388685Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:25.3613669Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:25.3877595Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:25.4406987Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:13:25.4701918Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:25.5282772Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:13:25.5447975Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:25.5709533Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:25.5957145Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:25.6206707Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:25.6471605Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:25.6722414Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:25.6980660Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:25.7398957Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:13:25.9337757Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.194s) 2022-09-27T16:13:26.1153068Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:13:26.2142349Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:13:26.2502934Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:26.3000895Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:13:26.3359653Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:26.3731634Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:26.4096949Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:26.4458364Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:26.4828404Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:26.4832993Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:26.5822722Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-09-27T16:13:26.5925872Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:13:26.5926106Z ok (0.109s) 2022-09-27T16:13:26.6397731Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:13:26.6947112Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:13:26.7342855Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:13:26.7731130Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:13:26.8177996Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:13:26.8570189Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:13:26.8864665Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:26.8880178Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.8891344Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:26.9010776Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:26.9136741Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:26.9253822Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:26.9267872Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9281617Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9294938Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9317551Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9338332Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9357216Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9376351Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9396747Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9405773Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:26.9424950Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9443937Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9463049Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9481917Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9502472Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9511364Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:26.9530144Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9549332Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9568323Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9587338Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9607637Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9616739Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:26.9635731Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9655018Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9674210Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9693459Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9714028Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9726418Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9736319Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:26.9748335Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9761363Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9774333Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9794714Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9813930Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9833210Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9852428Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9872969Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9885192Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9895011Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:26.9907028Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9920031Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9932997Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:26.9952910Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9972577Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:26.9991753Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0010877Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0031522Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0042922Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0052129Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.0154908Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:27.0263572Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:27.0367398Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:27.0379339Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0390903Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0402643Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0423126Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0442243Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0461273Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0480230Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0500452Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0513167Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0522727Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.0527448Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:13:27.0532452Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:13:27.0545079Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0558018Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0570966Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0601738Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:27.0631181Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:27.0660220Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:27.0689241Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:27.0721778Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:27.0726771Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:13:27.0740066Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0753348Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0766568Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0787282Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0806753Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0826533Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0831174Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:13:27.0851980Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0864321Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0877075Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0889937Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0903024Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.0922903Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0942785Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0960883Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0980690Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.0985311Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:13:27.1003969Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1023136Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1041830Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1067160Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:13:27.1090299Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1101520Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1110085Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.1120839Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1131954Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1143126Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1161626Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1180209Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1199216Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1217583Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1237604Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1248634Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1257356Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.1268162Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1279360Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1290144Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1308801Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1327113Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1345687Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1364001Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1384156Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1396352Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1405937Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.1417846Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1430344Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1442844Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1467733Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1490522Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1509573Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1531556Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1555524Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1568282Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1577999Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.1704380Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:27.1819301Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:27.1833064Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1847723Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1862682Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.1885075Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1907156Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1928607Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1950280Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1973467Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.1983078Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.1992741Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2001857Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2011261Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2020673Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2029999Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2039330Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2048499Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2058154Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2067407Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2076807Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2086102Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2095800Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2105175Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2114565Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2123839Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2133214Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2142680Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2151935Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2161375Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2170685Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2180145Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2189424Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2198889Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:27.2221826Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2242891Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2263467Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2283184Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2304852Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2316922Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2326640Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.2338601Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2350445Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2362188Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2381768Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2401083Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2420613Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2439762Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2460752Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2472908Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2482619Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.2588056Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:27.2690164Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:27.2703749Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2716197Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2727808Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2747964Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2767132Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2786795Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2805742Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2826514Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.2838058Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.2847258Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.2949126Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:27.3049559Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:27.3061551Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3074164Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3085675Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3105770Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3125168Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3144430Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3163402Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3184200Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3195856Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3205040Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.3312488Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:27.3419332Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:27.3434166Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3448287Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3462695Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3483681Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3504089Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3523477Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3542960Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3563546Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3575247Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3584349Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.3595484Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3606671Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3618259Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3637270Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3656421Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3675463Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3694461Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3715323Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3727814Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3738195Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.3750411Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3763568Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3776918Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3798544Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3819412Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3840448Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3862148Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3883758Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3896739Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3906931Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.3919637Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3933243Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3946577Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.3969317Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.3991119Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4014015Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4036834Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4061296Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4076318Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4087472Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.4102655Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4117015Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4131321Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4154692Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4177681Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4199469Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4221367Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4245581Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4259985Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4270003Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.4282919Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4296916Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4310858Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4332709Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4354623Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4375888Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4396742Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4419695Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4432177Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4441589Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:13:27.4553226Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:27.4666656Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:27.4682647Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4698446Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4712295Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4734702Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4756560Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4778126Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4798494Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4821032Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4834900Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4841282Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:27.4846388Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:13:27.4860287Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4874200Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4887779Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4899830Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:13:27.4910679Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:13:27.4920909Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:13:27.4931682Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:13:27.4955109Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.4967841Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4981816Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.4994988Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.5008208Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.5030016Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5050097Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5070407Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5090088Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5095095Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:13:27.5107632Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.5230390Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:27.5358949Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:27.5479210Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:27.5494912Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5509808Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.5523881Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:27.5544958Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5564766Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5584376Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5603679Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:27.5608914Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:13:27.5887567Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:27.6558251Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:13:27.7805506Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:13:27.8384596Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:13:27.9154284Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:13:27.9409316Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:27.9742689Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:13:28.0002698Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:28.0276538Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:28.0563629Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:28.0814997Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:28.0819269Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:28.0842394Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.0864209Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.0877904Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.0892485Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.0981158Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:28.1040623Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.1077639Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:28.1109781Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:28.1141559Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:28.1173103Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:28.1182634Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.1191909Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.1201251Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.1210747Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.1310847Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:28.1385112Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:28.1440529Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:28.1522830Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:28.1580918Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.1629639Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:28.1699122Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:28.1739299Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:28.1792236Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:28.1824597Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:28.1834955Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.1910447Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:28.1966974Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.2049028Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:28.2111074Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.2123884Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2136096Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2147975Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2158712Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2169437Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2180290Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:28.2190814Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:28.2201357Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:28.2212270Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:28.2222778Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:28.2232960Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:28.2243247Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2324602Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:28.2382938Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.2394224Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2404774Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2415309Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2425737Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2436050Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2446278Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2456746Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2467135Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2477390Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2557863Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:28.2616699Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.2628851Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2639701Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2649906Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2660038Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2669934Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2679811Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2689841Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2699788Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.2807363Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:28.2885845Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:28.2944388Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.3030528Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:28.3092699Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.3126854Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:28.3190634Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.3228558Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:28.3314844Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:28.3376150Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.3411090Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:28.3420023Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:13:28.3430350Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:13:28.3439175Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:13:28.3449236Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:13:28.3458165Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:13:28.3467446Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:13:28.3476179Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:13:28.3487019Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:13:28.3505596Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3567187Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:28.3589984Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3610735Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3630962Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3650695Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3669269Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3687282Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3706234Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3724245Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3742539Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.3760176Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:28.4012502Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:28.4124612Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:13:28.4125308Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:13:28.4133661Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:13:28.4134160Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:13:28.4352261Z ok (0.034s) 2022-09-27T16:13:28.4481191Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:28.4494651Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.4508048Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:28.4630622Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:28.4732914Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:28.4858183Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-09-27T16:13:28.4964722Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:28.5089660Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:28.5191434Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:28.5288840Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:13:28.5289571Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:13:28.5323288Z ok (0.013s) 2022-09-27T16:13:28.5446480Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:28.5548301Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:28.5832439Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:28.6045997Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:28.6205233Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:28.6360992Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:28.6519937Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:28.6676255Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:28.6797345Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:28.6919222Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:28.7011799Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:13:28.7249942Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:28.7549985Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:28.7789454Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:28.8054244Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:28.8158950Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-09-27T16:13:28.9045204Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:13:28.9250082Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:28.9457348Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:28.9685102Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:28.9846128Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:29.0055925Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:29.0264866Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:29.0770335Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:13:29.0914168Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:29.1056671Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:29.1200026Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:29.1305590Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-09-27T16:13:29.1472456Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:29.1681376Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:29.1884954Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:29.2134219Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:29.2335240Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:29.2544139Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:29.2755884Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:29.2961563Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:29.3234192Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:29.3500519Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:29.3643904Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:29.3930600Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:29.4161346Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:29.4357795Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:29.4596903Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:29.4881882Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:29.5178756Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:29.5530012Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:29.5774803Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:29.5945686Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:29.6039091Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:13:29.6207549Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:29.6298883Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:13:29.6463041Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:29.6661831Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:29.6860602Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:29.7007346Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-09-27T16:13:29.7256563Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:29.7514733Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:29.7863739Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:29.8114189Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:29.8251292Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:29.8342980Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:13:29.8588662Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:29.8679227Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:13:29.8771010Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:13:29.8987236Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:29.9151484Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:29.9275304Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:29.9397752Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:29.9538888Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-09-27T16:13:29.9686903Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:29.9834542Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:29.9980969Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:30.0102121Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-09-27T16:13:30.0196987Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.009s) 2022-09-27T16:13:30.0291846Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.009s) 2022-09-27T16:13:30.0456895Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:30.0834784Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:30.0958396Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:30.1087083Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:30.1214216Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:30.1345455Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:30.1469059Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:30.1678463Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:30.1876642Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:30.2095730Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:30.2303498Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:30.2602747Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:30.2746208Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:30.2892999Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:30.2984499Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:13:30.3288646Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:30.3502747Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:30.3626613Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:30.3874119Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:30.4118655Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:30.4210362Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:13:30.4301057Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:13:30.4546138Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:30.4787760Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:30.5032861Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:30.5124981Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:13:30.5216458Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:13:30.5307013Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:13:30.5398779Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:13:30.5489151Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:13:30.5736175Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:30.5978821Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:30.6288093Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:13:30.6644806Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:30.6892145Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:30.6953194Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:30.7205358Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:30.7420244Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:30.7630959Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:30.7845401Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:30.8099646Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:30.8354179Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:30.8620718Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:30.8874092Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:30.9122989Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:30.9258729Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:30.9355837Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:30.9451179Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:30.9544411Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:30.9680401Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:30.9813957Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:30.9946597Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.0081712Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.0217968Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:31.0352231Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.0449333Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:31.0542960Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:31.0636627Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:31.0770586Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.0904136Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.1037245Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.1169472Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.1302541Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.1435872Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.1531737Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:31.1626925Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:31.1720168Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:31.1862128Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:31.2001866Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:31.2138418Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:31.2272284Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.2405133Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.2650916Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:31.2862361Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:31.3072307Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:31.3283681Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:31.3536777Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.3798501Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:31.4050656Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.4299141Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.4555386Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:31.4812890Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:31.5034329Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:31.5258876Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:31.5475698Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:31.5729500Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.5976468Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.6223533Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.6470718Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.6736192Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:31.6986444Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.7198885Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:31.7409672Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:31.7619231Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:31.7867319Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.8122356Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.8376311Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.8626280Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.8874527Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.9122998Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:31.9335743Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:31.9548081Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:31.9763112Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:32.0024870Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:32.0275328Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.0523097Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.0772308Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.1020068Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.1272063Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.1495629Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:13:32.1708480Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:32.1917056Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:32.2164293Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.2409906Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.2655626Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.2906665Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:32.3170580Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:32.3191884Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.3209830Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.3234239Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3258220Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3282074Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3305718Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3329641Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3353055Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3376755Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3400282Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3424745Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3449704Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:13:32.3474403Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3498254Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3521770Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3545376Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3569021Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3593034Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3616649Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3640377Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3664423Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3688059Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3713896Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:13:32.3739085Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3762495Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3786176Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3809471Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3833127Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3857864Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3881162Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3904878Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3927956Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3951892Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.3977217Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4002042Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4025931Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4049398Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4072996Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4096381Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4120052Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4143663Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4166967Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4190660Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4214146Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4239673Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:13:32.4264877Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4288804Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4312522Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4336045Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4359910Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4383756Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4407009Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4430616Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4454148Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4478403Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4503674Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:13:32.4528492Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4552211Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4575879Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4599189Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4622723Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4646260Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4669828Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4693120Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4716811Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4740878Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:13:32.4742318Z 2022-09-27T16:13:32.4742667Z ---------------------------------------------------------------------- 2022-09-27T16:13:32.4743002Z Ran 8283 tests in 66.838s 2022-09-27T16:13:32.4743140Z 2022-09-27T16:13:32.4743280Z OK (skipped=901, expected failures=14) 2022-09-27T16:13:32.4743415Z 2022-09-27T16:13:32.4743488Z Generating XML reports... 2022-09-27T16:13:33.3242214Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927161225.xml 2022-09-27T16:13:33.9523304Z Running distributions/test_distributions ... [2022-09-27 16:13:33.951869] 2022-09-27T16:13:33.9523902Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:33.951951] 2022-09-27T16:13:35.7318940Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-09-27T16:13:35.7386227Z 2022-09-27T16:13:35.7386342Z Running tests... 2022-09-27T16:13:35.7386913Z ---------------------------------------------------------------------- 2022-09-27T16:13:35.7838155Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:35.7838791Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:35.7844940Z ok (0.046s) 2022-09-27T16:13:35.8089854Z test_icdf (__main__.TestAgainstScipy) ... ok (0.024s) 2022-09-27T16:13:36.9286196Z test_mean (__main__.TestAgainstScipy) ... ok (1.119s) 2022-09-27T16:13:36.9578749Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:13:36.9579728Z return torch.as_tensor(tensor_like) 2022-09-27T16:13:36.9656496Z ok (0.037s) 2022-09-27T16:13:37.0168064Z test_params_constraints (__main__.TestConstraints) ... ok (0.051s) 2022-09-27T16:13:37.0893299Z test_support_constraints (__main__.TestConstraints) ... ok (0.072s) 2022-09-27T16:13:37.0914907Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.0939038Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.0960799Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.0987024Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:13:37.1006554Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1028064Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1066065Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:13:37.1084499Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1105422Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1124999Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1145610Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1170986Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1199811Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:13:37.1224285Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1458486Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.023s) 2022-09-27T16:13:37.1480351Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1500143Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1519278Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1540071Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1560845Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1586328Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1605904Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1626043Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1647254Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1670580Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1689468Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1711254Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1735442Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1763005Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:13:37.1781967Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1802486Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1856341Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-09-27T16:13:37.1880485Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1905532Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1927597Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1946226Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1966258Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.1991798Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:13:37.2019056Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:13:37.2040134Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:13:37.2072870Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:13:37.2117485Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:13:37.2345231Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.023s) 2022-09-27T16:13:37.2433365Z test_bernoulli (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:13:37.2450094Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:37.2469489Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:37.3074867Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.060s) 2022-09-27T16:13:37.7053877Z test_beta_sample (__main__.TestDistributions) ... ok (0.398s) 2022-09-27T16:13:37.7084523Z test_beta_shape (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:13:37.7350610Z test_beta_underflow (__main__.TestDistributions) ... ok (0.026s) 2022-09-27T16:13:37.7361124Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:13:37.7605005Z test_binomial (__main__.TestDistributions) ... ok (0.024s) 2022-09-27T16:13:37.7630056Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:13:37.7665546Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:13:37.8185761Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.052s) 2022-09-27T16:13:37.8227097Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:13:37.8718939Z test_binomial_sample (__main__.TestDistributions) ... ok (0.049s) 2022-09-27T16:13:37.8744971Z test_binomial_stable (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:13:37.9263105Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.052s) 2022-09-27T16:13:37.9318997Z test_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:13:37.9405228Z test_categorical_2d (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:13:37.9420863Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:37.9551679Z test_cauchy (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:13:38.1356923Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:38.1357316Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:38.1507755Z ok (0.196s) 2022-09-27T16:13:38.2322798Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.081s) 2022-09-27T16:13:38.3376753Z test_chi2_sample (__main__.TestDistributions) ... ok (0.105s) 2022-09-27T16:13:38.3429296Z test_chi2_shape (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:13:38.3570786Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.014s) 2022-09-27T16:13:38.3596238Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:38.3627772Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:13:38.3652263Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:38.4066747Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.041s) 2022-09-27T16:13:38.4088758Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:38.8504589Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:38.8505337Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:38.9672307Z ok (0.558s) 2022-09-27T16:13:39.1076817Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.140s) 2022-09-27T16:13:39.1330243Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:13:39.1422660Z test_exponential (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:13:39.2388674Z test_exponential_sample (__main__.TestDistributions) ... ok (0.096s) 2022-09-27T16:13:39.2456923Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:13:40.1353680Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.890s) 2022-09-27T16:13:40.1361753Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:13:40.1379520Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-09-27T16:13:40.1423898Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:13:40.4394245Z test_gamma_sample (__main__.TestDistributions) ... ok (0.297s) 2022-09-27T16:13:40.4446268Z test_gamma_shape (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:13:40.4512436Z test_geometric (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:13:40.4628639Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:13:40.4690368Z test_geometric_sample (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:13:40.4745981Z test_gumbel (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:13:41.0378017Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.563s) 2022-09-27T16:13:41.0476952Z test_halfcauchy (__main__.TestDistributions) ... ok (0.010s) 2022-09-27T16:13:41.0575409Z test_halfnormal (__main__.TestDistributions) ... ok (0.010s) 2022-09-27T16:13:41.0632488Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:13:41.1614488Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.098s) 2022-09-27T16:13:41.1625699Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:13:41.7405850Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:41.7406632Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:41.8416033Z ok (0.679s) 2022-09-27T16:13:42.1085819Z test_independent_shape (__main__.TestDistributions) ... ok (0.267s) 2022-09-27T16:13:42.1426783Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.034s) 2022-09-27T16:13:42.1625751Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.020s) 2022-09-27T16:13:42.1660216Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:13:42.1852919Z test_laplace (__main__.TestDistributions) ... ok (0.019s) 2022-09-27T16:13:42.4629678Z test_laplace_sample (__main__.TestDistributions) ... ok (0.278s) 2022-09-27T16:13:42.4657722Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:13:42.4776429Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:13:42.5006273Z test_logisticnormal (__main__.TestDistributions) ... ok (0.023s) 2022-09-27T16:13:42.5025391Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:42.8219956Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.319s) 2022-09-27T16:13:42.8394479Z test_lognormal (__main__.TestDistributions) ... ok (0.017s) 2022-09-27T16:13:42.8455242Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:13:43.1373028Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.292s) 2022-09-27T16:13:43.1452049Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:13:43.1724678Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.027s) 2022-09-27T16:13:43.1761594Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:13:43.2135145Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.037s) 2022-09-27T16:13:43.2594045Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.046s) 2022-09-27T16:13:43.2670168Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:13:43.3138081Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.047s) 2022-09-27T16:13:43.3220492Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:13:43.4125012Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:43.4125538Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:43.4222281Z ok (0.100s) 2022-09-27T16:13:43.4333851Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:13:43.4378387Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:13:43.4500194Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:13:43.4578733Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:13:43.4778544Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.020s) 2022-09-27T16:13:43.4801581Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:43.5826021Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.102s) 2022-09-27T16:13:43.6482239Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.066s) 2022-09-27T16:13:43.6496274Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:13:43.6677538Z test_negative_binomial (__main__.TestDistributions) ... ok (0.018s) 2022-09-27T16:13:43.7126075Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.045s) 2022-09-27T16:13:43.7163765Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:13:43.7339613Z test_normal (__main__.TestDistributions) ... ok (0.018s) 2022-09-27T16:13:44.0324769Z test_normal_sample (__main__.TestDistributions) ... ok (0.298s) 2022-09-27T16:13:44.0393138Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:13:44.0465833Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:13:44.0488433Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:44.0548295Z test_pareto (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:13:44.3693802Z test_pareto_sample (__main__.TestDistributions) ... ok (0.314s) 2022-09-27T16:13:44.3705187Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:13:44.3711016Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:13:44.3796010Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:13:44.3796599Z warnings.warn(msg, FutureWarning) 2022-09-27T16:13:44.3797067Z ok (0.008s) 2022-09-27T16:13:44.3863267Z test_poisson_sample (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:13:44.3884377Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:44.4043028Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:13:44.4134332Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:13:44.4285121Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.015s) 2022-09-27T16:13:44.4468696Z test_repr (__main__.TestDistributions) ... ok (0.018s) 2022-09-27T16:13:44.4662898Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.019s) 2022-09-27T16:13:44.4800930Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:44.4801677Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:44.4845015Z ok (0.018s) 2022-09-27T16:13:44.5035110Z test_sample_detached (__main__.TestDistributions) ... ok (0.019s) 2022-09-27T16:13:44.5107613Z test_studentT (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:13:44.5995770Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.089s) 2022-09-27T16:13:45.8238368Z test_studentT_sample (__main__.TestDistributions) ... ok (1.224s) 2022-09-27T16:13:45.8489287Z test_support_attributes (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:13:45.8615654Z test_uniform (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:13:45.8916137Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.030s) 2022-09-27T16:13:45.9171636Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:13:54.0004631Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.083s) 2022-09-27T16:13:54.0067005Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:54.0067416Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:54.0783308Z ok (0.078s) 2022-09-27T16:13:54.0801253Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:13:54.0802087Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:13:55.2506176Z ok (1.172s) 2022-09-27T16:13:55.2534431Z test_wishart_properties (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:13:55.5422246Z test_wishart_sample (__main__.TestDistributions) ... ok (0.289s) 2022-09-27T16:13:55.5871119Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:55.5871651Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:55.6014745Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:55.6015204Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:55.6159639Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:55.6160101Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:55.6295631Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:55.6296137Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:55.6459026Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:55.6459456Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:55.6578601Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:55.6579070Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:55.6700800Z ok (0.128s) 2022-09-27T16:13:55.6717843Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:13:55.6730188Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:13:55.6748190Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-09-27T16:13:55.6788173Z test_cat_transform (__main__.TestFunctors) ... ok (0.004s) 2022-09-27T16:13:55.6827180Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.004s) 2022-09-27T16:13:55.6863407Z test_stack_transform (__main__.TestFunctors) ... ok (0.004s) 2022-09-27T16:13:57.9269096Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:13:57.9269616Z warnings.warn("Singular sample detected.") 2022-09-27T16:13:58.2772334Z ok (2.591s) 2022-09-27T16:14:01.3026440Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:14:01.3027565Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:01.7577007Z ok (3.480s) 2022-09-27T16:14:01.9819284Z test_enumerate_support (__main__.TestJit) ... ok (0.224s) 2022-09-27T16:14:07.9110166Z test_log_prob (__main__.TestJit) ... ok (5.929s) 2022-09-27T16:14:09.5050700Z test_mean (__main__.TestJit) ... ok (1.594s) 2022-09-27T16:14:09.5098128Z test_rsample (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5098705Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5100154Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5101125Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5102242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5103003Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5104450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5105217Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5106428Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5107368Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5108750Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5109574Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5110969Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5111839Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5113330Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5113948Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5114722Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5115307Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5116067Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5116561Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5117502Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5118327Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5119461Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5120306Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5121653Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5122404Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5123774Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5124684Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5126086Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5126998Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5128356Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5129314Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5130575Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5131451Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5132780Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5133569Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5134896Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5135727Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5137094Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5138018Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5139160Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5140130Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5141491Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5142300Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5143610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5144406Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5145748Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5146586Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5147997Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5148803Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5150134Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5150916Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5152505Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5153367Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5154708Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5155584Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5156919Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5157738Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5158998Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5159804Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5161092Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5161897Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5163296Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5164162Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5165489Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5166394Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5167847Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5168638Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5169942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5170794Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5172152Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5173040Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5174216Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5174973Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5176208Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5176995Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5178415Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5179091Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5180369Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5181219Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5182568Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5183332Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5184657Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5185630Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5187035Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5187754Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5188888Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5189797Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5191104Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5191905Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5193178Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5193993Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5195241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5196052Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5197491Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5198346Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5199710Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5200574Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5201930Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5202791Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5204161Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5205088Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5206531Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5207535Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5208943Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5209913Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5211437Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5212365Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5213771Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5214599Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5216009Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5216873Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5218377Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5219206Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5220557Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5221532Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5223004Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5223740Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5225806Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5226703Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5228054Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5228921Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5230342Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5231218Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5232647Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5233630Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5235033Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5235908Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5237302Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5238226Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5239611Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5240488Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5241854Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5242703Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5244082Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5244966Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5246400Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5247293Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5248732Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5249695Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5251068Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5251951Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5253347Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5254168Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5255526Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5256474Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5257968Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5258857Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5260329Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5261175Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5262601Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5263424Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5264838Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5265712Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5267054Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5267907Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5269305Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5270338Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5271706Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5272561Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5273935Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5274795Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5276138Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5276996Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5278376Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5279251Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5280610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5281590Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5282964Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5283857Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5285285Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5286171Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5287557Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5288047Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5288810Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5289376Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5290110Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5290598Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5291389Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5291877Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5292632Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5293103Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5293969Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5294464Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5295212Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5295687Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5296441Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5296996Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5297892Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5298384Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5299252Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5299755Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5300523Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5301023Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5301761Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5302253Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5303004Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5303495Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5304314Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5304790Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5305541Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5306024Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5306779Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5307273Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5308015Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5308505Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5309266Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5309906Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5310757Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5311262Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5312024Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5312529Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5313274Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5313760Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5314524Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5315020Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5315771Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5316247Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5317002Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5317489Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5318278Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5318765Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5319517Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5320015Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5320798Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5321297Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5322091Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5322614Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5323354Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5323880Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5324624Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5325092Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5325850Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5326343Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5327094Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5327568Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5328330Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5328823Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5329654Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5330145Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5330956Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5331467Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5332232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5332721Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5333484Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5333993Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5334750Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5335250Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5336028Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5336565Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5337345Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5338016Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5338793Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5339294Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5340054Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5340560Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5341337Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5341838Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5342593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5343091Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5343919Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5344413Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5345149Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5345630Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5346395Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5346896Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5347656Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5348136Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5348885Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5349424Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5350174Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5350654Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5351410Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5351908Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5352670Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5353153Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5353897Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5354387Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5355128Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5355607Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5356343Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5356867Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5357637Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5358132Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5358902Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5359388Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5360148Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5360643Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5361403Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5361896Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5362646Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5363190Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5363961Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5364458Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5365183Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5365667Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5366411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5366889Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5367630Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5368099Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5368841Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5369398Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5370282Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5370763Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5371530Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5372020Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5372763Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5373242Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5373972Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5374462Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5375211Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5375732Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5376468Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5376953Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5377820Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5378302Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5379037Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5379523Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5380276Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5380765Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5381523Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5381999Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5382794Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5383279Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5384016Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5384498Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5385234Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5385729Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5386491Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5386976Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5387711Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5388203Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5388957Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5389528Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5390267Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5390752Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5391504Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5391995Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5392757Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5393233Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5393984Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5394573Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5395397Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5395900Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5396683Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5397170Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5397916Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5398399Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5399136Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5399618Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5400365Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5400851Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5401593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5402116Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5402868Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5403355Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5404106Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5404578Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5405321Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5405806Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5406571Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5407050Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5407799Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5408287Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5409074Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5409627Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5410362Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5410844Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5411594Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5412082Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5412826Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5413312Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5414083Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5414577Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5415382Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5415860Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5416617Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5417101Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5418079Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5418605Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5419356Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5419832Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5420640Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5421135Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5421879Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5422364Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5423189Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5423677Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5424412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5424903Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5425650Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5426131Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5426881Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5427344Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5428103Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5428664Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5429403Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5429892Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5430641Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5431124Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5431869Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5432335Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5433090Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5433576Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5434333Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5434814Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5435592Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5436071Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5436823Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5437303Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5438028Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5438506Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5439243Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5439724Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5440452Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5440930Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5441718Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5442201Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5442935Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5443414Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5444150Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5444629Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5445399Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5445883Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5446652Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5447146Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5447901Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5448387Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5449238Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5449738Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5450481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5450959Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5451700Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5452184Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5452927Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5453410Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5454163Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5454692Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5455439Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5455917Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5456673Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5457159Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5458054Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5458535Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5459292Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5459772Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5460510Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5460988Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5461786Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5462265Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5462992Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5463478Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5464245Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5464738Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5465473Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5465951Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5466698Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5467232Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5467969Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5468435Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5469172Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5469647Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5470391Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5470860Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5471613Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5472100Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5472848Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5473385Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5474129Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5474620Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5475406Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5475891Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5476635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5477121Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5477866Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5478346Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5479084Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5479553Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5480301Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5480839Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5481586Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5482058Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5482808Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5483295Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5484049Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5484538Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5485278Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5485769Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5486528Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5487019Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5487785Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5488295Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5489036Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5489588Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5490330Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5490798Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5491550Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5492030Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5492782Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5493296Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5494039Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5494518Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5495260Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5495740Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5496460Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5496935Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5497872Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5498353Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5499098Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5499579Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5500337Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5500888Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5501708Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5502183Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5502943Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5503439Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5504183Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5504650Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5505435Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5505917Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5506656Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5507183Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5507919Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5508399Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5509145Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5509621Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5510351Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5510825Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5511572Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5512057Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5512803Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5513276Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5514064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5514545Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5515297Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5515767Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5516511Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5516996Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5517745Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5518230Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5518955Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5519476Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5520222Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5520700Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5521420Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5521896Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5522635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5523119Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5523873Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5524349Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5525093Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5525573Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5526309Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5526804Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5527557Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5528038Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5528809Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5529383Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5530137Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5530625Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5531394Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5531891Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5532622Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5533148Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5533916Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5534410Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5535149Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5535613Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5536354Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5536837Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5537721Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5538193Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5538932Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5539407Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5540200Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5540684Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5541422Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5541905Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5542640Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5543121Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5543857Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5544340Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5545079Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5545600Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5546387Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5546862Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5547595Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5548075Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5548819Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5549341Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5550622Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5551118Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5551858Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5552338Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5553113Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5553599Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5554355Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5554839Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5555578Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5556064Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5556807Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5557286Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5558021Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5558501Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5559249Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5559777Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5560540Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5561044Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5561782Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5562265Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5563006Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5563487Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5564228Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5564709Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5565446Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5565920Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5566689Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5567170Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5567915Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5568410Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5569242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5569749Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5570515Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5571009Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5571747Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5572299Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5573066Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5573562Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5574312Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5574799Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5575551Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5576039Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5576798Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5577289Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5578309Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5578793Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5579595Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5580078Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5580813Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5581290Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5582040Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5582524Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5583276Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5583748Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5584489Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5584967Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5585764Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5586253Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5586994Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5587488Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5588242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5588732Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5589481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5589975Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5590736Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5591415Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5592542Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5593046Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5593836Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5594320Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5595070Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5595545Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5596295Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5596785Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5597535Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5598018Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5598778Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5599341Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5600130Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5600625Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5601373Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5601865Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5602635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5603124Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5603872Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5604366Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5605109Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5605593Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5606379Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5606851Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5607601Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5608089Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5608835Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5609400Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5610141Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5610648Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5611395Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5611922Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5612658Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5613138Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5613875Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5614351Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5615095Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5615589Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5616340Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5616824Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5617714Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5618197Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5618942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5619484Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5620232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5620709Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5621451Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5621935Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5622679Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5623154Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5623879Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5624357Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5625096Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5625622Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5626358Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5626836Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5627585Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5628068Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5628814Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5629282Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5630028Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5630512Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5631263Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5631742Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5632513Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5632999Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5633753Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5634233Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5634976Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5635467Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5636203Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5636677Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5637405Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5637918Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5638693Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5639177Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5639919Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5640387Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5641126Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5641605Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5642349Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5642819Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5643560Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5644037Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5644767Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5645239Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5645993Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5646468Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5647211Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5647692Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5648418Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5648894Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5649715Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5650191Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5650930Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5651461Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5652208Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5652689Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5653437Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5653907Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5654654Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5655131Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5655872Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5656349Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5657087Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5657784Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5658608Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5659100Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5659833Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5660317Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5661066Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5661548Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5662274Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5662756Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5663510Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5663995Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5664806Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5665278Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5666051Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5666548Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5667293Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5667778Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5668509Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5668988Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5669752Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5670245Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5670999Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5671528Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5672295Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5672785Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5673533Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5674032Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5674803Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5675291Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5676062Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5676543Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5677283Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5677802Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5678550Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5679033Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5679762Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5680241Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5680990Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5681469Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5682203Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5682682Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5683453Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5683963Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5684772Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5685266Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5686009Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5686484Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5687237Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5687707Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5688462Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5688944Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5689778Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5690311Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5691343Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5691830Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5692592Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5693079Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5693832Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5694326Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5695088Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5695577Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5696341Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5696823Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5697810Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5698307Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5699072Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5699569Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5700322Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5700809Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5701570Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5702049Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5702788Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5703314Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5704075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5704563Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5705306Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5705790Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5706535Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5707022Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5707784Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5708264Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5709016Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5709502Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5710250Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5710767Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5711504Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5711988Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5712736Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5713217Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5713955Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5714441Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5715189Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5715668Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5716407Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5716926Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5717683Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5718166Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5718909Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5719379Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5720133Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5720628Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5721406Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5721912Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5722644Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5723127Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5723898Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5724377Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5725112Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5725588Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5726330Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5726811Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5727547Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5728031Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5728797Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5729392Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5730148Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5730619Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5731392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5731894Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5732640Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5733128Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5733892Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5734391Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5735139Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5735625Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5736417Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5736911Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5737951Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5738444Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5739192Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5739665Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5740412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5740887Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5741651Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5742133Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5742965Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5743463Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5744226Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5744724Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5745480Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5745978Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5746738Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5747234Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5747990Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5748483Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5749236Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5749763Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5750530Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5751015Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5751768Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5752257Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5753018Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5753498Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5754244Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5754756Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5755498Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5756087Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5756829Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5757311Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5758064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5758551Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5759314Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5759817Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5760582Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5761076Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5761847Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5762335Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5763122Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5763611Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5764350Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5764826Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5765587Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5766087Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5766835Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5767314Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5768058Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5768576Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5769425Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5769905Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5770640Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5771119Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5771867Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5772357Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5773101Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5773572Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5774324Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5774809Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5775622Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5776151Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5776884Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5777361Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5778251Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5778733Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5779477Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5779955Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5780697Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5781175Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5781975Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5782460Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5783210Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5783693Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5784452Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5784936Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5785684Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5786162Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5786918Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5787407Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5788158Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5788656Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5789443Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5789931Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5790669Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5791152Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5791903Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5792387Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5793114Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5793590Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5794331Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5794849Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5795603Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5796074Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5796830Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5797309Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5798065Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5798551Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5799282Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5799762Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5800507Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5800995Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5801777Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5802273Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5803018Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5803492Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5804234Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5804723Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5805484Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5805973Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5806709Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5807234Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5807985Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5808462Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5809281Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5809754Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5810487Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5810973Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5811728Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5812279Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5813013Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5813493Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5814249Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5814782Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5815533Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5816024Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5816785Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5817277Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5818290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5818778Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5819536Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5820018Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5820776Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5821321Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5822076Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5822572Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5823214Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5823310Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5823957Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5824053Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5824691Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5824785Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5825438Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5825523Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5826180Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5826276Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5826893Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5826989Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5827608Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5827705Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5828319Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5828414Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5829030Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5829160Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5829794Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5829877Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5830502Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5830596Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5831249Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5831390Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5832051Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5832147Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5832765Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5832863Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5833518Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5833613Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5834236Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5834331Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5834957Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5835055Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5835695Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5835791Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5836424Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5836519Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5837203Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5837300Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5837937Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5838031Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5838669Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5838766Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5839396Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5839536Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5840201Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5840319Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5840950Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5841074Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5841689Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5841782Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5842393Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5842491Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5843146Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5843243Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5843863Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5843954Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5844591Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5844722Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5845342Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5845437Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5846049Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5846147Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5846758Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5846854Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5847463Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5847556Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5848188Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5848279Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5863643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5863844Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5864605Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5864710Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5865357Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5865461Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5866093Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5866178Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5866795Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5866948Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5867581Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5867679Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5868297Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5868395Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5869025Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5869125Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5869770Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5869872Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5870494Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5870579Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5871248Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5871349Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5871997Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5872096Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5872723Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5872825Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5873489Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5873587Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5874256Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5874354Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5875027Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5875124Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5875735Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5875834Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5876464Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5876565Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5877205Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5877302Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5877925Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5878021Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5878637Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5878764Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5879399Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5879496Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5880111Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5880196Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5880824Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5880924Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5881544Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5881641Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5882266Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5882399Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5883035Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5883133Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5883781Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5883879Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5884541Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5884622Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5885262Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5885359Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5885988Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5886088Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5886740Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5886838Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5887461Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5887559Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5888175Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5888276Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5888887Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5888982Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5889698Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5889840Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5890464Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5890563Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5891176Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5891272Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5891896Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5891998Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5892631Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5892730Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.5893347Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:14:09.5893447Z errors.OnnxExporterWarning, 2022-09-27T16:14:09.9060243Z ok (0.401s) 2022-09-27T16:14:10.4353198Z test_sample (__main__.TestJit) ... ok (0.529s) 2022-09-27T16:14:13.1790817Z test_variance (__main__.TestJit) ... ok (2.744s) 2022-09-27T16:14:13.2159343Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.037s) 2022-09-27T16:14:15.4263991Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.210s) 2022-09-27T16:14:15.4386267Z test_kl_edgecases (__main__.TestKL) ... ok (0.012s) 2022-09-27T16:14:15.4607146Z test_kl_exponential_family (__main__.TestKL) ... ok (0.022s) 2022-09-27T16:14:15.4767504Z test_kl_infinite (__main__.TestKL) ... ok (0.016s) 2022-09-27T16:14:15.4983579Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.021s) 2022-09-27T16:14:15.5162288Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.017s) 2022-09-27T16:14:16.0803387Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.563s) 2022-09-27T16:14:16.1064739Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.026s) 2022-09-27T16:14:16.1204105Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.013s) 2022-09-27T16:14:16.1349639Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.014s) 2022-09-27T16:14:16.1825083Z test_kl_shape (__main__.TestKL) ... ok (0.047s) 2022-09-27T16:14:16.1938661Z test_kl_transformed (__main__.TestKL) ... ok (0.011s) 2022-09-27T16:14:16.1987114Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-09-27T16:14:16.2011353Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.002s) 2022-09-27T16:14:16.2155136Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.014s) 2022-09-27T16:14:16.2185724Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:14:16.2215098Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:14:16.2235569Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-09-27T16:14:16.2261648Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:14:16.2541010Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.028s) 2022-09-27T16:14:16.2587977Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-09-27T16:14:16.2631737Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-09-27T16:14:16.2657917Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:14:16.2686930Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:14:16.3159554Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.047s) 2022-09-27T16:14:16.3625205Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.046s) 2022-09-27T16:14:16.3908561Z test_chi2 (__main__.TestRsample) ... ok (0.028s) 2022-09-27T16:14:16.7964778Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.405s) 2022-09-27T16:14:16.8447814Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.048s) 2022-09-27T16:14:16.9226183Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.078s) 2022-09-27T16:14:16.9502336Z test_gamma (__main__.TestRsample) ... ok (0.028s) 2022-09-27T16:14:16.9680978Z test_invalid (__main__.TestValidation) ... ok (0.018s) 2022-09-27T16:14:17.2216724Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.253s) 2022-09-27T16:14:17.2337918Z test_valid (__main__.TestValidation) ... ok (0.012s) 2022-09-27T16:14:17.2393567Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.005s) 2022-09-27T16:14:17.2393924Z 2022-09-27T16:14:17.2394372Z ---------------------------------------------------------------------- 2022-09-27T16:14:17.2394746Z Ran 219 tests in 41.501s 2022-09-27T16:14:17.2394925Z 2022-09-27T16:14:17.2395049Z OK (skipped=5) 2022-09-27T16:14:17.2395220Z 2022-09-27T16:14:17.2395329Z Generating XML reports... 2022-09-27T16:14:17.2425496Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927161335.xml 2022-09-27T16:14:17.2428622Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927161335.xml 2022-09-27T16:14:17.2462155Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927161335.xml 2022-09-27T16:14:17.2555163Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927161335.xml 2022-09-27T16:14:17.2559457Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927161335.xml 2022-09-27T16:14:17.2641720Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927161335.xml 2022-09-27T16:14:17.2654417Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927161335.xml 2022-09-27T16:14:17.2658410Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927161335.xml 2022-09-27T16:14:17.2667173Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927161335.xml 2022-09-27T16:14:17.2673805Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927161335.xml 2022-09-27T16:14:17.2679372Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927161335.xml 2022-09-27T16:14:17.9023663Z Running test_jit_llga_fuser ... [2022-09-27 16:14:17.901984] 2022-09-27T16:14:17.9024192Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:17.902066] 2022-09-27T16:14:19.2825298Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-09-27T16:14:19.2840560Z 2022-09-27T16:14:19.2840655Z Running tests... 2022-09-27T16:14:19.2841398Z ---------------------------------------------------------------------- 2022-09-27T16:14:19.6008454Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... ok (0.316s) 2022-09-27T16:14:19.6237431Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.023s) 2022-09-27T16:14:19.6529979Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.029s) 2022-09-27T16:14:19.6813475Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.028s) 2022-09-27T16:14:19.7921165Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.111s) 2022-09-27T16:14:19.9117497Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.119s) 2022-09-27T16:14:20.0949672Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.183s) 2022-09-27T16:14:20.1329207Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.038s) 2022-09-27T16:14:20.1389916Z test_wildcard (__main__.TestFusionPattern) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:983: TracerWarning: Encountering a list at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-09-27T16:14:20.1391013Z argument_names, 2022-09-27T16:14:20.1581034Z ok (0.025s) 2022-09-27T16:14:20.8485541Z test_vision_alexnet (__main__.TestModel) ... ok (0.690s) 2022-09-27T16:14:24.7818045Z test_vision_densenet121 (__main__.TestModel) ... ok (3.933s) 2022-09-27T16:14:24.7834965Z test_vision_googlenet (__main__.TestModel) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-09-27T16:14:24.7835856Z FutureWarning, 2022-09-27T16:14:26.6267091Z ok (1.845s) 2022-09-27T16:14:27.9223033Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (1.295s) 2022-09-27T16:14:29.3843409Z test_vision_mobilenet_v2 (__main__.TestModel) ... ok (1.462s) 2022-09-27T16:14:30.9375757Z test_vision_resnet50 (__main__.TestModel) ... ok (1.553s) 2022-09-27T16:14:35.2212256Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (4.283s) 2022-09-27T16:14:37.0032318Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (1.782s) 2022-09-27T16:14:38.5930191Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (1.590s) 2022-09-27T16:14:39.2014158Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.608s) 2022-09-27T16:14:42.1079376Z test_vision_vgg16 (__main__.TestModel) ... ok (2.906s) 2022-09-27T16:14:44.7550943Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (2.647s) 2022-09-27T16:14:44.8275687Z test_add (__main__.TestOp) ... ok (0.072s) 2022-09-27T16:14:44.8380483Z test_add_scalar (__main__.TestOp) ... ok (0.010s) 2022-09-27T16:14:44.8488654Z test_addmm (__main__.TestOp) ... ok (0.011s) 2022-09-27T16:14:47.1568769Z test_avg_pool2d (__main__.TestOp) ... ok (2.308s) 2022-09-27T16:14:47.1702481Z test_bn2d (__main__.TestOp) ... ok (0.013s) 2022-09-27T16:14:47.2782227Z test_cat (__main__.TestOp) ... ok (0.108s) 2022-09-27T16:14:56.1247204Z test_conv2d (__main__.TestOp) ... ok (8.846s) 2022-09-27T16:14:56.1444182Z test_eltwise (__main__.TestOp) ... ok (0.020s) 2022-09-27T16:14:56.1488834Z test_identity_binary (__main__.TestOp) ... ok (0.004s) 2022-09-27T16:14:56.1616147Z test_layer_norm (__main__.TestOp) ... ok (0.013s) 2022-09-27T16:14:56.1866954Z test_linear (__main__.TestOp) ... ok (0.025s) 2022-09-27T16:14:57.7498999Z test_max_pool2d (__main__.TestOp) ... ok (1.563s) 2022-09-27T16:14:57.8228967Z test_mul (__main__.TestOp) ... ok (0.073s) 2022-09-27T16:14:57.8913992Z test_softmax (__main__.TestOp) ... ok (0.068s) 2022-09-27T16:14:57.9036523Z test_typecheck (__main__.TestOp) ... ok (0.012s) 2022-09-27T16:14:57.9138493Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.010s) 2022-09-27T16:14:57.9140019Z 2022-09-27T16:14:57.9140522Z ---------------------------------------------------------------------- 2022-09-27T16:14:57.9140878Z Ran 37 tests in 38.630s 2022-09-27T16:14:57.9142033Z 2022-09-27T16:14:57.9142164Z OK 2022-09-27T16:14:57.9142294Z 2022-09-27T16:14:57.9142422Z Generating XML reports... 2022-09-27T16:14:57.9168487Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927161419.xml 2022-09-27T16:14:57.9176031Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927161419.xml 2022-09-27T16:14:57.9187244Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927161419.xml 2022-09-27T16:14:57.9199665Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927161419.xml 2022-09-27T16:14:59.4630715Z Running test_tensor_creation_ops ... [2022-09-27 16:14:59.462642] 2022-09-27T16:14:59.4631263Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:59.462726] 2022-09-27T16:15:01.0164811Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-09-27T16:15:01.0202242Z 2022-09-27T16:15:01.0202738Z Running tests... 2022-09-27T16:15:01.0203177Z ---------------------------------------------------------------------- 2022-09-27T16:15:01.0240513Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:15:01.0269295Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0293481Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0316247Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0339303Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0360667Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0380227Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0399110Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0418113Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0436951Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0456869Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0485650Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0518820Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0553214Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0582046Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0610401Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0637621Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0661125Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0684162Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0707296Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0730707Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0754421Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0778617Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0813218Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0847719Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0877980Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0908080Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0936839Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.0962117Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.0986152Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1009986Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1034226Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1058420Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1087251Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.1110419Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1143742Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.1177009Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.1205308Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.1233876Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.1261204Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.1283871Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1307344Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1329759Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1352744Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1376015Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1400016Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1419821Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1442047Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1464421Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1485072Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1506203Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1526399Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1544835Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1563289Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1580842Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1598580Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1616529Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.1697942Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.1729621Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... test_tensor_creation_ops.py:3675: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:15:01.1730518Z result = torch.asarray(cvt(original), **kwargs) 2022-09-27T16:15:01.1784237Z ok (0.009s) 2022-09-27T16:15:01.1873086Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-09-27T16:15:01.1958380Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2040939Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2122427Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2199589Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2276649Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2352770Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2428980Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2505394Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2513738Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2521599Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2528532Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2535860Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2543247Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2550569Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2557660Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2565122Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2572237Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2579659Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2586877Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.2664325Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2749405Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2835018Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-09-27T16:15:01.2917194Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.2999090Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.3078358Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.3155149Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.3232546Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.3311246Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.3390743Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.3470760Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.3479792Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3487641Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3495075Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3502516Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3509773Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3516983Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3524205Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3531510Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3538876Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3546149Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3553330Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.3580492Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.3602835Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3631174Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.3658473Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:15:01.3683581Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3708577Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3732753Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3754838Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3776777Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3798464Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3820536Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3842178Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.3919081Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.3991655Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:15:01.4071687Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.4152015Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.4231630Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.4311134Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.4387881Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:15:01.4461441Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:15:01.4534958Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:15:01.4607768Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:15:01.4680829Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:15:01.4753893Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:15:01.4771050Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.4786713Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:15:01.4823590Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:15:01.4832383Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:01.4845681Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.4974728Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:15:01.5126722Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:15:01.5276167Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:15:01.5419745Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:15:01.5562401Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:15:01.5692303Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:15:01.5817865Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:15:01.5942598Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:15:01.6068928Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:15:01.6183311Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:15:01.6298626Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:15:01.6310752Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6322084Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6332605Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6342269Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6351447Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6361144Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6370884Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6380035Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6389183Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6398430Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6407856Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6427106Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6444650Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6462961Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6480625Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6498672Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6516225Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6533663Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6551527Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6569371Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6587817Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6605305Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6631371Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6666911Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:15:01.6701344Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:15:01.6733110Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:15:01.6762489Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:15:01.6792242Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:15:01.6815283Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6837191Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6858981Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6880307Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6902110Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6915106Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.6933503Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6952949Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6968777Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.6985171Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.7001131Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.7015535Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.7029043Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.7042064Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.7055556Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.7069181Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:15:01.7119249Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.7194944Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:15:01.7271348Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:15:01.7339474Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:15:01.7407434Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:15:01.7472430Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:15:01.7522980Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.7572977Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.7621101Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.7671723Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.7721897Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.7769178Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.7849772Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:15:01.7931604Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:15:01.8004341Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:15:01.8077917Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:15:01.8149527Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:15:01.8201932Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.8253484Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.8301847Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.8351733Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.8401435Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:15:01.8419705Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8446907Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:15:01.8472495Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:15:01.8495829Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8518845Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8541763Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8559748Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8578109Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8595626Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8613692Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8631936Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8647524Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8670187Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8692996Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8713935Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8733651Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8753586Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8769828Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8786054Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8801505Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8818248Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8833969Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:15:01.8852013Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:01.8862656Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:01.8880689Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:01.8889579Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:15:01.8901687Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:01.8910573Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:15:01.9047316Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:15:01.9204433Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:15:01.9414966Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:15:01.9442960Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:01.9455402Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... test_tensor_creation_ops.py:3323: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:15:01.9455926Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-09-27T16:15:01.9476658Z ok (0.003s) 2022-09-27T16:15:01.9502953Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:01.9525695Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:01.9548535Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:01.9594665Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:01.9612934Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:01.9641969Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:01.9676828Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:01.9727346Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:01.9752933Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:01.9788044Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:01.9810405Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:01.9835941Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:01.9848259Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:04.9396468Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (2.955s) 2022-09-27T16:15:04.9423176Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:15:04.9612674Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:15:05.0223727Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.061s) 2022-09-27T16:15:05.1401165Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.118s) 2022-09-27T16:15:05.1419302Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:05.2421437Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.100s) 2022-09-27T16:15:05.2431765Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:15:05.2441931Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:15:05.2450995Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:15:05.2460125Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:15:05.2486147Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:05.2619846Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:15:05.2672671Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:05.2898847Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-09-27T16:15:05.3297320Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-09-27T16:15:05.3334570Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:05.3530536Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:15:05.3634633Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:15:05.3728382Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:15:05.3813667Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:15:05.3838493Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:15:05.3875619Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:15:05.3908423Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:05.3930672Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:06.2785769Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.885s) 2022-09-27T16:15:06.2845069Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:15:06.2862753Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:06.2897149Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:06.2921050Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:15:06.3022915Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:15:06.3034738Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:06.3077716Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:06.3087285Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-09-27T16:15:06.3270095Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:15:06.3416780Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:15:06.3482142Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:15:06.3496460Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:06.3509284Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:06.3528221Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:06.3565459Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:06.3816024Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:15:06.4055885Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-09-27T16:15:06.4272649Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-09-27T16:15:06.4627975Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-09-27T16:15:06.4979938Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-09-27T16:15:06.5321876Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-09-27T16:15:06.5662135Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-09-27T16:15:06.6001592Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-09-27T16:15:06.6209295Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:15:06.6415749Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:15:06.6620640Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:15:06.6827489Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:15:06.7034014Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:15:06.7251176Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-09-27T16:15:06.7400743Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:15:06.7425638Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:06.7448352Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:06.9016451Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.157s) 2022-09-27T16:15:07.0910807Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.189s) 2022-09-27T16:15:07.0928039Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:07.0944248Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:07.0959565Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.0974677Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.0989900Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1004901Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1015590Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1026353Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1036977Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1047536Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1058305Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1068976Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1084372Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1100040Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1114906Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:07.1144235Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:07.1440839Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-09-27T16:15:07.1724477Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:15:07.1996165Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-09-27T16:15:07.2757258Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-09-27T16:15:07.3526461Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.077s) 2022-09-27T16:15:07.4278947Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-09-27T16:15:07.5030511Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-09-27T16:15:07.5774131Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.074s) 2022-09-27T16:15:07.6351737Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-09-27T16:15:07.6953226Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.060s) 2022-09-27T16:15:07.7540721Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.059s) 2022-09-27T16:15:07.8136708Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.059s) 2022-09-27T16:15:07.8743310Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.061s) 2022-09-27T16:15:08.5101722Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.636s) 2022-09-27T16:15:08.9330697Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.423s) 2022-09-27T16:15:09.1218755Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.189s) 2022-09-27T16:15:09.1231390Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:09.1242318Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:09.2457373Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.121s) 2022-09-27T16:15:09.2593114Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:15:09.2693470Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:15:11.6234747Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (2.354s) 2022-09-27T16:15:13.8660192Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (2.242s) 2022-09-27T16:15:16.0536830Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (2.188s) 2022-09-27T16:15:18.1264409Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (2.073s) 2022-09-27T16:15:18.1360402Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:15:20.1819213Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (2.046s) 2022-09-27T16:15:22.2968680Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (2.115s) 2022-09-27T16:15:22.3055167Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:15:22.3138588Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:15:22.3149046Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:22.3157429Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3165556Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3173948Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3181846Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3189733Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3197634Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3205540Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3213516Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3221706Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3229560Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3237635Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.3246042Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.4026919Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-09-27T16:15:22.4685958Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.066s) 2022-09-27T16:15:22.5470605Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-09-27T16:15:22.5909857Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-09-27T16:15:22.6288515Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-09-27T16:15:22.6299629Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.6308488Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.6382881Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:15:22.6557319Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:15:22.6628217Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:15:22.6697322Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:15:22.6766712Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:15:22.6835711Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:15:22.6905435Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:15:22.6975513Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:15:22.6985480Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:22.6993996Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.7002269Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.7011187Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.7019669Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:15:22.7779682Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-09-27T16:15:22.9161182Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.138s) 2022-09-27T16:15:23.0664869Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.150s) 2022-09-27T16:15:23.0689301Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:482: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3145.) 2022-09-27T16:15:23.0690607Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-09-27T16:15:23.0697088Z ok (0.003s) 2022-09-27T16:15:23.0733603Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:23.0761299Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:23.0773676Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.0809925Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:23.0845901Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:23.0881837Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:23.0913652Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:23.1016546Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:15:23.1026661Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1053595Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:23.1167221Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:15:23.1248908Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:15:23.1283225Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:23.1292576Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1316542Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:23.1332734Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:23.1346557Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1360352Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1374300Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1388055Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1401674Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1415458Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1429355Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1443427Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1458506Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1472796Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1486463Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1500552Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1514966Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1528592Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.1542395Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:23.3871462Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.233s) 2022-09-27T16:15:23.4322522Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.045s) 2022-09-27T16:15:23.4787498Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.046s) 2022-09-27T16:15:23.5238888Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.045s) 2022-09-27T16:15:23.5684851Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.045s) 2022-09-27T16:15:23.8247449Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.256s) 2022-09-27T16:15:24.0776399Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.253s) 2022-09-27T16:15:24.1121451Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-09-27T16:15:24.3626043Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.250s) 2022-09-27T16:15:24.5828193Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.220s) 2022-09-27T16:15:24.5849150Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.5869155Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.5888782Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.5908380Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.5926941Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.5945828Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.5965385Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.5983999Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.6002468Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.6128797Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations 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 /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:15:24.6129574Z t.random_(to_) 2022-09-27T16:15:24.6129754Z ok (0.013s) 2022-09-27T16:15:24.6254878Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations 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 /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:15:24.6255505Z t.random_(to_) 2022-09-27T16:15:24.6255710Z ok (0.013s) 2022-09-27T16:15:24.6383188Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... 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 /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:15:24.6383880Z t.random_(to_) 2022-09-27T16:15:24.6384054Z ok (0.013s) 2022-09-27T16:15:24.6511946Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... 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 /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:15:24.6512623Z t.random_(to_) 2022-09-27T16:15:24.6512999Z ok (0.013s) 2022-09-27T16:15:24.6785538Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-09-27T16:15:24.7064135Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:15:24.7195204Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:15:24.7477809Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:15:24.7710847Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-09-27T16:15:24.7741809Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:24.7755255Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:24.7764175Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:24.7970365Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:15:24.8203071Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-09-27T16:15:24.8291599Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:15:24.8375791Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:15:24.8426133Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:24.8535618Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:15:24.8638691Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:15:24.8689066Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:24.8799084Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:15:24.8905032Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:15:24.8962070Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:15:24.9066920Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:15:24.9167724Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:15:24.9219022Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:24.9242309Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:24.9316536Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:15:24.9400174Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:15:24.9636400Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-09-27T16:15:24.9662525Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:24.9698225Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:25.1704634Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.200s) 2022-09-27T16:15:25.1734707Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:25.1787783Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.1798573Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:25.1809346Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:25.1835992Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:2105: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-09-27T16:15:25.1836764Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-09-27T16:15:25.1837192Z ok (0.003s) 2022-09-27T16:15:25.1846235Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:25.1862360Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:25.1874742Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:25.1887103Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:25.1899541Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:25.1953828Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2005502Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2056418Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2107561Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2158697Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2209861Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2260744Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2311759Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2391496Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:15:25.2471791Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:15:25.2580100Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:15:25.2689224Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:15:25.2706478Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:25.2722137Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:25.2742907Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:25.2762224Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:15:25.2821706Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:15:25.2870513Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2918546Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.2968007Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.3014498Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.3059629Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:15:25.3106258Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.3152666Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.3198850Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.3245188Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.3291500Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:25.3480893Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:15:25.3663948Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:15:25.3832546Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:15:25.4666694Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.083s) 2022-09-27T16:15:25.5486809Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.082s) 2022-09-27T16:15:25.6317518Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.083s) 2022-09-27T16:15:25.7140451Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.082s) 2022-09-27T16:15:25.7975793Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.083s) 2022-09-27T16:15:25.8520355Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-09-27T16:15:25.9079172Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-09-27T16:15:25.9629422Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-09-27T16:15:26.0175657Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-09-27T16:15:26.0731910Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-09-27T16:15:26.0765448Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:15:26.0778288Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:26.0789373Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:26.0799999Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:26.0810742Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:26.0821581Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:26.0831991Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:26.0842510Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:15:26.0893382Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:15:26.0893936Z 2022-09-27T16:15:26.0894540Z ---------------------------------------------------------------------- 2022-09-27T16:15:26.0894849Z Ran 538 tests in 25.069s 2022-09-27T16:15:26.0895041Z 2022-09-27T16:15:26.0898712Z OK (skipped=58) 2022-09-27T16:15:26.0898904Z 2022-09-27T16:15:26.0899014Z Generating XML reports... 2022-09-27T16:15:26.1018928Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927161501.xml 2022-09-27T16:15:26.1092799Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927161501.xml 2022-09-27T16:15:26.1099035Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927161501.xml 2022-09-27T16:15:26.1117273Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927161501.xml 2022-09-27T16:15:26.1322089Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927161501.xml 2022-09-27T16:15:26.5274201Z Running test_serialization ... [2022-09-27 16:15:26.527051] 2022-09-27T16:15:28.0380791Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:26.527138] 2022-09-27T16:15:28.0381452Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-09-27T16:15:28.0396377Z 2022-09-27T16:15:28.0396480Z Running tests... 2022-09-27T16:15:28.0396944Z ---------------------------------------------------------------------- 2022-09-27T16:15:28.0938774Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (0.054s) 2022-09-27T16:15:28.0951695Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:15:28.0965069Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:15:28.1006033Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.004s) 2022-09-27T16:15:28.1016205Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:15:28.1042066Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:15:28.2394311Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.135s) 2022-09-27T16:15:28.2581405Z test_serialization (__main__.TestOldSerialization) ... ok (0.019s) 2022-09-27T16:15:28.2928001Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.035s) 2022-09-27T16:15:28.3009944Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.008s) 2022-09-27T16:15:28.3077495Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.007s) 2022-09-27T16:15:28.3085273Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:15:28.3092094Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:15:28.3112282Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:15:28.3205084Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.009s) 2022-09-27T16:15:28.3220956Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:15:28.3239660Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:15:28.6815700Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.357s) 2022-09-27T16:15:28.6829518Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:15:28.7027845Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.020s) 2022-09-27T16:15:28.7043891Z test_serialization_map_location (__main__.TestOldSerialization) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81685 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:15:35.4640170Z test_serialization_offset (__main__.TestOldSerialization) ... ok (6.759s) 2022-09-27T16:15:42.5420693Z test_serialization_offset_filelike (__main__.TestOldSerialization) ... ok (7.078s) 2022-09-27T16:15:42.5443506Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:15:42.5472955Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:15:42.5500416Z test_serialization_sparse (__main__.TestOldSerialization) ... test_serialization.py:293: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:15:42.5501250Z _test_serialization(lambda x: x.to_sparse_csr()) 2022-09-27T16:15:42.5510774Z ok (0.004s) 2022-09-27T16:15:42.5533268Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:15:42.5574838Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.004s) 2022-09-27T16:15:42.5587671Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:15:42.5639050Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.005s) 2022-09-27T16:15:42.5650433Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:15:42.5658937Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:15:42.5668796Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:15:42.5697056Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:15:42.5705214Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:15:42.5720319Z test_meta_serialization (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:15:42.5790834Z test_pathlike_serialization (__main__.TestSerialization) ... ok (0.007s) 2022-09-27T16:15:42.5812010Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:15:42.7233649Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.142s) 2022-09-27T16:15:42.7411966Z test_serialization (__main__.TestSerialization) ... ok (0.018s) 2022-09-27T16:15:50.3420381Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (7.601s) 2022-09-27T16:15:50.3582934Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:15:50.3591157Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:15:50.3596745Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:15:50.3614855Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:15:50.3698526Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.008s) 2022-09-27T16:15:50.3712614Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:15:50.3729786Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:15:50.8365817Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.463s) 2022-09-27T16:15:50.8379630Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:15:50.8577995Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.020s) 2022-09-27T16:15:50.8746488Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.017s) 2022-09-27T16:15:50.8769422Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:15:50.8784224Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:15:50.8821665Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.004s) 2022-09-27T16:15:50.8849290Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:15:50.8896203Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.005s) 2022-09-27T16:15:50.8914382Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:15:50.9104634Z test_serialization_zipfile (__main__.TestSerialization) ... ok (0.019s) 2022-09-27T16:15:50.9173760Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/serialization.py:760: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-09-27T16:15:50.9174293Z " silence this warning)", UserWarning) 2022-09-27T16:15:50.9222451Z ok (0.012s) 2022-09-27T16:15:50.9272385Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.005s) 2022-09-27T16:15:50.9283135Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:15:50.9293479Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:15:50.9302178Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:15:50.9318964Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:15:50.9332875Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:15:50.9352171Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:15:50.9367915Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:15:50.9368200Z 2022-09-27T16:15:50.9368590Z ---------------------------------------------------------------------- 2022-09-27T16:15:50.9368916Z Ran 68 tests in 22.897s 2022-09-27T16:15:50.9369730Z 2022-09-27T16:15:50.9369874Z OK (skipped=5) 2022-09-27T16:15:50.9370049Z 2022-09-27T16:15:50.9370187Z Generating XML reports... 2022-09-27T16:15:50.9397100Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220927161528.xml 2022-09-27T16:15:50.9420403Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927161528.xml 2022-09-27T16:15:50.9445645Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927161528.xml 2022-09-27T16:15:50.9451991Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927161528.xml 2022-09-27T16:15:51.2326391Z Running test_functional_autograd_benchmark ... [2022-09-27 16:15:51.232222] 2022-09-27T16:15:51.2326982Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:51.232301] 2022-09-27T16:15:52.4771828Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-09-27T16:15:52.4782833Z 2022-09-27T16:15:52.4783267Z Running tests... 2022-09-27T16:15:52.4783677Z ---------------------------------------------------------------------- 2022-09-27T16:15:53.8103894Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:15:56.2477126Z Results for model resnet18 on task vjp: nans (var: nan) 2022-09-27T16:15:59.4409541Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-09-27T16:16:00.7949546Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:16:00.9754641Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-09-27T16:16:00.9782043Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:16:02.2923483Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:16:02.4676896Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-09-27T16:16:02.4756887Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:16:03.8017718Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:16:04.4542808Z Results for model wav2letter on task vjp: nans (var: nan) 2022-09-27T16:16:05.4103243Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-09-27T16:16:06.7616688Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:16:09.3807102Z Results for model transformer on task vjp: nans (var: nan) 2022-09-27T16:16:13.0861068Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-09-27T16:16:14.4522457Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:16:14.6504993Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-09-27T16:16:14.6577378Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-09-27T16:16:14.8790187Z ok (22.400s) 2022-09-27T16:16:14.8800454Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:16:14.8802022Z 2022-09-27T16:16:14.8802594Z ---------------------------------------------------------------------- 2022-09-27T16:16:14.8802971Z Ran 2 tests in 22.402s 2022-09-27T16:16:14.8818488Z 2022-09-27T16:16:14.8818770Z OK (skipped=1) 2022-09-27T16:16:14.8818969Z 2022-09-27T16:16:14.8820317Z Generating XML reports... 2022-09-27T16:16:14.8836042Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927161552.xml 2022-09-27T16:16:15.2175420Z Running test_view_ops ... [2022-09-27 16:16:15.217172] 2022-09-27T16:16:15.2175945Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:15.217254] 2022-09-27T16:16:16.7252949Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-09-27T16:16:16.7291031Z 2022-09-27T16:16:16.7291187Z Running tests... 2022-09-27T16:16:16.7291803Z ---------------------------------------------------------------------- 2022-09-27T16:16:16.7315424Z test_T_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1298: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3235.) 2022-09-27T16:16:16.7316359Z t1 = a.T 2022-09-27T16:16:16.7327033Z ok (0.003s) 2022-09-27T16:16:16.9773502Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.244s) 2022-09-27T16:16:17.2265883Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.249s) 2022-09-27T16:16:17.4533631Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.227s) 2022-09-27T16:16:17.6617882Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.208s) 2022-09-27T16:16:17.8650349Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.203s) 2022-09-27T16:16:17.9629284Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.098s) 2022-09-27T16:16:18.0652392Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.102s) 2022-09-27T16:16:18.1534434Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.088s) 2022-09-27T16:16:18.2504007Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.097s) 2022-09-27T16:16:18.3473630Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.097s) 2022-09-27T16:16:18.4226768Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.075s) 2022-09-27T16:16:18.4343531Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-09-27T16:16:18.4438565Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-09-27T16:16:18.4451612Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.4473734Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:16:18.4474644Z return torch.as_tensor(tensor_like) 2022-09-27T16:16:18.4849459Z ok (0.040s) 2022-09-27T16:16:18.5269913Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.042s) 2022-09-27T16:16:18.5693406Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.042s) 2022-09-27T16:16:18.6104535Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:16:18.6515280Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:16:18.6924079Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:16:18.7320800Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-09-27T16:16:18.7721319Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-09-27T16:16:18.8111307Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-09-27T16:16:18.8516538Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-09-27T16:16:18.8918220Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-09-27T16:16:18.8987576Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:16:18.9153395Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:16:18.9166012Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9177888Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1830: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:16:18.9178911Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-09-27T16:16:18.9179143Z ok (0.001s) 2022-09-27T16:16:18.9214127Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:18.9309608Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-09-27T16:16:18.9472631Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:16:18.9498279Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:18.9528950Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:18.9554550Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:18.9634470Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:16:18.9651341Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:18.9706880Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:16:18.9746408Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:18.9763131Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:18.9778549Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9794399Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:18.9810405Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:18.9825853Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9840939Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9856141Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9871153Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9886245Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9901060Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9915702Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9930769Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:18.9947669Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:18.9966064Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:18.9974889Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:19.0037947Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-09-27T16:16:19.0075262Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:19.0219670Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:19.0612912Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-09-27T16:16:19.2266776Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-09-27T16:16:19.4452806Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.218s) 2022-09-27T16:16:19.6712218Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.226s) 2022-09-27T16:16:19.8742317Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.203s) 2022-09-27T16:16:20.0784166Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.204s) 2022-09-27T16:16:20.2729148Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.194s) 2022-09-27T16:16:20.4394728Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.166s) 2022-09-27T16:16:20.6042428Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-09-27T16:16:20.7615093Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.157s) 2022-09-27T16:16:20.9262830Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-09-27T16:16:21.0914059Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-09-27T16:16:21.6631715Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.572s) 2022-09-27T16:16:22.3814467Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.718s) 2022-09-27T16:16:23.1190879Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.738s) 2022-09-27T16:16:23.8117970Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.693s) 2022-09-27T16:16:24.5017314Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.690s) 2022-09-27T16:16:25.1666622Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.665s) 2022-09-27T16:16:25.7361690Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.569s) 2022-09-27T16:16:26.3112770Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.575s) 2022-09-27T16:16:26.8633815Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.552s) 2022-09-27T16:16:27.4366985Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.573s) 2022-09-27T16:16:28.0082108Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.571s) 2022-09-27T16:16:28.0476905Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-09-27T16:16:28.0855083Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-09-27T16:16:28.1226615Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-09-27T16:16:28.1522103Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-09-27T16:16:28.1781432Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-09-27T16:16:28.1918454Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.1957559Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:28.1984224Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.2026694Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:28.2069798Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:28.2105849Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:28.2140693Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.2174506Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.2199816Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.2225064Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.2249384Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.2274794Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.2300294Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.2440532Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.2578944Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.2719404Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.2861522Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.2999084Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.3138943Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.3277022Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.3415701Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.3556222Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.3701064Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.3843228Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.3984732Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:28.4006130Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.4022125Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.4416092Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-09-27T16:16:28.4427728Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4445975Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.4457325Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4471081Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4852220Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.038s) 2022-09-27T16:16:28.4866106Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4878341Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4889955Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4901393Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4912390Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4918632Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:16:28.4934737Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.4951700Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.4959704Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4967751Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4975974Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4984329Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.4992529Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5000640Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5008654Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5017085Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5025123Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5043419Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5057694Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5065300Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5082460Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5094887Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5106726Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5126067Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5156977Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5190553Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5224759Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5258885Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5291201Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5322767Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5354038Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5385018Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5415768Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5446358Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5477613Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.5489245Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5500273Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5524655Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5549435Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5560513Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5572496Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5583408Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5593987Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.5619133Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5627311Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5643347Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5659650Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5676918Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5693221Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5709106Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5725365Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5741992Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5758220Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5774460Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5790704Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5806898Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5823487Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5839559Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5855619Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5871881Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5887830Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5904171Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5920360Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5936473Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5952803Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5969110Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5985437Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.5991490Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:16:28.6001926Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6012451Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6023512Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6033927Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6053838Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.6068089Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6130373Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:16:28.6146801Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.6157324Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6168186Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6179189Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6475252Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.029s) 2022-09-27T16:16:28.6501422Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:28.6518421Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:16:28.6518916Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-09-27T16:16:28.6526733Z ok (0.002s) 2022-09-27T16:16:28.6550963Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.6561651Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:28.6578700Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.6595162Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:28.8462126Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.186s) 2022-09-27T16:16:29.0555824Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.209s) 2022-09-27T16:16:29.2316901Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.176s) 2022-09-27T16:16:29.4252481Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.193s) 2022-09-27T16:16:29.6196996Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.194s) 2022-09-27T16:16:29.7941872Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.174s) 2022-09-27T16:16:29.9848517Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.191s) 2022-09-27T16:16:30.1747452Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.190s) 2022-09-27T16:16:30.3461197Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.171s) 2022-09-27T16:16:30.5357223Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.189s) 2022-09-27T16:16:30.7234182Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.188s) 2022-09-27T16:16:30.8197959Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.096s) 2022-09-27T16:16:30.9628033Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.143s) 2022-09-27T16:16:30.9644715Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:30.9818951Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.017s) 2022-09-27T16:16:31.0783734Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.096s) 2022-09-27T16:16:31.1441870Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.066s) 2022-09-27T16:16:31.1620393Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.018s) 2022-09-27T16:16:31.2595232Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.097s) 2022-09-27T16:16:31.3236836Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.064s) 2022-09-27T16:16:31.3410345Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.017s) 2022-09-27T16:16:31.4836931Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.143s) 2022-09-27T16:16:31.6265009Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.143s) 2022-09-27T16:16:31.6282078Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:31.6296063Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6310207Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6324083Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6337724Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6350868Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6364048Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6376619Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6389222Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6401543Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6414004Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6426834Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6440308Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6452798Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6466469Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6480107Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6493580Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6506948Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6520172Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6532599Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6545303Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6557549Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6569943Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6582573Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6595042Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6606718Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6620267Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6633921Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6647132Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6660002Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6673136Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6685817Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6697971Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6709726Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6721383Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6733246Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6747276Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6759854Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6773868Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6787712Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6801199Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6814592Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6828017Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6840884Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6853341Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6866080Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6878523Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6891162Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.6901887Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:31.8001594Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.098s) 2022-09-27T16:16:31.8024166Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:16:31.8069329Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:16:31.8444139Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-09-27T16:16:31.8516451Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:16:31.8570367Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:16:31.8640678Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:16:31.8707764Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:16:31.8771865Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:16:31.8779120Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:16:31.8792955Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.8805255Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.8814417Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8823540Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8832335Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8841187Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8850331Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8859860Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8868425Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8877112Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8886889Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.8898014Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.8907223Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.8914821Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:16:31.9006449Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.009s) 2022-09-27T16:16:31.9069114Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:16:31.9079485Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9093258Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9112553Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:16:31.9121504Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9130747Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9139573Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9148274Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9156961Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9165856Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9174504Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9183503Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:31.9192212Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.0297869Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.110s) 2022-09-27T16:16:32.0352217Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:16:32.0769985Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.042s) 2022-09-27T16:16:32.0787313Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:16:32.0803127Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:16:32.0852979Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:16:32.0862813Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1189033Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.032s) 2022-09-27T16:16:32.1236158Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:16:32.1250899Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1263766Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1276182Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1288555Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1301174Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1313434Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1325793Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1338594Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1350997Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1363165Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1375751Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1388723Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1401473Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1414455Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1427666Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1440294Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1452651Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1465381Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1477686Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1490057Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1502874Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1515353Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1527770Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1540378Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.1545983Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:16:32.1593215Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:16:32.1635235Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:16:32.1687047Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:16:32.1737104Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:16:32.2137669Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.040s) 2022-09-27T16:16:32.2517576Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.038s) 2022-09-27T16:16:32.2585826Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:16:32.2597167Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.2640091Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:16:32.2697682Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:16:32.2749764Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:16:32.2772720Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:16:32.2788051Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.2803149Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.2818194Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.2835251Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:16:32.2902635Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:16:32.2944161Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:16:32.2982523Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3019933Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3056873Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3093952Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3130454Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3167376Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3204172Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3240930Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3277117Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3313679Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3349970Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:16:32.3364211Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3378728Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3392928Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3407576Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3422112Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3436333Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3450698Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3464932Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3479152Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3493663Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3507933Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3522207Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3532319Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3542408Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3552421Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3562346Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3572884Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3583152Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3593551Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3603509Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3613805Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3624125Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3634336Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3644853Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3654637Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3665030Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3675109Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3685016Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3695136Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3705406Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3715393Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3725401Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3735582Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3745595Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3755597Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3765547Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3775484Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3785437Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3795249Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3804992Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3815009Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3824932Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3834863Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3845137Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3854998Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3865115Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3875735Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3885283Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3895374Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3905557Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3915490Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3925762Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3935891Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3945958Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3956291Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3966521Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3976293Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3986351Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.3996353Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.4006197Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:16:32.4024655Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:16:32.4024890Z 2022-09-27T16:16:32.4025220Z ---------------------------------------------------------------------- 2022-09-27T16:16:32.4025490Z Ran 439 tests in 15.673s 2022-09-27T16:16:32.4025607Z 2022-09-27T16:16:32.4025690Z OK (skipped=123) 2022-09-27T16:16:32.4025787Z 2022-09-27T16:16:32.4025879Z Generating XML reports... 2022-09-27T16:16:32.4136086Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927161616.xml 2022-09-27T16:16:32.4256314Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927161616.xml 2022-09-27T16:16:32.4393876Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927161616.xml 2022-09-27T16:16:32.7632693Z Running test_torch ... [2022-09-27 16:16:32.762933] 2022-09-27T16:16:32.7633202Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:32.763012] 2022-09-27T16:16:34.3578429Z Test results will be stored in test-reports/python-unittest/test_torch 2022-09-27T16:16:34.3728743Z 2022-09-27T16:16:34.3729344Z Running tests... 2022-09-27T16:16:34.3729772Z ---------------------------------------------------------------------- 2022-09-27T16:16:34.3744048Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-09-27T16:16:34.3753321Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:16:34.3754095Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:16:34.3754557Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:16:34.3754989Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:16:34.3755313Z ok (0.001s) 2022-09-27T16:16:34.3771035Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.enabled True 2022-09-27T16:16:34.3771598Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:16:34.3771989Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:16:34.3772291Z ok (0.002s) 2022-09-27T16:16:34.3791063Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:34.3812107Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:34.3845800Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:34.3860949Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:34.3872137Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:34.3882703Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:34.3890955Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:34.3896705Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:34.3906679Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:34.3953161Z test_as_subclass (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:16:34.4143808Z test_assert_async (__main__.TestTorch) ... ok (0.019s) 2022-09-27T16:16:34.4770928Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.063s) 2022-09-27T16:16:34.4826490Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:16:34.7099233Z test_bmm_multithreaded (__main__.TestTorch) ... test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:34.7100198Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:34.7142696Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:34.7143312Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:34.7155830Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:34.7156441Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:34.7194115Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:34.7194714Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:34.7207441Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:34.7208050Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:34.7245530Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:34.7246121Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:34.7259012Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:34.7259619Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:35.1065953Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:35.1067421Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:35.1119548Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:35.1120684Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:35.1134914Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:35.1135926Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:35.1176271Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:35.1177314Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:35.1192072Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:35.1193115Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:35.1233619Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:35.1234637Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:35.1248841Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:35.1249942Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:16:35.1293268Z ok (0.647s) 2022-09-27T16:16:35.1310632Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.1320436Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-09-27T16:16:35.1343397Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.1401288Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:16:35.1415432Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.1434813Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.1494104Z test_copy_broadcast (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:16:35.1500988Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.1558608Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:16:35.1590653Z test_copy_transpose (__main__.TestTorch) ... test_torch.py:7525: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:16:35.1591197Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-09-27T16:16:35.1595771Z ok (0.004s) 2022-09-27T16:16:35.1611533Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.1638804Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.1667148Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.1692516Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.1717496Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.1724741Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.1733583Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:326] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-09-27T16:16:35.1766716Z ok (0.004s) 2022-09-27T16:16:35.1789023Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.1806289Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.1834185Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.2033722Z test_device (__main__.TestTorch) ... ok (0.020s) 2022-09-27T16:16:35.2042011Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.2063328Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.2073086Z test_doc_template (__main__.TestTorch) 2022-09-27T16:16:35.2283648Z Test that all public API doc strings use the same standard template for ... ok (0.022s) 2022-09-27T16:16:35.2399296Z test_dot_data_use (__main__.TestTorch) ... ok (0.012s) 2022-09-27T16:16:35.2443042Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:16:35.2474306Z test_element_size (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.2539386Z test_empty_meta (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:16:35.2547248Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.2570112Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.2677863Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.011s) 2022-09-27T16:16:35.2705968Z test_fill_diagonal (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.2714349Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.2752259Z test_from_buffer (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:16:35.2799891Z test_from_file (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:16:35.2828019Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.2850679Z test_generator_cpu (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.2866173Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.2876550Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.2913928Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:16:35.2914596Z 2022-09-27T16:16:35.2915291Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:16:35.2916764Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:16:35.2917652Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:16:35.2918195Z warnings.warn(msg, FutureWarning) 2022-09-27T16:16:35.3065035Z ok (0.019s) 2022-09-27T16:16:35.3124617Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:16:35.3149544Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.3174176Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.3197698Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.3223699Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3241193Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.3296184Z test_is_nonzero (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:16:35.3316517Z test_is_same_size (__main__.TestTorch) ... test_torch.py:5704: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:16:35.3317028Z nt1 = torch.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-09-27T16:16:35.3369182Z ok (0.007s) 2022-09-27T16:16:35.3388300Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.3419842Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3445849Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3479451Z test_manual_seed (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3491649Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.3505311Z test_map2 (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.3532949Z test_max_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3557863Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.3585614Z test_median_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3601020Z test_memory_format (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.3617200Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.3714845Z test_memory_format_empty (__main__.TestTorch) ... ok (0.010s) 2022-09-27T16:16:35.3743469Z test_min_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3770691Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3786114Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:16:35.3813322Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.3837835Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.3848125Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.3903202Z test_new (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:16:35.3953147Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:16:35.4023590Z test_newindex (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:16:35.4048071Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:35.4317898Z test_normal_shape (__main__.TestTorch) ... ok (0.027s) 2022-09-27T16:16:35.4326395Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4332671Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4348201Z test_parsing_double (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4359684Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4391347Z test_parsing_intlist (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.4404267Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4416720Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4424884Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4433250Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4447903Z test_pickle_parameter (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4461525Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4469788Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:35.4541637Z test_pin_memory (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:16:35.4934569Z test_print (__main__.TestTorch) ... ok (0.039s) 2022-09-27T16:16:35.4962794Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:35.4974625Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.2980756Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (0.800s) 2022-09-27T16:16:36.2994545Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3028479Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.3037260Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3052064Z test_reversed (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3077621Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.3099297Z test_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.3112049Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-09-27T16:16:36.3122834Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3129451Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3148487Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.3164581Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.3192606Z test_slice (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.3198640Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:16:36.3213561Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3392981Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.018s) 2022-09-27T16:16:36.3407566Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3420664Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3465497Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:16:36.3517647Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:16:36.3529438Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3542657Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3554480Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3565342Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3582388Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.3594655Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3616378Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.3635045Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.3642621Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3655019Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3666380Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.3696548Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.3729140Z test_split_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.3763624Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.3788992Z test_std_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.3904150Z test_storage_casts (__main__.TestTorch) ... ok (0.011s) 2022-09-27T16:16:36.4153613Z test_storage_error (__main__.TestTorch) ... ok (0.025s) 2022-09-27T16:16:36.4163120Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.4179013Z test_structseq_repr (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.4190204Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.4200582Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.4225714Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.4320753Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.009s) 2022-09-27T16:16:36.4338165Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.4346661Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.4355484Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.5807192Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.145s) 2022-09-27T16:16:36.6504543Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.070s) 2022-09-27T16:16:36.6514432Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.6523338Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.6556772Z test_tensor_set (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.6603513Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:16:36.6614290Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.6623298Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.7861415Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.124s) 2022-09-27T16:16:36.7876795Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.7889640Z test_to_with_tensor (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.7917059Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.7975887Z test_torch_from_file (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:16:36.8017982Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:16:36.8030906Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.8039538Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.8069795Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.8096717Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.8315790Z test_unflatten (__main__.TestTorch) ... ok (0.022s) 2022-09-27T16:16:36.8338448Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:16:36.8370171Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.8495881Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.012s) 2022-09-27T16:16:36.8620562Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.012s) 2022-09-27T16:16:36.8647495Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:16:36.8659510Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:16:36.8697907Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:36.8728700Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.8759038Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.8789055Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.8857817Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:36.8925748Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:36.8994894Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:36.9062278Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:36.9129721Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:36.9160418Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9187981Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9215048Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9243904Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9272328Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9300746Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9329121Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9357768Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9387155Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:36.9469900Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:36.9483690Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:16:36.9495621Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:16:36.9664410Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:16:36.9687073Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9708005Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9727807Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9748180Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9768113Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9788022Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9807706Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9827581Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9847233Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9867473Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:36.9886655Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:37.0385752Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-09-27T16:16:37.0397684Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:37.0692697Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:16:37.0998048Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:16:37.1289171Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:16:37.1561546Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.1843882Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:16:37.1906910Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:37.2174610Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.2446668Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.2718533Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.2987945Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.3258281Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.3525328Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.3802438Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:16:37.4074759Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.4373669Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:16:37.4666943Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:16:37.4937669Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.5213067Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.5276692Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:37.5338032Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:37.5397686Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:37.5669851Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.5940654Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.6210573Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.6481245Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:16:37.6761937Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:16:37.6787313Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:37.6853423Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:37.6896978Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:37.6928774Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:37.6971681Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:37.6998077Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:37.7029235Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:37.7074973Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:37.7096804Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:37.7118280Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:37.9148733Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.203s) 2022-09-27T16:16:37.9222967Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:37.9295642Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:37.9364060Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:37.9374793Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:16:37.9392955Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:16:37.9411354Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:16:37.9433946Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:37.9586309Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:37.9609233Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:37.9621967Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:16:38.0335764Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-09-27T16:16:38.0433799Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:16:38.0471543Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:38.2849737Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.238s) 2022-09-27T16:16:38.3857623Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.101s) 2022-09-27T16:16:38.3896917Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:38.3920453Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:38.3929936Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:38.3940900Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:38.3963035Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:38.3975820Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:38.4169561Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:16:38.4181283Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:38.4214369Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:5209: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:16:38.4214781Z t.copy_(src) 2022-09-27T16:16:38.4223873Z ok (0.004s) 2022-09-27T16:16:38.4250861Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:38.4293377Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:38.4338629Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:38.4381849Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:38.4422488Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:38.4459350Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:38.4495564Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:38.4526040Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:38.4556811Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:38.4587495Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:38.4617860Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:38.4643839Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:38.4671550Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:38.4722615Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:38.4896414Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:16:38.4943888Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:38.4972069Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:38.4992642Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:38.5004790Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:16:38.5005450Z res = torch.corrcoef(x) 2022-09-27T16:16:38.5017808Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-09-27T16:16:38.5018096Z avg = a.mean(axis) 2022-09-27T16:16:38.5019488Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:16:38.5020099Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:16:38.5020716Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:16:38.5021003Z c = cov(x, y, rowvar) 2022-09-27T16:16:38.5021400Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:16:38.5021710Z c *= np.true_divide(1, fact) 2022-09-27T16:16:38.5022117Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:16:38.5022407Z c *= np.true_divide(1, fact) 2022-09-27T16:16:38.5068803Z ok (0.008s) 2022-09-27T16:16:38.5123956Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:38.5172165Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:38.5192287Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:16:38.5192917Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-09-27T16:16:38.5197068Z test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:16:38.5197473Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-09-27T16:16:38.5628577Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:16:38.5628995Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-09-27T16:16:38.5683016Z ok (0.051s) 2022-09-27T16:16:38.6144415Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:16:38.6550964Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:16:38.7916790Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.136s) 2022-09-27T16:16:38.7937056Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:16:38.8137949Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:16:38.8156523Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:38.8174958Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:38.8235765Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:38.8289291Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:38.8405528Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:16:38.8518456Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:16:38.8531715Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:38.8544489Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:38.8576304Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.003s) 2022-09-27T16:16:38.8905109Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:16:38.9358422Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:16:38.9820461Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:16:39.0245342Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:16:39.0659586Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:16:39.1045837Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:16:39.1369636Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:16:39.1697158Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:16:39.2001846Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:16:39.2321127Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:16:39.2640456Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:16:39.2890255Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:16:39.3271726Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-09-27T16:16:39.3657796Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:16:39.4005345Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:16:39.4344903Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:16:39.4665756Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:16:39.4917377Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:16:39.5167447Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:16:39.5403013Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:16:39.5651784Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:16:39.5898566Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:16:39.6174737Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:16:39.6191630Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:39.6226555Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:39.6432675Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:16:39.6440864Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:39.6504948Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:39.6568609Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:39.6632509Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:39.6696194Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:39.6728628Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:39.6760069Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:39.6791184Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:39.6819627Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:39.6827955Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:39.6836226Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:40.1710826Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.487s) 2022-09-27T16:16:40.6579761Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.487s) 2022-09-27T16:16:40.6593533Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6604842Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6615520Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6626002Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6636347Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6646692Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6657212Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6667797Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6678307Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:40.6727643Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:40.6773202Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:40.6818785Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:40.6867804Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:40.6913183Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:40.6960637Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:40.7007767Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:40.7052263Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:40.7096248Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:40.8617176Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.152s) 2022-09-27T16:16:40.9736802Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.112s) 2022-09-27T16:16:40.9793165Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:16:40.9794048Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:16:40.9794489Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:16:40.9794828Z b = (dx2 - dx1) / (dx1 * dx2) 2022-09-27T16:16:40.9795236Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:16:40.9795512Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-09-27T16:16:40.9795906Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-09-27T16:16:40.9796317Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:40.9797103Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:16:40.9797408Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-09-27T16:16:40.9797885Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:16:40.9798222Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-09-27T16:16:40.9798683Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T16:16:40.9799042Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:40.9946586Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:16:40.9947105Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:16:40.9947518Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:16:40.9947833Z b = (dx1 + dx2) / (dx1 * dx2) 2022-09-27T16:16:40.9948227Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-09-27T16:16:40.9948570Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:40.9949011Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-09-27T16:16:40.9949366Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:40.9968244Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:16:40.9968933Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:16:40.9969469Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:16:40.9969868Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:16:41.0022323Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:16:41.0022935Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:41.0023780Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:16:41.0024131Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-09-27T16:16:41.0024534Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:16:41.0024874Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:41.0025332Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:16:41.0025693Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:41.0094117Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:16:41.0094429Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-09-27T16:16:41.0643334Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:16:41.0643898Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:16:41.0644514Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:16:41.0645044Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:16:41.0857088Z ok (0.112s) 2022-09-27T16:16:41.1523720Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-09-27T16:16:41.2116946Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-09-27T16:16:41.2780173Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.066s) 2022-09-27T16:16:41.2844453Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:16:41.2845097Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-09-27T16:16:41.2845584Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:16:41.2845991Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:16:41.2846476Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:16:41.2846892Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:16:41.2851345Z /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:16:41.2852120Z return torch.as_tensor(tensor_like) 2022-09-27T16:16:41.2858233Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:16:41.2858814Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:41.2859308Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:16:41.2859933Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:41.2937655Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:16:41.2938136Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:16:41.3217701Z ok (0.044s) 2022-09-27T16:16:41.3245092Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:41.4191061Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.094s) 2022-09-27T16:16:41.4406049Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:16:41.4492523Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:16:41.4552573Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:41.4656173Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:16:41.4759417Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:16:41.4844457Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:41.4929084Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:41.5017878Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:16:41.5080284Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:41.5142221Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:41.5202677Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:41.5266165Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:41.5329001Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:42.6564959Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.123s) 2022-09-27T16:16:42.6754705Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:16:42.6782520Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:42.6801240Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.6829705Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:42.6857822Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:42.6881303Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.6904927Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.6928134Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.6947009Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.6966122Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.6984628Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.7003208Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.7021818Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.7078240Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:42.7131693Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7149378Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.7167191Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:42.7220760Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7274089Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7327040Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7379684Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7432082Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7484409Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7536927Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7589847Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:42.7664976Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:42.7919809Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:16:42.8001642Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:42.8036151Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:16:42.8036615Z 2022-09-27T16:16:42.8037020Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:16:42.8037979Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:16:42.8038525Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:16:42.8038856Z warnings.warn(msg, FutureWarning) 2022-09-27T16:16:42.8039259Z test_torch.py:2967: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T16:16:42.8039686Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-09-27T16:16:42.8427932Z ok (0.042s) 2022-09-27T16:16:42.8854781Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:16:42.9283141Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:16:42.9721615Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:16:43.0036203Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:43.0346128Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:43.0647443Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:16:43.0952841Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:16:43.1262317Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:43.1691101Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:16:43.2119400Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:16:43.2545042Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:16:43.2998415Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-09-27T16:16:43.3308597Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:43.3621893Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:43.3925171Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:16:43.4233107Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:43.4544265Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:43.5023587Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:16:43.5507264Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:16:43.5978611Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:16:43.6480351Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-09-27T16:16:43.6845532Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:16:43.7214205Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:16:43.7565052Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:16:43.7926294Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:16:43.8291935Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:16:43.8717562Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:16:43.9150498Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:16:43.9569182Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:16:44.0007192Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:16:44.0319406Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:44.0629756Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:44.0929529Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:16:44.1236381Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:44.1544617Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:16:44.1607190Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:44.1654335Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:44.1723483Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:44.1797987Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:44.1866779Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:44.1930469Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:44.1994383Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:44.2042749Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:44.2090576Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:44.2136655Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:44.2183856Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:44.2231312Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:44.2598134Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:16:44.2619817Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:44.2633139Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2642554Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2651586Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2660566Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2669377Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2678172Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2686941Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2695906Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2704800Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2713597Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2722439Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2731345Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2740270Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2749050Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2758839Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:44.2768821Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:44.2780195Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2790845Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2801446Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2812138Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.2885130Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:44.2966423Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:44.3061767Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:16:44.3141326Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:44.3217960Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:44.3232008Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.3259021Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3287516Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3313328Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3341286Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3367391Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3395744Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3422229Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3449833Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3476146Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3504221Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3529558Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:44.3557369Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3583197Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3610640Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3635891Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:44.3663706Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3688982Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:44.3716222Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3741153Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:44.3768088Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3796109Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3824001Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3849450Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3877925Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.3970101Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:16:44.3985703Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:44.4124247Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.4154786Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:44.4291852Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.4428538Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.4565433Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.4702794Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.4839046Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.4975437Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.5111672Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.5247358Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.5383607Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.5520312Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:16:44.5529540Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:44.5571660Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:44.5602066Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5602686Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5615041Z ok (0.004s) 2022-09-27T16:16:44.5645826Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5646374Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5655811Z ok (0.004s) 2022-09-27T16:16:44.5685781Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5686370Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5698575Z ok (0.004s) 2022-09-27T16:16:44.5729186Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5729754Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5741904Z ok (0.004s) 2022-09-27T16:16:44.5772930Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5773707Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5776696Z ok (0.003s) 2022-09-27T16:16:44.5806964Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5807506Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5818614Z ok (0.004s) 2022-09-27T16:16:44.5849121Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5849687Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5860841Z ok (0.004s) 2022-09-27T16:16:44.5891356Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5891909Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5901417Z ok (0.004s) 2022-09-27T16:16:44.5931258Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5931802Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5941308Z ok (0.004s) 2022-09-27T16:16:44.5971439Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.5971995Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.5980965Z ok (0.004s) 2022-09-27T16:16:44.6010637Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.6011196Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.6020821Z ok (0.004s) 2022-09-27T16:16:44.6050406Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:16:44.6050945Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:16:44.6060564Z ok (0.004s) 2022-09-27T16:16:44.6122612Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:44.6215585Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:16:44.6230346Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:44.6243505Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:44.6315466Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:44.9007160Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.269s) 2022-09-27T16:16:45.0502793Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.149s) 2022-09-27T16:16:45.0517176Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.0553512Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:45.0662176Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:16:45.0770286Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:16:45.1651581Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-09-27T16:16:45.1662030Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:45.1682270Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.1701673Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.1720448Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.1966890Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:16:45.2165272Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:16:45.2180809Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:16:45.2195252Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:45.2209182Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:45.2218510Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:45.2229499Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2239780Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2249198Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:16:45.2262580Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:16:45.2275699Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2289950Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2302588Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2315188Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2327797Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2347816Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.2362497Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2376427Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2390111Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2402912Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2414935Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-09-27T16:16:45.2497836Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:45.2573738Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:45.2584746Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-09-27T16:16:45.2656775Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:45.2727320Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:45.2738582Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-09-27T16:16:45.2810305Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:45.2878726Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:45.2890619Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2904006Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2917199Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2932075Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2944492Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2956525Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2970227Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2980849Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.2992433Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3003923Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3015309Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3026443Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3037262Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3048260Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3059429Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3069969Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3080822Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3091730Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3103810Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3115497Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3125614Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3138057Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3149868Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3161953Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3175474Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3190179Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3207440Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1628: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:16:45.3208355Z torch.median(a, 0, out=(result, indices)) 2022-09-27T16:16:45.3208559Z ok (0.002s) 2022-09-27T16:16:45.3219729Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:45.3355397Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:45.3429970Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:45.3514970Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:45.3589162Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:45.4031917Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:16:45.4054944Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4071949Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4082545Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:45.4117636Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-09-27T16:16:45.4118178Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-09-27T16:16:45.4120071Z ok (0.004s) 2022-09-27T16:16:45.4138142Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:16:45.4155206Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4178650Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4201454Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4219040Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4238990Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4260821Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4280629Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4299721Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4318324Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4337308Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4356197Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.4699426Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:16:45.5144417Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:16:45.5581505Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:16:45.5931545Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:16:45.6277435Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:16:45.6624781Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:16:45.6867585Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:16:45.7113096Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:16:45.7345078Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:16:45.7587614Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:16:45.7830750Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:16:45.7861332Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:45.8120747Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:16:45.8148645Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:45.9153899Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.100s) 2022-09-27T16:16:45.9169836Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:45.9196301Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4246903Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.505s) 2022-09-27T16:16:46.4262590Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4275884Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.4430754Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:46.4441059Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:46.4451560Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:46.4483354Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:46.4507183Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4539359Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:46.4571575Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:46.4601972Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:46.4631408Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:46.4660497Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:46.4683996Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4707474Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4730422Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4753864Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4777310Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4799924Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4821907Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4844736Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4868700Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4891334Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4914011Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4936373Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4958205Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.4980009Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5001195Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5022733Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5043961Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5065598Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5085287Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5106677Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5127977Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5149734Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5170811Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5191769Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5211633Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5231423Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5251185Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5271218Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5291123Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.5304157Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.5315311Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.5328393Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:46.5459953Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.5587594Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.5719955Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.5851157Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.5982480Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.6112687Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.6241995Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.6370884Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.6499299Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.6627437Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.6756527Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.6883886Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.7026833Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:46.7027257Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.7035025Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:46.7079315Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.7154993Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:46.7221972Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:46.7278581Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:46.7338816Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:46.7385354Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:46.7434093Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:46.7486352Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:46.7530754Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.7574868Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.7738232Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.7895827Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.8054945Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.8214408Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.8373651Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.8535067Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.8694566Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.8853491Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.9011507Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.9168326Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.9325652Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.9482174Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:16:46.9500932Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:46.9516025Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9531618Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9546521Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9560920Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9575367Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9590257Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9603990Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9618166Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9631858Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9645805Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9659905Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:46.9693149Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:46.9730790Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.9768444Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.9805608Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.9842763Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.9880791Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.9918452Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.9956285Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:46.9993436Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.0034086Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.0074777Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.0115286Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.0155717Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.0193381Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.1161585Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.097s) 2022-09-27T16:16:47.1192071Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:16:47.1266084Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:47.1318754Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:47.1394354Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:47.1477086Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:47.1550642Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:47.1626114Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:47.1700627Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:47.1759579Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:47.1813841Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:47.1865693Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:47.1918947Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:47.1972840Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:16:47.1991124Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.2139241Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.2285215Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.2435978Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.2588085Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.2740913Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.2892239Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.3044689Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.3198079Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.3350227Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.3499606Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.3649206Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.3798883Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:16:47.3813282Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:16:47.3948681Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:16:47.3965437Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.3979116Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.3992478Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4005724Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4018865Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4031609Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4044277Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4057079Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4068458Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4079765Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4091154Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.4102843Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.5298565Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.119s) 2022-09-27T16:16:47.5325549Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:47.5351499Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:47.5376363Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5400954Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5425870Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5450499Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5475034Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5499934Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5524308Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5549071Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5573398Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5597657Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5625793Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:47.5640064Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.5683696Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.5726468Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.5769697Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.5809543Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:47.5825298Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:47.5837274Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:16:47.5962352Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:16:47.5971662Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:47.5971987Z 2022-09-27T16:16:47.5972403Z ---------------------------------------------------------------------- 2022-09-27T16:16:47.5972760Z Ran 826 tests in 13.224s 2022-09-27T16:16:47.5972880Z 2022-09-27T16:16:47.5972957Z OK (skipped=38) 2022-09-27T16:16:47.5973113Z 2022-09-27T16:16:47.5973280Z Generating XML reports... 2022-09-27T16:16:47.6007528Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220927161634.xml 2022-09-27T16:16:47.6136055Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220927161634.xml 2022-09-27T16:16:47.6607488Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220927161634.xml 2022-09-27T16:16:47.6608473Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220927161634.xml 2022-09-27T16:16:48.0671522Z [TORCH_VITAL] Dataloader.enabled True 2022-09-27T16:16:48.0671825Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:16:48.0672068Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:16:48.0975404Z Running test_jit_autocast ... [2022-09-27 16:16:48.097228] 2022-09-27T16:16:48.0975917Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:48.097309] 2022-09-27T16:16:50.9607433Z CUDA not available, skipping tests 2022-09-27T16:16:50.9896379Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:16:51.0570178Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-09-27T16:16:51.0585245Z 2022-09-27T16:16:51.0585324Z Running tests... 2022-09-27T16:16:51.0585749Z ---------------------------------------------------------------------- 2022-09-27T16:16:51.0597425Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0605647Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-09-27T16:16:51.0619068Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0624336Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-09-27T16:16:51.0629361Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:16:51.0638287Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0644954Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0650861Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0656683Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0662398Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0670751Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-09-27T16:16:51.0677918Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0686062Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0692447Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0698981Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0707481Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0712583Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:16:51.0718002Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:16:51.0727271Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0736575Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0847766Z test_ignore_amp (__main__.TestAutocast) ... ok (0.011s) 2022-09-27T16:16:51.0852959Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.0860598Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1510091Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.065s) 2022-09-27T16:16:51.1516707Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1529667Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1542387Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1553245Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1563902Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1570653Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-09-27T16:16:51.1576743Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1581879Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:16:51.1586501Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:16:51.1594993Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1602068Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1608198Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1617173Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1625937Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-09-27T16:16:51.1631403Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1637370Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1644124Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1651983Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-09-27T16:16:51.1661558Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1668146Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:16:51.1675317Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-09-27T16:16:53.9645451Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (2.797s) 2022-09-27T16:16:54.0927732Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:16:54.0928836Z warnings.warn(msg, FutureWarning) 2022-09-27T16:16:57.7314600Z ok (3.765s) 2022-09-27T16:17:01.4291753Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.698s) 2022-09-27T16:17:01.4925343Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.063s) 2022-09-27T16:17:01.4933587Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:17:01.5686630Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.075s) 2022-09-27T16:17:01.6369250Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.068s) 2022-09-27T16:17:01.6369498Z 2022-09-27T16:17:01.6369894Z ---------------------------------------------------------------------- 2022-09-27T16:17:01.6370130Z Ran 52 tests in 10.578s 2022-09-27T16:17:01.6370278Z 2022-09-27T16:17:01.6370378Z OK (skipped=44) 2022-09-27T16:17:01.6370491Z 2022-09-27T16:17:01.6370576Z Generating XML reports... 2022-09-27T16:17:01.6438908Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927161651.xml 2022-09-27T16:17:01.6446003Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927161651.xml 2022-09-27T16:17:02.1832756Z Running test_xnnpack_integration ... [2022-09-27 16:17:02.182840] 2022-09-27T16:17:02.1833328Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:02.182921] 2022-09-27T16:17:03.4580822Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-09-27T16:17:03.4592845Z 2022-09-27T16:17:03.4593233Z Running tests... 2022-09-27T16:17:03.4593591Z ---------------------------------------------------------------------- 2022-09-27T16:17:03.4611137Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:17:03.4632964Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:17:04.3671072Z test_conv2d (__main__.TestXNNPACKOps) ... ok (0.903s) 2022-09-27T16:17:05.5812260Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.213s) 2022-09-27T16:17:05.5820821Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-09-27T16:17:05.6427039Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.060s) 2022-09-27T16:17:05.7403774Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.098s) 2022-09-27T16:17:06.4044316Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (0.664s) 2022-09-27T16:17:06.4096896Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.005s) 2022-09-27T16:17:08.1665752Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (1.757s) 2022-09-27T16:17:10.1844214Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (2.018s) 2022-09-27T16:17:10.1862895Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-09-27T16:17:10.1863377Z 2022-09-27T16:17:10.1863814Z ---------------------------------------------------------------------- 2022-09-27T16:17:10.1864336Z Ran 12 tests in 6.727s 2022-09-27T16:17:10.1864456Z 2022-09-27T16:17:10.1864516Z OK (skipped=5) 2022-09-27T16:17:10.1864626Z 2022-09-27T16:17:10.1864712Z Generating XML reports... 2022-09-27T16:17:10.1892510Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927161703.xml 2022-09-27T16:17:10.1895607Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927161703.xml 2022-09-27T16:17:10.1900770Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927161703.xml 2022-09-27T16:17:10.1905539Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927161703.xml 2022-09-27T16:17:10.5384095Z Running test_cpp_extensions_open_device_registration ... [2022-09-27 16:17:10.537945] 2022-09-27T16:17:10.5384907Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:10.538026] 2022-09-27T16:17:12.0913946Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:17:12.0958248Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-09-27T16:17:12.0971635Z 2022-09-27T16:17:12.0972114Z Running tests... 2022-09-27T16:17:12.0972546Z ---------------------------------------------------------------------- 2022-09-27T16:17:12.3354513Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:17:12.3355018Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-09-27T16:17:12.3796064Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-09-27T16:17:12.3800438Z Building extension module custom_device_extension... 2022-09-27T16:17:12.3800716Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:17:13.5380844Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/open_registration_extension.cpp -o open_registration_extension.o 2022-09-27T16:17:13.9143759Z [2/2] c++ open_registration_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o custom_device_extension.so 2022-09-27T16:17:13.9204498Z Loading extension module custom_device_extension... 2022-09-27T16:17:13.9470302Z ok (1.849s) 2022-09-27T16:17:13.9486174Z 2022-09-27T16:17:13.9486487Z ---------------------------------------------------------------------- 2022-09-27T16:17:13.9486851Z Ran 1 test in 1.851s 2022-09-27T16:17:13.9486967Z 2022-09-27T16:17:13.9487031Z OK 2022-09-27T16:17:13.9487127Z 2022-09-27T16:17:13.9487202Z Generating XML reports... 2022-09-27T16:17:13.9521681Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20220927161712.xml 2022-09-27T16:17:14.3397609Z Running test_stateless ... [2022-09-27 16:17:14.339382] 2022-09-27T16:17:14.3398134Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:14.339460] 2022-09-27T16:17:15.8255623Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-09-27T16:17:15.8267575Z 2022-09-27T16:17:15.8267926Z Running tests... 2022-09-27T16:17:15.8268282Z ---------------------------------------------------------------------- 2022-09-27T16:17:19.5203637Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (3.693s) 2022-09-27T16:17:20.8202870Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.300s) 2022-09-27T16:17:20.8245846Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-09-27T16:17:20.8272514Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-09-27T16:17:20.8289672Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:17:20.8295753Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:17:20.8315956Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:17:20.8903815Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.059s) 2022-09-27T16:17:20.9003080Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.010s) 2022-09-27T16:17:20.9042693Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-09-27T16:17:20.9060451Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:17:20.9060782Z 2022-09-27T16:17:20.9061306Z ---------------------------------------------------------------------- 2022-09-27T16:17:20.9061592Z Ran 11 tests in 5.079s 2022-09-27T16:17:20.9061693Z 2022-09-27T16:17:20.9061767Z OK (skipped=1) 2022-09-27T16:17:20.9061880Z 2022-09-27T16:17:20.9061967Z Generating XML reports... 2022-09-27T16:17:20.9093578Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927161715.xml 2022-09-27T16:17:20.9095544Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927161715.xml 2022-09-27T16:17:20.9105067Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927161715.xml 2022-09-27T16:17:21.2620725Z Running test_spectral_ops ... [2022-09-27 16:17:21.261680] 2022-09-27T16:17:21.2621259Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:21.261787] 2022-09-27T16:17:32.7813225Z /opt/conda/lib/python3.7/site-packages/sklearn/utils/validation.py:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:17:32.7813742Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-09-27T16:17:33.1425669Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:17:33.1426547Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-09-27T16:17:33.1548285Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-09-27T16:17:33.1571050Z 2022-09-27T16:17:33.1571521Z Running tests... 2022-09-27T16:17:33.1572055Z ---------------------------------------------------------------------- 2022-09-27T16:17:33.1794304Z test_batch_istft_cpu (__main__.TestFFTCPU) ... test_spectral_ops.py:1502: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T16:17:33.1795150Z i_original = torch.istft(original, n_fft=4, length=4) 2022-09-27T16:17:33.1806208Z ok (0.023s) 2022-09-27T16:17:33.1985962Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:17:33.2148144Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:17:33.2321759Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:17:33.4220198Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.190s) 2022-09-27T16:17:33.4900026Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.068s) 2022-09-27T16:17:33.6091829Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.119s) 2022-09-27T16:17:33.6126494Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:17:33.6173054Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:33.6216177Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6254795Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6292792Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6330748Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6367988Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6414920Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:33.6461392Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:33.6497747Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6533706Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6576258Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6619178Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6658575Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6697663Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6733115Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6768561Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:33.6804511Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:33.6839507Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:33.6882180Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6917664Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.6956918Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.7002970Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:33.7049036Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:33.7084819Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.7120762Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.7163239Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.7205667Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.7247939Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.7283240Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:33.7322241Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:33.7507071Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:17:33.8036107Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.053s) 2022-09-27T16:17:33.8836781Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.080s) 2022-09-27T16:17:33.9408154Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.057s) 2022-09-27T16:17:34.1239910Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.183s) 2022-09-27T16:17:34.3280719Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.204s) 2022-09-27T16:17:34.3329576Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.3375031Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.3419581Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3463897Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3505220Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3546871Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3593730Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.3642568Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.3686526Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3730451Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3774113Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3818107Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3861407Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3907389Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.3951256Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.3995636Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4036159Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4076988Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4123306Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.4172025Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.4215626Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4259507Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4303058Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4347296Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4393866Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.4442470Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.4486157Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4530055Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4574115Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4618243Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4664564Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.4713009Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:34.4756541Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4800485Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4844383Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:34.4888632Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:17:35.0953848Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (0.606s) 2022-09-27T16:17:35.0983051Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:35.1079676Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:17:35.1312895Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:17:35.1465723Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:17:35.1510853Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-09-27T16:17:35.1664540Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:17:35.1701030Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-09-27T16:17:35.1912416Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.021s) 2022-09-27T16:17:35.2254923Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.034s) 2022-09-27T16:17:35.2289360Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:35.2315248Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:17:35.2341304Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:35.2363636Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:17:35.2390711Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:35.2417897Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:35.2445579Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:35.2568296Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:17:35.2675037Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-09-27T16:17:35.2774680Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:17:35.2832336Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:17:35.2987323Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:17:35.3138975Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:17:35.3320006Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:17:35.3502147Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:17:35.3650245Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:17:35.3800681Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:17:35.3973394Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:17:35.4158264Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:17:35.4342456Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:17:35.4508509Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:17:35.4918253Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.041s) 2022-09-27T16:17:35.4943968Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:17:35.5371666Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.043s) 2022-09-27T16:17:35.5399911Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:17:35.6314056Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.091s) 2022-09-27T16:17:35.7241774Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.093s) 2022-09-27T16:17:35.7275023Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:35.7304977Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:17:35.7382449Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:17:35.7459467Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:17:35.7529099Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:17:35.7595873Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:17:35.7615231Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:17:35.7693863Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:17:35.7777965Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:17:35.7797134Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:17:35.7875483Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:17:35.7960864Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:17:36.4010813Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:744: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1120.) 2022-09-27T16:17:36.4011438Z return_complex=return_complex, 2022-09-27T16:17:36.4084463Z ok (0.612s) 2022-09-27T16:17:36.5914106Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.183s) 2022-09-27T16:17:36.5960808Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:17:36.5967982Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:17:36.5981852Z stft -> istft should recover the original signale ... ok (0.002s) 2022-09-27T16:17:36.5999257Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:17:36.9762281Z stft -> istft should recover the original signale ... ok (0.378s) 2022-09-27T16:17:36.9781514Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:17:37.1011707Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.125s) 2022-09-27T16:17:37.1018919Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-09-27T16:17:37.1123838Z istft should throw exception for invalid parameters ... ok (0.011s) 2022-09-27T16:17:37.1299155Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:17:37.1482316Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:17:37.1677786Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:17:37.1872018Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:17:37.2047491Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:17:37.2235535Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:17:37.2431530Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:17:37.2594270Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:17:37.2754006Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:17:37.2915504Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:17:37.3160267Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.024s) 2022-09-27T16:17:37.3389873Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:17:37.3678890Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:17:37.3942204Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.026s) 2022-09-27T16:17:37.4196394Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:17:37.4422094Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.022s) 2022-09-27T16:17:37.4669393Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:17:37.4909402Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.024s) 2022-09-27T16:17:37.5614756Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T16:17:37.5615392Z normalized, onesided, return_complex) 2022-09-27T16:17:37.5793736Z ok (0.088s) 2022-09-27T16:17:37.5804513Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.001s) 2022-09-27T16:17:37.6480496Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.067s) 2022-09-27T16:17:37.7294178Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.081s) 2022-09-27T16:17:37.7309857Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:17:37.7418619Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7419000Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:17:37.7419425Z Expecting nothing 2022-09-27T16:17:37.7419741Z ok 2022-09-27T16:17:37.7420022Z Trying: 2022-09-27T16:17:37.7420318Z fft2 = torch.fft.fft2(x) 2022-09-27T16:17:37.7420629Z Expecting nothing 2022-09-27T16:17:37.7420917Z ok 2022-09-27T16:17:37.7421172Z Trying: 2022-09-27T16:17:37.7421573Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:17:37.7421981Z Expecting nothing 2022-09-27T16:17:37.7423256Z ok 2022-09-27T16:17:37.7423502Z Trying: 2022-09-27T16:17:37.7423818Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-09-27T16:17:37.7424142Z Expecting nothing 2022-09-27T16:17:37.7426495Z ok 2022-09-27T16:17:37.7427841Z ok (0.012s) 2022-09-27T16:17:37.7440432Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7440767Z t = torch.arange(4) 2022-09-27T16:17:37.7440998Z Expecting nothing 2022-09-27T16:17:37.7441221Z ok 2022-09-27T16:17:37.7441422Z Trying: 2022-09-27T16:17:37.7441610Z t 2022-09-27T16:17:37.7443141Z Expecting: 2022-09-27T16:17:37.7443759Z tensor([0, 1, 2, 3]) 2022-09-27T16:17:37.7444515Z ok 2022-09-27T16:17:37.7445281Z Trying: 2022-09-27T16:17:37.7446077Z torch.fft.fft(t) 2022-09-27T16:17:37.7446823Z Expecting: 2022-09-27T16:17:37.7447798Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:17:37.7450606Z ok 2022-09-27T16:17:37.7453153Z Trying: 2022-09-27T16:17:37.7455622Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-09-27T16:17:37.7458423Z Expecting nothing 2022-09-27T16:17:37.7460861Z ok 2022-09-27T16:17:37.7463437Z Trying: 2022-09-27T16:17:37.7463681Z torch.fft.fft(t) 2022-09-27T16:17:37.7463865Z Expecting: 2022-09-27T16:17:37.7464181Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-09-27T16:17:37.7464355Z ok 2022-09-27T16:17:37.7464526Z ok (0.003s) 2022-09-27T16:17:37.7469730Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7470164Z torch.fft.fftfreq(5) 2022-09-27T16:17:37.7470467Z Expecting: 2022-09-27T16:17:37.7470746Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:17:37.7472818Z ok 2022-09-27T16:17:37.7473079Z Trying: 2022-09-27T16:17:37.7473398Z torch.fft.fftfreq(4) 2022-09-27T16:17:37.7473710Z Expecting: 2022-09-27T16:17:37.7473982Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:17:37.7475856Z ok 2022-09-27T16:17:37.7476929Z ok (0.002s) 2022-09-27T16:17:37.7487325Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7487783Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:17:37.7488178Z Expecting nothing 2022-09-27T16:17:37.7488455Z ok 2022-09-27T16:17:37.7488636Z Trying: 2022-09-27T16:17:37.7488989Z fftn = torch.fft.fftn(x) 2022-09-27T16:17:37.7489172Z Expecting nothing 2022-09-27T16:17:37.7489347Z ok 2022-09-27T16:17:37.7489502Z Trying: 2022-09-27T16:17:37.7489699Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:17:37.7489919Z Expecting nothing 2022-09-27T16:17:37.7498140Z ok 2022-09-27T16:17:37.7498385Z Trying: 2022-09-27T16:17:37.7498684Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-09-27T16:17:37.7499009Z Expecting nothing 2022-09-27T16:17:37.7499235Z ok 2022-09-27T16:17:37.7499423Z ok (0.002s) 2022-09-27T16:17:37.7507104Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7507437Z f = torch.fft.fftfreq(4) 2022-09-27T16:17:37.7508171Z Expecting nothing 2022-09-27T16:17:37.7508472Z ok 2022-09-27T16:17:37.7508693Z Trying: 2022-09-27T16:17:37.7509202Z f 2022-09-27T16:17:37.7509463Z Expecting: 2022-09-27T16:17:37.7509912Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:17:37.7511744Z ok 2022-09-27T16:17:37.7512580Z Trying: 2022-09-27T16:17:37.7513438Z torch.fft.fftshift(f) 2022-09-27T16:17:37.7514468Z Expecting: 2022-09-27T16:17:37.7515251Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-09-27T16:17:37.7515992Z ok 2022-09-27T16:17:37.7516833Z Trying: 2022-09-27T16:17:37.7517799Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-09-27T16:17:37.7518522Z Expecting nothing 2022-09-27T16:17:37.7519392Z ok 2022-09-27T16:17:37.7520231Z Trying: 2022-09-27T16:17:37.7521070Z x 2022-09-27T16:17:37.7521939Z Expecting: 2022-09-27T16:17:37.7522921Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-09-27T16:17:37.7523772Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-09-27T16:17:37.7524612Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-09-27T16:17:37.7525468Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-09-27T16:17:37.7526312Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-09-27T16:17:37.7527070Z ok 2022-09-27T16:17:37.7527931Z Trying: 2022-09-27T16:17:37.7528813Z torch.fft.fftshift(x) 2022-09-27T16:17:37.7529727Z Expecting: 2022-09-27T16:17:37.7530681Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-09-27T16:17:37.7531513Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-09-27T16:17:37.7532446Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-09-27T16:17:37.7533444Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-09-27T16:17:37.7533797Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-09-27T16:17:37.7534498Z ok 2022-09-27T16:17:37.7534837Z Trying: 2022-09-27T16:17:37.7535334Z x_centered = torch.arange(-5, 5) 2022-09-27T16:17:37.7535716Z Expecting nothing 2022-09-27T16:17:37.7536168Z ok 2022-09-27T16:17:37.7536329Z Trying: 2022-09-27T16:17:37.7536539Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-09-27T16:17:37.7536826Z Expecting nothing 2022-09-27T16:17:37.7537067Z ok 2022-09-27T16:17:37.7537288Z Trying: 2022-09-27T16:17:37.7537727Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-09-27T16:17:37.7538060Z Expecting nothing 2022-09-27T16:17:37.7538311Z ok 2022-09-27T16:17:37.7538524Z Trying: 2022-09-27T16:17:37.7538827Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-09-27T16:17:37.7539193Z Expecting nothing 2022-09-27T16:17:37.7539440Z ok 2022-09-27T16:17:37.7539686Z Trying: 2022-09-27T16:17:37.7541206Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-09-27T16:17:37.7541682Z Expecting nothing 2022-09-27T16:17:37.7541987Z ok 2022-09-27T16:17:37.7542168Z Trying: 2022-09-27T16:17:37.7542428Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-09-27T16:17:37.7542689Z Expecting nothing 2022-09-27T16:17:37.7542853Z ok 2022-09-27T16:17:37.7543000Z ok (0.004s) 2022-09-27T16:17:37.7550660Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7551028Z t = torch.linspace(0, 1, 5) 2022-09-27T16:17:37.7551224Z Expecting nothing 2022-09-27T16:17:37.7551391Z ok 2022-09-27T16:17:37.7551621Z Trying: 2022-09-27T16:17:37.7551903Z t 2022-09-27T16:17:37.7552180Z Expecting: 2022-09-27T16:17:37.7552421Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:17:37.7554821Z ok 2022-09-27T16:17:37.7555028Z Trying: 2022-09-27T16:17:37.7555342Z T = torch.fft.ifft(t) 2022-09-27T16:17:37.7555687Z Expecting nothing 2022-09-27T16:17:37.7555999Z ok 2022-09-27T16:17:37.7556257Z Trying: 2022-09-27T16:17:37.7556494Z T 2022-09-27T16:17:37.7556650Z Expecting: 2022-09-27T16:17:37.7556968Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-09-27T16:17:37.7557220Z -0.1250+0.1720j]) 2022-09-27T16:17:37.7560845Z ok 2022-09-27T16:17:37.7561155Z Trying: 2022-09-27T16:17:37.7561483Z torch.fft.hfft(T[:3], n=5) 2022-09-27T16:17:37.7561781Z Expecting: 2022-09-27T16:17:37.7561958Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:17:37.7564351Z ok 2022-09-27T16:17:37.7564595Z Trying: 2022-09-27T16:17:37.7565204Z torch.fft.hfft(T[:3]) 2022-09-27T16:17:37.7565446Z Expecting: 2022-09-27T16:17:37.7565628Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-09-27T16:17:37.7567658Z ok 2022-09-27T16:17:37.7569323Z ok (0.003s) 2022-09-27T16:17:37.7579152Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7579488Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:17:37.7579716Z Expecting nothing 2022-09-27T16:17:37.7580018Z ok 2022-09-27T16:17:37.7580268Z Trying: 2022-09-27T16:17:37.7580569Z ifft2 = torch.fft.ifft2(x) 2022-09-27T16:17:37.7580789Z Expecting nothing 2022-09-27T16:17:37.7581142Z ok 2022-09-27T16:17:37.7581325Z Trying: 2022-09-27T16:17:37.7581877Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:17:37.7582333Z Expecting nothing 2022-09-27T16:17:37.7582779Z ok 2022-09-27T16:17:37.7583062Z Trying: 2022-09-27T16:17:37.7583489Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-09-27T16:17:37.7583888Z Expecting nothing 2022-09-27T16:17:37.7617888Z ok 2022-09-27T16:17:37.7618284Z ok (0.002s) 2022-09-27T16:17:37.7618607Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7619079Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:17:37.7619352Z Expecting nothing 2022-09-27T16:17:37.7619573Z ok 2022-09-27T16:17:37.7619772Z Trying: 2022-09-27T16:17:37.7619978Z torch.fft.ifft(t) 2022-09-27T16:17:37.7620210Z Expecting: 2022-09-27T16:17:37.7620457Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-09-27T16:17:37.7620681Z ok 2022-09-27T16:17:37.7620881Z ok (0.002s) 2022-09-27T16:17:37.7621177Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7621677Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:17:37.7621949Z Expecting nothing 2022-09-27T16:17:37.7623919Z ok 2022-09-27T16:17:37.7624295Z Trying: 2022-09-27T16:17:37.7624537Z ifftn = torch.fft.ifftn(x) 2022-09-27T16:17:37.7624789Z Expecting nothing 2022-09-27T16:17:37.7625000Z ok 2022-09-27T16:17:37.7625198Z Trying: 2022-09-27T16:17:37.7625479Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:17:37.7625756Z Expecting nothing 2022-09-27T16:17:37.7698349Z ok 2022-09-27T16:17:37.7698719Z Trying: 2022-09-27T16:17:37.7699152Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-09-27T16:17:37.7699595Z Expecting nothing 2022-09-27T16:17:37.7701010Z ok 2022-09-27T16:17:37.7701238Z ok (0.002s) 2022-09-27T16:17:37.7701808Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7702543Z f = torch.fft.fftfreq(5) 2022-09-27T16:17:37.7702878Z Expecting nothing 2022-09-27T16:17:37.7703165Z ok 2022-09-27T16:17:37.7703430Z Trying: 2022-09-27T16:17:37.7705089Z f 2022-09-27T16:17:37.7705371Z Expecting: 2022-09-27T16:17:37.7705787Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:17:37.7706029Z ok 2022-09-27T16:17:37.7706215Z Trying: 2022-09-27T16:17:37.7706467Z shifted = torch.fft.fftshift(f) 2022-09-27T16:17:37.7707244Z Expecting nothing 2022-09-27T16:17:37.7707446Z ok 2022-09-27T16:17:37.7707641Z Trying: 2022-09-27T16:17:37.7707875Z torch.fft.ifftshift(shifted) 2022-09-27T16:17:37.7708117Z Expecting: 2022-09-27T16:17:37.7708463Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:17:37.7709427Z ok 2022-09-27T16:17:37.7709797Z ok (0.002s) 2022-09-27T16:17:37.7710165Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7710472Z t = torch.arange(5) 2022-09-27T16:17:37.7710713Z Expecting nothing 2022-09-27T16:17:37.7710915Z ok 2022-09-27T16:17:37.7711116Z Trying: 2022-09-27T16:17:37.7711951Z t 2022-09-27T16:17:37.7712186Z Expecting: 2022-09-27T16:17:37.7712411Z tensor([0, 1, 2, 3, 4]) 2022-09-27T16:17:37.7712612Z ok 2022-09-27T16:17:37.7712805Z Trying: 2022-09-27T16:17:37.7713025Z torch.fft.ihfft(t) 2022-09-27T16:17:37.7714090Z Expecting: 2022-09-27T16:17:37.7714648Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-09-27T16:17:37.7715774Z ok 2022-09-27T16:17:37.7715987Z Trying: 2022-09-27T16:17:37.7716224Z torch.fft.ifft(t) 2022-09-27T16:17:37.7716452Z Expecting: 2022-09-27T16:17:37.7716843Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-09-27T16:17:37.7717160Z -0.5000+0.6882j]) 2022-09-27T16:17:37.7717375Z ok 2022-09-27T16:17:37.7717571Z ok (0.002s) 2022-09-27T16:17:37.7717853Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7718161Z t = torch.rand(10, 9) 2022-09-27T16:17:37.7718400Z Expecting nothing 2022-09-27T16:17:37.7718603Z ok 2022-09-27T16:17:37.7718796Z Trying: 2022-09-27T16:17:37.7719020Z T = torch.fft.rfft2(t) 2022-09-27T16:17:37.7719250Z Expecting nothing 2022-09-27T16:17:37.7719467Z ok 2022-09-27T16:17:37.7719661Z Trying: 2022-09-27T16:17:37.7719873Z torch.fft.irfft2(T).size() 2022-09-27T16:17:37.7720112Z Expecting: 2022-09-27T16:17:37.7720337Z torch.Size([10, 8]) 2022-09-27T16:17:37.7739251Z ok 2022-09-27T16:17:37.7739492Z Trying: 2022-09-27T16:17:37.7739806Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-09-27T16:17:37.7740147Z Expecting nothing 2022-09-27T16:17:37.7740428Z ok 2022-09-27T16:17:37.7740685Z Trying: 2022-09-27T16:17:37.7740970Z roundtrip.size() 2022-09-27T16:17:37.7741256Z Expecting: 2022-09-27T16:17:37.7741565Z torch.Size([10, 9]) 2022-09-27T16:17:37.7741869Z ok 2022-09-27T16:17:37.7742117Z Trying: 2022-09-27T16:17:37.7742506Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:17:37.7742939Z Expecting nothing 2022-09-27T16:17:37.7743199Z ok 2022-09-27T16:17:37.7743461Z ok (0.002s) 2022-09-27T16:17:37.7744052Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7744471Z t = torch.linspace(0, 1, 5) 2022-09-27T16:17:37.7744839Z Expecting nothing 2022-09-27T16:17:37.7745128Z ok 2022-09-27T16:17:37.7745421Z Trying: 2022-09-27T16:17:37.7745689Z t 2022-09-27T16:17:37.7745904Z Expecting: 2022-09-27T16:17:37.7746083Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:17:37.7746259Z ok 2022-09-27T16:17:37.7746403Z Trying: 2022-09-27T16:17:37.7746555Z T = torch.fft.rfft(t) 2022-09-27T16:17:37.7746739Z Expecting nothing 2022-09-27T16:17:37.7746900Z ok 2022-09-27T16:17:37.7747030Z Trying: 2022-09-27T16:17:37.7747178Z T 2022-09-27T16:17:37.7747329Z Expecting: 2022-09-27T16:17:37.7747631Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-09-27T16:17:37.7747812Z ok 2022-09-27T16:17:37.7747958Z Trying: 2022-09-27T16:17:37.7748109Z torch.fft.irfft(T) 2022-09-27T16:17:37.7748281Z Expecting: 2022-09-27T16:17:37.7748461Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-09-27T16:17:37.7748624Z ok 2022-09-27T16:17:37.7748766Z Trying: 2022-09-27T16:17:37.7748959Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-09-27T16:17:37.7749164Z Expecting nothing 2022-09-27T16:17:37.7749315Z ok 2022-09-27T16:17:37.7749458Z Trying: 2022-09-27T16:17:37.7749680Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:17:37.7749898Z Expecting nothing 2022-09-27T16:17:37.7750059Z ok 2022-09-27T16:17:37.7750205Z ok (0.003s) 2022-09-27T16:17:37.7750417Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7750648Z t = torch.rand(10, 9) 2022-09-27T16:17:37.7750827Z Expecting nothing 2022-09-27T16:17:37.7750974Z ok 2022-09-27T16:17:37.7751118Z Trying: 2022-09-27T16:17:37.7751283Z T = torch.fft.rfftn(t) 2022-09-27T16:17:37.7751453Z Expecting nothing 2022-09-27T16:17:37.7751611Z ok 2022-09-27T16:17:37.7751753Z Trying: 2022-09-27T16:17:37.7751912Z torch.fft.irfftn(T).size() 2022-09-27T16:17:37.7752098Z Expecting: 2022-09-27T16:17:37.7752266Z torch.Size([10, 8]) 2022-09-27T16:17:37.7752417Z ok 2022-09-27T16:17:37.7752562Z Trying: 2022-09-27T16:17:37.7752753Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-09-27T16:17:37.7752944Z Expecting nothing 2022-09-27T16:17:37.7753103Z ok 2022-09-27T16:17:37.7753244Z Trying: 2022-09-27T16:17:37.7753478Z roundtrip.size() 2022-09-27T16:17:37.7753657Z Expecting: 2022-09-27T16:17:37.7753826Z torch.Size([10, 9]) 2022-09-27T16:17:37.7753978Z ok 2022-09-27T16:17:37.7754119Z Trying: 2022-09-27T16:17:37.7754339Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:17:37.7754555Z Expecting nothing 2022-09-27T16:17:37.7754713Z ok 2022-09-27T16:17:37.7754859Z ok (0.002s) 2022-09-27T16:17:37.7818430Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7818802Z t = torch.rand(10, 10) 2022-09-27T16:17:37.7819084Z Expecting nothing 2022-09-27T16:17:37.7819333Z ok 2022-09-27T16:17:37.7819540Z Trying: 2022-09-27T16:17:37.7819811Z rfft2 = torch.fft.rfft2(t) 2022-09-27T16:17:37.7828985Z Expecting nothing 2022-09-27T16:17:37.7829285Z ok 2022-09-27T16:17:37.7829552Z Trying: 2022-09-27T16:17:37.7829831Z rfft2.size() 2022-09-27T16:17:37.7830106Z Expecting: 2022-09-27T16:17:37.7830413Z torch.Size([10, 6]) 2022-09-27T16:17:37.7830722Z ok 2022-09-27T16:17:37.7830951Z Trying: 2022-09-27T16:17:37.7831257Z fft2 = torch.fft.fft2(t) 2022-09-27T16:17:37.7831580Z Expecting nothing 2022-09-27T16:17:37.7831856Z ok 2022-09-27T16:17:37.7832116Z Trying: 2022-09-27T16:17:37.7832523Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-09-27T16:17:37.7832927Z Expecting nothing 2022-09-27T16:17:37.7833203Z ok 2022-09-27T16:17:37.7833468Z Trying: 2022-09-27T16:17:37.7833830Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:17:37.7834226Z Expecting nothing 2022-09-27T16:17:37.7834518Z ok 2022-09-27T16:17:37.7834759Z Trying: 2022-09-27T16:17:37.7835057Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-09-27T16:17:37.7835425Z Expecting nothing 2022-09-27T16:17:37.7835575Z ok 2022-09-27T16:17:37.7835727Z ok (0.002s) 2022-09-27T16:17:37.7835952Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7836166Z t = torch.arange(4) 2022-09-27T16:17:37.7836348Z Expecting nothing 2022-09-27T16:17:37.7836509Z ok 2022-09-27T16:17:37.7836640Z Trying: 2022-09-27T16:17:37.7836787Z t 2022-09-27T16:17:37.7836940Z Expecting: 2022-09-27T16:17:37.7837097Z tensor([0, 1, 2, 3]) 2022-09-27T16:17:37.7837258Z ok 2022-09-27T16:17:37.7837402Z Trying: 2022-09-27T16:17:37.7837550Z torch.fft.rfft(t) 2022-09-27T16:17:37.7837722Z Expecting: 2022-09-27T16:17:37.7838000Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-09-27T16:17:37.7838164Z ok 2022-09-27T16:17:37.7838308Z Trying: 2022-09-27T16:17:37.7838467Z torch.fft.fft(t) 2022-09-27T16:17:37.7838625Z Expecting: 2022-09-27T16:17:37.7838864Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:17:37.7839045Z ok 2022-09-27T16:17:37.7839180Z ok (0.002s) 2022-09-27T16:17:37.7839406Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7839646Z torch.fft.rfftfreq(5) 2022-09-27T16:17:37.7839814Z Expecting: 2022-09-27T16:17:37.7839986Z tensor([0.0000, 0.2000, 0.4000]) 2022-09-27T16:17:37.7840156Z ok 2022-09-27T16:17:37.7840291Z Trying: 2022-09-27T16:17:37.7840457Z torch.fft.rfftfreq(4) 2022-09-27T16:17:37.7840633Z Expecting: 2022-09-27T16:17:37.7840792Z tensor([0.0000, 0.2500, 0.5000]) 2022-09-27T16:17:37.7840959Z ok 2022-09-27T16:17:37.7841103Z Trying: 2022-09-27T16:17:37.7841257Z torch.fft.fftfreq(4) 2022-09-27T16:17:37.7841433Z Expecting: 2022-09-27T16:17:37.7841668Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:17:37.7841831Z ok 2022-09-27T16:17:37.7841977Z ok (0.002s) 2022-09-27T16:17:37.7842202Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:17:37.7842419Z t = torch.rand(10, 10) 2022-09-27T16:17:37.7842604Z Expecting nothing 2022-09-27T16:17:37.7842765Z ok 2022-09-27T16:17:37.7842897Z Trying: 2022-09-27T16:17:37.7843072Z rfftn = torch.fft.rfftn(t) 2022-09-27T16:17:37.7843261Z Expecting nothing 2022-09-27T16:17:37.7843408Z ok 2022-09-27T16:17:37.7843549Z Trying: 2022-09-27T16:17:37.7843704Z rfftn.size() 2022-09-27T16:17:37.7843925Z Expecting: 2022-09-27T16:17:37.7844099Z torch.Size([10, 6]) 2022-09-27T16:17:37.7844261Z ok 2022-09-27T16:17:37.7844391Z Trying: 2022-09-27T16:17:37.7844558Z fftn = torch.fft.fftn(t) 2022-09-27T16:17:37.7844744Z Expecting nothing 2022-09-27T16:17:37.7844892Z ok 2022-09-27T16:17:37.7845034Z Trying: 2022-09-27T16:17:37.7845256Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-09-27T16:17:37.7845476Z Expecting nothing 2022-09-27T16:17:37.7845638Z ok 2022-09-27T16:17:37.7845780Z Trying: 2022-09-27T16:17:37.7845976Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:17:37.7846191Z Expecting nothing 2022-09-27T16:17:37.7846354Z ok 2022-09-27T16:17:37.7846484Z Trying: 2022-09-27T16:17:37.7846703Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-09-27T16:17:37.7846930Z Expecting nothing 2022-09-27T16:17:37.7847078Z ok 2022-09-27T16:17:37.7847223Z ok (0.002s) 2022-09-27T16:17:37.7847324Z 2022-09-27T16:17:37.7847530Z ---------------------------------------------------------------------- 2022-09-27T16:17:37.7847760Z Ran 177 tests in 4.625s 2022-09-27T16:17:37.7847872Z 2022-09-27T16:17:37.7847941Z OK (skipped=10) 2022-09-27T16:17:37.7848047Z 2022-09-27T16:17:37.7848130Z Generating XML reports... 2022-09-27T16:17:37.7985039Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927161733.xml 2022-09-27T16:17:37.8003889Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927161733.xml 2022-09-27T16:17:38.4566196Z Running test_multiprocessing ... [2022-09-27 16:17:38.456185] 2022-09-27T16:17:38.4566979Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:38.456287] 2022-09-27T16:17:39.7079263Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-09-27T16:17:39.7099460Z 2022-09-27T16:17:39.7099782Z Running tests... 2022-09-27T16:17:39.7100451Z ---------------------------------------------------------------------- 2022-09-27T16:17:40.0803936Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.370s) 2022-09-27T16:17:41.1889232Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:17:41.1889680Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:17:41.2016529Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:17:41.2017227Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:17:41.2098329Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:17:41.2098847Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:17:41.2268039Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:17:41.2268662Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:17:41.2396609Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:17:41.2397258Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:17:41.2490990Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:17:41.2491655Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:17:41.4082279Z ok (1.328s) 2022-09-27T16:17:41.4090999Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-09-27T16:17:41.4101524Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4109142Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4113120Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:17:41.4125015Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4129456Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:17:41.4141663Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4146340Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:17:41.4158796Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-09-27T16:17:41.4191091Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-09-27T16:17:41.4195528Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:17:41.4205023Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4212378Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4221055Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4229069Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4237264Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:41.4242128Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:17:41.6202197Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.196s) 2022-09-27T16:17:41.6207588Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:41.6214934Z test_fs (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76866 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:41.8897637Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.268s) 2022-09-27T16:17:41.8906571Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:42.0423341Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.151s) 2022-09-27T16:17:42.0428441Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67002 for platform(s) windows, mac, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:42.0435145Z test_inherit_tensor (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79776 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:43.1324543Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:17:43.1325364Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:17:43.1673371Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:17:43.1674014Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:17:43.5421794Z ok (1.499s) 2022-09-27T16:17:43.5427011Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:43.5438747Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-09-27T16:17:43.5442678Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:17:43.5600088Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.015s) 2022-09-27T16:17:43.5609506Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:17:43.5628415Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-09-27T16:17:43.5678268Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7feeeecdd3b0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-09-27T16:17:43.5679527Z "to suppress this warning".format(repr(hook))) 2022-09-27T16:17:43.5732708Z ok (0.010s) 2022-09-27T16:17:43.5780502Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7feeeecc9710> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-09-27T16:17:43.5781130Z "to suppress this warning".format(repr(hook))) 2022-09-27T16:17:43.5914349Z ok (0.018s) 2022-09-27T16:17:43.5922956Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-09-27T16:17:43.5923267Z 2022-09-27T16:17:43.5923639Z ---------------------------------------------------------------------- 2022-09-27T16:17:43.5923892Z Ran 37 tests in 3.883s 2022-09-27T16:17:43.5924015Z 2022-09-27T16:17:43.5924076Z OK (skipped=24) 2022-09-27T16:17:43.5924190Z 2022-09-27T16:17:43.5924282Z Generating XML reports... 2022-09-27T16:17:43.5987804Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927161739.xml 2022-09-27T16:17:43.9583275Z Running test_openmp ... [2022-09-27 16:17:43.957869] 2022-09-27T16:17:43.9583813Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:43.957951] 2022-09-27T16:17:45.1978466Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-09-27T16:17:45.1989078Z 2022-09-27T16:17:45.1989175Z Running tests... 2022-09-27T16:17:45.1989716Z ---------------------------------------------------------------------- 2022-09-27T16:17:45.1994487Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:17:46.0809572Z Make sure there is no memory leak with many threads ... ok (0.882s) 2022-09-27T16:17:46.0812018Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:17:48.1601229Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (2.079s) 2022-09-27T16:17:48.1601562Z 2022-09-27T16:17:48.1601904Z ---------------------------------------------------------------------- 2022-09-27T16:17:48.1602293Z Ran 2 tests in 2.961s 2022-09-27T16:17:48.1602512Z 2022-09-27T16:17:48.1602620Z OK 2022-09-27T16:17:48.1602783Z 2022-09-27T16:17:48.1602940Z Generating XML reports... 2022-09-27T16:17:48.1630362Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220927161745.xml 2022-09-27T16:17:48.5035817Z Running test_import_stats ... [2022-09-27 16:17:48.503156] 2022-09-27T16:17:48.5036367Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:48.503238] 2022-09-27T16:17:49.7623449Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-09-27T16:17:49.7633291Z 2022-09-27T16:17:49.7633428Z Running tests... 2022-09-27T16:17:49.7634057Z ---------------------------------------------------------------------- 2022-09-27T16:17:51.2628170Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (1.499s) 2022-09-27T16:17:52.5297861Z test_time_import_torch (__main__.TestImportTime) ... ok (1.267s) 2022-09-27T16:17:52.5298197Z 2022-09-27T16:17:52.5298711Z ---------------------------------------------------------------------- 2022-09-27T16:17:52.5298961Z Ran 2 tests in 2.766s 2022-09-27T16:17:52.5299080Z 2022-09-27T16:17:52.5299142Z OK 2022-09-27T16:17:52.5299234Z 2022-09-27T16:17:52.5299320Z Generating XML reports... 2022-09-27T16:17:52.5333842Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927161749.xml 2022-09-27T16:17:52.8811776Z Running test_mobile_optimizer ... [2022-09-27 16:17:52.880759] 2022-09-27T16:17:52.8812325Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:52.880845] 2022-09-27T16:17:54.2607933Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-09-27T16:17:54.2619864Z 2022-09-27T16:17:54.2619979Z Running tests... 2022-09-27T16:17:54.2620590Z ---------------------------------------------------------------------- 2022-09-27T16:17:54.5288517Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.267s) 2022-09-27T16:17:54.5598093Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.031s) 2022-09-27T16:17:54.9870804Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.427s) 2022-09-27T16:17:56.4418577Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... ok (1.455s) 2022-09-27T16:17:56.6297271Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.188s) 2022-09-27T16:17:56.6730045Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.043s) 2022-09-27T16:17:56.7870190Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.114s) 2022-09-27T16:17:56.7870456Z 2022-09-27T16:17:56.7870895Z ---------------------------------------------------------------------- 2022-09-27T16:17:56.7871151Z Ran 7 tests in 2.525s 2022-09-27T16:17:56.7871266Z 2022-09-27T16:17:56.7871314Z OK 2022-09-27T16:17:56.7871408Z 2022-09-27T16:17:56.7871497Z Generating XML reports... 2022-09-27T16:17:56.7901894Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927161754.xml 2022-09-27T16:17:57.1717721Z Running lazy/test_step_closures ... [2022-09-27 16:17:57.171359] 2022-09-27T16:17:57.1718272Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:57.171440] 2022-09-27T16:17:58.4400839Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-09-27T16:17:58.4411746Z 2022-09-27T16:17:58.4411984Z Running tests... 2022-09-27T16:17:58.4412887Z ---------------------------------------------------------------------- 2022-09-27T16:17:58.6823985Z test_asynchronous (__main__.ClosuresTest) ... ok (0.241s) 2022-09-27T16:17:59.6836421Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-09-27T16:18:00.6858752Z test_synchronous (__main__.ClosuresTest) ... ok (1.002s) 2022-09-27T16:18:00.6869272Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-09-27T16:18:00.6869591Z 2022-09-27T16:18:00.6870130Z ---------------------------------------------------------------------- 2022-09-27T16:18:00.6870413Z Ran 4 tests in 2.246s 2022-09-27T16:18:00.6870530Z 2022-09-27T16:18:00.6870578Z OK 2022-09-27T16:18:00.6870669Z 2022-09-27T16:18:00.6870767Z Generating XML reports... 2022-09-27T16:18:00.6903410Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927161758.xml 2022-09-27T16:18:01.0351117Z Running test_indexing ... [2022-09-27 16:18:01.034729] 2022-09-27T16:18:01.0351683Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:01.034807] 2022-09-27T16:18:02.5581439Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-09-27T16:18:02.5596340Z 2022-09-27T16:18:02.5596444Z Running tests... 2022-09-27T16:18:02.5597428Z ---------------------------------------------------------------------- 2022-09-27T16:18:02.5750053Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.015s) 2022-09-27T16:18:02.5764917Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:02.5781339Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:02.5798741Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:02.5903025Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-09-27T16:18:02.6008833Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-09-27T16:18:02.6025059Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:02.6170072Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-09-27T16:18:02.6170738Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-09-27T16:18:02.6215508Z test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-09-27T16:18:02.6216242Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-09-27T16:18:02.6216592Z ok (0.019s) 2022-09-27T16:18:02.6239905Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:02.6431636Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.019s) 2022-09-27T16:18:02.6452616Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:02.6510825Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.006s) 2022-09-27T16:18:02.6521317Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:02.6530234Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:02.6541588Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:02.6565275Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:18:02.6575879Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:02.6590357Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:18:02.6617354Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-09-27T16:18:02.6870481Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.025s) 2022-09-27T16:18:02.6885249Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:02.7181172Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.029s) 2022-09-27T16:18:02.8825616Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.164s) 2022-09-27T16:18:02.8848528Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:02.8862142Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:02.8887728Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:18:02.8899711Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:02.8914354Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:02.8933355Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:02.8952242Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:02.8963046Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:02.8977616Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:02.8991465Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:02.9010809Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:02.9080550Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-09-27T16:18:02.9093688Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:02.9108207Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:02.9198655Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:18:02.9470647Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.027s) 2022-09-27T16:18:02.9495954Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:18:03.0686242Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.119s) 2022-09-27T16:18:03.0716426Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:18:04.2003120Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (1.128s) 2022-09-27T16:18:04.2019309Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:18:04.2034604Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:18:04.2050927Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.2066928Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.2082749Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.2098388Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.2113364Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2128414Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2146951Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.2241363Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:18:04.2259782Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.2274987Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.2289644Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2304588Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2318691Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2331148Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2343575Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2358442Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2368345Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:04.2378251Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2840533Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.046s) 2022-09-27T16:18:04.2855379Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2870831Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2882432Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.2899606Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.2962302Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-09-27T16:18:04.2976415Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.3083314Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.011s) 2022-09-27T16:18:04.3168314Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-09-27T16:18:04.3179276Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.3192424Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.3208957Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.3256678Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.005s) 2022-09-27T16:18:04.3294748Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-09-27T16:18:04.3468951Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.017s) 2022-09-27T16:18:04.3638589Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.017s) 2022-09-27T16:18:04.3650197Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:18:04.3672620Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:18:04.3672909Z 2022-09-27T16:18:04.3673373Z ---------------------------------------------------------------------- 2022-09-27T16:18:04.3673824Z Ran 81 tests in 1.808s 2022-09-27T16:18:04.3674020Z 2022-09-27T16:18:04.3674102Z OK (skipped=5) 2022-09-27T16:18:04.3674223Z 2022-09-27T16:18:04.3674296Z Generating XML reports... 2022-09-27T16:18:04.3714273Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927161802.xml 2022-09-27T16:18:04.3766301Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927161802.xml 2022-09-27T16:18:04.6979780Z Running test_scatter_gather_ops ... [2022-09-27 16:18:04.697580] 2022-09-27T16:18:04.6980376Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:04.697658] 2022-09-27T16:18:06.1980871Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-09-27T16:18:06.1995393Z 2022-09-27T16:18:06.1995658Z Running tests... 2022-09-27T16:18:06.1996088Z ---------------------------------------------------------------------- 2022-09-27T16:18:06.2029518Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-09-27T16:18:06.2044588Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-09-27T16:18:06.2060648Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-09-27T16:18:06.2074268Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-09-27T16:18:06.2086523Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-09-27T16:18:06.2172223Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-09-27T16:18:06.2260363Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-09-27T16:18:06.2381966Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-09-27T16:18:06.2498435Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-09-27T16:18:06.2618225Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-09-27T16:18:06.3919463Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.130s) 2022-09-27T16:18:06.5229348Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.131s) 2022-09-27T16:18:06.6527056Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.130s) 2022-09-27T16:18:06.6645466Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-09-27T16:18:06.6757013Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.011s) 2022-09-27T16:18:06.6871872Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.011s) 2022-09-27T16:18:06.7017227Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:18:06.7159898Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:18:06.7298404Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-09-27T16:18:06.7319185Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-09-27T16:18:06.7355577Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:18:06.7356144Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-09-27T16:18:06.7528888Z ok (0.021s) 2022-09-27T16:18:06.7727453Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:06.7939826Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-09-27T16:18:06.8152557Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-09-27T16:18:06.8364382Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-09-27T16:18:06.8567073Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:06.8772207Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:06.8977259Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:06.9181303Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:06.9380266Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:06.9587326Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-09-27T16:18:06.9790453Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.0004754Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-09-27T16:18:07.0218645Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-09-27T16:18:07.0430376Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-09-27T16:18:07.0634102Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.0836732Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.1040441Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.1239784Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.1439754Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.1630677Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.1830348Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.2028365Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.2221508Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.2420207Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.2615875Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.2807565Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.2999176Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.3189791Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.3380658Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.3571923Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.3767107Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.3957450Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.4156461Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.4356582Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:18:07.4551909Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.4745910Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.4939248Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.5125997Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.5314835Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.5504537Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.5704659Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.5883982Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.6074251Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.6269124Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.6464698Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.6654346Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.6850349Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.7042811Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.7229021Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.7414825Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:18:07.7600107Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:18:07.7786314Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-09-27T16:18:07.7970423Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:18:07.7970687Z 2022-09-27T16:18:07.7971155Z ---------------------------------------------------------------------- 2022-09-27T16:18:07.7971583Z Ran 74 tests in 1.597s 2022-09-27T16:18:07.7971776Z 2022-09-27T16:18:07.7971867Z OK 2022-09-27T16:18:07.7971994Z 2022-09-27T16:18:07.7972114Z Generating XML reports... 2022-09-27T16:18:07.8047901Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927161806.xml 2022-09-27T16:18:08.0993750Z Running test_expanded_weights ... [2022-09-27 16:18:08.098954] 2022-09-27T16:18:08.0994348Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:08.099034] 2022-09-27T16:18:10.3591587Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-09-27T16:18:10.3612281Z 2022-09-27T16:18:10.3612605Z Running tests... 2022-09-27T16:18:10.3613215Z ---------------------------------------------------------------------- 2022-09-27T16:18:10.5109582Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.149s) 2022-09-27T16:18:10.6345371Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.123s) 2022-09-27T16:18:10.6471459Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-09-27T16:18:10.6486191Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-09-27T16:18:10.6623152Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-09-27T16:18:10.6704058Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:10.6826016Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:18:10.6879870Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:10.6929647Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:10.6974430Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:10.7082340Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:18:10.7083393Z return self.op(*args, **kwargs) 2022-09-27T16:18:10.7165537Z ok (0.019s) 2022-09-27T16:18:10.7430147Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.026s) 2022-09-27T16:18:10.8061994Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.063s) 2022-09-27T16:18:10.8207378Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-09-27T16:18:10.8348837Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-09-27T16:18:10.8459700Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:18:10.8518140Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:18:10.8569983Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:10.8623120Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:10.8674196Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:10.8711260Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:10.8746862Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:10.8780907Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:10.8867176Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:18:10.8951621Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:10.9040635Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:18:10.9081932Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:10.9116943Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:10.9152906Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:10.9211524Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:18:10.9304143Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:18:10.9384659Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:10.9447969Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:18:10.9511731Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:18:10.9551444Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:10.9589577Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:10.9632574Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:10.9671905Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:10.9710238Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:10.9794272Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:11.0046266Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-09-27T16:18:11.0070837Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:11.0119337Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:11.0278169Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:18:11.0318599Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:11.0457717Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-09-27T16:18:11.0540295Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:11.0802989Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.026s) 2022-09-27T16:18:11.0828797Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:11.0878863Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:11.1043818Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:18:11.1084882Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:11.1220483Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-09-27T16:18:11.1287474Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-09-27T16:18:11.1496683Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-09-27T16:18:11.1521479Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:11.1559726Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:11.1674486Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:18:11.1706896Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:11.1817303Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:18:11.1856539Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:11.2053682Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-09-27T16:18:11.2332089Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.028s) 2022-09-27T16:18:11.3162459Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.083s) 2022-09-27T16:18:11.3443262Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.028s) 2022-09-27T16:18:11.3742774Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.030s) 2022-09-27T16:18:11.4662736Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.092s) 2022-09-27T16:18:11.4855588Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-09-27T16:18:11.5091162Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-09-27T16:18:11.5963799Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.087s) 2022-09-27T16:18:11.6005039Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:11.6086864Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:11.6110310Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:11.6133350Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:11.6165004Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:11.6190668Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:11.6228518Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:11.6258612Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-09-27T16:18:11.6287531Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-09-27T16:18:11.6299153Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:11.6308815Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:11.6325213Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-09-27T16:18:11.6337149Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:11.6346308Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:11.6356181Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:11.6386541Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6416531Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6457239Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.6491005Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6518672Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6552631Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6574683Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.6600618Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6627286Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6662057Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6685245Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.6710960Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.6735981Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.6770425Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6796050Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6827815Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6851954Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.6884258Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6893547Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:18:11.6901650Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:18:11.6925387Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.6957848Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.6986216Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7024072Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.7069370Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.7100329Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7142946Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.7186934Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.7214230Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7245597Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7272775Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7309076Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.7338515Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7371676Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7401170Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7434909Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7464457Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7500845Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.7510691Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:18:11.7518864Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:18:11.7546833Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7578618Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7606991Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7628463Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.7653223Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.7691920Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.7742917Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:18:11.7773526Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7795750Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.7822691Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7851646Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7888529Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.7915488Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7950608Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.7978788Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8015571Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.8026418Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:18:11.8034339Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:18:11.8064959Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8103071Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:11.8122114Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8150839Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8175658Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8191649Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8218756Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8244088Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8270371Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8296584Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8317015Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8335088Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8353647Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8371409Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8403364Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8432119Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8452218Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8470378Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8490281Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8508358Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8534718Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8561555Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8570405Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:18:11.8578887Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:18:11.8597222Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8614600Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8640505Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.8665738Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.8901071Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.023s) 2022-09-27T16:18:11.9020821Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-09-27T16:18:11.9042453Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.9060536Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.9090449Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.9116497Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.9124319Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:18:11.9131155Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:18:11.9153578Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.9175214Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.9200652Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:11.9231251Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.9263978Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:11.9264285Z 2022-09-27T16:18:11.9264677Z ---------------------------------------------------------------------- 2022-09-27T16:18:11.9265125Z Ran 184 tests in 1.565s 2022-09-27T16:18:11.9265336Z 2022-09-27T16:18:11.9265473Z OK (skipped=10) 2022-09-27T16:18:11.9265618Z 2022-09-27T16:18:11.9265703Z Generating XML reports... 2022-09-27T16:18:11.9346959Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220927161810.xml 2022-09-27T16:18:11.9353982Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220927161810.xml 2022-09-27T16:18:11.9430241Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927161810.xml 2022-09-27T16:18:12.3769337Z Running test_bundled_inputs ... [2022-09-27 16:18:12.376506] 2022-09-27T16:18:12.3769845Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:12.376586] 2022-09-27T16:18:13.6440131Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-09-27T16:18:13.6451625Z 2022-09-27T16:18:13.6451762Z Running tests... 2022-09-27T16:18:13.6452180Z ---------------------------------------------------------------------- 2022-09-27T16:18:13.9088063Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.263s) 2022-09-27T16:18:14.5299346Z test_dict_args (__main__.TestBundledInputs) ... ok (0.621s) 2022-09-27T16:18:14.5362773Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.006s) 2022-09-27T16:18:14.5451097Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:18:14.5544007Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:18:14.5656439Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.011s) 2022-09-27T16:18:14.6091387Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.043s) 2022-09-27T16:18:14.6140592Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.005s) 2022-09-27T16:18:14.6183314Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.004s) 2022-09-27T16:18:14.6270511Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:18:14.6357268Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:18:14.6649292Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.029s) 2022-09-27T16:18:14.6649552Z 2022-09-27T16:18:14.6650074Z ---------------------------------------------------------------------- 2022-09-27T16:18:14.6650418Z Ran 12 tests in 1.020s 2022-09-27T16:18:14.6650573Z 2022-09-27T16:18:14.6651289Z OK 2022-09-27T16:18:14.6651483Z 2022-09-27T16:18:14.6651624Z Generating XML reports... 2022-09-27T16:18:14.6685773Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927161813.xml 2022-09-27T16:18:14.9860274Z Running test_futures ... [2022-09-27 16:18:14.985623] 2022-09-27T16:18:14.9860886Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:14.985702] 2022-09-27T16:18:16.2347397Z Test results will be stored in test-reports/python-unittest/test_futures 2022-09-27T16:18:16.2359309Z 2022-09-27T16:18:16.2359419Z Running tests... 2022-09-27T16:18:16.2360001Z ---------------------------------------------------------------------- 2022-09-27T16:18:16.4866817Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-09-27T16:18:16.4867301Z 2022-09-27T16:18:16.4867400Z At: 2022-09-27T16:18:16.4867615Z test_futures.py(236): raise_value_error 2022-09-27T16:18:16.4868066Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:18:16.4868353Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-09-27T16:18:16.4868626Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-09-27T16:18:16.4868893Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:18:16.4869276Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:18:16.4869716Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:18:16.4870018Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:18:16.4870280Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:18:16.4870525Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:18:16.4870782Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:18:16.4871038Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:18:16.4871363Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:18:16.4871642Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:18:16.4871897Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:18:16.4872261Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:18:16.4872546Z test_futures.py(340): 2022-09-27T16:18:16.4872668Z 2022-09-27T16:18:16.4872741Z ok (0.251s) 2022-09-27T16:18:16.4892284Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:16.4899176Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-09-27T16:18:16.4900126Z ok (0.001s) 2022-09-27T16:18:16.4911535Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.4948261Z test_chained_then (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:18:16.5968963Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-09-27T16:18:16.5977243Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.5990652Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.6008049Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:16.6018168Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-09-27T16:18:16.6018466Z 2022-09-27T16:18:16.6018553Z At: 2022-09-27T16:18:16.6018743Z test_futures.py(280): raise_value_error 2022-09-27T16:18:16.6019176Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:18:16.6019490Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-09-27T16:18:16.6019786Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:18:16.6020183Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:18:16.6020607Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:18:16.6021132Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:18:16.6021393Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:18:16.6021654Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:18:16.6021938Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:18:16.6022284Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:18:16.6022629Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:18:16.6022896Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:18:16.6023152Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:18:16.6023530Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:18:16.6023807Z test_futures.py(340): 2022-09-27T16:18:16.6023917Z 2022-09-27T16:18:16.6023989Z ok (0.001s) 2022-09-27T16:18:16.6042727Z test_mark_future_twice (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:16.6066955Z test_pickle_future (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:16.6080203Z test_set_exception (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.6098093Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:16.6111013Z test_then (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.6119755Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.6127541Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.6136541Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.6145887Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:16.6156047Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-09-27T16:18:16.6158850Z ok (0.001s) 2022-09-27T16:18:17.1181589Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.502s) 2022-09-27T16:18:17.1223246Z test_wait_none (__main__.TestFuture) ... ok (0.004s) 2022-09-27T16:18:17.1223533Z 2022-09-27T16:18:17.1224021Z ---------------------------------------------------------------------- 2022-09-27T16:18:17.1224482Z Ran 22 tests in 0.886s 2022-09-27T16:18:17.1224700Z 2022-09-27T16:18:17.1224800Z OK 2022-09-27T16:18:17.1224903Z 2022-09-27T16:18:17.1224982Z Generating XML reports... 2022-09-27T16:18:17.1266269Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220927161816.xml 2022-09-27T16:18:17.4262349Z Running test_model_dump ... [2022-09-27 16:18:17.425826] 2022-09-27T16:18:17.4263005Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:17.425905] 2022-09-27T16:18:18.6765014Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-09-27T16:18:18.6775859Z 2022-09-27T16:18:18.6775974Z Running tests... 2022-09-27T16:18:18.6776405Z ---------------------------------------------------------------------- 2022-09-27T16:18:18.9261894Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.248s) 2022-09-27T16:18:18.9426690Z test_invalid_json (__main__.TestModelDump) ... ok (0.016s) 2022-09-27T16:18:18.9592639Z test_main (__main__.TestModelDump) ... ok (0.017s) 2022-09-27T16:18:18.9610387Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-09-27T16:18:18.9659818Z test_model_with_lists (__main__.TestModelDump) ... ok (0.005s) 2022-09-27T16:18:19.2516538Z test_optimized_quantized_model (__main__.TestModelDump) ... ok (0.285s) 2022-09-27T16:18:19.4576884Z test_quantized_model (__main__.TestModelDump) ... ok (0.206s) 2022-09-27T16:18:19.4695024Z test_scripted_model (__main__.TestModelDump) ... ok (0.012s) 2022-09-27T16:18:19.4874650Z test_traced_model (__main__.TestModelDump) ... ok (0.018s) 2022-09-27T16:18:19.4874854Z 2022-09-27T16:18:19.4875240Z ---------------------------------------------------------------------- 2022-09-27T16:18:19.4875496Z Ran 9 tests in 0.810s 2022-09-27T16:18:19.4875855Z 2022-09-27T16:18:19.4875958Z OK (skipped=1) 2022-09-27T16:18:19.4876094Z 2022-09-27T16:18:19.4876168Z Generating XML reports... 2022-09-27T16:18:19.4907335Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220927161818.xml 2022-09-27T16:18:19.8092609Z Running benchmark_utils/test_benchmark_utils ... [2022-09-27 16:18:19.808869] 2022-09-27T16:18:19.8093245Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:19.808951] 2022-09-27T16:18:21.3118726Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:21.3973725Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-09-27T16:18:21.3987421Z 2022-09-27T16:18:21.3987908Z Running tests... 2022-09-27T16:18:21.3988339Z ---------------------------------------------------------------------- 2022-09-27T16:18:21.7649347Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.366s) 2022-09-27T16:18:21.7671292Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76932 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:18:21.7683596Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:18:21.8727448Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.104s) 2022-09-27T16:18:21.8732181Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:18:21.8761306Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2022-09-27T16:18:21.9192450Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.043s) 2022-09-27T16:18:21.9482951Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.029s) 2022-09-27T16:18:21.9489490Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:18:21.9490741Z 2022-09-27T16:18:21.9491207Z ---------------------------------------------------------------------- 2022-09-27T16:18:21.9491988Z Ran 9 tests in 0.550s 2022-09-27T16:18:21.9492182Z 2022-09-27T16:18:21.9492246Z OK (skipped=4) 2022-09-27T16:18:21.9492355Z 2022-09-27T16:18:21.9492447Z Generating XML reports... 2022-09-27T16:18:21.9527634Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927161821.xml 2022-09-27T16:18:22.3577275Z Running test_function_schema ... [2022-09-27 16:18:22.357352] 2022-09-27T16:18:22.3577992Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:22.357434] 2022-09-27T16:18:23.6198236Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-09-27T16:18:23.6209262Z 2022-09-27T16:18:23.6209361Z Running tests... 2022-09-27T16:18:23.6209772Z ---------------------------------------------------------------------- 2022-09-27T16:18:23.8723674Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.251s) 2022-09-27T16:18:23.8733638Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:23.8744207Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:23.8756747Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:23.8766516Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:23.8777716Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:23.8797277Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-09-27T16:18:23.8805163Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:23.8814837Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:24.1320356Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.250s) 2022-09-27T16:18:24.1329770Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:24.1338679Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:24.1350712Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:18:24.1351083Z 2022-09-27T16:18:24.1351588Z ---------------------------------------------------------------------- 2022-09-27T16:18:24.1351905Z Ran 13 tests in 0.514s 2022-09-27T16:18:24.1352027Z 2022-09-27T16:18:24.1352090Z OK 2022-09-27T16:18:24.1352184Z 2022-09-27T16:18:24.1352270Z Generating XML reports... 2022-09-27T16:18:24.1387884Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927161823.xml 2022-09-27T16:18:24.4616835Z Running test_fx_reinplace_pass ... [2022-09-27 16:18:24.461307] 2022-09-27T16:18:24.4617754Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:24.461383] 2022-09-27T16:18:25.7252228Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-09-27T16:18:25.7264262Z 2022-09-27T16:18:25.7264560Z Running tests... 2022-09-27T16:18:25.7265216Z ---------------------------------------------------------------------- 2022-09-27T16:18:25.9929947Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.266s) 2022-09-27T16:18:25.9976891Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.005s) 2022-09-27T16:18:26.0025414Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.005s) 2022-09-27T16:18:26.0140774Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.011s) 2022-09-27T16:18:26.0190370Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.005s) 2022-09-27T16:18:26.0698520Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.051s) 2022-09-27T16:18:26.1228544Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.053s) 2022-09-27T16:18:26.1333301Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.010s) 2022-09-27T16:18:26.1439176Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.010s) 2022-09-27T16:18:26.1538805Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.010s) 2022-09-27T16:18:26.1601098Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.006s) 2022-09-27T16:18:26.1601379Z 2022-09-27T16:18:26.1601670Z ---------------------------------------------------------------------- 2022-09-27T16:18:26.1601938Z Ran 11 tests in 0.434s 2022-09-27T16:18:26.1602057Z 2022-09-27T16:18:26.1602119Z OK 2022-09-27T16:18:26.1602212Z 2022-09-27T16:18:26.1602297Z Generating XML reports... 2022-09-27T16:18:26.1635068Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220927161825.xml 2022-09-27T16:18:26.4653912Z Running test_jit_disabled ... [2022-09-27 16:18:26.465007] 2022-09-27T16:18:26.4654472Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:26.465085] 2022-09-27T16:18:27.7017236Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-09-27T16:18:27.7028380Z 2022-09-27T16:18:27.7028517Z Running tests... 2022-09-27T16:18:27.7029100Z ---------------------------------------------------------------------- 2022-09-27T16:18:28.0000539Z test_attribute (__main__.TestJitDisabled) ... ok (0.297s) 2022-09-27T16:18:28.0506873Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.050s) 2022-09-27T16:18:28.0985979Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.048s) 2022-09-27T16:18:28.0986418Z 2022-09-27T16:18:28.0986900Z ---------------------------------------------------------------------- 2022-09-27T16:18:28.0987351Z Ran 3 tests in 0.396s 2022-09-27T16:18:28.0987555Z 2022-09-27T16:18:28.0987682Z OK 2022-09-27T16:18:28.0987853Z 2022-09-27T16:18:28.0988008Z Generating XML reports... 2022-09-27T16:18:28.1024243Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220927161827.xml 2022-09-27T16:18:28.4624355Z Running test_autocast ... [2022-09-27 16:18:28.462080] 2022-09-27T16:18:28.4625063Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:28.462159] 2022-09-27T16:18:29.7298416Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-09-27T16:18:29.7310541Z 2022-09-27T16:18:29.7310832Z Running tests... 2022-09-27T16:18:29.7311479Z ---------------------------------------------------------------------- 2022-09-27T16:18:29.9896837Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.258s) 2022-09-27T16:18:29.9955454Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.006s) 2022-09-27T16:18:30.0043898Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.009s) 2022-09-27T16:18:30.0222584Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.018s) 2022-09-27T16:18:30.0291983Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.007s) 2022-09-27T16:18:30.1117062Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.082s) 2022-09-27T16:18:30.1178793Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.006s) 2022-09-27T16:18:30.1189164Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-09-27T16:18:30.1189712Z 2022-09-27T16:18:30.1190202Z ---------------------------------------------------------------------- 2022-09-27T16:18:30.1190509Z Ran 8 tests in 0.388s 2022-09-27T16:18:30.1190636Z 2022-09-27T16:18:30.1190698Z OK 2022-09-27T16:18:30.1190793Z 2022-09-27T16:18:30.1191134Z Generating XML reports... 2022-09-27T16:18:30.1222053Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927161829.xml 2022-09-27T16:18:30.1224456Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927161829.xml 2022-09-27T16:18:30.4516237Z Running test_functional_optim ... [2022-09-27 16:18:30.451239] 2022-09-27T16:18:30.4516757Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:30.451320] 2022-09-27T16:18:31.8917678Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-09-27T16:18:31.8928970Z 2022-09-27T16:18:31.8929120Z Running tests... 2022-09-27T16:18:31.8929563Z ---------------------------------------------------------------------- 2022-09-27T16:18:32.1703186Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.277s) 2022-09-27T16:18:32.1946544Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.024s) 2022-09-27T16:18:32.2172147Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.022s) 2022-09-27T16:18:32.2179956Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-09-27T16:18:32.2180284Z 2022-09-27T16:18:32.2180724Z ---------------------------------------------------------------------- 2022-09-27T16:18:32.2181095Z Ran 4 tests in 0.325s 2022-09-27T16:18:32.2181264Z 2022-09-27T16:18:32.2181356Z OK 2022-09-27T16:18:32.2181490Z 2022-09-27T16:18:32.2181621Z Generating XML reports... 2022-09-27T16:18:32.2213346Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927161831.xml 2022-09-27T16:18:32.5415595Z Running nn/test_dropout ... [2022-09-27 16:18:32.541156] 2022-09-27T16:18:32.5416173Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:32.541232] 2022-09-27T16:18:34.0352158Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-09-27T16:18:34.0365310Z 2022-09-27T16:18:34.0365722Z Running tests... 2022-09-27T16:18:34.0366146Z ---------------------------------------------------------------------- 2022-09-27T16:18:34.0395447Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.003s) 2022-09-27T16:18:34.1150590Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.075s) 2022-09-27T16:18:34.1166224Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.002s) 2022-09-27T16:18:34.1175136Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:18:34.1233958Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:18:34.1368196Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:18:34.1482003Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:18:34.3518347Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.204s) 2022-09-27T16:18:34.3531242Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:18:34.3531518Z 2022-09-27T16:18:34.3531942Z ---------------------------------------------------------------------- 2022-09-27T16:18:34.3532275Z Ran 9 tests in 0.317s 2022-09-27T16:18:34.3532433Z 2022-09-27T16:18:34.3532536Z OK (skipped=1) 2022-09-27T16:18:34.3532683Z 2022-09-27T16:18:34.3532783Z Generating XML reports... 2022-09-27T16:18:34.3573056Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927161834.xml 2022-09-27T16:18:34.3578677Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927161834.xml 2022-09-27T16:18:34.7008116Z Running test_pytree ... [2022-09-27 16:18:34.700401] 2022-09-27T16:18:34.7009025Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:34.700480] 2022-09-27T16:18:35.9580772Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-09-27T16:18:35.9591886Z 2022-09-27T16:18:35.9592125Z Running tests... 2022-09-27T16:18:35.9592836Z ---------------------------------------------------------------------- 2022-09-27T16:18:36.2122280Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.253s) 2022-09-27T16:18:36.2160012Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.004s) 2022-09-27T16:18:36.2179398Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:36.2198939Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:36.2217241Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:36.2228549Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:36.2246438Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:36.2265055Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:36.2278805Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:36.2300088Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:36.2312686Z test_tree_all_any (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:36.2321469Z test_tree_only (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:36.2333764Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:36.2342888Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:36.2350363Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:36.2350627Z 2022-09-27T16:18:36.2351065Z ---------------------------------------------------------------------- 2022-09-27T16:18:36.2351450Z Ran 15 tests in 0.276s 2022-09-27T16:18:36.2351623Z 2022-09-27T16:18:36.2351704Z OK 2022-09-27T16:18:36.2351866Z 2022-09-27T16:18:36.2351994Z Generating XML reports... 2022-09-27T16:18:36.2388527Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927161835.xml 2022-09-27T16:18:36.5560597Z Running test_per_overload_api ... [2022-09-27 16:18:36.555634] 2022-09-27T16:18:36.5561166Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:36.555717] 2022-09-27T16:18:37.7809534Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-09-27T16:18:37.7819781Z 2022-09-27T16:18:37.7820199Z Running tests... 2022-09-27T16:18:37.7820588Z ---------------------------------------------------------------------- 2022-09-27T16:18:38.0335107Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.251s) 2022-09-27T16:18:38.0351425Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-09-27T16:18:38.0366487Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.001s) 2022-09-27T16:18:38.0367177Z 2022-09-27T16:18:38.0367614Z ---------------------------------------------------------------------- 2022-09-27T16:18:38.0368012Z Ran 3 tests in 0.255s 2022-09-27T16:18:38.0368131Z 2022-09-27T16:18:38.0368179Z OK 2022-09-27T16:18:38.0368269Z 2022-09-27T16:18:38.0368353Z Generating XML reports... 2022-09-27T16:18:38.0394857Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927161837.xml 2022-09-27T16:18:38.3840930Z Running test_set_default_mobile_cpu_allocator ... [2022-09-27 16:18:38.383699] 2022-09-27T16:18:38.3841517Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:38.383779] 2022-09-27T16:18:39.6119429Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-09-27T16:18:39.6131123Z 2022-09-27T16:18:39.6131403Z Running tests... 2022-09-27T16:18:39.6132270Z ---------------------------------------------------------------------- 2022-09-27T16:18:39.8753901Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.262s) 2022-09-27T16:18:39.8760797Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-09-27T16:18:39.8761225Z 2022-09-27T16:18:39.8761648Z ---------------------------------------------------------------------- 2022-09-27T16:18:39.8761886Z Ran 2 tests in 0.263s 2022-09-27T16:18:39.8762004Z 2022-09-27T16:18:39.8762067Z OK 2022-09-27T16:18:39.8762159Z 2022-09-27T16:18:39.8762245Z Generating XML reports... 2022-09-27T16:18:39.8787896Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927161839.xml 2022-09-27T16:18:40.1965363Z Running test_numpy_interop ... [2022-09-27 16:18:40.196170] 2022-09-27T16:18:40.1965922Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:40.196244] 2022-09-27T16:18:41.6850790Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-09-27T16:18:41.6863914Z 2022-09-27T16:18:41.6864171Z Running tests... 2022-09-27T16:18:41.6864549Z ---------------------------------------------------------------------- 2022-09-27T16:18:41.6891191Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-09-27T16:18:41.6892096Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-09-27T16:18:41.6894880Z ok (0.003s) 2022-09-27T16:18:41.6914331Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.6924126Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-09-27T16:18:41.7006753Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.008s) 2022-09-27T16:18:41.7025116Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7042523Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7156107Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.011s) 2022-09-27T16:18:41.7175589Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7205837Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:18:41.7228766Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7255130Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:18:41.7281518Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:18:41.7301935Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:18:41.7302305Z self.assertFalse(t == a) 2022-09-27T16:18:41.7308230Z ok (0.003s) 2022-09-27T16:18:41.7334654Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:18:41.7359833Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7384424Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7409398Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7434454Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7459483Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7483857Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7508973Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-09-27T16:18:41.7549272Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-09-27T16:18:41.7599857Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-09-27T16:18:41.7614790Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-09-27T16:18:41.7942111Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.033s) 2022-09-27T16:18:41.8112382Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.017s) 2022-09-27T16:18:41.8112681Z 2022-09-27T16:18:41.8113081Z ---------------------------------------------------------------------- 2022-09-27T16:18:41.8113394Z Ran 26 tests in 0.125s 2022-09-27T16:18:41.8113546Z 2022-09-27T16:18:41.8113626Z OK 2022-09-27T16:18:41.8113760Z 2022-09-27T16:18:41.8113872Z Generating XML reports... 2022-09-27T16:18:41.8160764Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220927161841.xml 2022-09-27T16:18:42.1656125Z Running test_dlpack ... [2022-09-27 16:18:42.165206] 2022-09-27T16:18:42.1656643Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:42.165285] 2022-09-27T16:18:43.6454197Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-09-27T16:18:43.6477252Z 2022-09-27T16:18:43.6477771Z Running tests... 2022-09-27T16:18:43.6478268Z ---------------------------------------------------------------------- 2022-09-27T16:18:43.6507518Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:18:43.6521339Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6533408Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6544538Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6555383Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6565963Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6576551Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6586960Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6596313Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6605984Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6616510Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6628825Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6641278Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6651086Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6661347Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6671009Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6680781Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6691211Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6700981Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6710682Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6720317Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6730388Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6740940Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6750561Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6760437Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6769999Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6779892Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6789577Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6799262Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6808990Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6818898Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6828633Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6838320Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6849187Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:43.6875820Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:18:43.6885180Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6895353Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6903953Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6917227Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6929234Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6940772Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6951911Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6962731Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6973434Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6984010Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.6993763Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7003394Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7013016Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7022972Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7032469Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7042827Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7051877Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7061192Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7070341Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7079269Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7088013Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7097003Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7105515Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7113905Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7122228Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7130714Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7139268Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7149684Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7160584Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7171596Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7182176Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7192640Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7202906Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7212689Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7222761Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7231830Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7241942Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7251207Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7260211Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7269524Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7278834Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7287682Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7296761Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7305723Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7314593Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7323456Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7332397Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7341374Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7350279Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:43.7372431Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7393862Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7415468Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7436277Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7456810Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7477782Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7495402Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7513633Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7531435Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7549719Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7568669Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:43.7569138Z 2022-09-27T16:18:43.7569549Z ---------------------------------------------------------------------- 2022-09-27T16:18:43.7569803Z Ran 95 tests in 0.109s 2022-09-27T16:18:43.7569917Z 2022-09-27T16:18:43.7569990Z OK (skipped=23) 2022-09-27T16:18:43.7570098Z 2022-09-27T16:18:43.7570182Z Generating XML reports... 2022-09-27T16:18:43.7666140Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20220927161843.xml 2022-09-27T16:18:44.0726394Z Running test_cpp_extensions_aot_no_ninja ... [2022-09-27 16:18:44.072289] 2022-09-27T16:18:45.5380080Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:45.6412430Z running install 2022-09-27T16:18:45.6413760Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T16:18:45.6414210Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:18:45.6519341Z running build 2022-09-27T16:18:45.6519654Z running build_py 2022-09-27T16:18:45.6579181Z creating build 2022-09-27T16:18:45.6579709Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:18:45.6580164Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:18:45.6580678Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:18:45.6581738Z running build_ext 2022-09-27T16:18:45.6595988Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:18:45.6596491Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T16:18:45.6599567Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c extension.cpp -o build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:47.3035622Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:47.3037664Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-09-27T16:18:47.3038155Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:18:47.3038769Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:18:47.3039045Z from extension.cpp:1: 2022-09-27T16:18:47.3039590Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:18:47.3039929Z extension.cpp:36:53: required from here 2022-09-27T16:18:47.3040605Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-09-27T16:18:47.3041135Z class class_ : public detail::generic_type { 2022-09-27T16:18:47.3041349Z ^~~~~~ 2022-09-27T16:18:47.3041929Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-09-27T16:18:47.3045370Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:18:47.6505105Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:18:47.6507975Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c ort_extension.cpp -o build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:48.9906440Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:48.9916533Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:18:49.3233962Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:18:49.3235662Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c rng_extension.cpp -o build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:50.4119529Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:50.4120102Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-09-27T16:18:50.4120740Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:18:50.4121186Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:18:50.4121637Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:18:50.4121948Z from rng_extension.cpp:6: 2022-09-27T16:18:50.4122390Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-09-27T16:18:50.4122698Z # pragma unroll 2022-09-27T16:18:50.4122849Z 2022-09-27T16:18:50.4130074Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:18:50.7082942Z running install_lib 2022-09-27T16:18:50.7147695Z creating install 2022-09-27T16:18:50.7148004Z creating install/opt 2022-09-27T16:18:50.7148334Z creating install/opt/conda 2022-09-27T16:18:50.7148612Z creating install/opt/conda/lib 2022-09-27T16:18:50.7148905Z creating install/opt/conda/lib/python3.7 2022-09-27T16:18:50.7149454Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:18:50.7149928Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:18:50.7151171Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:18:50.7152093Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:18:50.7215246Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:18:50.7278269Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:18:50.7348930Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-09-27T16:18:50.7350234Z running install_egg_info 2022-09-27T16:18:50.7490814Z running egg_info 2022-09-27T16:18:50.7491324Z creating torch_test_cpp_extension.egg-info 2022-09-27T16:18:50.7541794Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:18:50.7543845Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:18:50.7546162Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:18:50.7547133Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:18:50.7598641Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:18:50.7604758Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:18:50.7605905Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-09-27T16:18:50.7610369Z running install_scripts 2022-09-27T16:18:52.6052352Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:52.6339973Z running install 2022-09-27T16:18:52.6341971Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T16:18:52.6342444Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:18:52.6449878Z running build 2022-09-27T16:18:52.6450090Z running build_ext 2022-09-27T16:18:52.6846705Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:18:52.6847132Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-09-27T16:18:52.6848059Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-09-27T16:18:52.7227569Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:18:52.7228506Z Compiling objects... 2022-09-27T16:18:52.7228896Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:18:52.8694204Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:52.8695811Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:52.8745992Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:18:52.8747953Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-09-27T16:18:53.0518931Z running install_lib 2022-09-27T16:18:53.0583709Z creating install 2022-09-27T16:18:53.0584082Z creating install/opt 2022-09-27T16:18:53.0584416Z creating install/opt/conda 2022-09-27T16:18:53.0584752Z creating install/opt/conda/lib 2022-09-27T16:18:53.0585090Z creating install/opt/conda/lib/python3.7 2022-09-27T16:18:53.0585716Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:18:53.0586446Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:18:53.0592459Z running install_egg_info 2022-09-27T16:18:53.0723020Z running egg_info 2022-09-27T16:18:53.0771177Z creating no_python_abi_suffix_test.egg-info 2022-09-27T16:18:53.0771605Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:18:53.0772634Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:18:53.0774973Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:18:53.0775894Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:18:53.0823915Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:18:53.0829528Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:18:53.0830988Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-09-27T16:18:53.0834690Z running install_scripts 2022-09-27T16:18:53.4227035Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:53.422303] 2022-09-27T16:18:55.2183596Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:55.2724867Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-09-27T16:18:55.2741400Z 2022-09-27T16:18:55.2741679Z Running tests... 2022-09-27T16:18:55.2742389Z ---------------------------------------------------------------------- 2022-09-27T16:18:55.2878572Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.014s) 2022-09-27T16:18:55.2883382Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:18:55.2889669Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:18:55.2894619Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:18:55.2899273Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:18:55.2910814Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:18:55.2921399Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:18:55.2935704Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:18:55.2942715Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:18:55.2953457Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:18:55.2971746Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:18:55.3029363Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-09-27T16:18:55.3044203Z test_zeros (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:18:55.3082365Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-09-27T16:18:55.3090648Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:18:55.3090846Z 2022-09-27T16:18:55.3091606Z ---------------------------------------------------------------------- 2022-09-27T16:18:55.3091872Z Ran 15 tests in 0.035s 2022-09-27T16:18:55.3091976Z 2022-09-27T16:18:55.3092056Z OK (skipped=5) 2022-09-27T16:18:55.3092162Z 2022-09-27T16:18:55.3092249Z Generating XML reports... 2022-09-27T16:18:55.3124640Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220927161855.xml 2022-09-27T16:18:55.3129435Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220927161855.xml 2022-09-27T16:18:55.3131949Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220927161855.xml 2022-09-27T16:18:55.3134836Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220927161855.xml 2022-09-27T16:18:55.7779445Z Running test_cpp_extensions_aot_ninja ... [2022-09-27 16:18:55.777564] 2022-09-27T16:18:57.2778022Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:57.3834950Z running install 2022-09-27T16:18:57.3835812Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T16:18:57.3836272Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:18:57.3945001Z running build 2022-09-27T16:18:57.3945370Z running build_py 2022-09-27T16:18:57.3996063Z creating build 2022-09-27T16:18:57.3996567Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:18:57.3997000Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:18:57.3997510Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:18:57.3999154Z running build_ext 2022-09-27T16:18:57.4404562Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:18:57.4405247Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-09-27T16:18:57.4784808Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:18:57.4785202Z Compiling objects... 2022-09-27T16:18:57.4785422Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:18:58.4623143Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:58.4624613Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:58.4625075Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-09-27T16:18:58.4625557Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:18:58.4626206Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:18:58.4626520Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-09-27T16:18:58.4627104Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:18:58.4627503Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-09-27T16:18:58.4628223Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-09-27T16:18:58.4628659Z class class_ : public detail::generic_type { 2022-09-27T16:18:58.4628857Z ^~~~~~ 2022-09-27T16:18:58.4629442Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-09-27T16:18:58.4724537Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:18:58.7780001Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:18:58.8164140Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:18:58.8174456Z Compiling objects... 2022-09-27T16:18:58.8174739Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:18:59.9661482Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:59.9664240Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:59.9715920Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:19:00.2985549Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:19:00.3366355Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:19:00.3367682Z Compiling objects... 2022-09-27T16:19:00.3368101Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:19:01.4031679Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:19:01.4034372Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:19:01.4035287Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-09-27T16:19:01.4036137Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:19:01.4036970Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:19:01.4037840Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:19:01.4038539Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-09-27T16:19:01.4039475Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-09-27T16:19:01.4040059Z # pragma unroll 2022-09-27T16:19:01.4040365Z 2022-09-27T16:19:01.4090086Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:19:01.7493505Z running install_lib 2022-09-27T16:19:01.7556157Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:19:01.7625834Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:19:01.7698881Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:19:01.7782843Z running install_egg_info 2022-09-27T16:19:01.7920631Z running egg_info 2022-09-27T16:19:01.7969502Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:19:01.7972090Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:19:01.7974181Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:19:01.8027585Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:19:01.8034276Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:19:01.8035287Z removing './install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info' (and everything under it) 2022-09-27T16:19:01.8037657Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-09-27T16:19:01.8041586Z running install_scripts 2022-09-27T16:19:03.6764426Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:19:03.7055313Z running install 2022-09-27T16:19:03.7056874Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T16:19:03.7057314Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:19:03.7174773Z running build 2022-09-27T16:19:03.7174952Z running build_ext 2022-09-27T16:19:03.7579770Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:19:03.7956433Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:19:03.7966269Z Compiling objects... 2022-09-27T16:19:03.7966722Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:19:03.8317371Z ninja: no work to do. 2022-09-27T16:19:03.8371053Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-09-27T16:19:04.0556377Z running install_lib 2022-09-27T16:19:04.0616256Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:19:04.0621401Z running install_egg_info 2022-09-27T16:19:04.0750326Z running egg_info 2022-09-27T16:19:04.0796143Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:19:04.0811172Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:19:04.0822374Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:19:04.0881760Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:19:04.0887810Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:19:04.0898582Z removing './install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info' (and everything under it) 2022-09-27T16:19:04.0900803Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-09-27T16:19:04.0904261Z running install_scripts 2022-09-27T16:19:04.4296444Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:04.429265] 2022-09-27T16:19:06.2017909Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:19:06.2534241Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-09-27T16:19:06.2548401Z 2022-09-27T16:19:06.2548531Z Running tests... 2022-09-27T16:19:06.2549300Z ---------------------------------------------------------------------- 2022-09-27T16:19:06.2680489Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-09-27T16:19:06.2686260Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:06.2692080Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:06.2697196Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:19:06.2702220Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:19:06.2713549Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:06.2723767Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:06.2737849Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:06.2744428Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:06.2754852Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:19:06.2772765Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:19:06.2830281Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-09-27T16:19:06.2845979Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:19:06.2876170Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2022-09-27T16:19:06.2884389Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:06.2884720Z 2022-09-27T16:19:06.2885205Z ---------------------------------------------------------------------- 2022-09-27T16:19:06.2885452Z Ran 15 tests in 0.034s 2022-09-27T16:19:06.2885566Z 2022-09-27T16:19:06.2885638Z OK (skipped=5) 2022-09-27T16:19:06.2885745Z 2022-09-27T16:19:06.2885830Z Generating XML reports... 2022-09-27T16:19:06.2918864Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927161906.xml 2022-09-27T16:19:06.2923018Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927161906.xml 2022-09-27T16:19:06.2925421Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927161906.xml 2022-09-27T16:19:06.2928079Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927161906.xml 2022-09-27T16:19:06.7201356Z Running test_numba_integration ... [2022-09-27 16:19:06.719765] 2022-09-27T16:19:06.7201906Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:06.719838] 2022-09-27T16:19:08.1954924Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-09-27T16:19:08.1964427Z 2022-09-27T16:19:08.1964686Z Running tests... 2022-09-27T16:19:08.1965028Z ---------------------------------------------------------------------- 2022-09-27T16:19:08.1975676Z test_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:19:08.1976788Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-09-27T16:19:08.1992735Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-09-27T16:19:08.1993342Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-09-27T16:19:08.2005143Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-09-27T16:19:08.2005765Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-09-27T16:19:08.2024438Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:19:08.2025045Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-09-27T16:19:08.2044151Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:19:08.2044989Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-09-27T16:19:08.2056250Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:19:08.2056710Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-09-27T16:19:08.2063969Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-09-27T16:19:08.2064414Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-09-27T16:19:08.2070242Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-09-27T16:19:08.2070915Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-09-27T16:19:08.2071576Z 2022-09-27T16:19:08.2071936Z ---------------------------------------------------------------------- 2022-09-27T16:19:08.2072172Z Ran 8 tests in 0.011s 2022-09-27T16:19:08.2072287Z 2022-09-27T16:19:08.2072366Z OK (skipped=8) 2022-09-27T16:19:08.2072475Z 2022-09-27T16:19:08.2072562Z Generating XML reports... 2022-09-27T16:19:08.2107747Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927161908.xml 2022-09-27T16:19:08.5319297Z Running distributions/test_constraints ... [2022-09-27 16:19:08.531528] 2022-09-27T16:19:08.5319804Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-09-27 16:19:08.531612] 2022-09-27T16:19:08.8851424Z ============================= test session starts ============================== 2022-09-27T16:19:08.8851884Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:19:08.8922500Z cachedir: .pytest_cache 2022-09-27T16:19:08.8923225Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:19:08.8923741Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:19:08.8924351Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:19:10.2824316Z collecting ...  2022-09-27T16:19:10.2846516Z collecting 132 items  2022-09-27T16:19:10.2846845Z collected 132 items  2022-09-27T16:19:10.2850890Z 2022-09-27T16:19:10.2875599Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-09-27T16:19:10.2888282Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-09-27T16:19:10.2900480Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-09-27T16:19:10.2912479Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-09-27T16:19:10.2927662Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-09-27T16:19:10.2943899Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-09-27T16:19:10.2956091Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-09-27T16:19:10.2970215Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-09-27T16:19:10.2983281Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-09-27T16:19:10.2995600Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-09-27T16:19:10.3009628Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-09-27T16:19:10.3023761Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-09-27T16:19:10.3035716Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-09-27T16:19:10.3049299Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-09-27T16:19:10.3062799Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-09-27T16:19:10.3075470Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-09-27T16:19:10.3089366Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-09-27T16:19:10.3104456Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-09-27T16:19:10.3114088Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-09-27T16:19:10.3122066Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-09-27T16:19:10.3130278Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-09-27T16:19:10.3139149Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-09-27T16:19:10.3146809Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-09-27T16:19:10.3154296Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-09-27T16:19:10.3161818Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-09-27T16:19:10.3169775Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-09-27T16:19:10.3177108Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-09-27T16:19:10.3184872Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-09-27T16:19:10.3192529Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-09-27T16:19:10.3200072Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-09-27T16:19:10.3207533Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-09-27T16:19:10.3216717Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-09-27T16:19:10.3224250Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-09-27T16:19:10.3231691Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-09-27T16:19:10.3239254Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-09-27T16:19:10.3246753Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-09-27T16:19:10.3262293Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-09-27T16:19:10.3276461Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-09-27T16:19:10.3293986Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-09-27T16:19:10.3310033Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-09-27T16:19:10.3325347Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-09-27T16:19:10.3340710Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-09-27T16:19:10.3354706Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-09-27T16:19:10.3369274Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-09-27T16:19:10.3383880Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-09-27T16:19:10.3397630Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-09-27T16:19:10.3412047Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-09-27T16:19:10.3426882Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-09-27T16:19:10.3441107Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-09-27T16:19:10.3455630Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-09-27T16:19:10.3470975Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-09-27T16:19:10.3486848Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-09-27T16:19:10.3501679Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-09-27T16:19:10.3515946Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-09-27T16:19:10.3530024Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-09-27T16:19:10.3544225Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-09-27T16:19:10.3558099Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-09-27T16:19:10.3577100Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-09-27T16:19:10.3601810Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-09-27T16:19:10.3616130Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-09-27T16:19:10.3624854Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-09-27T16:19:10.3634015Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-09-27T16:19:10.3641807Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-09-27T16:19:10.3649030Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-09-27T16:19:10.3656262Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-09-27T16:19:10.3663567Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-09-27T16:19:10.3670812Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-09-27T16:19:10.3678020Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-09-27T16:19:10.3685334Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-09-27T16:19:10.3692769Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-09-27T16:19:10.3700491Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-09-27T16:19:10.3707854Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-09-27T16:19:10.3715101Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-09-27T16:19:10.3724000Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-09-27T16:19:10.3731087Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-09-27T16:19:10.3738312Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-09-27T16:19:10.3745639Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-09-27T16:19:10.3752691Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-09-27T16:19:10.3759904Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-09-27T16:19:10.3766897Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-09-27T16:19:10.3774121Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-09-27T16:19:10.3781347Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-09-27T16:19:10.3788379Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-09-27T16:19:10.3795455Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-09-27T16:19:10.3807677Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-09-27T16:19:10.3819482Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-09-27T16:19:10.3833228Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-09-27T16:19:10.3846970Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-09-27T16:19:10.3859981Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-09-27T16:19:10.3872627Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-09-27T16:19:10.3887904Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-09-27T16:19:10.3901715Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-09-27T16:19:10.3915137Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-09-27T16:19:10.3928896Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-09-27T16:19:10.3942652Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-09-27T16:19:10.3955415Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-09-27T16:19:10.3968838Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-09-27T16:19:10.3982267Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-09-27T16:19:10.3995062Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-09-27T16:19:10.4008078Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-09-27T16:19:10.4022410Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-09-27T16:19:10.4035413Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-09-27T16:19:10.4048597Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-09-27T16:19:10.4062116Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-09-27T16:19:10.4075596Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-09-27T16:19:10.4090482Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-09-27T16:19:10.4112903Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-09-27T16:19:10.4127735Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-09-27T16:19:10.4136602Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-09-27T16:19:10.4145045Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-09-27T16:19:10.4153124Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-09-27T16:19:10.4161268Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-09-27T16:19:10.4169291Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-09-27T16:19:10.4177042Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-09-27T16:19:10.4184782Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-09-27T16:19:10.4192403Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-09-27T16:19:10.4199809Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-09-27T16:19:10.4209112Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-09-27T16:19:10.4216041Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-09-27T16:19:10.4223852Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-09-27T16:19:10.4230934Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-09-27T16:19:10.4238378Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-09-27T16:19:10.4245561Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-09-27T16:19:10.4253010Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-09-27T16:19:10.4260264Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-09-27T16:19:10.4267279Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-09-27T16:19:10.4274415Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-09-27T16:19:10.4281452Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-09-27T16:19:10.4288816Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-09-27T16:19:10.4297709Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-09-27T16:19:10.4304833Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-09-27T16:19:10.4315773Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-09-27T16:19:10.4317184Z 2022-09-27T16:19:10.4317611Z ======================== 65 passed, 67 skipped in 1.55s ======================== 2022-09-27T16:19:10.7745336Z Running lazy/test_extract_compiled_graph ... [2022-09-27 16:19:10.774100] 2022-09-27T16:19:10.7745951Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:10.774183] 2022-09-27T16:19:12.0791098Z Running test_comparison_utils ... [2022-09-27 16:19:12.078678] 2022-09-27T16:19:12.0791638Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:12.078761] 2022-09-27T16:19:13.5593828Z Running test_cuda_primary_ctx ... [2022-09-27 16:19:13.558944] 2022-09-27T16:19:13.5594389Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:13.559037] 2022-09-27T16:19:14.7889123Z CUDA not available, skipping tests 2022-09-27T16:19:15.0565900Z Running test_cuda_trace ... [2022-09-27 16:19:15.056242] 2022-09-27T16:19:15.0566481Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:15.056332] 2022-09-27T16:19:16.2761469Z CUDA not available, skipping tests 2022-09-27T16:19:16.5001777Z Running test_deploy ... [2022-09-27 16:19:16.499817] 2022-09-27T16:19:16.5002265Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:19:16.499900] 2022-09-27T16:19:16.8387606Z ============================= test session starts ============================== 2022-09-27T16:19:16.8388023Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:19:16.8457895Z cachedir: .pytest_cache 2022-09-27T16:19:16.8458734Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:19:16.8459143Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:19:16.8459770Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:19:17.9701170Z collecting ...  2022-09-27T16:19:17.9709225Z collecting 0 items  2022-09-27T16:19:17.9709770Z collected 1 item  2022-09-27T16:19:17.9713898Z 2022-09-27T16:19:18.2418858Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:19:18.2419524Z 2022-09-27T16:19:18.2419881Z ============================== 1 passed in 1.40s =============================== 2022-09-27T16:19:18.6043022Z Running test_hub ... [2022-09-27 16:19:18.603919] 2022-09-27T16:19:18.6043546Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:18.604002] 2022-09-27T16:19:20.0725689Z Running doctests ... [2022-09-27 16:19:20.072171] 2022-09-27T16:19:20.1076222Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-09-27T16:19:20.1076487Z Listing tests 2022-09-27T16:19:25.2936664Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-09-27T16:19:25.2937684Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-09-27T16:19:25.2938460Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-09-27T16:19:25.2939224Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-09-27T16:19:25.2940294Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so Generator:0 2022-09-27T16:19:25.2941076Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so _LinAlgError:0 2022-09-27T16:19:25.2951700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-09-27T16:19:25.2952478Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-09-27T16:19:25.2953222Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-09-27T16:19:25.2953970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-09-27T16:19:25.2954403Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-09-27T16:19:25.2954840Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-09-27T16:19:25.2955291Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-09-27T16:19:25.2955765Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-09-27T16:19:25.2956215Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-09-27T16:19:25.2956654Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-09-27T16:19:25.2957063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-09-27T16:19:25.2957478Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-09-27T16:19:25.2957891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-09-27T16:19:25.2958556Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-09-27T16:19:25.2958999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-09-27T16:19:25.2959440Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-09-27T16:19:25.2960033Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-09-27T16:19:25.2960470Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-09-27T16:19:25.2960866Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-09-27T16:19:25.2961289Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-09-27T16:19:25.2961718Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-09-27T16:19:25.2962128Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-09-27T16:19:25.2962548Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-09-27T16:19:25.2962972Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-09-27T16:19:25.2963400Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-09-27T16:19:25.2963789Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-09-27T16:19:25.2964181Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-09-27T16:19:25.2964573Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-09-27T16:19:25.2964970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-09-27T16:19:25.2965377Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-09-27T16:19:25.2965810Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-09-27T16:19:25.2966341Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-09-27T16:19:25.2966842Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-09-27T16:19:25.2967296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-09-27T16:19:25.2967754Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-09-27T16:19:25.2968206Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-09-27T16:19:25.2968719Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-09-27T16:19:25.2969192Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-09-27T16:19:25.2969648Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-09-27T16:19:25.2970089Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-09-27T16:19:25.2970506Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-09-27T16:19:25.2970930Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-09-27T16:19:25.2971364Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-09-27T16:19:25.2971795Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-09-27T16:19:25.2972260Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-09-27T16:19:25.2972727Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-09-27T16:19:25.2973189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-09-27T16:19:25.2973624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-09-27T16:19:25.2974047Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-09-27T16:19:25.2974528Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-09-27T16:19:25.2974995Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-09-27T16:19:25.2975426Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-09-27T16:19:25.2975871Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-09-27T16:19:25.2976324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-09-27T16:19:25.2976775Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-09-27T16:19:25.2977239Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-09-27T16:19:25.2977803Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-09-27T16:19:25.2978251Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-09-27T16:19:25.2978687Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-09-27T16:19:25.2979148Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-09-27T16:19:25.2979613Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-09-27T16:19:25.2980086Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-09-27T16:19:25.2980617Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-09-27T16:19:25.2981094Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-09-27T16:19:25.2981593Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-09-27T16:19:25.2982103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-09-27T16:19:25.2982598Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-09-27T16:19:25.2983090Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-09-27T16:19:25.2983573Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-09-27T16:19:25.2984047Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-09-27T16:19:25.2984511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-09-27T16:19:25.2984990Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-09-27T16:19:25.2985467Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-09-27T16:19:25.2985943Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-09-27T16:19:25.2986393Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-09-27T16:19:25.2986850Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-09-27T16:19:25.2987302Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-09-27T16:19:25.2987805Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-09-27T16:19:25.2988296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-09-27T16:19:25.2988782Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-09-27T16:19:25.2989272Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-09-27T16:19:25.2989757Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-09-27T16:19:25.2990276Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-09-27T16:19:25.2990798Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-09-27T16:19:25.2991280Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-09-27T16:19:25.2991725Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-09-27T16:19:25.2992196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-09-27T16:19:25.2992686Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-09-27T16:19:25.2993200Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn_relu:0 2022-09-27T16:19:25.2993694Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-09-27T16:19:25.2994250Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-09-27T16:19:25.2994742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-09-27T16:19:25.2995224Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-09-27T16:19:25.2995679Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-09-27T16:19:25.2996150Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-09-27T16:19:25.2996624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-09-27T16:19:25.2997095Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-09-27T16:19:25.2997571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-09-27T16:19:25.2998060Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-09-27T16:19:25.2998539Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-09-27T16:19:25.2999010Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-09-27T16:19:25.2999468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-09-27T16:19:25.2999935Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-09-27T16:19:25.3000438Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-09-27T16:19:25.3001037Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-09-27T16:19:25.3001746Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-09-27T16:19:25.3002427Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-09-27T16:19:25.3003103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-09-27T16:19:25.3003751Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-09-27T16:19:25.3004377Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-09-27T16:19:25.3004992Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py BaseDataSparsifier:0 2022-09-27T16:19:25.3005529Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-09-27T16:19:25.3006039Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-09-27T16:19:25.3006567Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-09-27T16:19:25.3007073Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-09-27T16:19:25.3007559Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-09-27T16:19:25.3008012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-09-27T16:19:25.3008445Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-09-27T16:19:25.3009016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-09-27T16:19:25.3009519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-09-27T16:19:25.3010006Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-09-27T16:19:25.3010497Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-09-27T16:19:25.3011016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-09-27T16:19:25.3011488Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-09-27T16:19:25.3011921Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-09-27T16:19:25.3012337Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-09-27T16:19:25.3012774Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-09-27T16:19:25.3013219Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-09-27T16:19:25.3013641Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-09-27T16:19:25.3014071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-09-27T16:19:25.3014507Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-09-27T16:19:25.3014996Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-09-27T16:19:25.3015443Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-09-27T16:19:25.3015896Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-09-27T16:19:25.3016348Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-09-27T16:19:25.3016792Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-09-27T16:19:25.3017215Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-09-27T16:19:25.3017774Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-09-27T16:19:25.3018226Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-09-27T16:19:25.3018654Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-09-27T16:19:25.3019098Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-09-27T16:19:25.3019543Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-09-27T16:19:25.3019992Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-09-27T16:19:25.3020448Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-09-27T16:19:25.3020908Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-09-27T16:19:25.3021435Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-09-27T16:19:25.3021916Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-09-27T16:19:25.3022385Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-09-27T16:19:25.3022867Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-09-27T16:19:25.3023352Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-09-27T16:19:25.3023848Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-09-27T16:19:25.3024331Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-09-27T16:19:25.3024816Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-09-27T16:19:25.3025298Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py _all_gather_base:0 2022-09-27T16:19:25.3025794Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-09-27T16:19:25.3026270Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-09-27T16:19:25.3026748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-09-27T16:19:25.3027229Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-09-27T16:19:25.3027712Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-09-27T16:19:25.3028208Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-09-27T16:19:25.3028677Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-09-27T16:19:25.3029185Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-09-27T16:19:25.3029625Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-09-27T16:19:25.3030114Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-09-27T16:19:25.3030652Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_optim/__init__.py named_params_with_sharded_tensor:0 2022-09-27T16:19:25.3031200Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py init_from_local_shards:0 2022-09-27T16:19:25.3031725Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py custom_sharded_op_impl:0 2022-09-27T16:19:25.3032247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-09-27T16:19:25.3032760Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-09-27T16:19:25.3033287Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_loader.py load_state_dict:0 2022-09-27T16:19:25.3033804Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_saver.py save_state_dict:0 2022-09-27T16:19:25.3034354Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor._init_from_local_tensor:0 2022-09-27T16:19:25.3034938Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-09-27T16:19:25.3035483Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/_ops/_common.py _sharded_op_common:0 2022-09-27T16:19:25.3035982Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-09-27T16:19:25.3036454Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-09-27T16:19:25.3036969Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/__init__.py register_ddp_comm_hook:0 2022-09-27T16:19:25.3037508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py noop_hook:0 2022-09-27T16:19:25.3038038Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py allreduce_hook:0 2022-09-27T16:19:25.3038591Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_hook:0 2022-09-27T16:19:25.3039147Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_hook:0 2022-09-27T16:19:25.3039706Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_wrapper:0 2022-09-27T16:19:25.3040261Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_wrapper:0 2022-09-27T16:19:25.3040812Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py post_localSGD_hook:0 2022-09-27T16:19:25.3041371Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py powerSGD_hook:0 2022-09-27T16:19:25.3041923Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py batched_powerSGD_hook:0 2022-09-27T16:19:25.3042536Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_pertensor_hook:0 2022-09-27T16:19:25.3043126Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_perchannel_hook:0 2022-09-27T16:19:25.3043705Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-09-27T16:19:25.3044327Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-09-27T16:19:25.3044903Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-09-27T16:19:25.3045409Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-09-27T16:19:25.3045917Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-09-27T16:19:25.3046456Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-09-27T16:19:25.3047013Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-09-27T16:19:25.3047543Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-09-27T16:19:25.3048122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-09-27T16:19:25.3048758Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-09-27T16:19:25.3049375Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-09-27T16:19:25.3049978Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict:0 2022-09-27T16:19:25.3050602Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.load_state_dict:0 2022-09-27T16:19:25.3051251Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-09-27T16:19:25.3051912Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-09-27T16:19:25.3052565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-09-27T16:19:25.3053129Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-09-27T16:19:25.3053635Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-09-27T16:19:25.3054137Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-09-27T16:19:25.3054673Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.init_from_module_rref:0 2022-09-27T16:19:25.3055179Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-09-27T16:19:25.3055744Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-09-27T16:19:25.3056296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-09-27T16:19:25.3056826Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-09-27T16:19:25.3057356Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-09-27T16:19:25.3057980Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-09-27T16:19:25.3058464Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-09-27T16:19:25.3058934Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-09-27T16:19:25.3059371Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-09-27T16:19:25.3059809Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-09-27T16:19:25.3060256Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-09-27T16:19:25.3060685Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-09-27T16:19:25.3061157Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-09-27T16:19:25.3061700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-09-27T16:19:25.3062359Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/server_process_global_profiler.py _server_process_global_profile:0 2022-09-27T16:19:25.3062853Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-09-27T16:19:25.3063301Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-09-27T16:19:25.3063752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-09-27T16:19:25.3064228Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-09-27T16:19:25.3064670Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-09-27T16:19:25.3065111Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-09-27T16:19:25.3065590Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-09-27T16:19:25.3066120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-09-27T16:19:25.3066597Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-09-27T16:19:25.3067067Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-09-27T16:19:25.3067556Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-09-27T16:19:25.3068018Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-09-27T16:19:25.3068457Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-09-27T16:19:25.3068902Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-09-27T16:19:25.3069368Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-09-27T16:19:25.3069878Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-09-27T16:19:25.3070355Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-09-27T16:19:25.3070832Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-09-27T16:19:25.3071295Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-09-27T16:19:25.3071750Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-09-27T16:19:25.3072216Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-09-27T16:19:25.3072699Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-09-27T16:19:25.3073245Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-09-27T16:19:25.3073772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-09-27T16:19:25.3074267Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-09-27T16:19:25.3074772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-09-27T16:19:25.3075244Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-09-27T16:19:25.3075716Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-09-27T16:19:25.3076234Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-09-27T16:19:25.3076685Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-09-27T16:19:25.3077172Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-09-27T16:19:25.3077692Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-09-27T16:19:25.3078184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-09-27T16:19:25.3078656Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-09-27T16:19:25.3079120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-09-27T16:19:25.3079647Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-09-27T16:19:25.3080144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-09-27T16:19:25.3080606Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-09-27T16:19:25.3081041Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-09-27T16:19:25.3081488Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-09-27T16:19:25.3081920Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-09-27T16:19:25.3082365Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-09-27T16:19:25.3082807Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-09-27T16:19:25.3083253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-09-27T16:19:25.3083731Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-09-27T16:19:25.3084193Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-09-27T16:19:25.3084626Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-09-27T16:19:25.3085069Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-09-27T16:19:25.3085509Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-09-27T16:19:25.3085980Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-09-27T16:19:25.3086476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-09-27T16:19:25.3086967Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-09-27T16:19:25.3087466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-09-27T16:19:25.3087940Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-09-27T16:19:25.3088421Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-09-27T16:19:25.3089005Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-09-27T16:19:25.3089525Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-09-27T16:19:25.3090072Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-09-27T16:19:25.3090578Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-09-27T16:19:25.3091096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-09-27T16:19:25.3091615Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-09-27T16:19:25.3092124Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-09-27T16:19:25.3092638Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-09-27T16:19:25.3093154Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-09-27T16:19:25.3093662Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-09-27T16:19:25.3094163Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-09-27T16:19:25.3094684Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-09-27T16:19:25.3095196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-09-27T16:19:25.3095705Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-09-27T16:19:25.3096204Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-09-27T16:19:25.3096708Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-09-27T16:19:25.3097202Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-09-27T16:19:25.3097894Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-09-27T16:19:25.3098371Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-09-27T16:19:25.3098858Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-09-27T16:19:25.3099381Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-09-27T16:19:25.3099936Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-09-27T16:19:25.3100506Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-09-27T16:19:25.3101095Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-09-27T16:19:25.3101677Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-09-27T16:19:25.3102250Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-09-27T16:19:25.3102788Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-09-27T16:19:25.3103329Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-09-27T16:19:25.3103917Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-09-27T16:19:25.3104460Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-09-27T16:19:25.3104975Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-09-27T16:19:25.3105519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-09-27T16:19:25.3106070Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-09-27T16:19:25.3106562Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-09-27T16:19:25.3107014Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-09-27T16:19:25.3107508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-09-27T16:19:25.3107981Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-09-27T16:19:25.3108416Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-09-27T16:19:25.3108876Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-09-27T16:19:25.3109365Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-09-27T16:19:25.3109848Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-09-27T16:19:25.3110334Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-09-27T16:19:25.3110800Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-09-27T16:19:25.3111315Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-09-27T16:19:25.3111808Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-09-27T16:19:25.3112298Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-09-27T16:19:25.3112747Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-09-27T16:19:25.3113188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-09-27T16:19:25.3113627Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-09-27T16:19:25.3114049Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-09-27T16:19:25.3114477Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-09-27T16:19:25.3114913Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-09-27T16:19:25.3115375Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-09-27T16:19:25.3115839Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-09-27T16:19:25.3116285Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-09-27T16:19:25.3116702Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-09-27T16:19:25.3117122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-09-27T16:19:25.3117569Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-09-27T16:19:25.3117983Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-09-27T16:19:25.3118402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-09-27T16:19:25.3118810Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-09-27T16:19:25.3119224Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-09-27T16:19:25.3119628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-09-27T16:19:25.3120040Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-09-27T16:19:25.3120438Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-09-27T16:19:25.3120842Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-09-27T16:19:25.3121244Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-09-27T16:19:25.3121630Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-09-27T16:19:25.3122030Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-09-27T16:19:25.3122449Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-09-27T16:19:25.3122874Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-09-27T16:19:25.3123287Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-09-27T16:19:25.3123715Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-09-27T16:19:25.3124132Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-09-27T16:19:25.3124545Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-09-27T16:19:25.3125055Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-09-27T16:19:25.3125575Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-09-27T16:19:25.3126091Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-09-27T16:19:25.3126546Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-09-27T16:19:25.3126993Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-09-27T16:19:25.3127441Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-09-27T16:19:25.3127896Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-09-27T16:19:25.3128326Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-09-27T16:19:25.3128859Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-09-27T16:19:25.3129321Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-09-27T16:19:25.3129769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-09-27T16:19:25.3130197Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-09-27T16:19:25.3130634Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-09-27T16:19:25.3131080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-09-27T16:19:25.3131564Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-09-27T16:19:25.3131988Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-09-27T16:19:25.3132423Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-09-27T16:19:25.3132855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-09-27T16:19:25.3133277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-09-27T16:19:25.3133721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-09-27T16:19:25.3134174Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-09-27T16:19:25.3134626Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-09-27T16:19:25.3135063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-09-27T16:19:25.3135519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-09-27T16:19:25.3135992Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-09-27T16:19:25.3136452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-09-27T16:19:25.3136882Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-09-27T16:19:25.3137336Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-09-27T16:19:25.3137905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-09-27T16:19:25.3138338Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-09-27T16:19:25.3138792Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-09-27T16:19:25.3139314Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-09-27T16:19:25.3139775Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-09-27T16:19:25.3140215Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-09-27T16:19:25.3140660Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-09-27T16:19:25.3141120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-09-27T16:19:25.3141628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-09-27T16:19:25.3142123Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-09-27T16:19:25.3142592Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-09-27T16:19:25.3143044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-09-27T16:19:25.3143493Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-09-27T16:19:25.3143941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-09-27T16:19:25.3144402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-09-27T16:19:25.3144869Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-09-27T16:19:25.3145373Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-09-27T16:19:25.3145825Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-09-27T16:19:25.3146276Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-09-27T16:19:25.3146721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-09-27T16:19:25.3147149Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-09-27T16:19:25.3147597Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-09-27T16:19:25.3148070Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-09-27T16:19:25.3148527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-09-27T16:19:25.3148955Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-09-27T16:19:25.3149384Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-09-27T16:19:25.3149805Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-09-27T16:19:25.3150263Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-09-27T16:19:25.3150728Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-09-27T16:19:25.3151189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-09-27T16:19:25.3151652Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-09-27T16:19:25.3152081Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-09-27T16:19:25.3152511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-09-27T16:19:25.3152975Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-09-27T16:19:25.3153404Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-09-27T16:19:25.3153814Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-09-27T16:19:25.3154257Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-09-27T16:19:25.3154711Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-09-27T16:19:25.3155152Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-09-27T16:19:25.3155568Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-09-27T16:19:25.3155986Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-09-27T16:19:25.3156434Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-09-27T16:19:25.3156888Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-09-27T16:19:25.3157355Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-09-27T16:19:25.3157808Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-09-27T16:19:25.3158267Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-09-27T16:19:25.3158712Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-09-27T16:19:25.3159258Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-09-27T16:19:25.3159727Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-09-27T16:19:25.3160183Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-09-27T16:19:25.3160630Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-09-27T16:19:25.3161072Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-09-27T16:19:25.3161528Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-09-27T16:19:25.3161994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-09-27T16:19:25.3162455Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-09-27T16:19:25.3162924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-09-27T16:19:25.3163394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-09-27T16:19:25.3163851Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-09-27T16:19:25.3164310Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-09-27T16:19:25.3164774Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-09-27T16:19:25.3165259Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-09-27T16:19:25.3165719Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-09-27T16:19:25.3166185Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-09-27T16:19:25.3166641Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-09-27T16:19:25.3167137Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-09-27T16:19:25.3167579Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-09-27T16:19:25.3168035Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-09-27T16:19:25.3168506Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-09-27T16:19:25.3169031Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-09-27T16:19:25.3169485Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-09-27T16:19:25.3169956Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-09-27T16:19:25.3170424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-09-27T16:19:25.3170860Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-09-27T16:19:25.3171328Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-09-27T16:19:25.3171806Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-09-27T16:19:25.3172266Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-09-27T16:19:25.3172699Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-09-27T16:19:25.3173185Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-09-27T16:19:25.3173628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-09-27T16:19:25.3174080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-09-27T16:19:25.3174515Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-09-27T16:19:25.3174960Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-09-27T16:19:25.3175402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-09-27T16:19:25.3175839Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-09-27T16:19:25.3176286Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-09-27T16:19:25.3176772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-09-27T16:19:25.3177230Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-09-27T16:19:25.3177796Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-09-27T16:19:25.3178264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-09-27T16:19:25.3178738Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-09-27T16:19:25.3179214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-09-27T16:19:25.3179672Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-09-27T16:19:25.3180151Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-09-27T16:19:25.3180624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-09-27T16:19:25.3181124Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-09-27T16:19:25.3181531Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-09-27T16:19:25.3181947Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-09-27T16:19:25.3182361Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-09-27T16:19:25.3182773Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-09-27T16:19:25.3183196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-09-27T16:19:25.3183634Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-09-27T16:19:25.3184112Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-09-27T16:19:25.3184565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-09-27T16:19:25.3185044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-09-27T16:19:25.3185526Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-09-27T16:19:25.3186006Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-09-27T16:19:25.3186483Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-09-27T16:19:25.3187019Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-09-27T16:19:25.3187517Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-09-27T16:19:25.3188029Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-09-27T16:19:25.3188498Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-09-27T16:19:25.3188973Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-09-27T16:19:25.3189467Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-09-27T16:19:25.3189951Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-09-27T16:19:25.3190434Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-09-27T16:19:25.3190968Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-09-27T16:19:25.3191509Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-09-27T16:19:25.3192061Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-09-27T16:19:25.3192645Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-09-27T16:19:25.3193240Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-09-27T16:19:25.3193818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-09-27T16:19:25.3194348Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_per_sample_grad.py call_for_per_sample_grads:0 2022-09-27T16:19:25.3194827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-09-27T16:19:25.3195313Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/memory_format.py convert_conv2d_weight_memory_format:0 2022-09-27T16:19:25.3195800Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-09-27T16:19:25.3196268Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-09-27T16:19:25.3196762Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-09-27T16:19:25.3197216Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-09-27T16:19:25.3197666Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-09-27T16:19:25.3198105Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-09-27T16:19:25.3198561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-09-27T16:19:25.3199006Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-09-27T16:19:25.3199454Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-09-27T16:19:25.3199893Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-09-27T16:19:25.3200324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-09-27T16:19:25.3200787Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-09-27T16:19:25.3201229Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-09-27T16:19:25.3201658Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-09-27T16:19:25.3202093Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-09-27T16:19:25.3202529Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-09-27T16:19:25.3202949Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-09-27T16:19:25.3203399Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-09-27T16:19:25.3203872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-09-27T16:19:25.3204342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-09-27T16:19:25.3204780Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-09-27T16:19:25.3205242Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-09-27T16:19:25.3205715Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-09-27T16:19:25.3206261Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-09-27T16:19:25.3206743Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-09-27T16:19:25.3207198Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-09-27T16:19:25.3207660Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-09-27T16:19:25.3208110Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-09-27T16:19:25.3208574Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-09-27T16:19:25.3209110Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-09-27T16:19:25.3209568Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-09-27T16:19:25.3210004Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-09-27T16:19:25.3210460Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-09-27T16:19:25.3210927Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-09-27T16:19:25.3211403Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-09-27T16:19:25.3211844Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-09-27T16:19:25.3212347Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-09-27T16:19:25.3212894Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-09-27T16:19:25.3213381Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-09-27T16:19:25.3213787Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-09-27T16:19:25.3214220Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-09-27T16:19:25.3214717Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-09-27T16:19:25.3215155Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-09-27T16:19:25.3215571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-09-27T16:19:25.3216007Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-09-27T16:19:25.3216450Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-09-27T16:19:25.3216888Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-09-27T16:19:25.3217333Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-09-27T16:19:25.3217904Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-09-27T16:19:25.3218412Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-09-27T16:19:25.3218918Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-09-27T16:19:25.3219441Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-09-27T16:19:25.3219931Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-09-27T16:19:25.3220397Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-09-27T16:19:25.3220848Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-09-27T16:19:25.3221308Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-09-27T16:19:25.3221748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-09-27T16:19:25.3222193Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-09-27T16:19:25.3222704Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-09-27T16:19:25.3223185Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-09-27T16:19:25.3223673Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-09-27T16:19:25.3224117Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-09-27T16:19:25.3224591Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-09-27T16:19:25.3225084Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-09-27T16:19:25.3225555Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-09-27T16:19:25.3226012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-09-27T16:19:25.3226481Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-09-27T16:19:25.3226972Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-09-27T16:19:25.3227460Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-09-27T16:19:25.3227956Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-09-27T16:19:25.3228483Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-09-27T16:19:25.3229068Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:19:25.3229611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-09-27T16:19:25.3230123Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-09-27T16:19:25.3230629Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-09-27T16:19:25.3231165Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-09-27T16:19:25.3231715Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-09-27T16:19:25.3232240Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-09-27T16:19:25.3232778Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-09-27T16:19:25.3233329Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-09-27T16:19:25.3233860Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-09-27T16:19:25.3234374Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-09-27T16:19:25.3234898Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-09-27T16:19:25.3235414Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-09-27T16:19:25.3235955Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-09-27T16:19:25.3236533Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-09-27T16:19:25.3237070Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-09-27T16:19:25.3237601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:19:25.3238132Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-09-27T16:19:25.3238636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-09-27T16:19:25.3239155Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-09-27T16:19:25.3239693Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-09-27T16:19:25.3240209Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-09-27T16:19:25.3240686Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-09-27T16:19:25.3241179Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-09-27T16:19:25.3241673Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-09-27T16:19:25.3242178Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-09-27T16:19:25.3242710Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-09-27T16:19:25.3243214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-09-27T16:19:25.3243721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-09-27T16:19:25.3244244Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-09-27T16:19:25.3244739Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-09-27T16:19:25.3245241Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-09-27T16:19:25.3245747Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-09-27T16:19:25.3246254Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-09-27T16:19:25.3246746Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-09-27T16:19:25.3247295Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-09-27T16:19:25.3247857Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-09-27T16:19:25.3248396Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-09-27T16:19:25.3248971Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-09-27T16:19:25.6484832Z 2022-09-27T16:19:25.6485167Z real 49m16.814s 2022-09-27T16:19:25.6485515Z user 127m49.642s 2022-09-27T16:19:25.6485808Z sys 3m33.661s 2022-09-27T16:19:25.6485975Z + assert_git_not_dirty 2022-09-27T16:19:25.6486524Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:19:25.6486813Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T16:19:25.6488449Z ++ git status --porcelain 2022-09-27T16:19:37.1507783Z + git_status= 2022-09-27T16:19:37.1508307Z + [[ -n '' ]] 2022-09-27T16:19:37.1508525Z + test_libtorch 2022-09-27T16:19:37.1508893Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:19:37.1509276Z + echo 'Testing libtorch' 2022-09-27T16:19:37.1509973Z Testing libtorch 2022-09-27T16:19:37.1510789Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libbackend_with_compiler.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:19:37.1557517Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libjitbackend_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:19:37.1566245Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:19:37.1573844Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:19:37.1581724Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:19:37.1590444Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:19:37.1598409Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-09-27T16:19:37.1599235Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-09-27T16:19:37.1599583Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-09-27T16:19:37.1685609Z + python test/cpp/jit/tests_setup.py setup 2022-09-27T16:19:37.2053093Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-09-27T16:19:37.6812650Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-09-27T16:19:37.7035941Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-09-27T16:19:37.7719077Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-09-27T16:19:38.4962513Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-09-27T16:19:38.4963081Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_jit '--gtest_filter=-*CUDA' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_jit.xml 2022-09-27T16:19:38.8135749Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:19:38.8141525Z Note: Google Test filter = -*CUDA:*_CUDA:*_MultiCUDA 2022-09-27T16:19:38.8142114Z [==========] Running 568 tests from 117 test suites. 2022-09-27T16:19:38.8142523Z [----------] Global test environment set-up. 2022-09-27T16:19:38.8142839Z [----------] 2 tests from AddIfThenElseOpTest 2022-09-27T16:19:38.8143176Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-09-27T16:19:38.8223536Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (8 ms) 2022-09-27T16:19:38.8224293Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-09-27T16:19:38.8224815Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-09-27T16:19:38.8225214Z [----------] 2 tests from AddIfThenElseOpTest (8 ms total) 2022-09-27T16:19:38.8225457Z 2022-09-27T16:19:38.8225657Z [----------] 15 tests from TopologicalMoveTest 2022-09-27T16:19:38.8226069Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-09-27T16:19:38.8226476Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-09-27T16:19:38.8226943Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-09-27T16:19:38.8227458Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-09-27T16:19:38.8228123Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-09-27T16:19:38.8228709Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-09-27T16:19:38.8229167Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-09-27T16:19:38.8229724Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-09-27T16:19:38.8230427Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-09-27T16:19:38.8231172Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-09-27T16:19:38.8231777Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-09-27T16:19:38.8232662Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-09-27T16:19:38.8233310Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-09-27T16:19:38.8233928Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-09-27T16:19:38.8234611Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-09-27T16:19:38.8235354Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-09-27T16:19:38.8235924Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-09-27T16:19:38.8236425Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-09-27T16:19:38.8236935Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-09-27T16:19:38.8237470Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-09-27T16:19:38.8237894Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-09-27T16:19:38.8238457Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-09-27T16:19:38.8238842Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-09-27T16:19:38.8239313Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-09-27T16:19:38.8239764Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-09-27T16:19:38.8240309Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-09-27T16:19:38.8240683Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-09-27T16:19:38.8241162Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-09-27T16:19:38.8241634Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-09-27T16:19:38.8242075Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-09-27T16:19:38.8242514Z [----------] 15 tests from TopologicalMoveTest (1 ms total) 2022-09-27T16:19:38.8242680Z 2022-09-27T16:19:38.8242843Z [----------] 6 tests from AliasAnalysisTest 2022-09-27T16:19:38.8243194Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-09-27T16:19:38.8283045Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (4 ms) 2022-09-27T16:19:38.8283620Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-09-27T16:19:38.8284181Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-09-27T16:19:38.8284702Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-09-27T16:19:38.8285169Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-09-27T16:19:38.8285550Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-09-27T16:19:38.8286109Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-09-27T16:19:38.8286519Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-09-27T16:19:38.8287025Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-09-27T16:19:38.8287594Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-09-27T16:19:38.8288283Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-09-27T16:19:38.8288999Z [----------] 6 tests from AliasAnalysisTest (4 ms total) 2022-09-27T16:19:38.8289449Z 2022-09-27T16:19:38.8289663Z [----------] 4 tests from WriteTrackingTest 2022-09-27T16:19:38.8290040Z [ RUN ] WriteTrackingTest.Basic 2022-09-27T16:19:38.8290479Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-09-27T16:19:38.8290925Z [ RUN ] WriteTrackingTest.IsMutable 2022-09-27T16:19:38.8291453Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-09-27T16:19:38.8291990Z [ RUN ] WriteTrackingTest.IsImmutable 2022-09-27T16:19:38.8292519Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-09-27T16:19:38.8292973Z [ RUN ] WriteTrackingTest.HasWriters 2022-09-27T16:19:38.8293401Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-09-27T16:19:38.8293745Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-09-27T16:19:38.8293948Z 2022-09-27T16:19:38.8294226Z [----------] 13 tests from ContainerAliasingTest 2022-09-27T16:19:38.8294679Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-09-27T16:19:38.8295183Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-09-27T16:19:38.8295783Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-09-27T16:19:38.8296249Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-09-27T16:19:38.8296790Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-09-27T16:19:38.8297396Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-09-27T16:19:38.8298008Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-09-27T16:19:38.8298369Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-09-27T16:19:38.8298861Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-09-27T16:19:38.8299257Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-09-27T16:19:38.8299749Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-09-27T16:19:38.8300181Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-09-27T16:19:38.8300536Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-09-27T16:19:38.8300886Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-09-27T16:19:38.8301217Z [ RUN ] ContainerAliasingTest.Simple 2022-09-27T16:19:38.8301543Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-09-27T16:19:38.8301945Z [ RUN ] ContainerAliasingTest.Lists 2022-09-27T16:19:38.8302331Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-09-27T16:19:38.8302762Z [ RUN ] ContainerAliasingTest.Lists2 2022-09-27T16:19:38.8303125Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-09-27T16:19:38.8303453Z [ RUN ] ContainerAliasingTest.Conservative 2022-09-27T16:19:38.8303803Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-09-27T16:19:38.8304347Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-09-27T16:19:38.8304829Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-09-27T16:19:38.8305500Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-09-27T16:19:38.8305980Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-09-27T16:19:38.8306499Z [----------] 13 tests from ContainerAliasingTest (1 ms total) 2022-09-27T16:19:38.8306703Z 2022-09-27T16:19:38.8306859Z [----------] 3 tests from WildcardsTest 2022-09-27T16:19:38.8307208Z [ RUN ] WildcardsTest.Basic 2022-09-27T16:19:38.8307663Z [ OK ] WildcardsTest.Basic (0 ms) 2022-09-27T16:19:38.8308009Z [ RUN ] WildcardsTest.TypeIsolation 2022-09-27T16:19:38.8308447Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-09-27T16:19:38.8308912Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-09-27T16:19:38.8309683Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-09-27T16:19:38.8310110Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-09-27T16:19:38.8310316Z 2022-09-27T16:19:38.8310497Z [----------] 18 tests from AliasRegistrationTest 2022-09-27T16:19:38.8310888Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-09-27T16:19:38.8311947Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-09-27T16:19:38.8312636Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-09-27T16:19:38.8313364Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-09-27T16:19:38.8313885Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-09-27T16:19:38.8380068Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (6 ms) 2022-09-27T16:19:38.8380704Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-09-27T16:19:38.8408976Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (2 ms) 2022-09-27T16:19:38.8409540Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-09-27T16:19:38.8418555Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (0 ms) 2022-09-27T16:19:38.8419148Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-09-27T16:19:38.8420063Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-09-27T16:19:38.8420546Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-09-27T16:19:38.8421198Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-09-27T16:19:38.8421684Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-09-27T16:19:38.8422102Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-09-27T16:19:38.8422597Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-09-27T16:19:38.8423272Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-09-27T16:19:38.8423699Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-09-27T16:19:38.8424491Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-09-27T16:19:38.8424979Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-09-27T16:19:38.8454163Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (2 ms) 2022-09-27T16:19:38.8454708Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-09-27T16:19:38.8455302Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-09-27T16:19:38.8456174Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-09-27T16:19:38.8457209Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-09-27T16:19:38.8458212Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-09-27T16:19:38.8458773Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-09-27T16:19:38.8459296Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-09-27T16:19:38.8459903Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-09-27T16:19:38.8460370Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-09-27T16:19:38.8460802Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-09-27T16:19:38.8461218Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-09-27T16:19:38.8461613Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-09-27T16:19:38.8462050Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-09-27T16:19:38.8489879Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (2 ms) 2022-09-27T16:19:38.8490605Z [----------] 18 tests from AliasRegistrationTest (17 ms total) 2022-09-27T16:19:38.8490863Z 2022-09-27T16:19:38.8491127Z [----------] 2 tests from IRNonDeterminismTest 2022-09-27T16:19:38.8491587Z [ RUN ] IRNonDeterminismTest.Basic 2022-09-27T16:19:38.8491976Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-09-27T16:19:38.8492638Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-09-27T16:19:38.8493200Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (0 ms) 2022-09-27T16:19:38.8493574Z [----------] 2 tests from IRNonDeterminismTest (0 ms total) 2022-09-27T16:19:38.8493746Z 2022-09-27T16:19:38.8494011Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-09-27T16:19:38.8494788Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-09-27T16:19:38.8495835Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (0 ms) 2022-09-27T16:19:38.8496604Z [----------] 1 test from NonDeterminismBackwardsCompatibility (0 ms total) 2022-09-27T16:19:38.8496804Z 2022-09-27T16:19:38.8496939Z [----------] 3 tests from AutodiffTest 2022-09-27T16:19:38.8497216Z [ RUN ] AutodiffTest.ADFormulas 2022-09-27T16:19:38.9001227Z [ OK ] AutodiffTest.ADFormulas (50 ms) 2022-09-27T16:19:38.9001605Z [ RUN ] AutodiffTest.Differentiate 2022-09-27T16:19:38.9006570Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-09-27T16:19:38.9006997Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-09-27T16:19:38.9027678Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (2 ms) 2022-09-27T16:19:38.9028282Z [----------] 3 tests from AutodiffTest (53 ms total) 2022-09-27T16:19:38.9028453Z 2022-09-27T16:19:38.9028658Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-09-27T16:19:38.9029040Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-09-27T16:19:38.9041852Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-09-27T16:19:38.9042298Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-09-27T16:19:38.9042504Z 2022-09-27T16:19:38.9042648Z [----------] 1 test from UpgraderLoad 2022-09-27T16:19:38.9042979Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-09-27T16:19:38.9089049Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (4 ms) 2022-09-27T16:19:38.9089430Z [----------] 1 test from UpgraderLoad (4 ms total) 2022-09-27T16:19:38.9089584Z 2022-09-27T16:19:38.9089749Z [----------] 4 tests from OpReplacementTest 2022-09-27T16:19:38.9090107Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-09-27T16:19:38.9091016Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-09-27T16:19:38.9091503Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-09-27T16:19:38.9093026Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-09-27T16:19:38.9093516Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-09-27T16:19:38.9095353Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-09-27T16:19:38.9095909Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-09-27T16:19:38.9098017Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-09-27T16:19:38.9098660Z [----------] 4 tests from OpReplacementTest (0 ms total) 2022-09-27T16:19:38.9098913Z 2022-09-27T16:19:38.9099115Z [----------] 4 tests from UpgraderUtils 2022-09-27T16:19:38.9099445Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-09-27T16:19:38.9100110Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-09-27T16:19:38.9100813Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-09-27T16:19:38.9101155Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-09-27T16:19:38.9101491Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-09-27T16:19:38.9101833Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-09-27T16:19:38.9102163Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-09-27T16:19:38.9102487Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-09-27T16:19:38.9102823Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-09-27T16:19:38.9102974Z 2022-09-27T16:19:38.9103120Z [----------] 9 tests from BackendTest 2022-09-27T16:19:38.9103378Z [ RUN ] BackendTest.ToBackend 2022-09-27T16:19:38.9151007Z [ OK ] BackendTest.ToBackend (5 ms) 2022-09-27T16:19:38.9151606Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-09-27T16:19:38.9174391Z [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:19:38.9192707Z [ OK ] BackendTest.ToBackendNotAvailable (4 ms) 2022-09-27T16:19:38.9193076Z [ RUN ] BackendTest.TestCompiler 2022-09-27T16:19:38.9276849Z [ OK ] BackendTest.TestCompiler (8 ms) 2022-09-27T16:19:38.9277220Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-09-27T16:19:38.9339672Z [ OK ] BackendTest.TestCompilerWithStringTable (6 ms) 2022-09-27T16:19:38.9340026Z [ RUN ] BackendTest.TestComposite 2022-09-27T16:19:38.9454495Z [ OK ] BackendTest.TestComposite (11 ms) 2022-09-27T16:19:38.9454802Z [ RUN ] BackendTest.TestPrimDtype 2022-09-27T16:19:38.9460922Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-09-27T16:19:38.9461286Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-09-27T16:19:38.9574490Z [ OK ] BackendTest.TestCompositeWithSetStates (11 ms) 2022-09-27T16:19:38.9574907Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-09-27T16:19:38.9781330Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (20 ms) 2022-09-27T16:19:38.9781743Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-09-27T16:19:38.9797341Z [ OK ] BackendTest.TestCompilerNotSupport (1 ms) 2022-09-27T16:19:38.9798007Z [----------] 9 tests from BackendTest (69 ms total) 2022-09-27T16:19:38.9798195Z 2022-09-27T16:19:38.9798369Z [----------] 6 tests from BackendTestDebugInfo 2022-09-27T16:19:38.9798712Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-09-27T16:19:38.9920241Z [ OK ] BackendTestDebugInfo.TestCompiler (12 ms) 2022-09-27T16:19:38.9920656Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-09-27T16:19:39.0045358Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (12 ms) 2022-09-27T16:19:39.0045895Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-09-27T16:19:39.0186322Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (14 ms) 2022-09-27T16:19:39.0186961Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-09-27T16:19:39.0315275Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (12 ms) 2022-09-27T16:19:39.0315913Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-09-27T16:19:39.0446294Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (13 ms) 2022-09-27T16:19:39.0446942Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-09-27T16:19:39.0579568Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (13 ms) 2022-09-27T16:19:39.0580115Z [----------] 6 tests from BackendTestDebugInfo (78 ms total) 2022-09-27T16:19:39.0580274Z 2022-09-27T16:19:39.0580434Z [----------] 4 tests from ClassImportTest 2022-09-27T16:19:39.0580723Z [ RUN ] ClassImportTest.Basic 2022-09-27T16:19:39.0585581Z [ OK ] ClassImportTest.Basic (0 ms) 2022-09-27T16:19:39.0585921Z [ RUN ] ClassImportTest.ScriptObject 2022-09-27T16:19:39.0606823Z [ OK ] ClassImportTest.ScriptObject (2 ms) 2022-09-27T16:19:39.0607253Z [ RUN ] ClassImportTest.ClassDerive 2022-09-27T16:19:39.0607581Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-09-27T16:19:39.0607878Z [ RUN ] ClassImportTest.CustomClass 2022-09-27T16:19:39.0609649Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-09-27T16:19:39.0610135Z [----------] 4 tests from ClassImportTest (3 ms total) 2022-09-27T16:19:39.0610387Z 2022-09-27T16:19:39.0610638Z [----------] 1 test from ClassParserTest 2022-09-27T16:19:39.0611141Z [ RUN ] ClassParserTest.Basic 2022-09-27T16:19:39.0611547Z [ OK ] ClassParserTest.Basic (0 ms) 2022-09-27T16:19:39.0611865Z [----------] 1 test from ClassParserTest (0 ms total) 2022-09-27T16:19:39.0612018Z 2022-09-27T16:19:39.0612206Z [----------] 3 tests from ClassTypeTest 2022-09-27T16:19:39.0612499Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-09-27T16:19:39.0612866Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-09-27T16:19:39.0613692Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-09-27T16:19:39.0614202Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-09-27T16:19:39.0614561Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-09-27T16:19:39.0619838Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (0 ms) 2022-09-27T16:19:39.0620472Z [----------] 3 tests from ClassTypeTest (0 ms total) 2022-09-27T16:19:39.0620748Z 2022-09-27T16:19:39.0621016Z [----------] 2 tests from TestCodeTemplate 2022-09-27T16:19:39.0621515Z [ RUN ] TestCodeTemplate.Copying 2022-09-27T16:19:39.0621996Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-09-27T16:19:39.0622511Z [ RUN ] TestCodeTemplate.Formatting 2022-09-27T16:19:39.0623042Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-09-27T16:19:39.0623579Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-09-27T16:19:39.0623844Z 2022-09-27T16:19:39.0624100Z [----------] 13 tests from ConcatOptTest 2022-09-27T16:19:39.0624713Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-09-27T16:19:39.0679954Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-09-27T16:19:39.0680776Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-09-27T16:19:39.0725447Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (4 ms) 2022-09-27T16:19:39.0726134Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-09-27T16:19:39.0759168Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (3 ms) 2022-09-27T16:19:39.0759958Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-09-27T16:19:39.0836427Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (7 ms) 2022-09-27T16:19:39.0836933Z [ RUN ] ConcatOptTest.ExpandConcat 2022-09-27T16:19:39.0861242Z [ OK ] ConcatOptTest.ExpandConcat (2 ms) 2022-09-27T16:19:39.0861822Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-09-27T16:19:39.0883651Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-09-27T16:19:39.0884765Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-09-27T16:19:39.0906525Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-09-27T16:19:39.0907063Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-09-27T16:19:39.0951334Z [ OK ] ConcatOptTest.UseVariadicCat (4 ms) 2022-09-27T16:19:39.0951915Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-09-27T16:19:39.0972235Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (2 ms) 2022-09-27T16:19:39.0972931Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-09-27T16:19:39.1004180Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (3 ms) 2022-09-27T16:19:39.1004808Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-09-27T16:19:39.1042032Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (3 ms) 2022-09-27T16:19:39.1042775Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-09-27T16:19:39.1084642Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (4 ms) 2022-09-27T16:19:39.1085468Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-09-27T16:19:39.1117970Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (3 ms) 2022-09-27T16:19:39.1118792Z [----------] 13 tests from ConcatOptTest (49 ms total) 2022-09-27T16:19:39.1119009Z 2022-09-27T16:19:39.1119230Z [----------] 1 test from OptimizeConcatTest 2022-09-27T16:19:39.1119710Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-09-27T16:19:39.1149839Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (3 ms) 2022-09-27T16:19:39.1150514Z [----------] 1 test from OptimizeConcatTest (3 ms total) 2022-09-27T16:19:39.1150785Z 2022-09-27T16:19:39.1151013Z [----------] 3 tests from ConcatOpt 2022-09-27T16:19:39.1151511Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-09-27T16:19:39.1152048Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-09-27T16:19:39.1152580Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-09-27T16:19:39.1154961Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-09-27T16:19:39.1155419Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-09-27T16:19:39.1156813Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-09-27T16:19:39.1157265Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-09-27T16:19:39.1157959Z 2022-09-27T16:19:39.1158187Z [----------] 4 tests from ConstantPoolingTest 2022-09-27T16:19:39.1158591Z [ RUN ] ConstantPoolingTest.Int 2022-09-27T16:19:39.1158978Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-09-27T16:19:39.1159433Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-09-27T16:19:39.1159949Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-09-27T16:19:39.1160469Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-09-27T16:19:39.1161704Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-09-27T16:19:39.1162225Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-09-27T16:19:39.1163811Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-09-27T16:19:39.1164309Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-09-27T16:19:39.1164530Z 2022-09-27T16:19:39.1164739Z [----------] 1 test from CleanupPassTest 2022-09-27T16:19:39.1165115Z [ RUN ] CleanupPassTest.Basic 2022-09-27T16:19:39.1165787Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-09-27T16:19:39.1166204Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-09-27T16:19:39.1166417Z 2022-09-27T16:19:39.1166675Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-09-27T16:19:39.1167370Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-09-27T16:19:39.1172398Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-09-27T16:19:39.1172937Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-09-27T16:19:39.1173177Z 2022-09-27T16:19:39.1173392Z [----------] 4 tests from CustomClassTest 2022-09-27T16:19:39.1173818Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-09-27T16:19:39.1178251Z [ OK ] CustomClassTest.TorchbindIValueAPI (0 ms) 2022-09-27T16:19:39.1178720Z [ RUN ] CustomClassTest.ScalarTypeClass 2022-09-27T16:19:39.1180563Z [ OK ] CustomClassTest.ScalarTypeClass (0 ms) 2022-09-27T16:19:39.1181034Z [ RUN ] CustomClassTest.TestDocString 2022-09-27T16:19:39.1181470Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-09-27T16:19:39.1181886Z [ RUN ] CustomClassTest.Serialization 2022-09-27T16:19:39.1196778Z [ OK ] CustomClassTest.Serialization (1 ms) 2022-09-27T16:19:39.1197225Z [----------] 4 tests from CustomClassTest (2 ms total) 2022-09-27T16:19:39.1197388Z 2022-09-27T16:19:39.1197563Z [----------] 5 tests from CustomOperatorTest 2022-09-27T16:19:39.1197873Z [ RUN ] CustomOperatorTest.InferredSchema 2022-09-27T16:19:39.1200170Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-09-27T16:19:39.1200521Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-09-27T16:19:39.1202039Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-09-27T16:19:39.1202387Z [ RUN ] CustomOperatorTest.ListParameters 2022-09-27T16:19:39.1203469Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-09-27T16:19:39.1203823Z [ RUN ] CustomOperatorTest.ListParameters2 2022-09-27T16:19:39.1205689Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-09-27T16:19:39.1206161Z [ RUN ] CustomOperatorTest.Aliasing 2022-09-27T16:19:39.1207302Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-09-27T16:19:39.1207906Z [----------] 5 tests from CustomOperatorTest (1 ms total) 2022-09-27T16:19:39.1208192Z 2022-09-27T16:19:39.1208360Z [----------] 2 tests from TestCustomOperator 2022-09-27T16:19:39.1209056Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-09-27T16:19:39.1209618Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-09-27T16:19:39.1210011Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-09-27T16:19:39.1210572Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-09-27T16:19:39.1211053Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-09-27T16:19:39.1211330Z 2022-09-27T16:19:39.1211629Z [----------] 1 test from EliminateDeadCodeTest 2022-09-27T16:19:39.1212158Z [ RUN ] EliminateDeadCodeTest.Basic 2022-09-27T16:19:39.1212486Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-09-27T16:19:39.1212835Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-09-27T16:19:39.1213006Z 2022-09-27T16:19:39.1213134Z [----------] 2 tests from FuserTest 2022-09-27T16:19:39.1213413Z [ RUN ] FuserTest.FusionAliasing 2022-09-27T16:19:39.1215316Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-09-27T16:19:39.1215605Z [ RUN ] FuserTest.KernelCaching 2022-09-27T16:19:39.1218703Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-09-27T16:19:39.1219116Z [----------] 2 tests from FuserTest (0 ms total) 2022-09-27T16:19:39.1219278Z 2022-09-27T16:19:39.1219443Z [----------] 1 test from GraphExecutorTest 2022-09-27T16:19:39.1219752Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-09-27T16:19:39.1274016Z [ OK ] GraphExecutorTest.runAsync_executor (5 ms) 2022-09-27T16:19:39.1275284Z [----------] 1 test from GraphExecutorTest (5 ms total) 2022-09-27T16:19:39.1275585Z 2022-09-27T16:19:39.1275825Z [----------] 5 tests from GraphIteratorTest 2022-09-27T16:19:39.1276308Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-09-27T16:19:39.1276778Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-09-27T16:19:39.1277273Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-09-27T16:19:39.1277722Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-09-27T16:19:39.1278302Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-09-27T16:19:39.1278925Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-09-27T16:19:39.1279282Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-09-27T16:19:39.1279627Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-09-27T16:19:39.1279970Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-09-27T16:19:39.1280315Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-09-27T16:19:39.1280651Z [----------] 5 tests from GraphIteratorTest (0 ms total) 2022-09-27T16:19:39.1280817Z 2022-09-27T16:19:39.1281013Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-09-27T16:19:39.1281383Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-09-27T16:19:39.1298388Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (0 ms) 2022-09-27T16:19:39.1298998Z [----------] 1 test from CSDebugInfoSerializaitionTest (0 ms total) 2022-09-27T16:19:39.1299245Z 2022-09-27T16:19:39.1299439Z [----------] 1 test from InlinerTest 2022-09-27T16:19:39.1299952Z [ RUN ] InlinerTest.Basic 2022-09-27T16:19:39.1300300Z [ OK ] InlinerTest.Basic (0 ms) 2022-09-27T16:19:39.1300701Z [----------] 1 test from InlinerTest (0 ms total) 2022-09-27T16:19:39.1300898Z 2022-09-27T16:19:39.1301103Z [----------] 1 test from InterfaceTest 2022-09-27T16:19:39.1301551Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-09-27T16:19:39.1303795Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (1 ms) 2022-09-27T16:19:39.1304428Z [----------] 1 test from InterfaceTest (1 ms total) 2022-09-27T16:19:39.1304609Z 2022-09-27T16:19:39.1304810Z [----------] 4 tests from TypeCheckTest 2022-09-27T16:19:39.1305247Z [ RUN ] TypeCheckTest.MatchingType 2022-09-27T16:19:39.1305921Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-09-27T16:19:39.1306386Z [ RUN ] TypeCheckTest.SizeMismatch 2022-09-27T16:19:39.1306846Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-09-27T16:19:39.1307331Z [ RUN ] TypeCheckTest.GradientMismatch 2022-09-27T16:19:39.1308224Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-09-27T16:19:39.1309322Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-09-27T16:19:39.1309779Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-09-27T16:19:39.1310126Z [----------] 4 tests from TypeCheckTest (0 ms total) 2022-09-27T16:19:39.1310281Z 2022-09-27T16:19:39.1310423Z [----------] 3 tests from InterpreterTest 2022-09-27T16:19:39.1310748Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-09-27T16:19:39.1315703Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-09-27T16:19:39.1316428Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-09-27T16:19:39.1316855Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-09-27T16:19:39.1317234Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-09-27T16:19:39.1334629Z [ OK ] InterpreterTest.runAsyncBasicTest (1 ms) 2022-09-27T16:19:39.1335391Z [----------] 3 tests from InterpreterTest (2 ms total) 2022-09-27T16:19:39.1335630Z 2022-09-27T16:19:39.1336024Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-09-27T16:19:39.1336694Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-09-27T16:19:39.1546703Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (20 ms) 2022-09-27T16:19:39.1547809Z [----------] 1 test from EnableRethrowCaughtExceptionTest (20 ms total) 2022-09-27T16:19:39.1548112Z 2022-09-27T16:19:39.1548353Z [----------] 4 tests from IRTest 2022-09-27T16:19:39.1548807Z [ RUN ] IRTest.Attributes 2022-09-27T16:19:39.1549245Z [ OK ] IRTest.Attributes (0 ms) 2022-09-27T16:19:39.1549702Z [ RUN ] IRTest.Blocks 2022-09-27T16:19:39.1550133Z [ OK ] IRTest.Blocks (0 ms) 2022-09-27T16:19:39.1550573Z [ RUN ] IRTest.CommonAncestor 2022-09-27T16:19:39.1551075Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-09-27T16:19:39.1551562Z [ RUN ] IRTest.OperatorMap 2022-09-27T16:19:39.1552041Z [ OK ] IRTest.OperatorMap (0 ms) 2022-09-27T16:19:39.1552553Z [----------] 4 tests from IRTest (0 ms total) 2022-09-27T16:19:39.1552805Z 2022-09-27T16:19:39.1553068Z [----------] 21 tests from IRParserTest 2022-09-27T16:19:39.1553534Z [ RUN ] IRParserTest.Basic 2022-09-27T16:19:39.1553971Z [ OK ] IRParserTest.Basic (0 ms) 2022-09-27T16:19:39.1554459Z [ RUN ] IRParserTest.NestedBlock 2022-09-27T16:19:39.1554945Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-09-27T16:19:39.1555421Z [ RUN ] IRParserTest.If 2022-09-27T16:19:39.1556155Z [ OK ] IRParserTest.If (0 ms) 2022-09-27T16:19:39.1556601Z [ RUN ] IRParserTest.If2 2022-09-27T16:19:39.1557058Z [ OK ] IRParserTest.If2 (0 ms) 2022-09-27T16:19:39.1557556Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-09-27T16:19:39.1558143Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-09-27T16:19:39.1558685Z [ RUN ] IRParserTest.ValueReuse 2022-09-27T16:19:39.1559158Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-09-27T16:19:39.1559648Z [ RUN ] IRParserTest.Attributes 2022-09-27T16:19:39.1560186Z [ OK ] IRParserTest.Attributes (0 ms) 2022-09-27T16:19:39.1560709Z [ RUN ] IRParserTest.OptionalTypes 2022-09-27T16:19:39.1561429Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-09-27T16:19:39.1561927Z [ RUN ] IRParserTest.StarTensor 2022-09-27T16:19:39.1562430Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-09-27T16:19:39.1562954Z [ RUN ] IRParserTest.UnshapedTensor 2022-09-27T16:19:39.1563463Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-09-27T16:19:39.1563961Z [ RUN ] IRParserTest.ShapedTensor 2022-09-27T16:19:39.1564400Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-09-27T16:19:39.1564869Z [ RUN ] IRParserTest.NestedContrainer 2022-09-27T16:19:39.1565340Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-09-27T16:19:39.1565864Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-09-27T16:19:39.1566384Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-09-27T16:19:39.1566881Z [ RUN ] IRParserTest.FileCheck 2022-09-27T16:19:39.1567318Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-09-27T16:19:39.1567737Z [ RUN ] IRParserTest.Strides 2022-09-27T16:19:39.1568184Z [ OK ] IRParserTest.Strides (0 ms) 2022-09-27T16:19:39.1568792Z [ RUN ] IRParserTest.MalformedStrides 2022-09-27T16:19:39.1569323Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-09-27T16:19:39.1569806Z [ RUN ] IRParserTest.TensorShapes 2022-09-27T16:19:39.1570296Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-09-27T16:19:39.1571054Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-09-27T16:19:39.1571693Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-09-27T16:19:39.1572238Z [ RUN ] IRParserTest.ListConstant 2022-09-27T16:19:39.1572670Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-09-27T16:19:39.1573158Z [ RUN ] IRParserTest.PartialStarTensor 2022-09-27T16:19:39.1573679Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-09-27T16:19:39.1574242Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-09-27T16:19:39.1574840Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-09-27T16:19:39.1575464Z [----------] 21 tests from IRParserTest (1 ms total) 2022-09-27T16:19:39.1575716Z 2022-09-27T16:19:39.1575940Z [----------] 2 tests from JitTypeTest 2022-09-27T16:19:39.1576349Z [ RUN ] JitTypeTest.IsComplete 2022-09-27T16:19:39.1576774Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-09-27T16:19:39.1577201Z [ RUN ] JitTypeTest.UnifyTypes 2022-09-27T16:19:39.1577916Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-09-27T16:19:39.1578378Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-09-27T16:19:39.1578605Z 2022-09-27T16:19:39.1578897Z [----------] 42 tests from LiteInterpreterTest 2022-09-27T16:19:39.1579433Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-09-27T16:19:39.1585449Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (1 ms) 2022-09-27T16:19:39.1586044Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-09-27T16:19:39.1586805Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-09-27T16:19:39.1587373Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-09-27T16:19:39.1615928Z [ OK ] LiteInterpreterTest.MethodInvocation (2 ms) 2022-09-27T16:19:39.1616551Z [ RUN ] LiteInterpreterTest.Conv 2022-09-27T16:19:39.1644530Z [ OK ] LiteInterpreterTest.Conv (2 ms) 2022-09-27T16:19:39.1645259Z [ RUN ] LiteInterpreterTest.Inline 2022-09-27T16:19:39.1655285Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-09-27T16:19:39.1655849Z [ RUN ] LiteInterpreterTest.Tuple 2022-09-27T16:19:39.1663309Z [ OK ] LiteInterpreterTest.Tuple (0 ms) 2022-09-27T16:19:39.1663861Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-09-27T16:19:39.1670337Z [ OK ] LiteInterpreterTest.AtenFormat (0 ms) 2022-09-27T16:19:39.1670943Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-09-27T16:19:39.1675170Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-09-27T16:19:39.1675708Z [ RUN ] LiteInterpreterTest.Dict 2022-09-27T16:19:39.1682949Z [ OK ] LiteInterpreterTest.Dict (0 ms) 2022-09-27T16:19:39.1683491Z [ RUN ] LiteInterpreterTest.List 2022-09-27T16:19:39.1692941Z [ OK ] LiteInterpreterTest.List (0 ms) 2022-09-27T16:19:39.1693319Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-09-27T16:19:39.1693670Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-09-27T16:19:39.1693988Z [ RUN ] LiteInterpreterTest.Prim 2022-09-27T16:19:39.1715774Z [ OK ] LiteInterpreterTest.Prim (2 ms) 2022-09-27T16:19:39.1716382Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-09-27T16:19:39.1721138Z [ OK ] LiteInterpreterTest.PrimScalar (0 ms) 2022-09-27T16:19:39.1721708Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-09-27T16:19:39.1775784Z [ OK ] LiteInterpreterTest.LoadOrigJit (5 ms) 2022-09-27T16:19:39.1776408Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-09-27T16:19:39.1792957Z [ OK ] LiteInterpreterTest.WrongMethodName (1 ms) 2022-09-27T16:19:39.1793561Z [ RUN ] LiteInterpreterTest.SetState 2022-09-27T16:19:39.1820705Z [ OK ] LiteInterpreterTest.SetState (2 ms) 2022-09-27T16:19:39.1821077Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-09-27T16:19:39.1828888Z [ OK ] LiteInterpreterTest.BuiltinClass (0 ms) 2022-09-27T16:19:39.1829229Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-09-27T16:19:39.1832872Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-09-27T16:19:39.1833559Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-09-27T16:19:39.1834317Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-09-27T16:19:39.1834831Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-09-27T16:19:39.1835265Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-09-27T16:19:39.1835663Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-09-27T16:19:39.1836028Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-09-27T16:19:39.1836510Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-09-27T16:19:39.1837112Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-09-27T16:19:39.1837674Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-09-27T16:19:39.2720694Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (88 ms) 2022-09-27T16:19:39.2721230Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-09-27T16:19:39.2795838Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (7 ms) 2022-09-27T16:19:39.2796274Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-09-27T16:19:39.2874321Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (7 ms) 2022-09-27T16:19:39.2874723Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-09-27T16:19:39.3029094Z [ OK ] LiteInterpreterTest.isCompatibleFail (15 ms) 2022-09-27T16:19:39.3029440Z [ RUN ] LiteInterpreterTest.Eval 2022-09-27T16:19:39.3042915Z [ OK ] LiteInterpreterTest.Eval (1 ms) 2022-09-27T16:19:39.3043400Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-09-27T16:19:39.3047911Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-09-27T16:19:39.3048275Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-09-27T16:19:39.3055981Z [ OK ] LiteInterpreterTest.FindAndRunMethod (0 ms) 2022-09-27T16:19:39.3056352Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-09-27T16:19:39.3063699Z [ OK ] LiteInterpreterTest.RunMethodVariadic (0 ms) 2022-09-27T16:19:39.3064066Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-09-27T16:19:39.3074694Z [ OK ] LiteInterpreterTest.DuplicateSetState (1 ms) 2022-09-27T16:19:39.3075050Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-09-27T16:19:39.3080168Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-09-27T16:19:39.3080581Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-09-27T16:19:39.3090051Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (0 ms) 2022-09-27T16:19:39.3090455Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-09-27T16:19:39.3105286Z [ OK ] LiteInterpreterTest.DefaultArgsConv (1 ms) 2022-09-27T16:19:39.3156940Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-09-27T16:19:39.3157364Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (5 ms) 2022-09-27T16:19:39.3157853Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:19:39.3167509Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-09-27T16:19:39.3168173Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-09-27T16:19:39.3189252Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (2 ms) 2022-09-27T16:19:39.3190203Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-09-27T16:19:39.3197276Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (0 ms) 2022-09-27T16:19:39.3197984Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-09-27T16:19:39.3295976Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (9 ms) 2022-09-27T16:19:39.3296608Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:19:39.3337727Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (4 ms) 2022-09-27T16:19:39.3338203Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-09-27T16:19:39.3342295Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-09-27T16:19:39.3342659Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-09-27T16:19:39.3360735Z [ OK ] LiteInterpreterTest.OperatorTest2 (1 ms) 2022-09-27T16:19:39.3361431Z [----------] 42 tests from LiteInterpreterTest (179 ms total) 2022-09-27T16:19:39.3361733Z 2022-09-27T16:19:39.3361949Z [----------] 3 tests from RunTimeTest 2022-09-27T16:19:39.3362359Z [ RUN ] RunTimeTest.ParseBytecode 2022-09-27T16:19:39.3362825Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-09-27T16:19:39.3363293Z [ RUN ] RunTimeTest.ParseOperator 2022-09-27T16:19:39.3363812Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-09-27T16:19:39.3364297Z [ RUN ] RunTimeTest.RuntimeCall 2022-09-27T16:19:39.3364751Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-09-27T16:19:39.3365566Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-09-27T16:19:39.3365824Z 2022-09-27T16:19:39.3366156Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-09-27T16:19:39.3366731Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-09-27T16:19:39.3367415Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-09-27T16:19:39.3368072Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-09-27T16:19:39.3368815Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-09-27T16:19:39.3369540Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-09-27T16:19:39.3370240Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-09-27T16:19:39.3370876Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-09-27T16:19:39.3371606Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-09-27T16:19:39.3372339Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-09-27T16:19:39.3372830Z expect output: 0.5000 2022-09-27T16:19:39.3373211Z [ CPUFloatType{1} ]actual output: 0.5000 2022-09-27T16:19:39.3373974Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-09-27T16:19:39.3374824Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-09-27T16:19:39.3375602Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-09-27T16:19:39.3376381Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-09-27T16:19:39.3377083Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-09-27T16:19:39.3378025Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-09-27T16:19:39.3378722Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-09-27T16:19:39.3379396Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-09-27T16:19:39.3380160Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-09-27T16:19:39.3380874Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-09-27T16:19:39.3381825Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-09-27T16:19:39.3382509Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-09-27T16:19:39.3383084Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-09-27T16:19:39.3383732Z [----------] 11 tests from LiteInterpreterUpgraderTest (1 ms total) 2022-09-27T16:19:39.3384031Z 2022-09-27T16:19:39.3384340Z [----------] 29 tests from LiteInterpreterDirectTest 2022-09-27T16:19:39.3384948Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-09-27T16:19:39.3392924Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (1 ms) 2022-09-27T16:19:39.3393632Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-09-27T16:19:39.3394254Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-09-27T16:19:39.3394952Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-09-27T16:19:39.3399724Z hello 2022-09-27T16:19:39.3399998Z hello 3 2022-09-27T16:19:39.3408506Z hello 2022-09-27T16:19:39.3408871Z hello 3 2022-09-27T16:19:39.3414597Z hello 2022-09-27T16:19:39.3414874Z hello 3 2022-09-27T16:19:39.3415475Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (2 ms) 2022-09-27T16:19:39.3416096Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-09-27T16:19:39.3432158Z [ OK ] LiteInterpreterDirectTest.Conv (1 ms) 2022-09-27T16:19:39.3432952Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-09-27T16:19:39.3439661Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-09-27T16:19:39.3440267Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-09-27T16:19:39.3444436Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-09-27T16:19:39.3445007Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-09-27T16:19:39.3449445Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-09-27T16:19:39.3450056Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-09-27T16:19:39.3453318Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-09-27T16:19:39.3453931Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-09-27T16:19:39.3471828Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-09-27T16:19:39.3472512Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-09-27T16:19:39.3475996Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (1 ms) 2022-09-27T16:19:39.3476634Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-09-27T16:19:39.3496974Z [ OK ] LiteInterpreterDirectTest.SetState (2 ms) 2022-09-27T16:19:39.3497850Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-09-27T16:19:39.3499382Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-09-27T16:19:39.3499951Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-09-27T16:19:39.3500562Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-09-27T16:19:39.3501145Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-09-27T16:19:39.3501719Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-09-27T16:19:39.3502283Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-09-27T16:19:39.3502801Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-09-27T16:19:39.3503320Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-09-27T16:19:39.3578091Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (7 ms) 2022-09-27T16:19:39.3578647Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-09-27T16:19:39.3585487Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-09-27T16:19:39.3586135Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-09-27T16:19:39.3587573Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-09-27T16:19:39.3588245Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-09-27T16:19:39.3593089Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-09-27T16:19:39.3593491Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-09-27T16:19:39.3597971Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-09-27T16:19:39.3598438Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-09-27T16:19:39.3603509Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-09-27T16:19:39.3604029Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-09-27T16:19:39.3609167Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-09-27T16:19:39.3609617Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-09-27T16:19:39.3621091Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (1 ms) 2022-09-27T16:19:39.3621609Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-09-27T16:19:39.3659628Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (3 ms) 2022-09-27T16:19:39.3660169Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:19:39.3665862Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-09-27T16:19:39.3666423Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-09-27T16:19:39.3688567Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (2 ms) 2022-09-27T16:19:39.3689178Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-09-27T16:19:39.3695348Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-09-27T16:19:39.3695983Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-09-27T16:19:39.3789643Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (9 ms) 2022-09-27T16:19:39.3790247Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:19:39.3813832Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-09-27T16:19:39.3814583Z [----------] 29 tests from LiteInterpreterDirectTest (43 ms total) 2022-09-27T16:19:39.3814778Z 2022-09-27T16:19:39.3814940Z [----------] 7 tests from LiteTrainerTest 2022-09-27T16:19:39.3815234Z [ RUN ] LiteTrainerTest.Params 2022-09-27T16:19:39.3907908Z [ OK ] LiteTrainerTest.Params (9 ms) 2022-09-27T16:19:39.3908444Z [ RUN ] LiteTrainerTest.SGD 2022-09-27T16:19:39.3987096Z [ OK ] LiteTrainerTest.SGD (7 ms) 2022-09-27T16:19:39.3987768Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-09-27T16:19:39.3988186Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-09-27T16:19:39.3988613Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:19:39.3989126Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:19:39.3989627Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:19:39.3990119Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:19:39.3990555Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-09-27T16:19:39.3990934Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:19:39.3991351Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:19:39.3991793Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:19:39.3992195Z [----------] 7 tests from LiteTrainerTest (17 ms total) 2022-09-27T16:19:39.3992355Z 2022-09-27T16:19:39.3992729Z [----------] 6 tests from MobileTest 2022-09-27T16:19:39.3993166Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-09-27T16:19:39.3994251Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-09-27T16:19:39.3994909Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-09-27T16:19:39.3995575Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-09-27T16:19:39.3995945Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-09-27T16:19:39.3996337Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-09-27T16:19:39.3996958Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-09-27T16:19:39.3997644Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-09-27T16:19:39.3998089Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-09-27T16:19:39.4015439Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (1 ms) 2022-09-27T16:19:39.4016064Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-09-27T16:19:39.4032896Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (1 ms) 2022-09-27T16:19:39.4033315Z [----------] 6 tests from MobileTest (4 ms total) 2022-09-27T16:19:39.4033469Z 2022-09-27T16:19:39.4033634Z [----------] 1 test from MemoryDAGTest 2022-09-27T16:19:39.4033908Z [ RUN ] MemoryDAGTest.Basic 2022-09-27T16:19:39.4034175Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-09-27T16:19:39.4034484Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-09-27T16:19:39.4034638Z 2022-09-27T16:19:39.4034801Z [----------] 1 test from InternedStringsTest 2022-09-27T16:19:39.4035290Z [ RUN ] InternedStringsTest.Basic 2022-09-27T16:19:39.4046267Z [ OK ] InternedStringsTest.Basic (1 ms) 2022-09-27T16:19:39.4046663Z [----------] 1 test from InternedStringsTest (1 ms total) 2022-09-27T16:19:39.4046843Z 2022-09-27T16:19:39.4047021Z [----------] 1 test from FromQualStringTest 2022-09-27T16:19:39.4047306Z [ RUN ] FromQualStringTest.Basic 2022-09-27T16:19:39.4058115Z [ OK ] FromQualStringTest.Basic (1 ms) 2022-09-27T16:19:39.4058742Z [----------] 1 test from FromQualStringTest (1 ms total) 2022-09-27T16:19:39.4059024Z 2022-09-27T16:19:39.4059163Z [----------] 1 test from THNNConvTest 2022-09-27T16:19:39.4059433Z [ RUN ] THNNConvTest.Basic 2022-09-27T16:19:39.4074293Z [ OK ] THNNConvTest.Basic (1 ms) 2022-09-27T16:19:39.4074660Z [----------] 1 test from THNNConvTest (1 ms total) 2022-09-27T16:19:39.4074845Z 2022-09-27T16:19:39.4075035Z [----------] 1 test from ATenNativeBatchNormTest 2022-09-27T16:19:39.4075353Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-09-27T16:19:39.4085202Z [ OK ] ATenNativeBatchNormTest.Basic (1 ms) 2022-09-27T16:19:39.4085664Z [----------] 1 test from ATenNativeBatchNormTest (1 ms total) 2022-09-27T16:19:39.4085913Z 2022-09-27T16:19:39.4086156Z [----------] 2 tests from CustomFusionTest 2022-09-27T16:19:39.4086674Z [ RUN ] CustomFusionTest.Basic 2022-09-27T16:19:39.4087359Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-09-27T16:19:39.4087657Z [ RUN ] CustomFusionTest.NestedBlocks 2022-09-27T16:19:39.4089594Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-09-27T16:19:39.4089964Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-09-27T16:19:39.4090129Z 2022-09-27T16:19:39.4090281Z [----------] 1 test from ControlFlowTest 2022-09-27T16:19:39.4090554Z [ RUN ] ControlFlowTest.Basic 2022-09-27T16:19:39.4097920Z [ OK ] ControlFlowTest.Basic (0 ms) 2022-09-27T16:19:39.4098384Z [----------] 1 test from ControlFlowTest (0 ms total) 2022-09-27T16:19:39.4098578Z 2022-09-27T16:19:39.4099022Z [----------] 1 test from ProtoTest 2022-09-27T16:19:39.4099428Z [ RUN ] ProtoTest.Basic 2022-09-27T16:19:39.4099731Z [ OK ] ProtoTest.Basic (0 ms) 2022-09-27T16:19:39.4100159Z [----------] 1 test from ProtoTest (0 ms total) 2022-09-27T16:19:39.4100371Z 2022-09-27T16:19:39.4100644Z [----------] 9 tests from SchemaParserTest 2022-09-27T16:19:39.4101115Z [ RUN ] SchemaParserTest.NestedArrays 2022-09-27T16:19:39.4101624Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-09-27T16:19:39.4101932Z [ RUN ] SchemaParserTest.OutVariant 2022-09-27T16:19:39.4102370Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-09-27T16:19:39.4102693Z [ RUN ] SchemaParserTest.NamedReturns 2022-09-27T16:19:39.4103015Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-09-27T16:19:39.4103308Z [ RUN ] SchemaParserTest.Futures 2022-09-27T16:19:39.4103614Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-09-27T16:19:39.4103942Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-09-27T16:19:39.4104282Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-09-27T16:19:39.4104671Z [ RUN ] SchemaParserTest.TensorListAnnotatedAliasSets 2022-09-27T16:19:39.4105102Z [ OK ] SchemaParserTest.TensorListAnnotatedAliasSets (0 ms) 2022-09-27T16:19:39.4105639Z [ RUN ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet 2022-09-27T16:19:39.4106177Z [ OK ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet (0 ms) 2022-09-27T16:19:39.4106561Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-09-27T16:19:39.4107083Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-09-27T16:19:39.4107412Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-09-27T16:19:39.4107762Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-09-27T16:19:39.4108124Z [----------] 9 tests from SchemaParserTest (0 ms total) 2022-09-27T16:19:39.4108284Z 2022-09-27T16:19:39.4108441Z [----------] 2 tests from TopologicalIndexTest 2022-09-27T16:19:39.4108742Z [ RUN ] TopologicalIndexTest.Basic 2022-09-27T16:19:39.4109057Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-09-27T16:19:39.4109364Z [ RUN ] TopologicalIndexTest.Reindex 2022-09-27T16:19:39.4109681Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-09-27T16:19:39.4110027Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-09-27T16:19:39.4110194Z 2022-09-27T16:19:39.4110355Z [----------] 7 tests from RecordFunctionTest 2022-09-27T16:19:39.4110693Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-09-27T16:19:39.4162422Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (5 ms) 2022-09-27T16:19:39.4162808Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-09-27T16:19:39.4220166Z [ OK ] RecordFunctionTest.SampledCallbacks (5 ms) 2022-09-27T16:19:39.4220817Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-09-27T16:19:39.4221371Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-09-27T16:19:39.4221774Z [ RUN ] RecordFunctionTest.Callbacks 2022-09-27T16:19:39.4222453Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-09-27T16:19:39.4222893Z [ RUN ] RecordFunctionTest.ShouldRun 2022-09-27T16:19:39.4223223Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-09-27T16:19:39.4223640Z [ RUN ] RecordFunctionTest.Basic 2022-09-27T16:19:39.4224543Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-09-27T16:19:39.4224980Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-09-27T16:19:39.4225478Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-09-27T16:19:39.4226301Z [----------] 7 tests from RecordFunctionTest (11 ms total) 2022-09-27T16:19:39.4226567Z 2022-09-27T16:19:39.4226798Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-09-27T16:19:39.4227125Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-09-27T16:19:39.4227641Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-09-27T16:19:39.4228262Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-09-27T16:19:39.4228564Z 2022-09-27T16:19:39.4228728Z [----------] 1 test from TestSymIntArrayRef 2022-09-27T16:19:39.4229223Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-09-27T16:19:39.4229840Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-09-27T16:19:39.4230379Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-09-27T16:19:39.4230631Z 2022-09-27T16:19:39.4230884Z [----------] 5 tests from TestSymInt 2022-09-27T16:19:39.4231468Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-09-27T16:19:39.4232003Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-09-27T16:19:39.4232347Z [ RUN ] TestSymInt.NarrowCopy 2022-09-27T16:19:39.4232779Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-09-27T16:19:39.4233325Z [ RUN ] TestSymInt.AddSymbolicInt 2022-09-27T16:19:39.4233639Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-09-27T16:19:39.4233935Z [ RUN ] TestSymInt.TestIntrusive 2022-09-27T16:19:39.4234234Z [ OK ] TestSymInt.TestIntrusive (0 ms) 2022-09-27T16:19:39.4234565Z [ RUN ] TestSymInt.TestSymIntToSymIntNodeDispatch 2022-09-27T16:19:39.4234967Z [ OK ] TestSymInt.TestSymIntToSymIntNodeDispatch (0 ms) 2022-09-27T16:19:39.4235470Z [----------] 5 tests from TestSymInt (0 ms total) 2022-09-27T16:19:39.4235622Z 2022-09-27T16:19:39.4235786Z [----------] 1 test from FallbackGraphsTest 2022-09-27T16:19:39.4236062Z [ RUN ] FallbackGraphsTest.Basic 2022-09-27T16:19:39.4242400Z [ OK ] FallbackGraphsTest.Basic (0 ms) 2022-09-27T16:19:39.4243028Z [----------] 1 test from FallbackGraphsTest (0 ms total) 2022-09-27T16:19:39.4243331Z 2022-09-27T16:19:39.4243596Z [----------] 1 test from NoneSchemaMatchTest 2022-09-27T16:19:39.4244049Z [ RUN ] NoneSchemaMatchTest.Basic 2022-09-27T16:19:39.4244364Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-09-27T16:19:39.4244861Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-09-27T16:19:39.4245147Z 2022-09-27T16:19:39.4245447Z [----------] 1 test from PassManagementTest 2022-09-27T16:19:39.4245986Z [ RUN ] PassManagementTest.Basic 2022-09-27T16:19:39.4246412Z [ OK ] PassManagementTest.Basic (0 ms) 2022-09-27T16:19:39.4246733Z [----------] 1 test from PassManagementTest (0 ms total) 2022-09-27T16:19:39.4246893Z 2022-09-27T16:19:39.4247047Z [----------] 5 tests from LoopPeelerTest 2022-09-27T16:19:39.4247378Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-09-27T16:19:39.4250047Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-09-27T16:19:39.4250635Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-09-27T16:19:39.4253951Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-09-27T16:19:39.4254614Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-09-27T16:19:39.4259451Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-09-27T16:19:39.4259982Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-09-27T16:19:39.4267045Z [ OK ] LoopPeelerTest.SimpleNestedLoops (0 ms) 2022-09-27T16:19:39.4267496Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-09-27T16:19:39.4277578Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (1 ms) 2022-09-27T16:19:39.4278036Z [----------] 5 tests from LoopPeelerTest (3 ms total) 2022-09-27T16:19:39.4278431Z 2022-09-27T16:19:39.4278592Z [----------] 1 test from JitTracing 2022-09-27T16:19:39.4278858Z [ RUN ] JitTracing.Basic 2022-09-27T16:19:39.4424252Z [ OK ] JitTracing.Basic (14 ms) 2022-09-27T16:19:39.4424601Z [----------] 1 test from JitTracing (14 ms total) 2022-09-27T16:19:39.4424749Z 2022-09-27T16:19:39.4424969Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-09-27T16:19:39.4425357Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-09-27T16:19:39.4430313Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-09-27T16:19:39.4430772Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-09-27T16:19:39.4430979Z 2022-09-27T16:19:39.4431138Z [----------] 1 test from InsertBailOutsTest 2022-09-27T16:19:39.4431417Z [ RUN ] InsertBailOutsTest.Basic 2022-09-27T16:19:39.4441112Z [ OK ] InsertBailOutsTest.Basic (1 ms) 2022-09-27T16:19:39.4441514Z [----------] 1 test from InsertBailOutsTest (1 ms total) 2022-09-27T16:19:39.4441676Z 2022-09-27T16:19:39.4441837Z [----------] 2 tests from ProfilerTest 2022-09-27T16:19:39.4442099Z [ RUN ] ProfilerTest.Basic 2022-09-27T16:19:39.4565987Z [ OK ] ProfilerTest.Basic (12 ms) 2022-09-27T16:19:39.4566369Z [ RUN ] ProfilerTest.OptionalProfiling 2022-09-27T16:19:39.4567449Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-09-27T16:19:39.4568019Z [----------] 2 tests from ProfilerTest (12 ms total) 2022-09-27T16:19:39.4568301Z 2022-09-27T16:19:39.4568856Z [----------] 2 tests from CallStackTest 2022-09-27T16:19:39.4569128Z [ RUN ] CallStackTest.Basic 2022-09-27T16:19:39.4574771Z [ OK ] CallStackTest.Basic (0 ms) 2022-09-27T16:19:39.4575074Z [ RUN ] CallStackTest.Caching 2022-09-27T16:19:39.4578868Z [ OK ] CallStackTest.Caching (0 ms) 2022-09-27T16:19:39.4579431Z [----------] 2 tests from CallStackTest (1 ms total) 2022-09-27T16:19:39.4579707Z 2022-09-27T16:19:39.4579888Z [----------] 2 tests from InlinedCallStackTest 2022-09-27T16:19:39.4580219Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-09-27T16:19:39.4586518Z [ OK ] InlinedCallStackTest.BlockAnnotation (0 ms) 2022-09-27T16:19:39.4587118Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-09-27T16:19:39.4597204Z [ OK ] InlinedCallStackTest.SelfCallMethods (1 ms) 2022-09-27T16:19:39.4597891Z [----------] 2 tests from InlinedCallStackTest (1 ms total) 2022-09-27T16:19:39.4598085Z 2022-09-27T16:19:39.4598249Z [----------] 1 test from AutogradSymbolsTest 2022-09-27T16:19:39.4598532Z [ RUN ] AutogradSymbolsTest.Basic 2022-09-27T16:19:39.4598836Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-09-27T16:19:39.4599244Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-09-27T16:19:39.4599456Z 2022-09-27T16:19:39.4599685Z [----------] 1 test from DefaultArgTypeHintingTest 2022-09-27T16:19:39.4600161Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-09-27T16:19:39.4600600Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-09-27T16:19:39.4601003Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-09-27T16:19:39.4601169Z 2022-09-27T16:19:39.4601314Z [----------] 5 tests from FuturesTest 2022-09-27T16:19:39.4601575Z [ RUN ] FuturesTest.Basic 2022-09-27T16:19:39.4601842Z [ OK ] FuturesTest.Basic (0 ms) 2022-09-27T16:19:39.4602092Z [ RUN ] FuturesTest.Error 2022-09-27T16:19:39.4608966Z [ OK ] FuturesTest.Error (0 ms) 2022-09-27T16:19:39.4609351Z [ RUN ] FuturesTest.Then 2022-09-27T16:19:39.4609655Z [ OK ] FuturesTest.Then (0 ms) 2022-09-27T16:19:39.4610085Z [ RUN ] FuturesTest.CollectAll 2022-09-27T16:19:39.4610385Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-09-27T16:19:39.4610671Z [ RUN ] FuturesTest.CollectAny 2022-09-27T16:19:39.4611025Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-09-27T16:19:39.4611387Z [----------] 5 tests from FuturesTest (0 ms total) 2022-09-27T16:19:39.4611537Z 2022-09-27T16:19:39.4611711Z [----------] 1 test from TLSFutureCallbacksTest 2022-09-27T16:19:39.4612144Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-09-27T16:19:39.4612628Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-09-27T16:19:39.4612987Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-09-27T16:19:39.4613161Z 2022-09-27T16:19:39.4613365Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-09-27T16:19:39.4613771Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-09-27T16:19:39.4614976Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-09-27T16:19:39.4615374Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-09-27T16:19:39.4615566Z 2022-09-27T16:19:39.4615729Z [----------] 2 tests from RecordDebugHandles 2022-09-27T16:19:39.4616011Z [ RUN ] RecordDebugHandles.Basic 2022-09-27T16:19:39.4617148Z STAGE:2022-09-27 16:19:39 9728:9728 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:39.4619446Z STAGE:2022-09-27 16:19:39 9728:9728 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:39.4620553Z [ OK ] RecordDebugHandles.Basic (0 ms) 2022-09-27T16:19:39.4621157Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-09-27T16:19:39.4621735Z STAGE:2022-09-27 16:19:39 9728:9728 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:39.4626352Z STAGE:2022-09-27 16:19:39 9728:9728 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:39.4627225Z STAGE:2022-09-27 16:19:39 9728:9728 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:39.4631533Z STAGE:2022-09-27 16:19:39 9728:9728 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:39.4632195Z STAGE:2022-09-27 16:19:39 9728:9728 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:39.4638864Z STAGE:2022-09-27 16:19:39 9728:9728 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:39.4639337Z [ OK ] RecordDebugHandles.ScopedCallbacks (1 ms) 2022-09-27T16:19:39.4639689Z [----------] 2 tests from RecordDebugHandles (2 ms total) 2022-09-27T16:19:39.4639858Z 2022-09-27T16:19:39.4640019Z [----------] 1 test from IValueKWargsTest 2022-09-27T16:19:39.4640309Z [ RUN ] IValueKWargsTest.Basic 2022-09-27T16:19:39.4646483Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-09-27T16:19:39.4647074Z [----------] 1 test from IValueKWargsTest (0 ms total) 2022-09-27T16:19:39.4647354Z 2022-09-27T16:19:39.4647661Z [----------] 1 test from ComputeFlopsTest 2022-09-27T16:19:39.4648101Z [ RUN ] ComputeFlopsTest.Basic 2022-09-27T16:19:39.4648473Z [W util.cpp:507] Warning: Failed to compute flops for op aten::conv2d because both input and weight must be size 4. (function computeFlops) 2022-09-27T16:19:39.4649126Z [W util.cpp:522] Warning: Failed to compute flops for op aten::conv2d because stride must be size 2 and cannot be 0. (function computeFlops) 2022-09-27T16:19:39.4649745Z [W util.cpp:478] Warning: Calculating flops for aten::conv2d requires groups, padding, stride, dilation, input_size, and weight_size in saved arguments. (function computeFlops) 2022-09-27T16:19:39.4650393Z [W util.cpp:551] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-09-27T16:19:39.4651072Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-09-27T16:19:39.4651414Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-09-27T16:19:39.4651577Z 2022-09-27T16:19:39.4651726Z [----------] 1 test from TestConstant 2022-09-27T16:19:39.4652010Z [ RUN ] TestConstant.TensorGrad 2022-09-27T16:19:39.4652294Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-09-27T16:19:39.4652614Z [----------] 1 test from TestConstant (0 ms total) 2022-09-27T16:19:39.4652764Z 2022-09-27T16:19:39.4652909Z [----------] 1 test from TestMutation 2022-09-27T16:19:39.4653160Z [ RUN ] TestMutation.Basic 2022-09-27T16:19:39.4653441Z [ OK ] TestMutation.Basic (0 ms) 2022-09-27T16:19:39.4653745Z [----------] 1 test from TestMutation (0 ms total) 2022-09-27T16:19:39.4653893Z 2022-09-27T16:19:39.4654094Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-09-27T16:19:39.4654456Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-09-27T16:19:39.4654839Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-09-27T16:19:39.4655250Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-09-27T16:19:39.4655450Z 2022-09-27T16:19:39.4655599Z [----------] 1 test from TestRegisterShapeOp 2022-09-27T16:19:39.4655899Z [ RUN ] TestRegisterShapeOp.Basic 2022-09-27T16:19:39.5938307Z [ OK ] TestRegisterShapeOp.Basic (128 ms) 2022-09-27T16:19:39.5938779Z [----------] 1 test from TestRegisterShapeOp (128 ms total) 2022-09-27T16:19:39.5938955Z 2022-09-27T16:19:39.5939161Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-09-27T16:19:39.5939760Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-09-27T16:19:39.5940142Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-09-27T16:19:39.5940552Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-09-27T16:19:39.5940739Z 2022-09-27T16:19:39.5940907Z [----------] 2 tests from TestFunctionExecutor 2022-09-27T16:19:39.5941252Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-09-27T16:19:39.5942750Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-09-27T16:19:39.5943123Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-09-27T16:19:39.5962309Z [ OK ] TestFunctionExecutor.RunDecompositionTest (1 ms) 2022-09-27T16:19:39.5962858Z [----------] 2 tests from TestFunctionExecutor (2 ms total) 2022-09-27T16:19:39.5963034Z 2022-09-27T16:19:39.5963219Z [----------] 1 test from TestShapeGraphLinting 2022-09-27T16:19:39.5963528Z [ RUN ] TestShapeGraphLinting.Basic 2022-09-27T16:19:39.5972109Z [ OK ] TestShapeGraphLinting.Basic (1 ms) 2022-09-27T16:19:39.5972510Z [----------] 1 test from TestShapeGraphLinting (1 ms total) 2022-09-27T16:19:39.5972685Z 2022-09-27T16:19:39.5972840Z [----------] 1 test from Composed 2022-09-27T16:19:39.5973145Z [ RUN ] Composed.ComposedOp 2022-09-27T16:19:39.9026495Z [ OK ] Composed.ComposedOp (305 ms) 2022-09-27T16:19:39.9027089Z [----------] 1 test from Composed (305 ms total) 2022-09-27T16:19:39.9027361Z 2022-09-27T16:19:39.9027710Z [----------] 19 tests from MobileTypeParserTest 2022-09-27T16:19:39.9028270Z [ RUN ] MobileTypeParserTest.Int 2022-09-27T16:19:39.9028658Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-09-27T16:19:39.9029044Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-09-27T16:19:39.9029513Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-09-27T16:19:39.9029914Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-09-27T16:19:39.9030257Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-09-27T16:19:39.9030852Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-09-27T16:19:39.9031257Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-09-27T16:19:39.9031706Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-09-27T16:19:39.9032230Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-09-27T16:19:39.9032655Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-09-27T16:19:39.9033007Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-09-27T16:19:39.9033391Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-09-27T16:19:39.9033851Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-09-27T16:19:39.9034324Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-09-27T16:19:39.9034804Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-09-27T16:19:39.9035267Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-09-27T16:19:39.9035701Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-09-27T16:19:39.9036063Z [ RUN ] MobileTypeParserTest.Empty 2022-09-27T16:19:39.9058161Z [ OK ] MobileTypeParserTest.Empty (2 ms) 2022-09-27T16:19:39.9058684Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-09-27T16:19:39.9092367Z [ OK ] MobileTypeParserTest.TypoRaises (3 ms) 2022-09-27T16:19:39.9092970Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-09-27T16:19:39.9127255Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (3 ms) 2022-09-27T16:19:39.9127950Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-09-27T16:19:39.9161555Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (3 ms) 2022-09-27T16:19:39.9161979Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-09-27T16:19:39.9190053Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (2 ms) 2022-09-27T16:19:39.9190482Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-09-27T16:19:39.9224899Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (3 ms) 2022-09-27T16:19:39.9225352Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-09-27T16:19:39.9252352Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (2 ms) 2022-09-27T16:19:39.9252821Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-09-27T16:19:39.9269196Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (1 ms) 2022-09-27T16:19:39.9269868Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-09-27T16:19:39.9285900Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (1 ms) 2022-09-27T16:19:39.9286358Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-09-27T16:19:39.9325903Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (3 ms) 2022-09-27T16:19:39.9326359Z [----------] 19 tests from MobileTypeParserTest (30 ms total) 2022-09-27T16:19:39.9326541Z 2022-09-27T16:19:39.9326702Z [----------] 13 tests from ModuleAPITest 2022-09-27T16:19:39.9327004Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-09-27T16:19:39.9353813Z [ OK ] ModuleAPITest.MethodRunAsync (2 ms) 2022-09-27T16:19:39.9354249Z [ RUN ] ModuleAPITest.Clone 2022-09-27T16:19:39.9354617Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-09-27T16:19:39.9355036Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-09-27T16:19:39.9363372Z [ OK ] ModuleAPITest.CloneWithModuleInterface (0 ms) 2022-09-27T16:19:39.9363924Z [ RUN ] ModuleAPITest.Copy 2022-09-27T16:19:39.9364471Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-09-27T16:19:39.9365226Z [ RUN ] ModuleAPITest.DeepCopy 2022-09-27T16:19:39.9365848Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-09-27T16:19:39.9366301Z [ RUN ] ModuleAPITest.DeepCopyString 2022-09-27T16:19:39.9366712Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-09-27T16:19:39.9367120Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-09-27T16:19:39.9367593Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-09-27T16:19:39.9367929Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-09-27T16:19:39.9368316Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-09-27T16:19:39.9368732Z [ RUN ] ModuleAPITest.Constants 2022-09-27T16:19:39.9369038Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-09-27T16:19:39.9369325Z [ RUN ] ModuleAPITest.Parameters 2022-09-27T16:19:39.9369629Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-09-27T16:19:39.9369919Z [ RUN ] ModuleAPITest.Define 2022-09-27T16:19:39.9371895Z [ OK ] ModuleAPITest.Define (0 ms) 2022-09-27T16:19:39.9372184Z [ RUN ] ModuleAPITest.Freezing 2022-09-27T16:19:39.9386820Z [ OK ] ModuleAPITest.Freezing (1 ms) 2022-09-27T16:19:39.9387128Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-09-27T16:19:39.9400929Z [ OK ] ModuleAPITest.OfiFreezesTraining (1 ms) 2022-09-27T16:19:39.9401382Z [----------] 13 tests from ModuleAPITest (7 ms total) 2022-09-27T16:19:39.9401625Z 2022-09-27T16:19:39.9401877Z [----------] 6 tests from PeepholeOptimizeTest 2022-09-27T16:19:39.9402357Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-09-27T16:19:39.9403017Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-09-27T16:19:39.9403460Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-09-27T16:19:39.9403900Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-09-27T16:19:39.9404346Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-09-27T16:19:39.9404908Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-09-27T16:19:39.9405458Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-09-27T16:19:39.9405945Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-09-27T16:19:39.9406469Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-09-27T16:19:39.9406883Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-09-27T16:19:39.9407232Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-09-27T16:19:39.9407561Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-09-27T16:19:39.9407925Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-09-27T16:19:39.9408098Z 2022-09-27T16:19:39.9408258Z [----------] 5 tests from QualifiedNameTest 2022-09-27T16:19:39.9408572Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-09-27T16:19:39.9409030Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-09-27T16:19:39.9409392Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-09-27T16:19:39.9409741Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-09-27T16:19:39.9410094Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-09-27T16:19:39.9433585Z [ OK ] QualifiedNameTest.BadInputRaises (2 ms) 2022-09-27T16:19:39.9433945Z [ RUN ] QualifiedNameTest.Equality 2022-09-27T16:19:39.9434250Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-09-27T16:19:39.9434578Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-09-27T16:19:39.9434952Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-09-27T16:19:39.9435342Z [----------] 5 tests from QualifiedNameTest (2 ms total) 2022-09-27T16:19:39.9435542Z 2022-09-27T16:19:39.9435712Z [----------] 6 tests from SerializationTest 2022-09-27T16:19:39.9436292Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-09-27T16:19:39.9436787Z [W export_module.cpp:583] Warning: An extra files hook attempted to write metadata.json but this is already written in extra files and so will be skipped. This warning will only appear once per process. (function operator()) 2022-09-27T16:19:39.9441959Z [ OK ] SerializationTest.ExtraFilesHookPreference (0 ms) 2022-09-27T16:19:39.9442475Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-09-27T16:19:39.9443159Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-09-27T16:19:39.9443697Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-09-27T16:19:39.9444348Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-09-27T16:19:39.9444712Z [ RUN ] SerializationTest.TypeTags 2022-09-27T16:19:39.9447412Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-09-27T16:19:39.9447762Z [ RUN ] SerializationTest.ParentDirNotExist 2022-09-27T16:19:39.9477467Z [ OK ] SerializationTest.ParentDirNotExist (2 ms) 2022-09-27T16:19:39.9477933Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-09-27T16:19:39.9478346Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-09-27T16:19:39.9478718Z [----------] 6 tests from SerializationTest (4 ms total) 2022-09-27T16:19:39.9478884Z 2022-09-27T16:19:39.9479054Z [----------] 3 tests from TestSourceRoundTrip 2022-09-27T16:19:39.9479394Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-09-27T16:19:39.9492855Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (1 ms) 2022-09-27T16:19:39.9493508Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-09-27T16:19:39.9494162Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-09-27T16:19:39.9494528Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-09-27T16:19:39.9547934Z [ OK ] TestSourceRoundTrip.MethodInvocation (5 ms) 2022-09-27T16:19:39.9548633Z [----------] 3 tests from TestSourceRoundTrip (6 ms total) 2022-09-27T16:19:39.9548809Z 2022-09-27T16:19:39.9549004Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-09-27T16:19:39.9549352Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-09-27T16:19:39.9549694Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-09-27T16:19:39.9550075Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-09-27T16:19:39.9560344Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (1 ms) 2022-09-27T16:19:39.9561152Z [----------] 2 tests from FunctionSchemaIsAliasingTest (1 ms total) 2022-09-27T16:19:39.9561358Z 2022-09-27T16:19:39.9561552Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-09-27T16:19:39.9561893Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-09-27T16:19:39.9562242Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-09-27T16:19:39.9562598Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-09-27T16:19:39.9578971Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (1 ms) 2022-09-27T16:19:39.9579738Z [----------] 2 tests from FunctionSchemaIsMutableTest (1 ms total) 2022-09-27T16:19:39.9579950Z 2022-09-27T16:19:39.9580131Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-09-27T16:19:39.9580446Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-09-27T16:19:39.9581375Z [ OK ] SchemaInfoIsMutableTest.Basic (0 ms) 2022-09-27T16:19:39.9581993Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-09-27T16:19:39.9605841Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (2 ms) 2022-09-27T16:19:39.9606551Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-09-27T16:19:39.9607120Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-09-27T16:19:39.9607980Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-09-27T16:19:39.9608733Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-09-27T16:19:39.9609145Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-09-27T16:19:39.9609494Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-09-27T16:19:39.9609872Z [----------] 5 tests from SchemaInfoIsMutableTest (2 ms total) 2022-09-27T16:19:39.9610037Z 2022-09-27T16:19:39.9610245Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-09-27T16:19:39.9610617Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-09-27T16:19:39.9610997Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-09-27T16:19:39.9611363Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-09-27T16:19:39.9611753Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-09-27T16:19:39.9612171Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-09-27T16:19:39.9612367Z 2022-09-27T16:19:39.9612554Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-09-27T16:19:39.9612873Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-09-27T16:19:39.9613214Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-09-27T16:19:39.9613582Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-09-27T16:19:39.9627480Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (1 ms) 2022-09-27T16:19:39.9628077Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-09-27T16:19:39.9628496Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-09-27T16:19:39.9629154Z [----------] 3 tests from FunctionSchemaMayAliasTest (1 ms total) 2022-09-27T16:19:39.9629412Z 2022-09-27T16:19:39.9629700Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-09-27T16:19:39.9630192Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-09-27T16:19:39.9630712Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-09-27T16:19:39.9631289Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-09-27T16:19:39.9631925Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-09-27T16:19:39.9632629Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-09-27T16:19:39.9633137Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-09-27T16:19:39.9633661Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-09-27T16:19:39.9634140Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-09-27T16:19:39.9634709Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-09-27T16:19:39.9635282Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-09-27T16:19:39.9635876Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-09-27T16:19:39.9636321Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-09-27T16:19:39.9636742Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-09-27T16:19:39.9637213Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-09-27T16:19:39.9637625Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-09-27T16:19:39.9638006Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-09-27T16:19:39.9638392Z [----------] 7 tests from SchemaInfoMayAliasTest (0 ms total) 2022-09-27T16:19:39.9638554Z 2022-09-27T16:19:39.9638760Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-09-27T16:19:39.9639132Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-09-27T16:19:39.9639609Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-09-27T16:19:39.9639986Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-09-27T16:19:39.9640391Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-09-27T16:19:39.9640846Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-09-27T16:19:39.9641437Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-09-27T16:19:39.9641957Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-09-27T16:19:39.9642156Z 2022-09-27T16:19:39.9642354Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-09-27T16:19:39.9642766Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-09-27T16:19:39.9643224Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-09-27T16:19:39.9643708Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-09-27T16:19:39.9644211Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-09-27T16:19:39.9644675Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-09-27T16:19:39.9645185Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-09-27T16:19:39.9645741Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-09-27T16:19:39.9646323Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-09-27T16:19:39.9646848Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-09-27T16:19:39.9647352Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-09-27T16:19:39.9647839Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-09-27T16:19:39.9648229Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-09-27T16:19:39.9648704Z [----------] 6 tests from SchemaInfoMayContainAliasTest (0 ms total) 2022-09-27T16:19:39.9648895Z 2022-09-27T16:19:39.9649065Z [----------] 2 tests from SchemaMatchingTest 2022-09-27T16:19:39.9649371Z [ RUN ] SchemaMatchingTest.VarType 2022-09-27T16:19:39.9649677Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-09-27T16:19:39.9649993Z [ RUN ] SchemaMatchingTest.VarType2 2022-09-27T16:19:39.9650314Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-09-27T16:19:39.9650658Z [----------] 2 tests from SchemaMatchingTest (0 ms total) 2022-09-27T16:19:39.9650808Z 2022-09-27T16:19:39.9650959Z [----------] 6 tests from StackOptTest 2022-09-27T16:19:39.9651259Z [ RUN ] StackOptTest.UseVariadicStack 2022-09-27T16:19:39.9745391Z [ OK ] StackOptTest.UseVariadicStack (9 ms) 2022-09-27T16:19:39.9745857Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-09-27T16:19:39.9799591Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (5 ms) 2022-09-27T16:19:39.9800136Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-09-27T16:19:39.9826408Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (2 ms) 2022-09-27T16:19:39.9827032Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-09-27T16:19:39.9862085Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (3 ms) 2022-09-27T16:19:39.9862793Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-09-27T16:19:39.9911377Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (4 ms) 2022-09-27T16:19:39.9911939Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-09-27T16:19:39.9987093Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (7 ms) 2022-09-27T16:19:39.9987946Z [----------] 6 tests from StackOptTest (33 ms total) 2022-09-27T16:19:39.9988599Z 2022-09-27T16:19:39.9989019Z [----------] 16 tests from SubgraphMatcherTest 2022-09-27T16:19:39.9989553Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-09-27T16:19:39.9990114Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-09-27T16:19:39.9990693Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-09-27T16:19:39.9991244Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-09-27T16:19:39.9991766Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-09-27T16:19:39.9992355Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-09-27T16:19:39.9992908Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-09-27T16:19:39.9993474Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-09-27T16:19:39.9994040Z [ RUN ] SubgraphMatcherTest.Linear1 2022-09-27T16:19:39.9994632Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-09-27T16:19:39.9995176Z [ RUN ] SubgraphMatcherTest.Linear2 2022-09-27T16:19:39.9995680Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-09-27T16:19:39.9996232Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-09-27T16:19:39.9996701Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-09-27T16:19:39.9997017Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-09-27T16:19:39.9997334Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-09-27T16:19:39.9997648Z [ RUN ] SubgraphMatcherTest.XPattern 2022-09-27T16:19:39.9997954Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-09-27T16:19:39.9998291Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-09-27T16:19:39.9998734Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-09-27T16:19:39.9999082Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-09-27T16:19:39.9999465Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-09-27T16:19:39.9999847Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-09-27T16:19:40.0000214Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-09-27T16:19:40.0000596Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-09-27T16:19:40.0000978Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-09-27T16:19:40.0001351Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-09-27T16:19:40.0001714Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-09-27T16:19:40.0002059Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-09-27T16:19:40.0020478Z [ OK ] SubgraphMatcherTest.BadPattern (2 ms) 2022-09-27T16:19:40.0021037Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-09-27T16:19:40.0021637Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-09-27T16:19:40.0022254Z [----------] 16 tests from SubgraphMatcherTest (3 ms total) 2022-09-27T16:19:40.0022428Z 2022-09-27T16:19:40.0022642Z [----------] 4 tests from SubgraphRewriterTest 2022-09-27T16:19:40.0023101Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-09-27T16:19:40.0023672Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-09-27T16:19:40.0024185Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-09-27T16:19:40.0024550Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-09-27T16:19:40.0024882Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-09-27T16:19:40.0028387Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-09-27T16:19:40.0028850Z [ RUN ] SubgraphRewriterTest.OutputType 2022-09-27T16:19:40.0029808Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-09-27T16:19:40.0030485Z [----------] 4 tests from SubgraphRewriterTest (0 ms total) 2022-09-27T16:19:40.0030717Z 2022-09-27T16:19:40.0030880Z [----------] 3 tests from SubgraphUtilsTest 2022-09-27T16:19:40.0031326Z [ RUN ] SubgraphUtilsTest.Basic 2022-09-27T16:19:40.0033813Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-09-27T16:19:40.0034411Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-09-27T16:19:40.0037137Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-09-27T16:19:40.0037766Z [ RUN ] SubgraphUtilsTest.GraphName 2022-09-27T16:19:40.0038341Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-09-27T16:19:40.0038944Z [----------] 3 tests from SubgraphUtilsTest (0 ms total) 2022-09-27T16:19:40.0039241Z 2022-09-27T16:19:40.0039524Z [----------] 8 tests from UnionTypeTest 2022-09-27T16:19:40.0040054Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-09-27T16:19:40.0040705Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-09-27T16:19:40.0041390Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-09-27T16:19:40.0041955Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-09-27T16:19:40.0042324Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-09-27T16:19:40.0042677Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-09-27T16:19:40.0043068Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-09-27T16:19:40.0043485Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-09-27T16:19:40.0043870Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-09-27T16:19:40.0044222Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-09-27T16:19:40.0044622Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-09-27T16:19:40.0045234Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-09-27T16:19:40.0045615Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-09-27T16:19:40.0045951Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-09-27T16:19:40.0046271Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-09-27T16:19:40.0046611Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-09-27T16:19:40.0046950Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-09-27T16:19:40.0047104Z 2022-09-27T16:19:40.0047252Z [----------] 2 tests from ScriptProfileTest 2022-09-27T16:19:40.0047545Z [ RUN ] ScriptProfileTest.Basic 2022-09-27T16:19:40.0047843Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-09-27T16:19:40.0048155Z [ RUN ] ScriptProfileTest.CallingOrder 2022-09-27T16:19:40.0063643Z [ OK ] ScriptProfileTest.CallingOrder (2 ms) 2022-09-27T16:19:40.0064274Z [----------] 2 tests from ScriptProfileTest (2 ms total) 2022-09-27T16:19:40.0064452Z 2022-09-27T16:19:40.0064619Z [----------] 7 tests from ShapeAnalysisTest 2022-09-27T16:19:40.0064945Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-09-27T16:19:40.0143717Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (7 ms) 2022-09-27T16:19:40.0144273Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-09-27T16:19:40.0161346Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (1 ms) 2022-09-27T16:19:40.0161902Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-09-27T16:19:40.0239695Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (7 ms) 2022-09-27T16:19:40.0240248Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-09-27T16:19:40.0246348Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (0 ms) 2022-09-27T16:19:40.0246756Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-09-27T16:19:40.0254108Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (0 ms) 2022-09-27T16:19:40.0254565Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-09-27T16:19:40.0284935Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (3 ms) 2022-09-27T16:19:40.0285348Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-09-27T16:19:40.0299181Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (1 ms) 2022-09-27T16:19:40.0299873Z [----------] 7 tests from ShapeAnalysisTest (23 ms total) 2022-09-27T16:19:40.0300197Z 2022-09-27T16:19:40.0300468Z [----------] 5 tests from JitLoggingTest 2022-09-27T16:19:40.0301008Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-09-27T16:19:40.0301372Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-09-27T16:19:40.0301745Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-09-27T16:19:40.0302126Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-09-27T16:19:40.0302515Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-09-27T16:19:40.0302918Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-09-27T16:19:40.0303287Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-09-27T16:19:40.0303663Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-09-27T16:19:40.0304037Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-09-27T16:19:40.0304418Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-09-27T16:19:40.0304764Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-09-27T16:19:40.0304925Z 2022-09-27T16:19:40.0305076Z [----------] 9 tests from FileFormatTest 2022-09-27T16:19:40.0305411Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-09-27T16:19:40.0305909Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-09-27T16:19:40.0306279Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-09-27T16:19:40.0306633Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-09-27T16:19:40.0306988Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-09-27T16:19:40.0307381Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-09-27T16:19:40.0307749Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-09-27T16:19:40.0308105Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-09-27T16:19:40.0308444Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-09-27T16:19:40.0308800Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-09-27T16:19:40.0309151Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-09-27T16:19:40.0309492Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-09-27T16:19:40.0309841Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-09-27T16:19:40.0310193Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-09-27T16:19:40.0310571Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-09-27T16:19:40.0311075Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-09-27T16:19:40.0311612Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-09-27T16:19:40.0311957Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-09-27T16:19:40.0312289Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-09-27T16:19:40.0312442Z 2022-09-27T16:19:40.0312599Z [----------] 35 tests from FlatbufferTest 2022-09-27T16:19:40.0312910Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-09-27T16:19:40.0313250Z [ OK ] FlatbufferTest.UpsampleNearest2d (1 ms) 2022-09-27T16:19:40.0313655Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-09-27T16:19:40.0320594Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (0 ms) 2022-09-27T16:19:40.0320991Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-09-27T16:19:40.0321317Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-09-27T16:19:40.0321772Z [ RUN ] FlatbufferTest.MethodInvocation 2022-09-27T16:19:40.0343115Z [ OK ] FlatbufferTest.MethodInvocation (2 ms) 2022-09-27T16:19:40.0343488Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-09-27T16:19:40.0374537Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (3 ms) 2022-09-27T16:19:40.0374894Z [ RUN ] FlatbufferTest.ExtraFiles 2022-09-27T16:19:40.0378340Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-09-27T16:19:40.0378639Z [ RUN ] FlatbufferTest.Conv 2022-09-27T16:19:40.0398613Z [ OK ] FlatbufferTest.Conv (1 ms) 2022-09-27T16:19:40.0399062Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-09-27T16:19:40.0419822Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (2 ms) 2022-09-27T16:19:40.0420249Z [ RUN ] FlatbufferTest.Inline 2022-09-27T16:19:40.0427539Z [ OK ] FlatbufferTest.Inline (0 ms) 2022-09-27T16:19:40.0427987Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-09-27T16:19:40.0434271Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (0 ms) 2022-09-27T16:19:40.0434608Z [ RUN ] FlatbufferTest.Tuple 2022-09-27T16:19:40.0439343Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-09-27T16:19:40.0439667Z [ RUN ] FlatbufferTest.Dict 2022-09-27T16:19:40.0444438Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-09-27T16:19:40.0444723Z [ RUN ] FlatbufferTest.Prim 2022-09-27T16:19:40.0448155Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-09-27T16:19:40.0448457Z [ RUN ] FlatbufferTest.PrimScalar 2022-09-27T16:19:40.0452558Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-09-27T16:19:40.0452936Z [ RUN ] FlatbufferTest.WrongMethodName 2022-09-27T16:19:40.0480593Z [ OK ] FlatbufferTest.WrongMethodName (2 ms) 2022-09-27T16:19:40.0480966Z [ RUN ] FlatbufferTest.SetState 2022-09-27T16:19:40.0505971Z [ OK ] FlatbufferTest.SetState (2 ms) 2022-09-27T16:19:40.0506297Z [ RUN ] FlatbufferTest.BuiltinClass 2022-09-27T16:19:40.0512184Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-09-27T16:19:40.0512496Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-09-27T16:19:40.0514825Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-09-27T16:19:40.0515129Z [ RUN ] FlatbufferTest.Eval 2022-09-27T16:19:40.0520737Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-09-27T16:19:40.0521044Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-09-27T16:19:40.0523962Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-09-27T16:19:40.0524311Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-09-27T16:19:40.0531072Z [ OK ] FlatbufferTest.FindAndRunMethod (0 ms) 2022-09-27T16:19:40.0531413Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-09-27T16:19:40.0536969Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-09-27T16:19:40.0537310Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-09-27T16:19:40.0546003Z [ OK ] FlatbufferTest.DuplicateSetState (0 ms) 2022-09-27T16:19:40.0546410Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-09-27T16:19:40.0552734Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (0 ms) 2022-09-27T16:19:40.0553102Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-09-27T16:19:40.0567068Z [ OK ] FlatbufferTest.DefaultArgsConv (1 ms) 2022-09-27T16:19:40.0567500Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-09-27T16:19:40.0622875Z [ OK ] FlatbufferTest.DefaultArgsPinv (5 ms) 2022-09-27T16:19:40.0623338Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:19:40.0632010Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-09-27T16:19:40.0632440Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-09-27T16:19:40.0653877Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (2 ms) 2022-09-27T16:19:40.0654298Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-09-27T16:19:40.0664605Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (1 ms) 2022-09-27T16:19:40.0665095Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:19:40.0691085Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-09-27T16:19:40.0691493Z [ RUN ] FlatbufferTest.OperatorSize1 2022-09-27T16:19:40.0695172Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-09-27T16:19:40.0695549Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-09-27T16:19:40.0695902Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-09-27T16:19:40.0696241Z [ RUN ] FlatbufferTest.OperatorTest2 2022-09-27T16:19:40.0707796Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-09-27T16:19:40.0708414Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-09-27T16:19:40.0708969Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-09-27T16:19:40.0709352Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-09-27T16:19:40.0709753Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-09-27T16:19:40.0710120Z [----------] 35 tests from FlatbufferTest (40 ms total) 2022-09-27T16:19:40.0710285Z 2022-09-27T16:19:40.0710459Z [----------] 3 tests from TestSourceFlatbuffer 2022-09-27T16:19:40.0711087Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-09-27T16:19:40.0724318Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (1 ms) 2022-09-27T16:19:40.0724844Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-09-27T16:19:40.0725287Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-09-27T16:19:40.0725659Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-09-27T16:19:40.0783984Z [ OK ] TestSourceFlatbuffer.MethodInvocation (5 ms) 2022-09-27T16:19:40.0784445Z [----------] 3 tests from TestSourceFlatbuffer (7 ms total) 2022-09-27T16:19:40.0784662Z 2022-09-27T16:19:40.0784887Z [----------] 10 tests from FlatbufferUpgraderTest 2022-09-27T16:19:40.0785286Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-09-27T16:19:40.0785719Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-09-27T16:19:40.0786183Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-09-27T16:19:40.0786658Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-09-27T16:19:40.0787200Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-09-27T16:19:40.0787874Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-09-27T16:19:40.0788426Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-09-27T16:19:40.0788924Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-09-27T16:19:40.0789388Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-09-27T16:19:40.0789902Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-09-27T16:19:40.0790564Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-09-27T16:19:40.0791113Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-09-27T16:19:40.0791561Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-09-27T16:19:40.0792271Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-09-27T16:19:40.0792890Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-09-27T16:19:40.0793482Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-09-27T16:19:40.0794114Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-09-27T16:19:40.0794862Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-09-27T16:19:40.0795315Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-09-27T16:19:40.0795939Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-09-27T16:19:40.0796575Z [----------] 10 tests from FlatbufferUpgraderTest (0 ms total) 2022-09-27T16:19:40.0796798Z 2022-09-27T16:19:40.0797111Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-09-27T16:19:40.0797667Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-09-27T16:19:40.0798337Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-09-27T16:19:40.0799057Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-09-27T16:19:40.0799907Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-09-27T16:19:40.0800780Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-09-27T16:19:40.0801617Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-09-27T16:19:40.0802461Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-09-27T16:19:40.0803303Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-09-27T16:19:40.0804211Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-09-27T16:19:40.0805343Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-09-27T16:19:40.0805964Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-09-27T16:19:40.0806565Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-09-27T16:19:40.0807145Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-09-27T16:19:40.0807744Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-09-27T16:19:40.0808335Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-09-27T16:19:40.0809011Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-09-27T16:19:40.0809598Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-09-27T16:19:40.0810181Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-09-27T16:19:40.0810758Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-09-27T16:19:40.0811324Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-09-27T16:19:40.0811898Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-09-27T16:19:40.0812472Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-09-27T16:19:40.0813043Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-09-27T16:19:40.0813603Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-09-27T16:19:40.0814112Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-09-27T16:19:40.0814317Z 2022-09-27T16:19:40.0814560Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-09-27T16:19:40.0815060Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-09-27T16:19:40.9299777Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (849 ms) 2022-09-27T16:19:40.9300349Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-09-27T16:19:42.1086971Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1178 ms) 2022-09-27T16:19:42.1087491Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-09-27T16:19:43.5424583Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1433 ms) 2022-09-27T16:19:43.5425130Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-09-27T16:19:44.9238003Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1381 ms) 2022-09-27T16:19:44.9238554Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-09-27T16:19:46.2887919Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1364 ms) 2022-09-27T16:19:46.2888445Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-09-27T16:19:47.6715074Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1382 ms) 2022-09-27T16:19:47.6715582Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-09-27T16:19:49.0478388Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1376 ms) 2022-09-27T16:19:49.0478909Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-09-27T16:19:50.3989272Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1351 ms) 2022-09-27T16:19:50.3989797Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-09-27T16:19:51.6278908Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1228 ms) 2022-09-27T16:19:51.6279449Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-09-27T16:19:52.8753114Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1247 ms) 2022-09-27T16:19:52.8753730Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (12794 ms total) 2022-09-27T16:19:52.8753954Z 2022-09-27T16:19:52.8754131Z [----------] Global test environment tear-down 2022-09-27T16:19:52.8842852Z [==========] 568 tests from 117 test suites ran. (14061 ms total) 2022-09-27T16:19:52.8843138Z [ PASSED ] 568 tests. 2022-09-27T16:19:52.9610392Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-09-27T16:19:52.9610911Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_lazy --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml 2022-09-27T16:19:53.2450531Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:19:53.2455042Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:19:53.2455556Z [==========] Running 612 tests from 10 test suites. 2022-09-27T16:19:53.2455898Z [----------] Global test environment set-up. 2022-09-27T16:19:53.2456266Z [----------] 11 tests from BackendDeviceTest 2022-09-27T16:19:53.2456579Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-09-27T16:19:53.2457025Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-09-27T16:19:53.2457347Z [ RUN ] BackendDeviceTest.Basic1 2022-09-27T16:19:53.2457864Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-09-27T16:19:53.2458150Z [ RUN ] BackendDeviceTest.Basic2 2022-09-27T16:19:53.2458518Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-09-27T16:19:53.2458919Z [ RUN ] BackendDeviceTest.Basic3 2022-09-27T16:19:53.2459270Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-09-27T16:19:53.2459765Z [ RUN ] BackendDeviceTest.Basic4 2022-09-27T16:19:53.2460131Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-09-27T16:19:53.2460416Z [ RUN ] BackendDeviceTest.Compare 2022-09-27T16:19:53.2460784Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-09-27T16:19:53.2461088Z [ RUN ] BackendDeviceTest.Ostream 2022-09-27T16:19:53.2461416Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-09-27T16:19:53.2461739Z [ RUN ] BackendDeviceTest.FromAten 2022-09-27T16:19:53.2524135Z [ OK ] BackendDeviceTest.FromAten (6 ms) 2022-09-27T16:19:53.2524601Z [ RUN ] BackendDeviceTest.ToAten 2022-09-27T16:19:53.2524908Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-09-27T16:19:53.2525254Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-09-27T16:19:53.2703370Z [ OK ] BackendDeviceTest.GetBackendDevice1 (17 ms) 2022-09-27T16:19:53.2704084Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-09-27T16:19:53.2704641Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-09-27T16:19:53.2705262Z [----------] 11 tests from BackendDeviceTest (24 ms total) 2022-09-27T16:19:53.2705549Z 2022-09-27T16:19:53.2705807Z [----------] 2 tests from CacheTest 2022-09-27T16:19:53.2706308Z [ RUN ] CacheTest.BasicTest 2022-09-27T16:19:53.2706646Z [ OK ] CacheTest.BasicTest (0 ms) 2022-09-27T16:19:53.2706995Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-09-27T16:19:53.2707382Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-09-27T16:19:53.2707720Z [----------] 2 tests from CacheTest (0 ms total) 2022-09-27T16:19:53.2708087Z 2022-09-27T16:19:53.2708226Z [----------] 5 tests from IrTest 2022-09-27T16:19:53.2708483Z [ RUN ] IrTest.BasicTest 2022-09-27T16:19:53.2708737Z [ OK ] IrTest.BasicTest (0 ms) 2022-09-27T16:19:53.2709009Z [ RUN ] IrTest.MetaDataTest 2022-09-27T16:19:53.2709288Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-09-27T16:19:53.2709547Z [ RUN ] IrTest.TsNodeTest 2022-09-27T16:19:53.2709821Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-09-27T16:19:53.2710108Z [ RUN ] IrTest.DimensionNodeTest 2022-09-27T16:19:53.2710411Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-09-27T16:19:53.2710711Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-09-27T16:19:53.2711038Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-09-27T16:19:53.2711358Z [----------] 5 tests from IrTest (0 ms total) 2022-09-27T16:19:53.2711492Z 2022-09-27T16:19:53.2711637Z [----------] 2 tests from IrUtilTest 2022-09-27T16:19:53.2711907Z [ RUN ] IrUtilTest.BasicTest 2022-09-27T16:19:53.2712186Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-09-27T16:19:53.2712453Z [ RUN ] IrUtilTest.TestCircle 2022-09-27T16:19:53.2729023Z [ OK ] IrUtilTest.TestCircle (2 ms) 2022-09-27T16:19:53.2729543Z [----------] 2 tests from IrUtilTest (2 ms total) 2022-09-27T16:19:53.2729743Z 2022-09-27T16:19:53.2729888Z [----------] 2 tests from HashTest 2022-09-27T16:19:53.2730128Z [ RUN ] HashTest.Scalar 2022-09-27T16:19:53.2730407Z [ OK ] HashTest.Scalar (0 ms) 2022-09-27T16:19:53.2730698Z [ RUN ] HashTest.Sanity 2022-09-27T16:19:53.2730944Z [ OK ] HashTest.Sanity (0 ms) 2022-09-27T16:19:53.2731292Z [----------] 2 tests from HashTest (0 ms total) 2022-09-27T16:19:53.2731442Z 2022-09-27T16:19:53.2731615Z [----------] 3 tests from PermutationUtilTest 2022-09-27T16:19:53.2731975Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-09-27T16:19:53.2751945Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-09-27T16:19:53.2752538Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-09-27T16:19:53.2752929Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-09-27T16:19:53.2753268Z [ RUN ] PermutationUtilTest.TestPermute 2022-09-27T16:19:53.2773149Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-09-27T16:19:53.2773781Z [----------] 3 tests from PermutationUtilTest (4 ms total) 2022-09-27T16:19:53.2774092Z 2022-09-27T16:19:53.2774360Z [----------] 7 tests from ShapeTest 2022-09-27T16:19:53.2774724Z [ RUN ] ShapeTest.Basic1 2022-09-27T16:19:53.2775137Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-09-27T16:19:53.2775606Z [ RUN ] ShapeTest.Basic2 2022-09-27T16:19:53.2776088Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-09-27T16:19:53.2776553Z [ RUN ] ShapeTest.Basic3 2022-09-27T16:19:53.2776999Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-09-27T16:19:53.2777632Z [ RUN ] ShapeTest.SetScalarType 2022-09-27T16:19:53.2778198Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-09-27T16:19:53.2778698Z [ RUN ] ShapeTest.SetSize 2022-09-27T16:19:53.2779187Z [ OK ] ShapeTest.SetSize (0 ms) 2022-09-27T16:19:53.2779510Z [ RUN ] ShapeTest.Equal 2022-09-27T16:19:53.2779769Z [ OK ] ShapeTest.Equal (0 ms) 2022-09-27T16:19:53.2780030Z [ RUN ] ShapeTest.Ostream 2022-09-27T16:19:53.2780284Z [ OK ] ShapeTest.Ostream (0 ms) 2022-09-27T16:19:53.2780584Z [----------] 7 tests from ShapeTest (0 ms total) 2022-09-27T16:19:53.2780732Z 2022-09-27T16:19:53.2780880Z [----------] 2 tests from TrieCacheTest 2022-09-27T16:19:53.2781354Z [ RUN ] TrieCacheTest.TestSinglePath 2022-09-27T16:19:53.2781666Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-09-27T16:19:53.2781976Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-09-27T16:19:53.2782289Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-09-27T16:19:53.2782606Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-09-27T16:19:53.2782759Z 2022-09-27T16:19:53.2782898Z [----------] 3 tests from UtilTest 2022-09-27T16:19:53.2783178Z [ RUN ] UtilTest.ExceptionCleanup 2022-09-27T16:19:53.2783471Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-09-27T16:19:53.2783746Z [ RUN ] UtilTest.MaybeRef 2022-09-27T16:19:53.2784011Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-09-27T16:19:53.2784247Z [ RUN ] UtilTest.Iota 2022-09-27T16:19:53.2784498Z [ OK ] UtilTest.Iota (0 ms) 2022-09-27T16:19:53.2784783Z [----------] 3 tests from UtilTest (0 ms total) 2022-09-27T16:19:53.2784929Z 2022-09-27T16:19:53.2785078Z [----------] 575 tests from LazyOpsTest 2022-09-27T16:19:53.2792930Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-09-27T16:19:53.2943871Z [ OK ] LazyOpsTest.TestScalarTensor (15 ms) 2022-09-27T16:19:53.2944246Z [ RUN ] LazyOpsTest.TestClone 2022-09-27T16:19:53.2948204Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-09-27T16:19:53.2948739Z [ RUN ] LazyOpsTest.TestTo 2022-09-27T16:19:53.2949177Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-09-27T16:19:53.2949487Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-09-27T16:19:53.2970525Z [ OK ] LazyOpsTest.TestIsFloatingPoint (2 ms) 2022-09-27T16:19:53.2971105Z [ RUN ] LazyOpsTest.TestIsSigned 2022-09-27T16:19:53.2971499Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-09-27T16:19:53.2971789Z [ RUN ] LazyOpsTest.TestCastByte 2022-09-27T16:19:53.3367576Z [ OK ] LazyOpsTest.TestCastByte (39 ms) 2022-09-27T16:19:53.3367889Z [ RUN ] LazyOpsTest.TestCastChar 2022-09-27T16:19:53.3370734Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-09-27T16:19:53.3371040Z [ RUN ] LazyOpsTest.TestCastShort 2022-09-27T16:19:53.3373844Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-09-27T16:19:53.3374164Z [ RUN ] LazyOpsTest.TestCastInt 2022-09-27T16:19:53.3376875Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-09-27T16:19:53.3377212Z [ RUN ] LazyOpsTest.TestCastLong 2022-09-27T16:19:53.3380222Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-09-27T16:19:53.3380892Z [ RUN ] LazyOpsTest.TestCastFloat 2022-09-27T16:19:53.3381383Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-09-27T16:19:53.3381727Z [ RUN ] LazyOpsTest.TestRetainType 2022-09-27T16:19:53.3382300Z [ OK ] LazyOpsTest.TestRetainType (0 ms) 2022-09-27T16:19:53.3382928Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-09-27T16:19:53.3397391Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (1 ms) 2022-09-27T16:19:53.3397880Z [ RUN ] LazyOpsTest.TestAdd 2022-09-27T16:19:53.3400806Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-09-27T16:19:53.3401097Z [ RUN ] LazyOpsTest.TestAddHalf 2022-09-27T16:19:53.3404286Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-09-27T16:19:53.3404614Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-09-27T16:19:53.3407677Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-09-27T16:19:53.3408006Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-09-27T16:19:53.3413164Z [ OK ] LazyOpsTest.TestAddInPlace (0 ms) 2022-09-27T16:19:53.3413475Z [ RUN ] LazyOpsTest.TestAddScalar 2022-09-27T16:19:53.3416209Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-09-27T16:19:53.3416658Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-09-27T16:19:53.3420325Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-09-27T16:19:53.3420659Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-09-27T16:19:53.3423227Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-09-27T16:19:53.3423512Z [ RUN ] LazyOpsTest.TestSub 2022-09-27T16:19:53.3426348Z [ OK ] LazyOpsTest.TestSub (0 ms) 2022-09-27T16:19:53.3426678Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-09-27T16:19:53.3430325Z [ OK ] LazyOpsTest.TestSubInPlace (0 ms) 2022-09-27T16:19:53.3430724Z [ RUN ] LazyOpsTest.TestSubScalar 2022-09-27T16:19:53.3433302Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-09-27T16:19:53.3433643Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-09-27T16:19:53.3437370Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-09-27T16:19:53.3437681Z [ RUN ] LazyOpsTest.TestMul 2022-09-27T16:19:53.3440340Z [ OK ] LazyOpsTest.TestMul (0 ms) 2022-09-27T16:19:53.3440655Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-09-27T16:19:53.3444625Z [ OK ] LazyOpsTest.TestMulInPlace (0 ms) 2022-09-27T16:19:53.3444941Z [ RUN ] LazyOpsTest.TestMulScalar 2022-09-27T16:19:53.3447426Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-09-27T16:19:53.3447750Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-09-27T16:19:53.3451542Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-09-27T16:19:53.3451853Z [ RUN ] LazyOpsTest.TestDiv 2022-09-27T16:19:53.3549386Z [ OK ] LazyOpsTest.TestDiv (9 ms) 2022-09-27T16:19:53.3549733Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-09-27T16:19:53.3846548Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (29 ms) 2022-09-27T16:19:53.3846938Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-09-27T16:19:53.3858933Z [ OK ] LazyOpsTest.TestDivInPlace (1 ms) 2022-09-27T16:19:53.3859306Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-09-27T16:19:53.3869929Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (1 ms) 2022-09-27T16:19:53.3870489Z [ RUN ] LazyOpsTest.TestDivScalar 2022-09-27T16:19:53.3900070Z [ OK ] LazyOpsTest.TestDivScalar (2 ms) 2022-09-27T16:19:53.3900413Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-09-27T16:19:53.3906815Z [ OK ] LazyOpsTest.TestDivScalarInPlace (0 ms) 2022-09-27T16:19:53.3907123Z [ RUN ] LazyOpsTest.TestDivOut 2022-09-27T16:19:53.3911550Z [ OK ] LazyOpsTest.TestDivOut (0 ms) 2022-09-27T16:19:53.3911964Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-09-27T16:19:53.3914633Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-09-27T16:19:53.3915203Z [ RUN ] LazyOpsTest.TestNe 2022-09-27T16:19:53.3917573Z [ OK ] LazyOpsTest.TestNe (0 ms) 2022-09-27T16:19:53.3918112Z [ RUN ] LazyOpsTest.TestNeInplace 2022-09-27T16:19:53.3922587Z [ OK ] LazyOpsTest.TestNeInplace (0 ms) 2022-09-27T16:19:53.3923123Z [ RUN ] LazyOpsTest.TestEq 2022-09-27T16:19:53.3925206Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-09-27T16:19:53.3925724Z [ RUN ] LazyOpsTest.TestEqInplace 2022-09-27T16:19:53.3930263Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-09-27T16:19:53.3930784Z [ RUN ] LazyOpsTest.TestGe 2022-09-27T16:19:53.3932914Z [ OK ] LazyOpsTest.TestGe (0 ms) 2022-09-27T16:19:53.3933439Z [ RUN ] LazyOpsTest.TestGeInplace 2022-09-27T16:19:53.3937942Z [ OK ] LazyOpsTest.TestGeInplace (0 ms) 2022-09-27T16:19:53.3938477Z [ RUN ] LazyOpsTest.TestLe 2022-09-27T16:19:53.3940565Z [ OK ] LazyOpsTest.TestLe (0 ms) 2022-09-27T16:19:53.3941281Z [ RUN ] LazyOpsTest.TestLeInplace 2022-09-27T16:19:53.3945633Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-09-27T16:19:53.3946061Z [ RUN ] LazyOpsTest.TestGt 2022-09-27T16:19:53.3948839Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-09-27T16:19:53.3949187Z [ RUN ] LazyOpsTest.TestGtInplace 2022-09-27T16:19:53.3953792Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-09-27T16:19:53.3954092Z [ RUN ] LazyOpsTest.TestLt 2022-09-27T16:19:53.3956519Z [ OK ] LazyOpsTest.TestLt (0 ms) 2022-09-27T16:19:53.3956816Z [ RUN ] LazyOpsTest.TestLtInplace 2022-09-27T16:19:53.3971992Z [ OK ] LazyOpsTest.TestLtInplace (1 ms) 2022-09-27T16:19:53.3972310Z [ RUN ] LazyOpsTest.TestNeScalar 2022-09-27T16:19:53.3974271Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-09-27T16:19:53.3974607Z [ RUN ] LazyOpsTest.TestEqScalar 2022-09-27T16:19:53.3976757Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-09-27T16:19:53.3977076Z [ RUN ] LazyOpsTest.TestGeScalar 2022-09-27T16:19:53.3979492Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-09-27T16:19:53.3979842Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-09-27T16:19:53.3996227Z [ OK ] LazyOpsTest.TestGeScalarInplace (1 ms) 2022-09-27T16:19:53.3996568Z [ RUN ] LazyOpsTest.TestLeScalar 2022-09-27T16:19:53.3998720Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-09-27T16:19:53.3999113Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-09-27T16:19:53.4003628Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-09-27T16:19:53.4004000Z [ RUN ] LazyOpsTest.TestGtScalar 2022-09-27T16:19:53.4006549Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-09-27T16:19:53.4006932Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-09-27T16:19:53.4011475Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-09-27T16:19:53.4011863Z [ RUN ] LazyOpsTest.TestLtScalar 2022-09-27T16:19:53.4014392Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-09-27T16:19:53.4014979Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-09-27T16:19:53.4019550Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-09-27T16:19:53.4019943Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-09-27T16:19:53.4032452Z [ OK ] LazyOpsTest.TestIntegerAdd (1 ms) 2022-09-27T16:19:53.4032799Z [ RUN ] LazyOpsTest.TestSVD 2022-09-27T16:19:53.4090982Z [ OK ] LazyOpsTest.TestSVD (5 ms) 2022-09-27T16:19:53.4091365Z [ RUN ] LazyOpsTest.TestQR 2022-09-27T16:19:53.4091923Z [W BatchLinearAlgebra.cpp:2355] Warning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:19:53.4092568Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:19:53.4093095Z Q, R = torch.qr(A, some) 2022-09-27T16:19:53.4093421Z should be replaced with 2022-09-27T16:19:53.4094003Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-09-27T16:19:53.4115494Z [ OK ] LazyOpsTest.TestQR (2 ms) 2022-09-27T16:19:53.4116084Z [ RUN ] LazyOpsTest.TestSymEig 2022-09-27T16:19:53.4116771Z [W BatchLinearAlgebra.cpp:2806] Warning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:19:53.4117613Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:19:53.4118229Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:19:53.4118628Z should be replaced with 2022-09-27T16:19:53.4119150Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:19:53.4119777Z and 2022-09-27T16:19:53.4120125Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:19:53.4120499Z should be replaced with 2022-09-27T16:19:53.4121128Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-09-27T16:19:53.4135537Z [ OK ] LazyOpsTest.TestSymEig (2 ms) 2022-09-27T16:19:53.4136113Z [ RUN ] LazyOpsTest.TestCholesky 2022-09-27T16:19:53.4136840Z [W BatchLinearAlgebra.cpp:1626] Warning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:19:53.4137683Z L = torch.cholesky(A) 2022-09-27T16:19:53.4138034Z should be replaced with 2022-09-27T16:19:53.4138382Z L = torch.linalg.cholesky(A) 2022-09-27T16:19:53.4138713Z and 2022-09-27T16:19:53.4139065Z U = torch.cholesky(A, upper=True) 2022-09-27T16:19:53.4139432Z should be replaced with 2022-09-27T16:19:53.4139894Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:19:53.4140439Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-09-27T16:19:53.4145688Z [ OK ] LazyOpsTest.TestCholesky (1 ms) 2022-09-27T16:19:53.4146147Z [ RUN ] LazyOpsTest.TestLogDet 2022-09-27T16:19:53.4161510Z [ OK ] LazyOpsTest.TestLogDet (1 ms) 2022-09-27T16:19:53.4162103Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-09-27T16:19:53.4162839Z [W BatchLinearAlgebra.cpp:2121] Warning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:19:53.4163648Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:19:53.4163969Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:19:53.4164182Z should be replaced with 2022-09-27T16:19:53.4164416Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-09-27T16:19:53.4366686Z [ OK ] LazyOpsTest.TestTriangularSolve (20 ms) 2022-09-27T16:19:53.4367038Z [ RUN ] LazyOpsTest.TestKthValue 2022-09-27T16:19:53.4396712Z [ OK ] LazyOpsTest.TestKthValue (3 ms) 2022-09-27T16:19:53.4396995Z [ RUN ] LazyOpsTest.TestTopK 2022-09-27T16:19:53.4591468Z [ OK ] LazyOpsTest.TestTopK (19 ms) 2022-09-27T16:19:53.4591772Z [ RUN ] LazyOpsTest.TestSort 2022-09-27T16:19:53.4662884Z [ OK ] LazyOpsTest.TestSort (7 ms) 2022-09-27T16:19:53.4663493Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-09-27T16:19:53.4667614Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (0 ms) 2022-09-27T16:19:53.4667946Z [ RUN ] LazyOpsTest.TestArgSort 2022-09-27T16:19:53.4679054Z [ OK ] LazyOpsTest.TestArgSort (1 ms) 2022-09-27T16:19:53.4679345Z [ RUN ] LazyOpsTest.TestMin 2022-09-27T16:19:53.4682155Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-09-27T16:19:53.4682430Z [ RUN ] LazyOpsTest.TestMax 2022-09-27T16:19:53.4685412Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-09-27T16:19:53.4685703Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-09-27T16:19:53.4688340Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-09-27T16:19:53.4688735Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-09-27T16:19:53.4691301Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-09-27T16:19:53.4691592Z [ RUN ] LazyOpsTest.TestAll 2022-09-27T16:19:53.4702493Z [ OK ] LazyOpsTest.TestAll (1 ms) 2022-09-27T16:19:53.4702783Z [ RUN ] LazyOpsTest.TestAllDim 2022-09-27T16:19:53.4704976Z [ OK ] LazyOpsTest.TestAllDim (0 ms) 2022-09-27T16:19:53.4705311Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-09-27T16:19:53.4707241Z [ OK ] LazyOpsTest.TestAllDimKeep (0 ms) 2022-09-27T16:19:53.4707536Z [ RUN ] LazyOpsTest.TestAmax 2022-09-27T16:19:53.4743230Z [ OK ] LazyOpsTest.TestAmax (3 ms) 2022-09-27T16:19:53.4743721Z [ RUN ] LazyOpsTest.TestAmin 2022-09-27T16:19:53.4778315Z [ OK ] LazyOpsTest.TestAmin (3 ms) 2022-09-27T16:19:53.4778606Z [ RUN ] LazyOpsTest.TestAny 2022-09-27T16:19:53.4790029Z [ OK ] LazyOpsTest.TestAny (1 ms) 2022-09-27T16:19:53.4790323Z [ RUN ] LazyOpsTest.TestAnyDim 2022-09-27T16:19:53.4792274Z [ OK ] LazyOpsTest.TestAnyDim (0 ms) 2022-09-27T16:19:53.4792599Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-09-27T16:19:53.4794230Z [ OK ] LazyOpsTest.TestAnyDimKeep (0 ms) 2022-09-27T16:19:53.4794598Z [ RUN ] LazyOpsTest.TestMean 2022-09-27T16:19:53.4797795Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-09-27T16:19:53.4798076Z [ RUN ] LazyOpsTest.TestMeanCast 2022-09-27T16:19:53.4801141Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-09-27T16:19:53.4801452Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-09-27T16:19:53.4821413Z [ OK ] LazyOpsTest.TestMeanInDim (1 ms) 2022-09-27T16:19:53.4821709Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-09-27T16:19:53.4827543Z [ OK ] LazyOpsTest.TestMeanInDims (0 ms) 2022-09-27T16:19:53.4827881Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-09-27T16:19:53.4834326Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (0 ms) 2022-09-27T16:19:53.4834673Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-09-27T16:19:53.4864447Z [ OK ] LazyOpsTest.TestMeanInDimOut (2 ms) 2022-09-27T16:19:53.4864746Z [ RUN ] LazyOpsTest.TestStd 2022-09-27T16:19:53.4871701Z [ OK ] LazyOpsTest.TestStd (0 ms) 2022-09-27T16:19:53.4872013Z [ RUN ] LazyOpsTest.TestStdInDim 2022-09-27T16:19:53.4951493Z [ OK ] LazyOpsTest.TestStdInDim (7 ms) 2022-09-27T16:19:53.4951815Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-09-27T16:19:53.4988600Z [ OK ] LazyOpsTest.TestStdWithCorrection (3 ms) 2022-09-27T16:19:53.4988990Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-09-27T16:19:53.5000619Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (1 ms) 2022-09-27T16:19:53.5001138Z [ RUN ] LazyOpsTest.TestSum 2022-09-27T16:19:53.5003743Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-09-27T16:19:53.5004053Z [ RUN ] LazyOpsTest.TestSumCast 2022-09-27T16:19:53.5006387Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-09-27T16:19:53.5006751Z [ RUN ] LazyOpsTest.TestSumU8 2022-09-27T16:19:53.5008987Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-09-27T16:19:53.5009351Z [ RUN ] LazyOpsTest.TestSumInDim 2022-09-27T16:19:53.5027356Z [ OK ] LazyOpsTest.TestSumInDim (1 ms) 2022-09-27T16:19:53.5027727Z [ RUN ] LazyOpsTest.TestSumInDims 2022-09-27T16:19:53.5033356Z [ OK ] LazyOpsTest.TestSumInDims (0 ms) 2022-09-27T16:19:53.5033713Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-09-27T16:19:53.5039541Z [ OK ] LazyOpsTest.TestSumInDimsKeep (0 ms) 2022-09-27T16:19:53.5039883Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-09-27T16:19:53.5045813Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (0 ms) 2022-09-27T16:19:53.5046111Z [ RUN ] LazyOpsTest.TestVar 2022-09-27T16:19:53.5048140Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-09-27T16:19:53.5048447Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-09-27T16:19:53.5053843Z [ OK ] LazyOpsTest.TestVarWithDim (0 ms) 2022-09-27T16:19:53.5054453Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-09-27T16:19:53.5061936Z [ OK ] LazyOpsTest.TestVarWithCorrection (0 ms) 2022-09-27T16:19:53.5062555Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-09-27T16:19:53.5074349Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (1 ms) 2022-09-27T16:19:53.5075107Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-09-27T16:19:53.5137568Z [ OK ] LazyOpsTest.TestMaxInDim (6 ms) 2022-09-27T16:19:53.5137997Z [ RUN ] LazyOpsTest.TestMinInDim 2022-09-27T16:19:53.5147418Z [ OK ] LazyOpsTest.TestMinInDim (1 ms) 2022-09-27T16:19:53.5147830Z [ RUN ] LazyOpsTest.TestNorm 2022-09-27T16:19:53.5151731Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-09-27T16:19:53.5152148Z [ RUN ] LazyOpsTest.TestNormInDim 2022-09-27T16:19:53.5159313Z [ OK ] LazyOpsTest.TestNormInDim (0 ms) 2022-09-27T16:19:53.5159762Z [ RUN ] LazyOpsTest.TestNormInDims 2022-09-27T16:19:53.5165989Z [ OK ] LazyOpsTest.TestNormInDims (0 ms) 2022-09-27T16:19:53.5166445Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-09-27T16:19:53.5172856Z [ OK ] LazyOpsTest.TestNormInDimsKeep (0 ms) 2022-09-27T16:19:53.5173336Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-09-27T16:19:53.5180600Z [ OK ] LazyOpsTest.TestNormalTwoTensor (0 ms) 2022-09-27T16:19:53.5181072Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-09-27T16:19:53.5188010Z [ OK ] LazyOpsTest.TestNormalDoubleMean (0 ms) 2022-09-27T16:19:53.5188355Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-09-27T16:19:53.5190514Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-09-27T16:19:53.5190851Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-09-27T16:19:53.5194370Z [ OK ] LazyOpsTest.TestNormalInPlace (0 ms) 2022-09-27T16:19:53.5194693Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-09-27T16:19:53.5197425Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-09-27T16:19:53.5197752Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-09-27T16:19:53.5256013Z [ OK ] LazyOpsTest.TestRandomInPlace (5 ms) 2022-09-27T16:19:53.5256671Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-09-27T16:19:53.5310072Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (5 ms) 2022-09-27T16:19:53.5310674Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-09-27T16:19:53.5323417Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (1 ms) 2022-09-27T16:19:53.5323888Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-09-27T16:19:53.5327320Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-09-27T16:19:53.5327828Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-09-27T16:19:53.5331430Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-09-27T16:19:53.5332028Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-09-27T16:19:53.5332892Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-09-27T16:19:53.5333515Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-09-27T16:19:53.5340423Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (0 ms) 2022-09-27T16:19:53.5341047Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-09-27T16:19:53.5352599Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-09-27T16:19:53.5353173Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-09-27T16:19:53.5404631Z [ OK ] LazyOpsTest.TestGroupNorm (4 ms) 2022-09-27T16:19:53.5405181Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-09-27T16:19:53.5958240Z [ OK ] LazyOpsTest.TestGroupNormBackward (55 ms) 2022-09-27T16:19:53.5958687Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-09-27T16:19:53.5974683Z [ OK ] LazyOpsTest.TestInstanceNorm (1 ms) 2022-09-27T16:19:53.5975363Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-09-27T16:19:53.6013809Z [ OK ] LazyOpsTest.TestLayerNorm (3 ms) 2022-09-27T16:19:53.6014246Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-09-27T16:19:53.6279107Z [ OK ] LazyOpsTest.TestLayerNormBackward (26 ms) 2022-09-27T16:19:53.6279665Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-09-27T16:19:53.6287934Z [ OK ] LazyOpsTest.TestNuclearNorm (0 ms) 2022-09-27T16:19:53.6288440Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-09-27T16:19:53.6984939Z [ OK ] LazyOpsTest.TestPairwiseDistance (69 ms) 2022-09-27T16:19:53.6985322Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-09-27T16:19:53.7032368Z [ OK ] LazyOpsTest.TestCosineSimilarity (4 ms) 2022-09-27T16:19:53.7032966Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-09-27T16:19:53.7675438Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (64 ms) 2022-09-27T16:19:53.7675803Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-09-27T16:19:53.7713727Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (3 ms) 2022-09-27T16:19:53.7714093Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-09-27T16:19:54.0627440Z [ OK ] LazyOpsTest.TestTripletMarginLoss (291 ms) 2022-09-27T16:19:54.0627898Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-09-27T16:19:54.0646897Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (2 ms) 2022-09-27T16:19:54.0647314Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-09-27T16:19:54.1377175Z [ OK ] LazyOpsTest.TestMarginRankingLoss (72 ms) 2022-09-27T16:19:54.1377741Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-09-27T16:19:54.1391509Z [ OK ] LazyOpsTest.TestBCEWithLogits (1 ms) 2022-09-27T16:19:54.1391819Z [ RUN ] LazyOpsTest.TestKlDiv 2022-09-27T16:19:54.1415050Z [ OK ] LazyOpsTest.TestKlDiv (2 ms) 2022-09-27T16:19:54.1415334Z [ RUN ] LazyOpsTest.TestProd 2022-09-27T16:19:54.1416420Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-09-27T16:19:54.1416837Z [ RUN ] LazyOpsTest.TestProdCast 2022-09-27T16:19:54.1417810Z [ OK ] LazyOpsTest.TestProdCast (0 ms) 2022-09-27T16:19:54.1418229Z [ RUN ] LazyOpsTest.TestProdInDim 2022-09-27T16:19:54.1421937Z [ OK ] LazyOpsTest.TestProdInDim (0 ms) 2022-09-27T16:19:54.1422504Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-09-27T16:19:54.1425881Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (0 ms) 2022-09-27T16:19:54.1426220Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-09-27T16:19:54.1429922Z [ OK ] LazyOpsTest.TestProdInDimKeep (0 ms) 2022-09-27T16:19:54.1430288Z [ RUN ] LazyOpsTest.TestCumSum 2022-09-27T16:19:54.1445326Z [ OK ] LazyOpsTest.TestCumSum (1 ms) 2022-09-27T16:19:54.1445630Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-09-27T16:19:54.1461682Z [ OK ] LazyOpsTest.TestCumSumCast (1 ms) 2022-09-27T16:19:54.1461981Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-09-27T16:19:54.1474858Z [ OK ] LazyOpsTest.TestCumSumLong (1 ms) 2022-09-27T16:19:54.1475180Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-09-27T16:19:54.1487865Z [ OK ] LazyOpsTest.TestCumSumCastLong (1 ms) 2022-09-27T16:19:54.1488208Z [ RUN ] LazyOpsTest.TestCumProd 2022-09-27T16:19:54.1492671Z [ OK ] LazyOpsTest.TestCumProd (0 ms) 2022-09-27T16:19:54.1502458Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-09-27T16:19:54.1502816Z [ OK ] LazyOpsTest.TestCumProdCast (0 ms) 2022-09-27T16:19:54.1503135Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-09-27T16:19:54.1505949Z [ OK ] LazyOpsTest.TestCumProdLong (0 ms) 2022-09-27T16:19:54.1506280Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-09-27T16:19:54.1514943Z [ OK ] LazyOpsTest.TestCumProdCastLong (0 ms) 2022-09-27T16:19:54.1515411Z [ RUN ] LazyOpsTest.TestArgMin 2022-09-27T16:19:54.1515964Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-09-27T16:19:54.1516357Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-09-27T16:19:54.1517220Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-09-27T16:19:54.1517627Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-09-27T16:19:54.1518336Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-09-27T16:19:54.1518761Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-09-27T16:19:54.1519286Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-09-27T16:19:54.1519859Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-09-27T16:19:54.1521666Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-09-27T16:19:54.1522212Z [ RUN ] LazyOpsTest.TestArgMax 2022-09-27T16:19:54.1522521Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-09-27T16:19:54.1523034Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-09-27T16:19:54.1523562Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-09-27T16:19:54.1523991Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-09-27T16:19:54.1524380Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-09-27T16:19:54.1524698Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-09-27T16:19:54.1525183Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-09-27T16:19:54.1525631Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-09-27T16:19:54.1526378Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-09-27T16:19:54.1526763Z [ RUN ] LazyOpsTest.TestAsin 2022-09-27T16:19:54.1527485Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-09-27T16:19:54.1528002Z [ RUN ] LazyOpsTest.TestAsinh 2022-09-27T16:19:54.1528960Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-09-27T16:19:54.1529540Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-09-27T16:19:54.1530740Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-09-27T16:19:54.1531283Z [ RUN ] LazyOpsTest.TestSin 2022-09-27T16:19:54.1532238Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-09-27T16:19:54.1532714Z [ RUN ] LazyOpsTest.TestSinh 2022-09-27T16:19:54.1533328Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-09-27T16:19:54.1534023Z [ RUN ] LazyOpsTest.TestAcos 2022-09-27T16:19:54.1534879Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-09-27T16:19:54.1535414Z [ RUN ] LazyOpsTest.TestAcosh 2022-09-27T16:19:54.1536442Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-09-27T16:19:54.1537017Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-09-27T16:19:54.1538309Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-09-27T16:19:54.1538821Z [ RUN ] LazyOpsTest.TestCos 2022-09-27T16:19:54.1541504Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-09-27T16:19:54.1542026Z [ RUN ] LazyOpsTest.TestCosh 2022-09-27T16:19:54.1542809Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-09-27T16:19:54.1543311Z [ RUN ] LazyOpsTest.TestAtan 2022-09-27T16:19:54.1544018Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-09-27T16:19:54.1544536Z [ RUN ] LazyOpsTest.TestAtanh 2022-09-27T16:19:54.1545348Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-09-27T16:19:54.1545904Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-09-27T16:19:54.1546866Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-09-27T16:19:54.1547413Z [ RUN ] LazyOpsTest.TestAtan2 2022-09-27T16:19:54.1548140Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-09-27T16:19:54.1548420Z [ RUN ] LazyOpsTest.TestTan 2022-09-27T16:19:54.1549572Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-09-27T16:19:54.1549837Z [ RUN ] LazyOpsTest.TestTanh 2022-09-27T16:19:54.1552700Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-09-27T16:19:54.1553104Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-09-27T16:19:54.1556228Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-09-27T16:19:54.1556587Z [ RUN ] LazyOpsTest.TestClampMin 2022-09-27T16:19:54.1559874Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-09-27T16:19:54.1560183Z [ RUN ] LazyOpsTest.TestClampMax 2022-09-27T16:19:54.1562674Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-09-27T16:19:54.1563003Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-09-27T16:19:54.1565551Z [ OK ] LazyOpsTest.TestClampMinExplicit (0 ms) 2022-09-27T16:19:54.1565882Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-09-27T16:19:54.1566740Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-09-27T16:19:54.1567108Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-09-27T16:19:54.1570569Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-09-27T16:19:54.1571030Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-09-27T16:19:54.1572402Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-09-27T16:19:54.1572800Z [ RUN ] LazyOpsTest.TestCeil 2022-09-27T16:19:54.1582992Z [ OK ] LazyOpsTest.TestCeil (1 ms) 2022-09-27T16:19:54.1583355Z [ RUN ] LazyOpsTest.TestFloor 2022-09-27T16:19:54.1586164Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-09-27T16:19:54.1586537Z [ RUN ] LazyOpsTest.TestRound 2022-09-27T16:19:54.1588220Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-09-27T16:19:54.1588557Z [ RUN ] LazyOpsTest.TestTrunc 2022-09-27T16:19:54.1591762Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-09-27T16:19:54.1592127Z [ RUN ] LazyOpsTest.TestFrac 2022-09-27T16:19:54.1595267Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-09-27T16:19:54.1595646Z [ RUN ] LazyOpsTest.TestNeg 2022-09-27T16:19:54.1598712Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-09-27T16:19:54.1599081Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-09-27T16:19:54.1601348Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-09-27T16:19:54.1601753Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-09-27T16:19:54.1604023Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (0 ms) 2022-09-27T16:19:54.1604477Z [ RUN ] LazyOpsTest.TestSign 2022-09-27T16:19:54.1605193Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-09-27T16:19:54.1605490Z [ RUN ] LazyOpsTest.TestSignByte 2022-09-27T16:19:54.1605834Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-09-27T16:19:54.1606119Z [ RUN ] LazyOpsTest.TestAbs 2022-09-27T16:19:54.1608987Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-09-27T16:19:54.1609365Z [ RUN ] LazyOpsTest.TestAbsByte 2022-09-27T16:19:54.1612112Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-09-27T16:19:54.1612464Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-09-27T16:19:54.1612779Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-09-27T16:19:54.1613089Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-09-27T16:19:54.1613439Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-09-27T16:19:54.1613751Z [ RUN ] LazyOpsTest.TestEmpty 2022-09-27T16:19:54.1614027Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-09-27T16:19:54.1614330Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-09-27T16:19:54.1615730Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-09-27T16:19:54.1616225Z [ RUN ] LazyOpsTest.TestZerosLike 2022-09-27T16:19:54.1616886Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-09-27T16:19:54.1617281Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-09-27T16:19:54.1618023Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-09-27T16:19:54.1618520Z [ RUN ] LazyOpsTest.TestZeros 2022-09-27T16:19:54.1621220Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-09-27T16:19:54.1621528Z [ RUN ] LazyOpsTest.TestOnes 2022-09-27T16:19:54.1625267Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-09-27T16:19:54.1625557Z [ RUN ] LazyOpsTest.TestOnesLike 2022-09-27T16:19:54.1626540Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-09-27T16:19:54.1626953Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-09-27T16:19:54.1627294Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-09-27T16:19:54.1627598Z [ RUN ] LazyOpsTest.TestFull 2022-09-27T16:19:54.1632308Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-09-27T16:19:54.1632853Z [ RUN ] LazyOpsTest.TestFullLike 2022-09-27T16:19:54.1633462Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-09-27T16:19:54.1634044Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-09-27T16:19:54.1634645Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-09-27T16:19:54.1635168Z [ RUN ] LazyOpsTest.TestARange 2022-09-27T16:19:54.1642215Z [ OK ] LazyOpsTest.TestARange (0 ms) 2022-09-27T16:19:54.1642772Z [ RUN ] LazyOpsTest.TestARangeOut 2022-09-27T16:19:54.1643292Z [W RangeFactories.cpp:206] Warning: The number of elements in the out tensor of shape [4] is 4 which does not match the computed number of elements 200. Note that this may occur as a result of rounding error. The out tensor will be resized to a tensor of shape (200,). (function operator()) 2022-09-27T16:19:54.1645407Z [ OK ] LazyOpsTest.TestARangeOut (0 ms) 2022-09-27T16:19:54.1645956Z [ RUN ] LazyOpsTest.TestDimARange 2022-09-27T16:19:54.1649379Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-09-27T16:19:54.1649963Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-09-27T16:19:54.1669087Z [ OK ] LazyOpsTest.TestBartlettWindow (1 ms) 2022-09-27T16:19:54.1669661Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-09-27T16:19:54.1691208Z [ OK ] LazyOpsTest.TestBlackmanWindow (2 ms) 2022-09-27T16:19:54.1691555Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-09-27T16:19:54.1707685Z [ OK ] LazyOpsTest.TestHammingWindow (1 ms) 2022-09-27T16:19:54.1708016Z [ RUN ] LazyOpsTest.TestHannWindow 2022-09-27T16:19:54.2311735Z [ OK ] LazyOpsTest.TestHannWindow (60 ms) 2022-09-27T16:19:54.2312176Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-09-27T16:19:54.2359970Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-09-27T16:19:54.2360616Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-09-27T16:19:54.2360976Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-09-27T16:19:54.2361289Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-09-27T16:19:54.2363779Z [ OK ] LazyOpsTest.TestLogsumexp (4 ms) 2022-09-27T16:19:54.2364339Z [ RUN ] LazyOpsTest.TestSiLU 2022-09-27T16:19:54.2366851Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-09-27T16:19:54.2367369Z [ RUN ] LazyOpsTest.TestSigmoid 2022-09-27T16:19:54.2370029Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-09-27T16:19:54.2370603Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-09-27T16:19:54.2371896Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-09-27T16:19:54.2372442Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-09-27T16:19:54.2375517Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-09-27T16:19:54.2376087Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-09-27T16:19:54.2382694Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-09-27T16:19:54.2383249Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-09-27T16:19:54.2386337Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-09-27T16:19:54.2386973Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-09-27T16:19:54.2395829Z [ OK ] LazyOpsTest.TestMatmulBcast (0 ms) 2022-09-27T16:19:54.2396233Z [ RUN ] LazyOpsTest.TestDot 2022-09-27T16:19:54.2397656Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-09-27T16:19:54.2399412Z [ RUN ] LazyOpsTest.TestTensorDot 2022-09-27T16:19:54.2407885Z [ OK ] LazyOpsTest.TestTensorDot (1 ms) 2022-09-27T16:19:54.2408294Z [ RUN ] LazyOpsTest.TestGer 2022-09-27T16:19:54.2412918Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-09-27T16:19:54.2413422Z [ RUN ] LazyOpsTest.TestMv 2022-09-27T16:19:54.2416517Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-09-27T16:19:54.2416907Z [ RUN ] LazyOpsTest.TestMvOut 2022-09-27T16:19:54.2421376Z [ OK ] LazyOpsTest.TestMvOut (0 ms) 2022-09-27T16:19:54.2421801Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-09-27T16:19:54.2426051Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-09-27T16:19:54.2426560Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-09-27T16:19:54.2431138Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-09-27T16:19:54.2431603Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-09-27T16:19:54.2435112Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-09-27T16:19:54.2435535Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-09-27T16:19:54.2436178Z [W LinearAlgebra.cpp:989] Warning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (function operator()) 2022-09-27T16:19:54.2442146Z [ OK ] LazyOpsTest.TestChainMatMul (0 ms) 2022-09-27T16:19:54.2442935Z [ RUN ] LazyOpsTest.TestLinear 2022-09-27T16:19:54.2452004Z [ OK ] LazyOpsTest.TestLinear (0 ms) 2022-09-27T16:19:54.2452582Z [ RUN ] LazyOpsTest.TestPinverse 2022-09-27T16:19:54.2471790Z [ OK ] LazyOpsTest.TestPinverse (1 ms) 2022-09-27T16:19:54.2472384Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-09-27T16:19:54.2479829Z [ OK ] LazyOpsTest.TestEinsumOuter (0 ms) 2022-09-27T16:19:54.2480417Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-09-27T16:19:54.2506157Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (2 ms) 2022-09-27T16:19:54.2506771Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-09-27T16:19:54.2518949Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-09-27T16:19:54.2519627Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-09-27T16:19:54.2540495Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (2 ms) 2022-09-27T16:19:54.2541238Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-09-27T16:19:54.2546778Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-09-27T16:19:54.2547533Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-09-27T16:19:54.2553251Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-09-27T16:19:54.2554036Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-09-27T16:19:54.2558253Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-09-27T16:19:54.2558840Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-09-27T16:19:54.2568727Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (1 ms) 2022-09-27T16:19:54.2569217Z [ RUN ] LazyOpsTest.TestBilinear 2022-09-27T16:19:54.2685749Z [ OK ] LazyOpsTest.TestBilinear (11 ms) 2022-09-27T16:19:54.2686248Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-09-27T16:19:54.2692460Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (0 ms) 2022-09-27T16:19:54.2693449Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-09-27T16:19:54.2706836Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (1 ms) 2022-09-27T16:19:54.2707537Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-09-27T16:19:54.2711838Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-09-27T16:19:54.2712697Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-09-27T16:19:54.2725939Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-09-27T16:19:54.2726678Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-09-27T16:19:54.2735908Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (0 ms) 2022-09-27T16:19:54.2736569Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-09-27T16:19:54.2761664Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (2 ms) 2022-09-27T16:19:54.2762313Z [ RUN ] LazyOpsTest.TestAddCMul 2022-09-27T16:19:54.2765764Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-09-27T16:19:54.2766272Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-09-27T16:19:54.2770311Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-09-27T16:19:54.2770923Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-09-27T16:19:54.2774918Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-09-27T16:19:54.2775429Z [ RUN ] LazyOpsTest.TestSize 2022-09-27T16:19:54.2775884Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-09-27T16:19:54.2776370Z [ RUN ] LazyOpsTest.TestSelect 2022-09-27T16:19:54.2844159Z [ OK ] LazyOpsTest.TestSelect (6 ms) 2022-09-27T16:19:54.2844843Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-09-27T16:19:54.2851373Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-09-27T16:19:54.2852131Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-09-27T16:19:54.2856223Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-09-27T16:19:54.2856930Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-09-27T16:19:54.2861497Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-09-27T16:19:54.2862050Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-09-27T16:19:54.2865672Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-09-27T16:19:54.2866150Z [ RUN ] LazyOpsTest.TestDropout 2022-09-27T16:19:54.2869663Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-09-27T16:19:54.2870097Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-09-27T16:19:54.2875229Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-09-27T16:19:54.2875663Z [ RUN ] LazyOpsTest.TestRandperm 2022-09-27T16:19:54.2877622Z [ OK ] LazyOpsTest.TestRandperm (0 ms) 2022-09-27T16:19:54.2878013Z [ RUN ] LazyOpsTest.TestSlice 2022-09-27T16:19:54.2886080Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-09-27T16:19:54.2886720Z [ RUN ] LazyOpsTest.TestTake 2022-09-27T16:19:54.2887547Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-09-27T16:19:54.2887954Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-09-27T16:19:54.2899073Z [ OK ] LazyOpsTest.TestTakeBackward (1 ms) 2022-09-27T16:19:54.2899551Z [ RUN ] LazyOpsTest.TestStack 2022-09-27T16:19:54.2924767Z [ OK ] LazyOpsTest.TestStack (2 ms) 2022-09-27T16:19:54.2925129Z [ RUN ] LazyOpsTest.TestCat 2022-09-27T16:19:54.2932700Z [ OK ] LazyOpsTest.TestCat (0 ms) 2022-09-27T16:19:54.2932983Z [ RUN ] LazyOpsTest.TestUnbind 2022-09-27T16:19:54.2944560Z [ OK ] LazyOpsTest.TestUnbind (1 ms) 2022-09-27T16:19:54.2944856Z [ RUN ] LazyOpsTest.TestRepeat 2022-09-27T16:19:54.2955706Z [ OK ] LazyOpsTest.TestRepeat (1 ms) 2022-09-27T16:19:54.2956018Z [ RUN ] LazyOpsTest.TestGather 2022-09-27T16:19:54.2962658Z [ OK ] LazyOpsTest.TestGather (0 ms) 2022-09-27T16:19:54.2962955Z [ RUN ] LazyOpsTest.TestScatter 2022-09-27T16:19:54.2965877Z [ OK ] LazyOpsTest.TestScatter (0 ms) 2022-09-27T16:19:54.2966180Z [ RUN ] LazyOpsTest.TestScatterR1 2022-09-27T16:19:54.2967678Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-09-27T16:19:54.2968004Z [ RUN ] LazyOpsTest.TestScatterR3 2022-09-27T16:19:54.2970009Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-09-27T16:19:54.2970349Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-09-27T16:19:54.2972605Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-09-27T16:19:54.2972936Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-09-27T16:19:54.2975299Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-09-27T16:19:54.2975692Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-09-27T16:19:54.2978420Z [ OK ] LazyOpsTest.TestScatterReduceAdd (0 ms) 2022-09-27T16:19:54.2978813Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-09-27T16:19:54.2985943Z [ OK ] LazyOpsTest.TestScatterAdd (0 ms) 2022-09-27T16:19:54.2986303Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-09-27T16:19:54.2993849Z [ OK ] LazyOpsTest.TestScatterAddInPlace (0 ms) 2022-09-27T16:19:54.2994258Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-09-27T16:19:54.3087538Z [ OK ] LazyOpsTest.TestIndexSelect (9 ms) 2022-09-27T16:19:54.3087877Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-09-27T16:19:54.3111717Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (2 ms) 2022-09-27T16:19:54.3112085Z [ RUN ] LazyOpsTest.TestInverse 2022-09-27T16:19:54.3116738Z [ OK ] LazyOpsTest.TestInverse (0 ms) 2022-09-27T16:19:54.3117287Z [ RUN ] LazyOpsTest.TestIsnan 2022-09-27T16:19:54.3117708Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-09-27T16:19:54.3118001Z [ RUN ] LazyOpsTest.TestExpand 2022-09-27T16:19:54.3131533Z [ OK ] LazyOpsTest.TestExpand (1 ms) 2022-09-27T16:19:54.3131971Z [ RUN ] LazyOpsTest.TestExpandBack 2022-09-27T16:19:54.3134429Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-09-27T16:19:54.3134989Z [ RUN ] LazyOpsTest.TestExpandAs 2022-09-27T16:19:54.3138594Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-09-27T16:19:54.3139108Z [ RUN ] LazyOpsTest.TestEye 2022-09-27T16:19:54.3139579Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-09-27T16:19:54.3140036Z [ RUN ] LazyOpsTest.TestEyeWide 2022-09-27T16:19:54.3140781Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-09-27T16:19:54.3141264Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-09-27T16:19:54.3141997Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-09-27T16:19:54.3142509Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-09-27T16:19:54.3149304Z [ OK ] LazyOpsTest.TestBroadcastTensors (0 ms) 2022-09-27T16:19:54.3149861Z [ RUN ] LazyOpsTest.TestOneIndex 2022-09-27T16:19:54.3218218Z [ OK ] LazyOpsTest.TestOneIndex (1 ms) 2022-09-27T16:19:54.3218869Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-09-27T16:19:54.3219468Z [ OK ] LazyOpsTest.TestOneIndexTransfer (1 ms) 2022-09-27T16:19:54.3220022Z [ RUN ] LazyOpsTest.TestNonzero 2022-09-27T16:19:54.3220509Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-09-27T16:19:54.3220831Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-09-27T16:19:54.3221142Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-09-27T16:19:54.3221462Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-09-27T16:19:54.3221995Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-09-27T16:19:54.3222319Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-09-27T16:19:54.3222708Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (0 ms) 2022-09-27T16:19:54.3223114Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-09-27T16:19:54.3223559Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (0 ms) 2022-09-27T16:19:54.3224218Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-09-27T16:19:54.3224683Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (0 ms) 2022-09-27T16:19:54.3225053Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-09-27T16:19:54.3225431Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (0 ms) 2022-09-27T16:19:54.3225816Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-09-27T16:19:54.3226196Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (0 ms) 2022-09-27T16:19:54.3226521Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-09-27T16:19:54.3226834Z [ OK ] LazyOpsTest.TestMaskIndex (0 ms) 2022-09-27T16:19:54.3227140Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-09-27T16:19:54.3258324Z [ OK ] LazyOpsTest.TestOneIndexPut (3 ms) 2022-09-27T16:19:54.3258782Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-09-27T16:19:54.3280254Z [ OK ] LazyOpsTest.TestOneIndexPutInPlace (2 ms) 2022-09-27T16:19:54.3280744Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-09-27T16:19:54.3297081Z [ OK ] LazyOpsTest.TestOneIndexPutTransfer (1 ms) 2022-09-27T16:19:54.3297659Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-09-27T16:19:54.3315695Z [ OK ] LazyOpsTest.TestMultiIndexPut (1 ms) 2022-09-27T16:19:54.3316164Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-09-27T16:19:54.3343410Z [ OK ] LazyOpsTest.TestMultiIndexPutHeadNull (2 ms) 2022-09-27T16:19:54.3343920Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-09-27T16:19:54.3360480Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleNull (1 ms) 2022-09-27T16:19:54.3361199Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-09-27T16:19:54.3377027Z [ OK ] LazyOpsTest.TestMultiIndexPutTailNull (1 ms) 2022-09-27T16:19:54.3377660Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-09-27T16:19:54.3397024Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (1 ms) 2022-09-27T16:19:54.3397573Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-09-27T16:19:54.3415767Z [ OK ] LazyOpsTest.TestMultiIndexPutTailBroadcast (1 ms) 2022-09-27T16:19:54.3416255Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-09-27T16:19:54.3437530Z [ OK ] LazyOpsTest.TestMaskIndexPut (2 ms) 2022-09-27T16:19:54.3437957Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-09-27T16:19:54.3462732Z [ OK ] LazyOpsTest.TestIndexPutImpl (2 ms) 2022-09-27T16:19:54.3463224Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-09-27T16:19:54.3495597Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (3 ms) 2022-09-27T16:19:54.3496094Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-09-27T16:19:54.3524025Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (2 ms) 2022-09-27T16:19:54.3524410Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-09-27T16:19:54.3551918Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (2 ms) 2022-09-27T16:19:54.3552311Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-09-27T16:19:54.3584439Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (3 ms) 2022-09-27T16:19:54.3584810Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-09-27T16:19:54.3611497Z [ OK ] LazyOpsTest.TestIndexFillRank0 (2 ms) 2022-09-27T16:19:54.3611820Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-09-27T16:19:54.3681311Z [ OK ] LazyOpsTest.TestIndexAdd (6 ms) 2022-09-27T16:19:54.3681633Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-09-27T16:19:54.3732558Z [ OK ] LazyOpsTest.TestIndexAddInPlace (5 ms) 2022-09-27T16:19:54.3732903Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-09-27T16:19:54.3752582Z [ OK ] LazyOpsTest.TestIndexAddRank0 (2 ms) 2022-09-27T16:19:54.3752887Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-09-27T16:19:54.3774858Z [ OK ] LazyOpsTest.TestIndexCopy (2 ms) 2022-09-27T16:19:54.3775193Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-09-27T16:19:54.3802342Z [ OK ] LazyOpsTest.TestIndexCopyInPlace (2 ms) 2022-09-27T16:19:54.3802672Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-09-27T16:19:54.3823233Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (2 ms) 2022-09-27T16:19:54.3823547Z [ RUN ] LazyOpsTest.TestRelu 2022-09-27T16:19:54.3827541Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-09-27T16:19:54.3827858Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-09-27T16:19:54.3831819Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-09-27T16:19:54.3832162Z [ RUN ] LazyOpsTest.TestHardshrink 2022-09-27T16:19:54.3833751Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-09-27T16:19:54.3834067Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-09-27T16:19:54.3836462Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-09-27T16:19:54.3836783Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-09-27T16:19:54.3840405Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (0 ms) 2022-09-27T16:19:54.3840767Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-09-27T16:19:54.3851314Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (1 ms) 2022-09-27T16:19:54.3851727Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-09-27T16:19:54.3852375Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-09-27T16:19:54.3852908Z [ RUN ] LazyOpsTest.TestHardtanh 2022-09-27T16:19:54.3853881Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-09-27T16:19:54.3854388Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-09-27T16:19:54.3855267Z [ OK ] LazyOpsTest.TestHardtanhInPlace (0 ms) 2022-09-27T16:19:54.3855777Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-09-27T16:19:54.3859755Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-09-27T16:19:54.3860340Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-09-27T16:19:54.3864409Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-09-27T16:19:54.3865040Z [ RUN ] LazyOpsTest.TestExp 2022-09-27T16:19:54.3868274Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-09-27T16:19:54.3868807Z [ RUN ] LazyOpsTest.TestExpm1 2022-09-27T16:19:54.3869359Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-09-27T16:19:54.3869883Z [ RUN ] LazyOpsTest.TestLog 2022-09-27T16:19:54.3873606Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-09-27T16:19:54.3874176Z [ RUN ] LazyOpsTest.TestLog2 2022-09-27T16:19:54.3877750Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-09-27T16:19:54.3878284Z [ RUN ] LazyOpsTest.TestLog10 2022-09-27T16:19:54.3878912Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-09-27T16:19:54.3879217Z [ RUN ] LazyOpsTest.TestLog1p 2022-09-27T16:19:54.3880812Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-09-27T16:19:54.3881097Z [ RUN ] LazyOpsTest.TestErf 2022-09-27T16:19:54.3882127Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-09-27T16:19:54.3882461Z [ RUN ] LazyOpsTest.TestErfc 2022-09-27T16:19:54.3883711Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-09-27T16:19:54.3884040Z [ RUN ] LazyOpsTest.TestErfinv 2022-09-27T16:19:54.3885088Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-09-27T16:19:54.3885377Z [ RUN ] LazyOpsTest.TestSqrt 2022-09-27T16:19:54.3888666Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-09-27T16:19:54.3889039Z [ RUN ] LazyOpsTest.TestRsqrt 2022-09-27T16:19:54.3892311Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-09-27T16:19:54.3892601Z [ RUN ] LazyOpsTest.TestReciprocal 2022-09-27T16:19:54.3895573Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-09-27T16:19:54.3895904Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-09-27T16:19:54.3899079Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-09-27T16:19:54.3899430Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-09-27T16:19:54.3908652Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-09-27T16:19:54.3909332Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-09-27T16:19:54.3909796Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-09-27T16:19:54.3910141Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-09-27T16:19:54.3912731Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-09-27T16:19:54.3913369Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-09-27T16:19:54.3915869Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-09-27T16:19:54.3916472Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-09-27T16:19:54.3917505Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-09-27T16:19:54.3918101Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-09-27T16:19:54.3920136Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-09-27T16:19:54.3920697Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-09-27T16:19:54.3921558Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-09-27T16:19:54.3922142Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-09-27T16:19:54.3923076Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (0 ms) 2022-09-27T16:19:54.3923832Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-09-27T16:19:54.3924453Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-09-27T16:19:54.3925023Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-09-27T16:19:54.3926135Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-09-27T16:19:54.3926727Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-09-27T16:19:54.3929896Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-09-27T16:19:54.3930518Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-09-27T16:19:54.3934551Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-09-27T16:19:54.3935138Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-09-27T16:19:54.3937981Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-09-27T16:19:54.3938587Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-09-27T16:19:54.3942670Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-09-27T16:19:54.3943282Z [ RUN ] LazyOpsTest.TestWhere 2022-09-27T16:19:54.3943815Z [W TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 2022-09-27T16:19:54.3944651Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-09-27T16:19:54.3945233Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-09-27T16:19:54.3946306Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-09-27T16:19:54.3946855Z [ RUN ] LazyOpsTest.TestThreshold 2022-09-27T16:19:54.3950313Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-09-27T16:19:54.3950963Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-09-27T16:19:54.3961334Z [ OK ] LazyOpsTest.TestThresholdBackward (1 ms) 2022-09-27T16:19:54.3961889Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-09-27T16:19:54.3964885Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-09-27T16:19:54.3965441Z [ RUN ] LazyOpsTest.TestElu 2022-09-27T16:19:54.3968540Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-09-27T16:19:54.3969147Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-09-27T16:19:54.3972560Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-09-27T16:19:54.3973101Z [ RUN ] LazyOpsTest.TestSelu 2022-09-27T16:19:54.3975635Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-09-27T16:19:54.3976199Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-09-27T16:19:54.3979958Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-09-27T16:19:54.3980501Z [ RUN ] LazyOpsTest.TestCelu 2022-09-27T16:19:54.3981372Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-09-27T16:19:54.3981960Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-09-27T16:19:54.3983355Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-09-27T16:19:54.3983884Z [ RUN ] LazyOpsTest.TestGelu 2022-09-27T16:19:54.3993484Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-09-27T16:19:54.3993895Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-09-27T16:19:54.4051140Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-09-27T16:19:54.4051735Z [ RUN ] LazyOpsTest.TestEmbedding 2022-09-27T16:19:54.4052223Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-09-27T16:19:54.4052521Z [ RUN ] LazyOpsTest.TestOneHot 2022-09-27T16:19:54.4052886Z [ OK ] LazyOpsTest.TestOneHot (0 ms) 2022-09-27T16:19:54.4053320Z [ RUN ] LazyOpsTest.TestTranspose 2022-09-27T16:19:54.4053661Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-09-27T16:19:54.4053980Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-09-27T16:19:54.4054376Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-09-27T16:19:54.4054680Z [ RUN ] LazyOpsTest.TestReshape 2022-09-27T16:19:54.4055220Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-09-27T16:19:54.4055517Z [ RUN ] LazyOpsTest.TestResize 2022-09-27T16:19:54.4055796Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-09-27T16:19:54.4056093Z [ RUN ] LazyOpsTest.TestViewResize 2022-09-27T16:19:54.4056412Z [ OK ] LazyOpsTest.TestViewResize (0 ms) 2022-09-27T16:19:54.4056689Z [ RUN ] LazyOpsTest.TestView 2022-09-27T16:19:54.4061438Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-09-27T16:19:54.4061784Z [ RUN ] LazyOpsTest.TestViewMod 2022-09-27T16:19:54.4080012Z [ OK ] LazyOpsTest.TestViewMod (1 ms) 2022-09-27T16:19:54.4080364Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-09-27T16:19:54.4099498Z [ OK ] LazyOpsTest.TestViewModComplex (1 ms) 2022-09-27T16:19:54.4099857Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-09-27T16:19:54.4122318Z [ OK ] LazyOpsTest.TestViewOfViewMod (2 ms) 2022-09-27T16:19:54.4122747Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-09-27T16:19:54.4131362Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (0 ms) 2022-09-27T16:19:54.4131773Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-09-27T16:19:54.4137105Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-09-27T16:19:54.4137634Z [ RUN ] LazyOpsTest.TestNarrow 2022-09-27T16:19:54.4153675Z [ OK ] LazyOpsTest.TestNarrow (1 ms) 2022-09-27T16:19:54.4154040Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-09-27T16:19:54.4173377Z [ OK ] LazyOpsTest.TestNarrowUpdate (1 ms) 2022-09-27T16:19:54.4174065Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-09-27T16:19:54.4194987Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (2 ms) 2022-09-27T16:19:54.4195348Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-09-27T16:19:54.4292304Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (9 ms) 2022-09-27T16:19:54.4292684Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-09-27T16:19:54.4316072Z [ OK ] LazyOpsTest.TestNarrowUpdateView (2 ms) 2022-09-27T16:19:54.4316435Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-09-27T16:19:54.4351365Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (3 ms) 2022-09-27T16:19:54.4351700Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-09-27T16:19:54.4359401Z [ OK ] LazyOpsTest.TestNarrowCopy (0 ms) 2022-09-27T16:19:54.4359707Z [ RUN ] LazyOpsTest.TestViewAs 2022-09-27T16:19:54.4368918Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-09-27T16:19:54.4369211Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-09-27T16:19:54.4394448Z [ OK ] LazyOpsTest.TestLogSoftmax (2 ms) 2022-09-27T16:19:54.4395207Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-09-27T16:19:54.4432531Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (3 ms) 2022-09-27T16:19:54.4433189Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-09-27T16:19:54.4457757Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (2 ms) 2022-09-27T16:19:54.4458260Z [ RUN ] LazyOpsTest.TestSoftmax 2022-09-27T16:19:54.4480841Z [ OK ] LazyOpsTest.TestSoftmax (2 ms) 2022-09-27T16:19:54.4481253Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-09-27T16:19:54.4517391Z [ OK ] LazyOpsTest.TestSoftmaxCast (3 ms) 2022-09-27T16:19:54.4517721Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-09-27T16:19:54.4544499Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (2 ms) 2022-09-27T16:19:54.4545085Z [ RUN ] LazyOpsTest.TestSoftplus 2022-09-27T16:19:54.4548032Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-09-27T16:19:54.4548605Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-09-27T16:19:54.4669735Z [ OK ] LazyOpsTest.TestMaxPool1D (12 ms) 2022-09-27T16:19:54.4670190Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-09-27T16:19:54.4750758Z [ OK ] LazyOpsTest.TestMaxPool2D (8 ms) 2022-09-27T16:19:54.4751240Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-09-27T16:19:54.4903657Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (15 ms) 2022-09-27T16:19:54.4904180Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-09-27T16:19:54.4971925Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (6 ms) 2022-09-27T16:19:54.4972376Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-09-27T16:19:54.4991182Z [ OK ] LazyOpsTest.TestMaxPool3D (1 ms) 2022-09-27T16:19:54.4991665Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-09-27T16:19:54.5016058Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (2 ms) 2022-09-27T16:19:54.5016558Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-09-27T16:19:54.5028754Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (1 ms) 2022-09-27T16:19:54.5029326Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-09-27T16:19:54.5044600Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (1 ms) 2022-09-27T16:19:54.5045127Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-09-27T16:19:54.5117279Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (7 ms) 2022-09-27T16:19:54.5117765Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-09-27T16:19:54.5136259Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (1 ms) 2022-09-27T16:19:54.5136706Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-09-27T16:19:54.5219630Z [ OK ] LazyOpsTest.TestAvgPool1D (8 ms) 2022-09-27T16:19:54.5220197Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-09-27T16:19:54.5282419Z [ OK ] LazyOpsTest.TestAvgPool2D (6 ms) 2022-09-27T16:19:54.5283084Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-09-27T16:19:54.5341540Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (5 ms) 2022-09-27T16:19:54.5342023Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-09-27T16:19:54.5354831Z [ OK ] LazyOpsTest.TestAvgPool3D (1 ms) 2022-09-27T16:19:54.5355330Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-09-27T16:19:54.5365582Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (1 ms) 2022-09-27T16:19:54.5366090Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-09-27T16:19:54.5377218Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (1 ms) 2022-09-27T16:19:54.5377891Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-09-27T16:19:54.5438000Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (5 ms) 2022-09-27T16:19:54.5438485Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-09-27T16:19:54.5452096Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (1 ms) 2022-09-27T16:19:54.5452571Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-09-27T16:19:54.5460336Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (0 ms) 2022-09-27T16:19:54.5460859Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-09-27T16:19:54.5673638Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (21 ms) 2022-09-27T16:19:54.5674189Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-09-27T16:19:54.5686505Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-09-27T16:19:54.5687044Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-09-27T16:19:54.5702160Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (1 ms) 2022-09-27T16:19:54.5702832Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-09-27T16:19:54.5720819Z [ OK ] LazyOpsTest.TestMaxUnpool2D (1 ms) 2022-09-27T16:19:54.5721493Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-09-27T16:19:54.5737261Z [ OK ] LazyOpsTest.TestMaxUnpool3D (1 ms) 2022-09-27T16:19:54.5738027Z [ RUN ] LazyOpsTest.TestNllLoss 2022-09-27T16:19:54.5738458Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8184: Skipped 2022-09-27T16:19:54.5738737Z 2022-09-27T16:19:54.5739015Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-09-27T16:19:54.5739517Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-09-27T16:19:54.5826577Z [ OK ] LazyOpsTest.TestNllLoss2d (8 ms) 2022-09-27T16:19:54.5827133Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-09-27T16:19:54.5846836Z [ OK ] LazyOpsTest.TestSmoothL1Loss (2 ms) 2022-09-27T16:19:54.5847396Z [ RUN ] LazyOpsTest.TestL1Loss 2022-09-27T16:19:54.5860031Z [ OK ] LazyOpsTest.TestL1Loss (1 ms) 2022-09-27T16:19:54.5860590Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-09-27T16:19:54.5903539Z [ OK ] LazyOpsTest.TestL1LossBackward (4 ms) 2022-09-27T16:19:54.5904140Z [ RUN ] LazyOpsTest.TestMseLoss 2022-09-27T16:19:54.5906080Z [ OK ] LazyOpsTest.TestMseLoss (0 ms) 2022-09-27T16:19:54.5906591Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-09-27T16:19:54.5932902Z [ OK ] LazyOpsTest.TestMseLossBackward (2 ms) 2022-09-27T16:19:54.5933365Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-09-27T16:19:54.5956342Z [ OK ] LazyOpsTest.TestBatchNorm1D (2 ms) 2022-09-27T16:19:54.5956921Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-09-27T16:19:54.5979638Z [ OK ] LazyOpsTest.TestBatchNorm2D (2 ms) 2022-09-27T16:19:54.5980226Z [ RUN ] LazyOpsTest.TestDim 2022-09-27T16:19:54.5980760Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-09-27T16:19:54.5981057Z [ RUN ] LazyOpsTest.TestContiguous 2022-09-27T16:19:54.5981366Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-09-27T16:19:54.5981734Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-09-27T16:19:54.5983277Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-09-27T16:19:54.5983662Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-09-27T16:19:54.5987357Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-09-27T16:19:54.5987833Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-09-27T16:19:54.6011685Z [ OK ] LazyOpsTest.TestSqueezeOne (2 ms) 2022-09-27T16:19:54.6012149Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-09-27T16:19:54.6039600Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (2 ms) 2022-09-27T16:19:54.6039953Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-09-27T16:19:54.6054862Z [ OK ] LazyOpsTest.TestUnsqueeze (1 ms) 2022-09-27T16:19:54.6055180Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-09-27T16:19:54.6073504Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (1 ms) 2022-09-27T16:19:54.6073849Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-09-27T16:19:54.6076765Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-09-27T16:19:54.6077088Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-09-27T16:19:54.6080489Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-09-27T16:19:54.6080858Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-09-27T16:19:54.6083925Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-09-27T16:19:54.6084257Z [ RUN ] LazyOpsTest.TestFill 2022-09-27T16:19:54.6088519Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-09-27T16:19:54.6088922Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-09-27T16:19:54.6090461Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-09-27T16:19:54.6090774Z [ RUN ] LazyOpsTest.TestPermute 2022-09-27T16:19:54.6124615Z [ OK ] LazyOpsTest.TestPermute (3 ms) 2022-09-27T16:19:54.6125136Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-09-27T16:19:54.6245774Z [ OK ] LazyOpsTest.TestPermuteMod (12 ms) 2022-09-27T16:19:54.6246098Z [ RUN ] LazyOpsTest.TestFlip 2022-09-27T16:19:54.6279957Z [ OK ] LazyOpsTest.TestFlip (3 ms) 2022-09-27T16:19:54.6280351Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-09-27T16:19:54.6288060Z [ OK ] LazyOpsTest.TestPixelShuffle (0 ms) 2022-09-27T16:19:54.6288479Z [ RUN ] LazyOpsTest.TestSumToSize 2022-09-27T16:19:54.6293400Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-09-27T16:19:54.6293756Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-09-27T16:19:54.6297795Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-09-27T16:19:54.6298440Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-09-27T16:19:54.6309525Z [ OK ] LazyOpsTest.TestTransposeDimsMod (1 ms) 2022-09-27T16:19:54.6309981Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-09-27T16:19:54.6313788Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-09-27T16:19:54.6314251Z [ RUN ] LazyOpsTest.TestSplit 2022-09-27T16:19:54.6337654Z [ OK ] LazyOpsTest.TestSplit (2 ms) 2022-09-27T16:19:54.6338093Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-09-27T16:19:54.6338642Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-09-27T16:19:54.6339054Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-09-27T16:19:54.6351990Z [ OK ] LazyOpsTest.TestSplitWithSizes (1 ms) 2022-09-27T16:19:54.6352370Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-09-27T16:19:54.6355595Z [ OK ] LazyOpsTest.TestCrossImplicitDim (0 ms) 2022-09-27T16:19:54.6355985Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-09-27T16:19:54.6359624Z [ OK ] LazyOpsTest.TestCrossExplicitDim (0 ms) 2022-09-27T16:19:54.6360048Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-09-27T16:19:54.6360384Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-09-27T16:19:54.6360723Z [ RUN ] LazyOpsTest.TestTriu 2022-09-27T16:19:54.6393045Z [ OK ] LazyOpsTest.TestTriu (3 ms) 2022-09-27T16:19:54.6393346Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-09-27T16:19:54.6422334Z [ OK ] LazyOpsTest.TestTriuNonSquare (2 ms) 2022-09-27T16:19:54.6422656Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-09-27T16:19:54.6453428Z [ OK ] LazyOpsTest.TestTriuBatch (3 ms) 2022-09-27T16:19:54.6453875Z [ RUN ] LazyOpsTest.TestTril 2022-09-27T16:19:54.6483541Z [ OK ] LazyOpsTest.TestTril (3 ms) 2022-09-27T16:19:54.6483876Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-09-27T16:19:54.6514040Z [ OK ] LazyOpsTest.TestTrilNonSquare (3 ms) 2022-09-27T16:19:54.6514445Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-09-27T16:19:54.6545481Z [ OK ] LazyOpsTest.TestTrilBatch (3 ms) 2022-09-27T16:19:54.6545967Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-09-27T16:19:54.6593036Z [ OK ] LazyOpsTest.TestTriuInPlace (4 ms) 2022-09-27T16:19:54.6593496Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-09-27T16:19:54.6633320Z [ OK ] LazyOpsTest.TestTrilInPlace (4 ms) 2022-09-27T16:19:54.6633725Z [ RUN ] LazyOpsTest.TestTrace 2022-09-27T16:19:54.6636034Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-09-27T16:19:54.6636520Z [ RUN ] LazyOpsTest.TestTraceWide 2022-09-27T16:19:54.6638945Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-09-27T16:19:54.6639393Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-09-27T16:19:54.6641517Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-09-27T16:19:54.6641938Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-09-27T16:19:54.6669212Z [ OK ] LazyOpsTest.TestDiagRank1 (2 ms) 2022-09-27T16:19:54.6669897Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-09-27T16:19:54.6680697Z [ OK ] LazyOpsTest.TestDiagRank2 (1 ms) 2022-09-27T16:19:54.6681264Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-09-27T16:19:54.7014981Z [ OK ] LazyOpsTest.TestDiagFlat (33 ms) 2022-09-27T16:19:54.7015533Z [ RUN ] LazyOpsTest.TestDiagonal 2022-09-27T16:19:54.7049227Z [ OK ] LazyOpsTest.TestDiagonal (3 ms) 2022-09-27T16:19:54.7049782Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-09-27T16:19:54.7124349Z [ OK ] LazyOpsTest.TestDiagonalUpdate (7 ms) 2022-09-27T16:19:54.7124961Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-09-27T16:19:54.7156396Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (3 ms) 2022-09-27T16:19:54.7157018Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-09-27T16:19:54.7188905Z [ OK ] LazyOpsTest.TestDiagonalBatch (3 ms) 2022-09-27T16:19:54.7189603Z [ RUN ] LazyOpsTest.TestFlatten 2022-09-27T16:19:54.7258287Z [ OK ] LazyOpsTest.TestFlatten (6 ms) 2022-09-27T16:19:54.7258878Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-09-27T16:19:54.7277514Z [ OK ] LazyOpsTest.TestLogicalAnd (1 ms) 2022-09-27T16:19:54.7278075Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-09-27T16:19:54.7281143Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-09-27T16:19:54.7281735Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-09-27T16:19:54.7285383Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-09-27T16:19:54.7285975Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-09-27T16:19:54.7289185Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-09-27T16:19:54.7289833Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-09-27T16:19:54.7293370Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-09-27T16:19:54.7293985Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-09-27T16:19:54.7299304Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-09-27T16:19:54.7299823Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-09-27T16:19:54.7303764Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-09-27T16:19:54.7304356Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-09-27T16:19:54.7307941Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-09-27T16:19:54.7308313Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-09-27T16:19:54.7310842Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-09-27T16:19:54.7311495Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-09-27T16:19:54.7313994Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-09-27T16:19:54.7314598Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-09-27T16:19:54.7315216Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-09-27T16:19:54.7315741Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-09-27T16:19:54.7316353Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-09-27T16:19:54.7316924Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-09-27T16:19:54.7317568Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-09-27T16:19:54.7318020Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-09-27T16:19:54.7318725Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-09-27T16:19:54.7319276Z [ RUN ] LazyOpsTest.TestLshift 2022-09-27T16:19:54.7319824Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-09-27T16:19:54.7320190Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-09-27T16:19:54.7321654Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-09-27T16:19:54.7322315Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-09-27T16:19:54.7323032Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-09-27T16:19:54.7323521Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-09-27T16:19:54.7324568Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-09-27T16:19:54.7325117Z [ RUN ] LazyOpsTest.TestRshift 2022-09-27T16:19:54.7325745Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-09-27T16:19:54.7326296Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-09-27T16:19:54.7327702Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-09-27T16:19:54.7328298Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-09-27T16:19:54.7329017Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-09-27T16:19:54.7329600Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-09-27T16:19:54.7330592Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-09-27T16:19:54.7331203Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-09-27T16:19:54.7331602Z [W TensorShape.cpp:3145] Warning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (function operator()) 2022-09-27T16:19:54.7343009Z [ OK ] LazyOpsTest.TestMeshgrid (1 ms) 2022-09-27T16:19:54.7343375Z [ RUN ] LazyOpsTest.TestConstantPad 2022-09-27T16:19:54.7348122Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-09-27T16:19:54.7348505Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-09-27T16:19:54.7352094Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-09-27T16:19:54.7352760Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-09-27T16:19:54.7353992Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-09-27T16:19:54.7354606Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-09-27T16:19:54.7355817Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-09-27T16:19:54.7356317Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-09-27T16:19:54.7366924Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (1 ms) 2022-09-27T16:19:54.7367401Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-09-27T16:19:54.7368035Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-09-27T16:19:54.7369366Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-09-27T16:19:54.7370456Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-09-27T16:19:54.7371213Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-09-27T16:19:54.7377811Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (0 ms) 2022-09-27T16:19:54.7378295Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-09-27T16:19:54.7378761Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-09-27T16:19:54.7379236Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-09-27T16:19:54.7380189Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-09-27T16:19:54.7380721Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-09-27T16:19:54.7388557Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (0 ms) 2022-09-27T16:19:54.7389017Z [ RUN ] LazyOpsTest.TestAsStrided 2022-09-27T16:19:54.7399691Z [ OK ] LazyOpsTest.TestAsStrided (1 ms) 2022-09-27T16:19:54.7400132Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-09-27T16:19:54.7415537Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-09-27T16:19:54.7416240Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-09-27T16:19:54.7422014Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-09-27T16:19:54.7422631Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-09-27T16:19:54.7427973Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-09-27T16:19:54.7428567Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-09-27T16:19:54.7429273Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-09-27T16:19:54.7429856Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-09-27T16:19:54.7601163Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (17 ms) 2022-09-27T16:19:54.7601742Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-09-27T16:19:54.7701906Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (10 ms) 2022-09-27T16:19:54.7702528Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-09-27T16:19:54.7872877Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (16 ms) 2022-09-27T16:19:54.7873554Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-09-27T16:19:54.7972948Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (10 ms) 2022-09-27T16:19:54.7973772Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-09-27T16:19:54.8009608Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (3 ms) 2022-09-27T16:19:54.8010443Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-09-27T16:19:54.8074050Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (6 ms) 2022-09-27T16:19:54.8074712Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-09-27T16:19:54.8101062Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (2 ms) 2022-09-27T16:19:54.8101809Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-09-27T16:19:54.8121911Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (2 ms) 2022-09-27T16:19:54.8122657Z [ RUN ] LazyOpsTest.TestConv2D 2022-09-27T16:19:54.9255805Z [ OK ] LazyOpsTest.TestConv2D (113 ms) 2022-09-27T16:19:54.9256563Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-09-27T16:19:55.3566414Z [ OK ] LazyOpsTest.TestConv2DBackward (431 ms) 2022-09-27T16:19:55.3567285Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-09-27T16:19:55.6673979Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (310 ms) 2022-09-27T16:19:55.6674759Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-09-27T16:19:55.9550577Z [ OK ] LazyOpsTest.TestConv3DBackward (287 ms) 2022-09-27T16:19:55.9551517Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-09-27T16:19:56.6421111Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (687 ms) 2022-09-27T16:19:56.6421656Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-09-27T16:19:56.6530456Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (11 ms) 2022-09-27T16:19:56.6530937Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-09-27T16:19:56.6586460Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (5 ms) 2022-09-27T16:19:56.6586942Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-09-27T16:19:56.6692708Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (10 ms) 2022-09-27T16:19:56.6693254Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-09-27T16:19:56.6748144Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (5 ms) 2022-09-27T16:19:56.6748628Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-09-27T16:19:56.6950668Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (20 ms) 2022-09-27T16:19:56.6951202Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-09-27T16:19:56.7101928Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (15 ms) 2022-09-27T16:19:56.7102478Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-09-27T16:19:56.7111202Z [ OK ] LazyOpsTest.TestTanhBackward (1 ms) 2022-09-27T16:19:56.7111658Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-09-27T16:19:56.7120630Z [ OK ] LazyOpsTest.TestSigmoidBackward (0 ms) 2022-09-27T16:19:56.7121098Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-09-27T16:19:56.7131581Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (1 ms) 2022-09-27T16:19:56.7132057Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-09-27T16:19:56.7218104Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (8 ms) 2022-09-27T16:19:56.7218570Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-09-27T16:19:56.7300233Z [ OK ] LazyOpsTest.TestSoftmaxBackward (8 ms) 2022-09-27T16:19:56.7300690Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-09-27T16:19:56.7311953Z [ OK ] LazyOpsTest.TestSoftplusBackward (1 ms) 2022-09-27T16:19:56.7312632Z [ RUN ] LazyOpsTest.TestReluBackward 2022-09-27T16:19:56.7322327Z [ OK ] LazyOpsTest.TestReluBackward (1 ms) 2022-09-27T16:19:56.7322821Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-09-27T16:19:56.7333382Z [ OK ] LazyOpsTest.TestRreluBackward (1 ms) 2022-09-27T16:19:56.7334025Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-09-27T16:19:56.7345224Z [ OK ] LazyOpsTest.TestHardshrinkBackward (1 ms) 2022-09-27T16:19:56.7345957Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-09-27T16:19:56.7355776Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (1 ms) 2022-09-27T16:19:56.7356449Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-09-27T16:19:56.7361656Z [ OK ] LazyOpsTest.TestHardtanhBackward (0 ms) 2022-09-27T16:19:56.7362189Z [ RUN ] LazyOpsTest.TestEluBackward 2022-09-27T16:19:56.7373375Z [ OK ] LazyOpsTest.TestEluBackward (1 ms) 2022-09-27T16:19:56.7373985Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-09-27T16:19:56.7392914Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-09-27T16:19:56.7393648Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-09-27T16:19:56.7404549Z [ OK ] LazyOpsTest.TestLeakyReluBackward (1 ms) 2022-09-27T16:19:56.7405146Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-09-27T16:19:56.7414434Z [ OK ] LazyOpsTest.TestTransposeBackward (0 ms) 2022-09-27T16:19:56.7415023Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-09-27T16:19:56.7489342Z [ OK ] LazyOpsTest.TestAddMatMulBackward (7 ms) 2022-09-27T16:19:56.7490134Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-09-27T16:19:56.7558035Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (6 ms) 2022-09-27T16:19:56.7558666Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-09-27T16:19:56.7559093Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10965: Skipped 2022-09-27T16:19:56.7559371Z 2022-09-27T16:19:56.7559698Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-09-27T16:19:56.7560271Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-09-27T16:19:56.7860604Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (30 ms) 2022-09-27T16:19:56.7861288Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-09-27T16:19:56.7923801Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (6 ms) 2022-09-27T16:19:56.7924454Z [ RUN ] LazyOpsTest.TestViewBackward 2022-09-27T16:19:56.7950512Z [ OK ] LazyOpsTest.TestViewBackward (2 ms) 2022-09-27T16:19:56.7951163Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-09-27T16:19:56.8007261Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (5 ms) 2022-09-27T16:19:56.8007885Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-09-27T16:19:56.8063947Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (5 ms) 2022-09-27T16:19:56.8064663Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-09-27T16:19:56.8454044Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (38 ms) 2022-09-27T16:19:56.8454551Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-09-27T16:19:56.8535147Z [ OK ] LazyOpsTest.TestKlDivBackward (8 ms) 2022-09-27T16:19:56.8535487Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-09-27T16:19:56.9382268Z [ OK ] LazyOpsTest.TestEmbeddingBackward (84 ms) 2022-09-27T16:19:56.9382989Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-09-27T16:19:56.9383555Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11362: Skipped 2022-09-27T16:19:56.9383829Z 2022-09-27T16:19:56.9384275Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-09-27T16:19:56.9384995Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-09-27T16:19:56.9385331Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11411: Skipped 2022-09-27T16:19:56.9385537Z 2022-09-27T16:19:56.9385797Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale (0 ms) 2022-09-27T16:19:56.9386464Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-09-27T16:19:56.9386931Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-09-27T16:19:56.9387307Z [ RUN ] LazyOpsTest.TestLerp 2022-09-27T16:19:56.9387732Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-09-27T16:19:56.9388062Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-09-27T16:19:56.9388502Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-09-27T16:19:56.9388808Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-09-27T16:19:56.9389210Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-09-27T16:19:56.9389585Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-09-27T16:19:56.9390068Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-09-27T16:19:56.9390767Z [ RUN ] LazyOpsTest.TestLerpOut 2022-09-27T16:19:56.9391218Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-09-27T16:19:56.9391646Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-09-27T16:19:56.9392511Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-09-27T16:19:56.9392917Z [ RUN ] LazyOpsTest.IsAliasOf 2022-09-27T16:19:56.9393301Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-09-27T16:19:56.9393628Z [----------] 575 tests from LazyOpsTest (3660 ms total) 2022-09-27T16:19:56.9393785Z 2022-09-27T16:19:56.9393941Z [----------] Global test environment tear-down 2022-09-27T16:19:56.9471874Z [==========] 612 tests from 10 test suites ran. (3693 ms total) 2022-09-27T16:19:56.9472387Z [ PASSED ] 608 tests. 2022-09-27T16:19:56.9472664Z [ SKIPPED ] 4 tests, listed below: 2022-09-27T16:19:56.9472937Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-09-27T16:19:56.9473270Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-09-27T16:19:56.9473667Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-09-27T16:19:56.9474039Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale 2022-09-27T16:19:57.0287832Z + python test/cpp/jit/tests_setup.py shutdown 2022-09-27T16:19:58.3361875Z + wait 2022-09-27T16:19:58.3362128Z + OMP_NUM_THREADS=2 2022-09-27T16:19:58.3362430Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-09-27T16:19:58.3363052Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_api '--gtest_filter=-IMethodTest.*' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_api.xml 2022-09-27T16:19:58.6576826Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:19:58.6585297Z Note: Google Test filter = -IMethodTest.*:*_CUDA:*_MultiCUDA 2022-09-27T16:19:58.6585639Z [==========] Running 991 tests from 48 test suites. 2022-09-27T16:19:58.6586019Z [----------] Global test environment set-up. 2022-09-27T16:19:58.6586371Z [----------] 9 tests from AutogradAPITests 2022-09-27T16:19:58.6586753Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-09-27T16:19:58.6792127Z [ OK ] AutogradAPITests.BackwardSimpleTest (20 ms) 2022-09-27T16:19:58.6793003Z [ RUN ] AutogradAPITests.BackwardTest 2022-09-27T16:19:58.6794052Z [W engine.cpp:1061] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-09-27T16:19:58.6795328Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-09-27T16:19:58.6795886Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-09-27T16:19:58.6796796Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-09-27T16:19:58.6797148Z [ RUN ] AutogradAPITests.GradTest 2022-09-27T16:19:58.6800240Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-09-27T16:19:58.6800670Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-09-27T16:19:58.6817164Z [W TensorBody.h:483] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-09-27T16:19:58.6819687Z [W TensorBody.h:483] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-09-27T16:19:58.6822188Z [W TensorBody.h:483] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-09-27T16:19:58.6824423Z [W TensorBody.h:483] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-09-27T16:19:58.6825226Z [ OK ] AutogradAPITests.GradNonLeafTest (2 ms) 2022-09-27T16:19:58.6825575Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-09-27T16:19:58.6952022Z [ OK ] AutogradAPITests.GradUnreachableTest (12 ms) 2022-09-27T16:19:58.6952689Z [ RUN ] AutogradAPITests.EmptyInput 2022-09-27T16:19:58.6980400Z [ OK ] AutogradAPITests.EmptyInput (2 ms) 2022-09-27T16:19:58.6980748Z [ RUN ] AutogradAPITests.RetainGrad 2022-09-27T16:19:58.6984413Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-09-27T16:19:58.6985004Z [ RUN ] AutogradAPITests.AnomalyMode 2022-09-27T16:19:58.6985383Z [W anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2022-09-27T16:19:58.8575045Z [ OK ] AutogradAPITests.AnomalyMode (158 ms) 2022-09-27T16:19:58.8575566Z [----------] 9 tests from AutogradAPITests (198 ms total) 2022-09-27T16:19:58.8575734Z 2022-09-27T16:19:58.8576140Z [----------] 33 tests from CustomAutogradTest 2022-09-27T16:19:58.8576501Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-09-27T16:19:58.8584954Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (1 ms) 2022-09-27T16:19:58.8585396Z [ RUN ] CustomAutogradTest.CustomFunction 2022-09-27T16:19:58.8587198Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-09-27T16:19:58.8587684Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-09-27T16:19:58.8588793Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-09-27T16:19:58.8589250Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-09-27T16:19:58.8591727Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-09-27T16:19:58.8592181Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-09-27T16:19:58.8592847Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-09-27T16:19:58.8593348Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-09-27T16:19:58.8594277Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-09-27T16:19:58.8594746Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-09-27T16:19:58.8595797Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-09-27T16:19:58.8596288Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-09-27T16:19:58.8596777Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-09-27T16:19:58.8597306Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-09-27T16:19:58.8597843Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-09-27T16:19:58.8598448Z [ RUN ] CustomAutogradTest.MarkDirty 2022-09-27T16:19:58.8598868Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-09-27T16:19:58.8599217Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-09-27T16:19:58.8599667Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-09-27T16:19:58.8600053Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-09-27T16:19:58.8610452Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (1 ms) 2022-09-27T16:19:58.8611177Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-09-27T16:19:58.8611643Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-09-27T16:19:58.8612032Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-09-27T16:19:58.8612669Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-09-27T16:19:58.8613211Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-09-27T16:19:58.8635453Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-09-27T16:19:58.8636137Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-09-27T16:19:58.8636604Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-09-27T16:19:58.8637087Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-09-27T16:19:58.8637795Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-09-27T16:19:58.8638159Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-09-27T16:19:58.8697380Z [ OK ] CustomAutogradTest.InvalidGradients (5 ms) 2022-09-27T16:19:58.8698137Z [ RUN ] CustomAutogradTest.NoGradInput 2022-09-27T16:19:58.8698596Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-09-27T16:19:58.8698999Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-09-27T16:19:58.8699627Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-09-27T16:19:58.8700020Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-09-27T16:19:58.8700346Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-09-27T16:19:58.8700860Z [ RUN ] CustomAutogradTest.Reentrant 2022-09-27T16:19:58.8701561Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-09-27T16:19:58.8701895Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-09-27T16:19:59.2954281Z [ OK ] CustomAutogradTest.DeepReentrant (425 ms) 2022-09-27T16:19:59.2954684Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-09-27T16:19:59.2958655Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-09-27T16:19:59.2959175Z [ RUN ] CustomAutogradTest.Hooks 2022-09-27T16:19:59.2997849Z [ OK ] CustomAutogradTest.Hooks (3 ms) 2022-09-27T16:19:59.2998374Z [ RUN ] CustomAutogradTest.HooksInplace 2022-09-27T16:19:59.3000209Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-09-27T16:19:59.3000847Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-09-27T16:19:59.3002947Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-09-27T16:19:59.3003455Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-09-27T16:19:59.3004697Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-09-27T16:19:59.3005087Z [ RUN ] CustomAutogradTest.HookNone 2022-09-27T16:19:59.3005766Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-09-27T16:19:59.3006131Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-09-27T16:19:59.3007501Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-09-27T16:19:59.3007899Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-09-27T16:19:59.3020713Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-09-27T16:19:59.3021573Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-09-27T16:19:59.3022420Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-09-27T16:19:59.3023680Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-09-27T16:19:59.3024490Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-09-27T16:19:59.3024943Z [----------] 33 tests from CustomAutogradTest (444 ms total) 2022-09-27T16:19:59.3025102Z 2022-09-27T16:19:59.3025321Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-09-27T16:19:59.3025760Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-09-27T16:19:59.3027952Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-09-27T16:19:59.3028422Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-09-27T16:19:59.3074830Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (4 ms) 2022-09-27T16:19:59.3075306Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-09-27T16:19:59.3113140Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (3 ms) 2022-09-27T16:19:59.3113599Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-09-27T16:19:59.3116245Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-09-27T16:19:59.3116759Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-09-27T16:19:59.3150721Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-09-27T16:19:59.3151211Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-09-27T16:19:59.3192271Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (4 ms) 2022-09-27T16:19:59.3192723Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-09-27T16:19:59.3257684Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (6 ms) 2022-09-27T16:19:59.3258129Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-09-27T16:19:59.3292250Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-09-27T16:19:59.3293009Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-09-27T16:19:59.3294693Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-09-27T16:19:59.3295159Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-09-27T16:19:59.3313790Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (1 ms) 2022-09-27T16:19:59.3314231Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-09-27T16:19:59.3344142Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (3 ms) 2022-09-27T16:19:59.3344593Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-09-27T16:19:59.3377928Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-09-27T16:19:59.3378377Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-09-27T16:19:59.3409309Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (3 ms) 2022-09-27T16:19:59.3410190Z [----------] 13 tests from TestAutogradNotImplementedFallback (38 ms total) 2022-09-27T16:19:59.3410400Z 2022-09-27T16:19:59.3410622Z [----------] 18 tests from AnyModuleTest 2022-09-27T16:19:59.3411129Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-09-27T16:19:59.3411713Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-09-27T16:19:59.3412098Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-09-27T16:19:59.3412528Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-09-27T16:19:59.3412953Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-09-27T16:19:59.3413589Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-09-27T16:19:59.3414015Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-09-27T16:19:59.3414438Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-09-27T16:19:59.3414941Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-09-27T16:19:59.3415540Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-09-27T16:19:59.3415992Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-09-27T16:19:59.3431505Z [ OK ] AnyModuleTest.WrongArgumentType (2 ms) 2022-09-27T16:19:59.3431865Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-09-27T16:19:59.3467450Z [ OK ] AnyModuleTest.WrongNumberOfArguments (3 ms) 2022-09-27T16:19:59.3467956Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-09-27T16:19:59.3539946Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (7 ms) 2022-09-27T16:19:59.3540627Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-09-27T16:19:59.3541028Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-09-27T16:19:59.3541410Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-09-27T16:19:59.3550285Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-09-27T16:19:59.3550982Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-09-27T16:19:59.3551435Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-09-27T16:19:59.3551805Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-09-27T16:19:59.3552203Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-09-27T16:19:59.3552583Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-09-27T16:19:59.3561109Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-09-27T16:19:59.3561460Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-09-27T16:19:59.3561811Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-09-27T16:19:59.3562364Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-09-27T16:19:59.3613627Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (5 ms) 2022-09-27T16:19:59.3614227Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-09-27T16:19:59.3614893Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-09-27T16:19:59.3615500Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-09-27T16:19:59.3615971Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:19:59.3616441Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-09-27T16:19:59.3616934Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-09-27T16:19:59.3617326Z [----------] 18 tests from AnyModuleTest (20 ms total) 2022-09-27T16:19:59.3617629Z 2022-09-27T16:19:59.3617778Z [----------] 12 tests from AnyValueTest 2022-09-27T16:19:59.3618142Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-09-27T16:19:59.3618577Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-09-27T16:19:59.3619032Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-09-27T16:19:59.3619530Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-09-27T16:19:59.3619999Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-09-27T16:19:59.3620456Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-09-27T16:19:59.3620899Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-09-27T16:19:59.3621488Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-09-27T16:19:59.3621957Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-09-27T16:19:59.3622422Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-09-27T16:19:59.3622875Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-09-27T16:19:59.3623310Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-09-27T16:19:59.3623704Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-09-27T16:19:59.3638032Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-09-27T16:19:59.3638568Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-09-27T16:19:59.3639056Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-09-27T16:19:59.3639405Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-09-27T16:19:59.3639768Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-09-27T16:19:59.3640122Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-09-27T16:19:59.3640481Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-09-27T16:19:59.3640858Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-09-27T16:19:59.3641282Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-09-27T16:19:59.3641676Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-09-27T16:19:59.3642039Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-09-27T16:19:59.3642394Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-09-27T16:19:59.3642547Z 2022-09-27T16:19:59.3642686Z [----------] 50 tests from DataTest 2022-09-27T16:19:59.3642988Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-09-27T16:19:59.3649506Z [ OK ] DataTest.DatasetCallsGetCorrectly (1 ms) 2022-09-27T16:19:59.3649876Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-09-27T16:19:59.3661845Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (1 ms) 2022-09-27T16:19:59.3662238Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-09-27T16:19:59.3731639Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (6 ms) 2022-09-27T16:19:59.3732364Z [ RUN ] DataTest.InfiniteStreamDataset 2022-09-27T16:19:59.3732744Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-09-27T16:19:59.3733057Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-09-27T16:19:59.3733382Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-09-27T16:19:59.3733722Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-09-27T16:19:59.3734073Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-09-27T16:19:59.3734440Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-09-27T16:19:59.3734821Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-09-27T16:19:59.3735201Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-09-27T16:19:59.3735585Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-09-27T16:19:59.3735970Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-09-27T16:19:59.3736349Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-09-27T16:19:59.3736674Z [ RUN ] DataTest.CollateReducesBatch 2022-09-27T16:19:59.3736991Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-09-27T16:19:59.3737305Z [ RUN ] DataTest.CollationReducesBatch 2022-09-27T16:19:59.3737752Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-09-27T16:19:59.3738129Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-09-27T16:19:59.3738557Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-09-27T16:19:59.3739087Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-09-27T16:19:59.3739556Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:19:59.3739966Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-09-27T16:19:59.3740327Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-09-27T16:19:59.3740705Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-09-27T16:19:59.3741132Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:19:59.3741526Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-09-27T16:19:59.3894044Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (16 ms) 2022-09-27T16:19:59.3894789Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:19:59.3895418Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:19:59.3895869Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:19:59.3896315Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:19:59.3896701Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-09-27T16:19:59.3897040Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:19:59.3897534Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:19:59.3898049Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:19:59.3898741Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-09-27T16:19:59.3899433Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-09-27T16:19:59.3900084Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-09-27T16:19:59.3900696Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-09-27T16:19:59.3901172Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-09-27T16:19:59.3901570Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-09-27T16:19:59.3902070Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-09-27T16:19:59.3902591Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:19:59.3903019Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-09-27T16:19:59.3903539Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-09-27T16:19:59.3904127Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-09-27T16:19:59.3904734Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-09-27T16:19:59.3905314Z [ RUN ] DataTest.StackTransformWorksForExample 2022-09-27T16:19:59.3905730Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-09-27T16:19:59.3906295Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-09-27T16:19:59.3906775Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-09-27T16:19:59.3907229Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-09-27T16:19:59.3907654Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-09-27T16:19:59.3908057Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-09-27T16:19:59.3908449Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-09-27T16:19:59.3908780Z [ RUN ] DataTest.NormalizeTransform 2022-09-27T16:19:59.3912133Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-09-27T16:19:59.3912491Z [ RUN ] DataTest.MapDoesNotCopy 2022-09-27T16:19:59.3912780Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-09-27T16:19:59.3913114Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-09-27T16:19:59.3913595Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-09-27T16:19:59.3913992Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-09-27T16:19:59.4037501Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (12 ms) 2022-09-27T16:19:59.4037977Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-09-27T16:19:59.4240308Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-09-27T16:19:59.4240682Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-09-27T16:19:59.4262626Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-09-27T16:19:59.4263289Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-09-27T16:19:59.4263680Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-09-27T16:19:59.4264038Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-09-27T16:19:59.4264419Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-09-27T16:19:59.4264886Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-09-27T16:19:59.4265406Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-09-27T16:19:59.4265905Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-09-27T16:19:59.4266378Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-09-27T16:19:59.4266791Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-09-27T16:19:59.4375096Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-09-27T16:19:59.4375608Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-09-27T16:19:59.4386248Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-09-27T16:19:59.4387131Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-09-27T16:19:59.4387702Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-09-27T16:19:59.4388162Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-09-27T16:19:59.4388524Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-09-27T16:19:59.4389157Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:19:59.4414658Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (2 ms) 2022-09-27T16:19:59.4415675Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:19:59.4416362Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:19:59.4416839Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-09-27T16:19:59.4422322Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-09-27T16:19:59.4423104Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:19:59.4423717Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:19:59.4424476Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:19:59.4425258Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:19:59.4426192Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-09-27T16:19:59.4426694Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-09-27T16:19:59.4427074Z [----------] 50 tests from DataTest (78 ms total) 2022-09-27T16:19:59.4427224Z 2022-09-27T16:19:59.4427380Z [----------] 37 tests from DataLoaderTest 2022-09-27T16:19:59.4427742Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-09-27T16:19:59.4428298Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-09-27T16:19:59.4428756Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-09-27T16:19:59.4429236Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-09-27T16:19:59.4429687Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-09-27T16:19:59.4430105Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-09-27T16:19:59.4430647Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-09-27T16:19:59.4436984Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-09-27T16:19:59.4437774Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-09-27T16:19:59.4438593Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-09-27T16:19:59.4439081Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-09-27T16:19:59.4439563Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-09-27T16:19:59.4440024Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-09-27T16:19:59.4440506Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-09-27T16:19:59.4440994Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-09-27T16:19:59.4441503Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-09-27T16:19:59.4441907Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-09-27T16:19:59.4442252Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-09-27T16:19:59.4442649Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-09-27T16:19:59.4443082Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-09-27T16:19:59.4443489Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-09-27T16:19:59.4443865Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-09-27T16:19:59.4444304Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-09-27T16:19:59.4450976Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-09-27T16:19:59.4451492Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-09-27T16:19:59.4462494Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-09-27T16:19:59.4462969Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-09-27T16:19:59.4474032Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-09-27T16:19:59.4474497Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-09-27T16:19:59.4485614Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-09-27T16:19:59.4486056Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-09-27T16:19:59.4497348Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-09-27T16:19:59.4498109Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-09-27T16:19:59.4498500Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-09-27T16:19:59.4499004Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-09-27T16:19:59.4499637Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-09-27T16:19:59.4500290Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-09-27T16:19:59.4500951Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-09-27T16:19:59.4501606Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-09-27T16:19:59.4615563Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-09-27T16:19:59.4615996Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-09-27T16:19:59.4624331Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (0 ms) 2022-09-27T16:19:59.4624918Z [ RUN ] DataLoaderTest.Reset 2022-09-27T16:19:59.4625210Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-09-27T16:19:59.4625599Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-09-27T16:19:59.4628489Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-09-27T16:19:59.4629249Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-09-27T16:19:59.4629659Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-09-27T16:19:59.4630053Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-09-27T16:19:59.4648237Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (1 ms) 2022-09-27T16:19:59.4648797Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-09-27T16:19:59.4649231Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-09-27T16:19:59.4649650Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-09-27T16:19:59.4651784Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-09-27T16:19:59.4652202Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-09-27T16:19:59.4709448Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (5 ms) 2022-09-27T16:19:59.4709884Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-09-27T16:19:59.4723944Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-09-27T16:19:59.4724479Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-09-27T16:19:59.4724897Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-09-27T16:19:59.4725339Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-09-27T16:19:59.4727678Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-09-27T16:19:59.4728538Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-09-27T16:19:59.4729152Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-09-27T16:19:59.4729576Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-09-27T16:19:59.4729963Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-09-27T16:19:59.4730318Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-09-27T16:19:59.4896572Z [ OK ] DataLoaderTest.ChunkDatasetSave (16 ms) 2022-09-27T16:19:59.4896924Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-09-27T16:19:59.4900943Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-09-27T16:19:59.4901403Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-09-27T16:19:59.4908596Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-09-27T16:19:59.4909141Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-09-27T16:19:59.4912019Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-09-27T16:19:59.4912707Z [----------] 37 tests from DataLoaderTest (48 ms total) 2022-09-27T16:19:59.4913003Z 2022-09-27T16:19:59.4913158Z [----------] 1 test from EnumTest 2022-09-27T16:19:59.4913414Z [ RUN ] EnumTest.AllEnums 2022-09-27T16:19:59.4913682Z [ OK ] EnumTest.AllEnums (0 ms) 2022-09-27T16:19:59.4913961Z [----------] 1 test from EnumTest (0 ms total) 2022-09-27T16:19:59.4914106Z 2022-09-27T16:19:59.4914268Z [----------] 6 tests from ExpandingArrayTest 2022-09-27T16:19:59.4924864Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-09-27T16:19:59.4925784Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-09-27T16:19:59.4926207Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-09-27T16:19:59.4926606Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-09-27T16:19:59.4926982Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-09-27T16:19:59.4927371Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-09-27T16:19:59.4927771Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-09-27T16:19:59.4928185Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-09-27T16:19:59.4928856Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-09-27T16:19:59.4929621Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-09-27T16:19:59.4930323Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-09-27T16:19:59.4935088Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-09-27T16:19:59.4935862Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-09-27T16:19:59.4936036Z 2022-09-27T16:19:59.4936178Z [----------] 10 tests from FFTTest 2022-09-27T16:19:59.4936457Z [ RUN ] FFTTest.fft 2022-09-27T16:19:59.4941590Z [ OK ] FFTTest.fft (0 ms) 2022-09-27T16:19:59.4942073Z [ RUN ] FFTTest.fft_real 2022-09-27T16:19:59.4943547Z [ OK ] FFTTest.fft_real (0 ms) 2022-09-27T16:19:59.4943985Z [ RUN ] FFTTest.fft_pad 2022-09-27T16:19:59.4946361Z [ OK ] FFTTest.fft_pad (0 ms) 2022-09-27T16:19:59.4946849Z [ RUN ] FFTTest.fft_norm 2022-09-27T16:19:59.4948764Z [ OK ] FFTTest.fft_norm (0 ms) 2022-09-27T16:19:59.4949244Z [ RUN ] FFTTest.ifft 2022-09-27T16:19:59.4952611Z [ OK ] FFTTest.ifft (0 ms) 2022-09-27T16:19:59.4952864Z [ RUN ] FFTTest.fft_ifft 2022-09-27T16:19:59.4955421Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-09-27T16:19:59.4955796Z [ RUN ] FFTTest.rfft 2022-09-27T16:19:59.4959780Z [ OK ] FFTTest.rfft (0 ms) 2022-09-27T16:19:59.4960060Z [ RUN ] FFTTest.rfft_irfft 2022-09-27T16:19:59.4961314Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-09-27T16:19:59.4961577Z [ RUN ] FFTTest.ihfft 2022-09-27T16:19:59.4965374Z [ OK ] FFTTest.ihfft (0 ms) 2022-09-27T16:19:59.4965689Z [ RUN ] FFTTest.hfft_ihfft 2022-09-27T16:19:59.4977258Z [ OK ] FFTTest.hfft_ihfft (1 ms) 2022-09-27T16:19:59.4977777Z [----------] 10 tests from FFTTest (4 ms total) 2022-09-27T16:19:59.4977932Z 2022-09-27T16:19:59.4978077Z [----------] 132 tests from FunctionalTest 2022-09-27T16:19:59.4978367Z [ RUN ] FunctionalTest.Conv1d 2022-09-27T16:19:59.5001242Z [ OK ] FunctionalTest.Conv1d (2 ms) 2022-09-27T16:19:59.5001531Z [ RUN ] FunctionalTest.Conv2dEven 2022-09-27T16:19:59.5004837Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-09-27T16:19:59.5005153Z [ RUN ] FunctionalTest.Conv2dUneven 2022-09-27T16:19:59.5006799Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-09-27T16:19:59.5007084Z [ RUN ] FunctionalTest.Conv3d 2022-09-27T16:19:59.5010878Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-09-27T16:19:59.5011178Z [ RUN ] FunctionalTest.MaxPool1d 2022-09-27T16:19:59.5035251Z [ OK ] FunctionalTest.MaxPool1d (2 ms) 2022-09-27T16:19:59.5035713Z [ RUN ] FunctionalTest.MaxPool2d 2022-09-27T16:19:59.5036122Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-09-27T16:19:59.5036725Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-09-27T16:19:59.5037263Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-09-27T16:19:59.5037681Z [ RUN ] FunctionalTest.MaxPool3d 2022-09-27T16:19:59.5038088Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-09-27T16:19:59.5038476Z [ RUN ] FunctionalTest.AvgPool1d 2022-09-27T16:19:59.5039935Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-09-27T16:19:59.5040348Z [ RUN ] FunctionalTest.AvgPool2d 2022-09-27T16:19:59.5040751Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-09-27T16:19:59.5041135Z [ RUN ] FunctionalTest.AvgPool3d 2022-09-27T16:19:59.5041540Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-09-27T16:19:59.5041983Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-09-27T16:19:59.5044255Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-09-27T16:19:59.5044728Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-09-27T16:19:59.5045872Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:19:59.5046293Z [ RUN ] FunctionalTest.LPPool1d 2022-09-27T16:19:59.5048060Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-09-27T16:19:59.5048461Z [ RUN ] FunctionalTest.LPPool2d 2022-09-27T16:19:59.5049581Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-09-27T16:19:59.5050214Z [ RUN ] FunctionalTest.CosineSimilarity 2022-09-27T16:19:59.5051525Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-09-27T16:19:59.5052157Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-09-27T16:19:59.5055183Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:19:59.5055870Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-09-27T16:19:59.5056792Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:19:59.5057337Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-09-27T16:19:59.5058921Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:19:59.5059592Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-09-27T16:19:59.5060910Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:19:59.5061506Z [ RUN ] FunctionalTest.HuberLossDelta 2022-09-27T16:19:59.5062142Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-09-27T16:19:59.5062735Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-09-27T16:19:59.5063635Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-09-27T16:19:59.5064278Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-09-27T16:19:59.5066891Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:19:59.5067563Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:19:59.5070663Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:19:59.5071365Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-09-27T16:19:59.5072794Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-09-27T16:19:59.5073524Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:19:59.5076048Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-09-27T16:19:59.5076581Z [ RUN ] FunctionalTest.PairwiseDistance 2022-09-27T16:19:59.5077487Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-09-27T16:19:59.5077795Z [ RUN ] FunctionalTest.PDist 2022-09-27T16:19:59.5079536Z [ OK ] FunctionalTest.PDist (0 ms) 2022-09-27T16:19:59.5080009Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-09-27T16:19:59.5080584Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:19:59.5081194Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-09-27T16:19:59.5081696Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-09-27T16:19:59.5082180Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-09-27T16:19:59.5082739Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:19:59.5083214Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-09-27T16:19:59.5083789Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:19:59.5084144Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-09-27T16:19:59.5084595Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-09-27T16:19:59.5085092Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-09-27T16:19:59.5085437Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:19:59.5085745Z [ RUN ] FunctionalTest.L1Loss 2022-09-27T16:19:59.5087595Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-09-27T16:19:59.5088067Z [ RUN ] FunctionalTest.MSELoss 2022-09-27T16:19:59.5088543Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-09-27T16:19:59.5088887Z [ RUN ] FunctionalTest.BCELoss 2022-09-27T16:19:59.5090347Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-09-27T16:19:59.5090720Z [ RUN ] FunctionalTest.KLDivLoss 2022-09-27T16:19:59.5091659Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-09-27T16:19:59.5092361Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-09-27T16:19:59.5092769Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-09-27T16:19:59.5093798Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:19:59.5094166Z [ RUN ] FunctionalTest.GridSample 2022-09-27T16:19:59.5096239Z [W vision.h:87] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2022-09-27T16:19:59.5098314Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-09-27T16:19:59.5098625Z [ RUN ] FunctionalTest.AffineGrid 2022-09-27T16:19:59.5237632Z [ OK ] FunctionalTest.AffineGrid (13 ms) 2022-09-27T16:19:59.5238095Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-09-27T16:19:59.5238537Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-09-27T16:19:59.5238914Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-09-27T16:19:59.5240692Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-09-27T16:19:59.5241089Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:19:59.5242749Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:19:59.5243243Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-09-27T16:19:59.5244290Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:19:59.5244673Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-09-27T16:19:59.5245838Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-09-27T16:19:59.5246276Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:19:59.5402383Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (15 ms) 2022-09-27T16:19:59.5402958Z [ RUN ] FunctionalTest.NLLLoss 2022-09-27T16:19:59.5403505Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-09-27T16:19:59.5403926Z [ RUN ] FunctionalTest.CrossEntropy 2022-09-27T16:19:59.5406906Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-09-27T16:19:59.5407468Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-09-27T16:19:59.5410393Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-09-27T16:19:59.5410819Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-09-27T16:19:59.5412388Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-09-27T16:19:59.5412802Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-09-27T16:19:59.5413509Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-09-27T16:19:59.5413871Z [ RUN ] FunctionalTest.ELU 2022-09-27T16:19:59.5426319Z [ OK ] FunctionalTest.ELU (1 ms) 2022-09-27T16:19:59.5426596Z [ RUN ] FunctionalTest.SELU 2022-09-27T16:19:59.5429588Z [ OK ] FunctionalTest.SELU (0 ms) 2022-09-27T16:19:59.5429968Z [ RUN ] FunctionalTest.GLU 2022-09-27T16:19:59.5431356Z [ OK ] FunctionalTest.GLU (0 ms) 2022-09-27T16:19:59.5431723Z [ RUN ] FunctionalTest.GELU 2022-09-27T16:19:59.5435995Z [ OK ] FunctionalTest.GELU (0 ms) 2022-09-27T16:19:59.5436763Z [ RUN ] FunctionalTest.TanhGELU 2022-09-27T16:19:59.5437418Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-09-27T16:19:59.5437868Z [ RUN ] FunctionalTest.Hardshrink 2022-09-27T16:19:59.5444973Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-09-27T16:19:59.5445375Z [ RUN ] FunctionalTest.OneHot 2022-09-27T16:19:59.5447986Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-09-27T16:19:59.5448376Z [ RUN ] FunctionalTest.Hardtanh 2022-09-27T16:19:59.5470313Z [ OK ] FunctionalTest.Hardtanh (2 ms) 2022-09-27T16:19:59.5470709Z [ RUN ] FunctionalTest.LeakyReLU 2022-09-27T16:19:59.5478569Z [ OK ] FunctionalTest.LeakyReLU (0 ms) 2022-09-27T16:19:59.5478976Z [ RUN ] FunctionalTest.LogSigmoid 2022-09-27T16:19:59.5479926Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-09-27T16:19:59.5480325Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-09-27T16:19:59.5507188Z [ OK ] FunctionalTest.GumbelSoftmax (2 ms) 2022-09-27T16:19:59.5507594Z [ RUN ] FunctionalTest.Softmax 2022-09-27T16:19:59.5508577Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-09-27T16:19:59.5508974Z [ RUN ] FunctionalTest.Softmin 2022-09-27T16:19:59.5509690Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-09-27T16:19:59.5510090Z [ RUN ] FunctionalTest.LogSoftmax 2022-09-27T16:19:59.5510967Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-09-27T16:19:59.5511381Z [ RUN ] FunctionalTest.PReLU 2022-09-27T16:19:59.5513677Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-09-27T16:19:59.5514082Z [ RUN ] FunctionalTest.LayerNorm 2022-09-27T16:19:59.5515082Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-09-27T16:19:59.5515696Z [ RUN ] FunctionalTest.GroupNorm 2022-09-27T16:19:59.5516467Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-09-27T16:19:59.5517185Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-09-27T16:19:59.5518792Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-09-27T16:19:59.5519493Z [ RUN ] FunctionalTest.Linear 2022-09-27T16:19:59.5523208Z [ OK ] FunctionalTest.Linear (0 ms) 2022-09-27T16:19:59.5523667Z [ RUN ] FunctionalTest.Embedding 2022-09-27T16:19:59.5524345Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-09-27T16:19:59.5524857Z [ RUN ] FunctionalTest.EmbeddingBag 2022-09-27T16:19:59.5530066Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-09-27T16:19:59.5530666Z [ RUN ] FunctionalTest.Bilinear 2022-09-27T16:19:59.5533617Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-09-27T16:19:59.5534176Z [ RUN ] FunctionalTest.Normalize 2022-09-27T16:19:59.5538654Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-09-27T16:19:59.5539186Z [ RUN ] FunctionalTest.ReLU 2022-09-27T16:19:59.5541281Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-09-27T16:19:59.5541665Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-09-27T16:19:59.5542257Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-09-27T16:19:59.5542801Z [ RUN ] FunctionalTest.ReLU6 2022-09-27T16:19:59.5545057Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-09-27T16:19:59.5545384Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-09-27T16:19:59.5545830Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-09-27T16:19:59.5546143Z [ RUN ] FunctionalTest.RReLU 2022-09-27T16:19:59.5575013Z [ OK ] FunctionalTest.RReLU (2 ms) 2022-09-27T16:19:59.5575326Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-09-27T16:19:59.5576898Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-09-27T16:19:59.5577207Z [ RUN ] FunctionalTest.CELU 2022-09-27T16:19:59.5587338Z [ OK ] FunctionalTest.CELU (1 ms) 2022-09-27T16:19:59.5587775Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-09-27T16:19:59.5588418Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-09-27T16:19:59.5588846Z [ RUN ] FunctionalTest.PixelShuffle 2022-09-27T16:19:59.5590984Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-09-27T16:19:59.5591483Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-09-27T16:19:59.5592083Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-09-27T16:19:59.5592559Z [ RUN ] FunctionalTest.Softplus 2022-09-27T16:19:59.5598782Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-09-27T16:19:59.5599242Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-09-27T16:19:59.5599751Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-09-27T16:19:59.5600156Z [ RUN ] FunctionalTest.Fold 2022-09-27T16:19:59.5601402Z [ OK ] FunctionalTest.Fold (0 ms) 2022-09-27T16:19:59.5601834Z [ RUN ] FunctionalTest.Unfold 2022-09-27T16:19:59.5603173Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-09-27T16:19:59.5603621Z [ RUN ] FunctionalTest.Softshrink 2022-09-27T16:19:59.5609005Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-09-27T16:19:59.5609481Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-09-27T16:19:59.5610002Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-09-27T16:19:59.5610427Z [ RUN ] FunctionalTest.Softsign 2022-09-27T16:19:59.5611243Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-09-27T16:19:59.5611624Z [ RUN ] FunctionalTest.Mish 2022-09-27T16:19:59.5613092Z [ OK ] FunctionalTest.Mish (0 ms) 2022-09-27T16:19:59.5613491Z [ RUN ] FunctionalTest.Tanhshrink 2022-09-27T16:19:59.5614178Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-09-27T16:19:59.5614535Z [ RUN ] FunctionalTest.Threshold 2022-09-27T16:19:59.5626595Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-09-27T16:19:59.5626998Z [ RUN ] FunctionalTest.BatchNorm1d 2022-09-27T16:19:59.5627703Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-09-27T16:19:59.5628143Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-09-27T16:19:59.5628992Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-09-27T16:19:59.5629426Z [ RUN ] FunctionalTest.BatchNorm2d 2022-09-27T16:19:59.5630298Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-09-27T16:19:59.5630779Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-09-27T16:19:59.5631818Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-09-27T16:19:59.5632373Z [ RUN ] FunctionalTest.BatchNorm3d 2022-09-27T16:19:59.5633222Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-09-27T16:19:59.5633653Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-09-27T16:19:59.5634314Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-09-27T16:19:59.5634837Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-09-27T16:19:59.5636760Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-09-27T16:19:59.5637206Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-09-27T16:19:59.5638342Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-09-27T16:19:59.5638774Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-09-27T16:19:59.5640569Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-09-27T16:19:59.5641057Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-09-27T16:19:59.5641971Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-09-27T16:19:59.5642396Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-09-27T16:19:59.5644578Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-09-27T16:19:59.5644960Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-09-27T16:19:59.5647000Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-09-27T16:19:59.5647549Z [ RUN ] FunctionalTest.Interpolate 2022-09-27T16:19:59.5648524Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:19:59.5650128Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:19:59.5651406Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:19:59.5653076Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:19:59.5654734Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:19:59.5655637Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:19:59.5656598Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:19:59.5657701Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:19:59.5731367Z [ OK ] FunctionalTest.Interpolate (8 ms) 2022-09-27T16:19:59.5731831Z [ RUN ] FunctionalTest.Pad1 2022-09-27T16:19:59.5732195Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-09-27T16:19:59.5732462Z [ RUN ] FunctionalTest.Pad2 2022-09-27T16:19:59.5733871Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-09-27T16:19:59.5734148Z [ RUN ] FunctionalTest.Pad3 2022-09-27T16:19:59.5738236Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-09-27T16:19:59.5738586Z [ RUN ] FunctionalTest.Pad4 2022-09-27T16:19:59.5740153Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-09-27T16:19:59.5740415Z [ RUN ] FunctionalTest.Pad5 2022-09-27T16:19:59.5743092Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-09-27T16:19:59.5743391Z [ RUN ] FunctionalTest.Pad6 2022-09-27T16:19:59.5745784Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-09-27T16:19:59.5746228Z [ RUN ] FunctionalTest.Pad7 2022-09-27T16:19:59.5746516Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-09-27T16:19:59.5746797Z [ RUN ] FunctionalTest.Pad8 2022-09-27T16:19:59.5747062Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-09-27T16:19:59.5747341Z [ RUN ] FunctionalTest.CTCLoss 2022-09-27T16:19:59.5856852Z [ OK ] FunctionalTest.CTCLoss (10 ms) 2022-09-27T16:19:59.5857385Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-09-27T16:19:59.5859596Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-09-27T16:19:59.5859923Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-09-27T16:19:59.5862847Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-09-27T16:19:59.5863191Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-09-27T16:19:59.5865906Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-09-27T16:19:59.5866306Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-09-27T16:19:59.5869978Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-09-27T16:19:59.5870344Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-09-27T16:19:59.5873894Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-09-27T16:19:59.5874231Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-09-27T16:19:59.5877100Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-09-27T16:19:59.5877426Z [ RUN ] FunctionalTest.AlphaDropout 2022-09-27T16:19:59.5886623Z [ OK ] FunctionalTest.AlphaDropout (0 ms) 2022-09-27T16:19:59.5886964Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-09-27T16:19:59.5895645Z [ OK ] FunctionalTest.FeatureAlphaDropout (0 ms) 2022-09-27T16:19:59.5895971Z [ RUN ] FunctionalTest.Dropout 2022-09-27T16:19:59.5902340Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-09-27T16:19:59.5902640Z [ RUN ] FunctionalTest.Dropout2d 2022-09-27T16:19:59.5909166Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-09-27T16:19:59.5909602Z [ RUN ] FunctionalTest.Dropout3d 2022-09-27T16:19:59.5915057Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-09-27T16:19:59.5915406Z [ RUN ] FunctionalTest.isfinite 2022-09-27T16:19:59.5920692Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-09-27T16:19:59.5921013Z [ RUN ] FunctionalTest.isinf 2022-09-27T16:19:59.5924819Z [ OK ] FunctionalTest.isinf (0 ms) 2022-09-27T16:19:59.5925259Z [ RUN ] FunctionalTest.AllClose 2022-09-27T16:19:59.5988848Z [ OK ] FunctionalTest.AllClose (6 ms) 2022-09-27T16:19:59.5989184Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-09-27T16:19:59.6027973Z [ OK ] FunctionalTest.BCEWithLogitsLoss (3 ms) 2022-09-27T16:19:59.6028333Z [----------] 132 tests from FunctionalTest (104 ms total) 2022-09-27T16:19:59.6028506Z 2022-09-27T16:19:59.6028662Z [----------] 1 test from IntegrationTest 2022-09-27T16:19:59.6028968Z [ RUN ] IntegrationTest.CartPole 2022-09-27T16:20:13.6731733Z [ OK ] IntegrationTest.CartPole (14070 ms) 2022-09-27T16:20:13.6732353Z [----------] 1 test from IntegrationTest (14070 ms total) 2022-09-27T16:20:13.6732626Z 2022-09-27T16:20:13.6732888Z [----------] 9 tests from InitTest 2022-09-27T16:20:13.6733452Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-09-27T16:20:13.6750288Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (1 ms) 2022-09-27T16:20:13.6750965Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-09-27T16:20:13.6763692Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (1 ms) 2022-09-27T16:20:13.6764206Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-09-27T16:20:13.6777097Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-09-27T16:20:13.6777867Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-09-27T16:20:13.6788744Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-09-27T16:20:13.6789351Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-09-27T16:20:13.6815733Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-09-27T16:20:13.6816667Z [ RUN ] InitTest.CalculateGainWithTanh 2022-09-27T16:20:13.6817014Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-09-27T16:20:13.6817344Z [ RUN ] InitTest.CalculateGainWithRelu 2022-09-27T16:20:13.6817787Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-09-27T16:20:13.6818129Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-09-27T16:20:13.6818487Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-09-27T16:20:13.6818860Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-09-27T16:20:13.6841909Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (2 ms) 2022-09-27T16:20:13.6842309Z [----------] 9 tests from InitTest (11 ms total) 2022-09-27T16:20:13.6842472Z 2022-09-27T16:20:13.6842638Z [----------] 6 tests from TorchScriptTest 2022-09-27T16:20:13.6842977Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-09-27T16:20:13.7278361Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (43 ms) 2022-09-27T16:20:13.7278871Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-09-27T16:20:13.7322087Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (4 ms) 2022-09-27T16:20:13.7322488Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-09-27T16:20:13.7325145Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-09-27T16:20:13.7325673Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-09-27T16:20:13.7326589Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-09-27T16:20:13.7327146Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-09-27T16:20:13.7332339Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-09-27T16:20:13.7333215Z [ RUN ] TorchScriptTest.TestPickle 2022-09-27T16:20:13.7333736Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-09-27T16:20:13.7334230Z [----------] 6 tests from TorchScriptTest (49 ms total) 2022-09-27T16:20:13.7334490Z 2022-09-27T16:20:13.7334704Z [----------] 3 tests from MakeUniqueTest 2022-09-27T16:20:13.7335054Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-09-27T16:20:13.7335417Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-09-27T16:20:13.7335787Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-09-27T16:20:13.7336159Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-09-27T16:20:13.7336532Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-09-27T16:20:13.7336942Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-09-27T16:20:13.7337314Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-09-27T16:20:13.7337648Z 2022-09-27T16:20:13.7337867Z [----------] 2 tests from MetaTensorTest 2022-09-27T16:20:13.7338154Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-09-27T16:20:13.7338493Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-09-27T16:20:13.7338819Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-09-27T16:20:13.7339146Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-09-27T16:20:13.7339485Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-09-27T16:20:13.7339638Z 2022-09-27T16:20:13.7339780Z [----------] 2 tests from UtilsTest 2022-09-27T16:20:13.7340043Z [ RUN ] UtilsTest.WarnOnce 2022-09-27T16:20:13.7340303Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-09-27T16:20:13.7340619Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-09-27T16:20:13.7340983Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-09-27T16:20:13.7341308Z [----------] 2 tests from UtilsTest (0 ms total) 2022-09-27T16:20:13.7341453Z 2022-09-27T16:20:13.7341595Z [----------] 1 test from NoGradTest 2022-09-27T16:20:13.7342029Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-09-27T16:20:13.7370187Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-09-27T16:20:13.7370566Z [----------] 1 test from NoGradTest (3 ms total) 2022-09-27T16:20:13.7370717Z 2022-09-27T16:20:13.7370877Z [----------] 3 tests from AutogradTest 2022-09-27T16:20:13.7371260Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-09-27T16:20:13.7372202Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-09-27T16:20:13.7372665Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-09-27T16:20:13.7373662Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-09-27T16:20:13.7374300Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-09-27T16:20:13.7375203Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-09-27T16:20:13.7375790Z [----------] 3 tests from AutogradTest (0 ms total) 2022-09-27T16:20:13.7375955Z 2022-09-27T16:20:13.7376124Z [----------] 1 test from OptionalArrayRefTest 2022-09-27T16:20:13.7376467Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-09-27T16:20:13.7376832Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-09-27T16:20:13.7377207Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-09-27T16:20:13.7377373Z 2022-09-27T16:20:13.7377699Z [----------] 52 tests from ModuleTest 2022-09-27T16:20:13.7378187Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-09-27T16:20:13.7378778Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-09-27T16:20:13.7379340Z [ RUN ] ModuleTest.ZeroGrad 2022-09-27T16:20:13.7379664Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-09-27T16:20:13.7379962Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-09-27T16:20:13.7380308Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-09-27T16:20:13.7380713Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-09-27T16:20:13.7404078Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-09-27T16:20:13.7404552Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-09-27T16:20:13.7415644Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-09-27T16:20:13.7416106Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-09-27T16:20:13.7428421Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-09-27T16:20:13.7428802Z [ RUN ] ModuleTest.ReplaceModule 2022-09-27T16:20:13.7429112Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-09-27T16:20:13.7429407Z [ RUN ] ModuleTest.UnregisterModule 2022-09-27T16:20:13.7445479Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-09-27T16:20:13.7445886Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-09-27T16:20:13.7478243Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-09-27T16:20:13.7478721Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-09-27T16:20:13.7500395Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-09-27T16:20:13.7500875Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-09-27T16:20:13.7501291Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-09-27T16:20:13.7501710Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-09-27T16:20:13.7533012Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-09-27T16:20:13.7533540Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-09-27T16:20:13.7555929Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-09-27T16:20:13.7557497Z [ RUN ] ModuleTest.CanGetName 2022-09-27T16:20:13.7557811Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-09-27T16:20:13.7558185Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-09-27T16:20:13.7558527Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-09-27T16:20:13.7559009Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-09-27T16:20:13.7559550Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-09-27T16:20:13.7560043Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-09-27T16:20:13.7560632Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-09-27T16:20:13.7561207Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-09-27T16:20:13.7573987Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-09-27T16:20:13.7574529Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-09-27T16:20:13.7575155Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-09-27T16:20:13.7575619Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-09-27T16:20:13.7580495Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-09-27T16:20:13.7581148Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-09-27T16:20:13.7581943Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-09-27T16:20:13.7582772Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-09-27T16:20:13.7583477Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-09-27T16:20:13.7584081Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-09-27T16:20:13.7584734Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-09-27T16:20:13.7585430Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-09-27T16:20:13.7586201Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-09-27T16:20:13.7586602Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-09-27T16:20:13.7586963Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-09-27T16:20:13.7587333Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-09-27T16:20:13.7587743Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-09-27T16:20:13.7588257Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-09-27T16:20:13.7588885Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-09-27T16:20:13.7589476Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-09-27T16:20:13.7590079Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-09-27T16:20:13.7590643Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-09-27T16:20:13.7597120Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (1 ms) 2022-09-27T16:20:13.7597810Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:20:13.7598556Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:20:13.7599198Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:20:13.7599936Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:20:13.7600586Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:20:13.7601801Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:20:13.7602505Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:20:13.7603152Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:20:13.7603791Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:20:13.7604423Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:20:13.7605078Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:20:13.7605737Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:20:13.7606270Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:20:13.7606760Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:20:13.7607261Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:20:13.7607786Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:20:13.7608269Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:20:13.7608802Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:20:13.7609266Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:20:13.7609763Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:20:13.7610252Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:20:13.7610804Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:20:13.7611309Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:20:13.7611872Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:20:13.7612397Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:20:13.7612883Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:20:13.7613416Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:20:13.7613986Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:20:13.7614452Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-09-27T16:20:13.7614821Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:13.7615218Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-09-27T16:20:13.7615632Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:13.7616026Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-09-27T16:20:13.7616440Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:13.7616868Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-09-27T16:20:13.7617311Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:13.7617917Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-09-27T16:20:13.7618349Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:13.7618788Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-09-27T16:20:13.7619234Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:13.7619733Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-09-27T16:20:13.7635731Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (2 ms) 2022-09-27T16:20:13.7636388Z [ RUN ] ModuleTest.PrettyPrint 2022-09-27T16:20:13.7636708Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-09-27T16:20:13.7637162Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-09-27T16:20:13.7637652Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-09-27T16:20:13.7638066Z [----------] 52 tests from ModuleTest (25 ms total) 2022-09-27T16:20:13.7638204Z 2022-09-27T16:20:13.7638358Z [----------] 11 tests from ModuleDictTest 2022-09-27T16:20:13.7638673Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-09-27T16:20:13.7639020Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-09-27T16:20:13.7639370Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-09-27T16:20:13.7639754Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-09-27T16:20:13.7640134Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-09-27T16:20:13.7648996Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-09-27T16:20:13.7649355Z [ RUN ] ModuleDictTest.UpdateExist 2022-09-27T16:20:13.7649676Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-09-27T16:20:13.7649965Z [ RUN ] ModuleDictTest.Keys 2022-09-27T16:20:13.7669509Z [ OK ] ModuleDictTest.Keys (2 ms) 2022-09-27T16:20:13.7669814Z [ RUN ] ModuleDictTest.Values 2022-09-27T16:20:13.7670111Z [ OK ] ModuleDictTest.Values (0 ms) 2022-09-27T16:20:13.7670481Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-09-27T16:20:13.7681276Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (1 ms) 2022-09-27T16:20:13.7682041Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-09-27T16:20:13.7682412Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-09-27T16:20:13.7682728Z [ RUN ] ModuleDictTest.IsCloneable 2022-09-27T16:20:13.7685586Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-09-27T16:20:13.7686283Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-09-27T16:20:13.7687003Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:20:13.7687587Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-09-27T16:20:13.7688430Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-09-27T16:20:13.7689191Z [----------] 11 tests from ModuleDictTest (5 ms total) 2022-09-27T16:20:13.7689375Z 2022-09-27T16:20:13.7689518Z [----------] 15 tests from ModuleListTest 2022-09-27T16:20:13.7690001Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-09-27T16:20:13.7690728Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:20:13.7691119Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-09-27T16:20:13.7691503Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:20:13.7691888Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-09-27T16:20:13.7692278Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:20:13.7692635Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-09-27T16:20:13.7693002Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:20:13.7693325Z [ RUN ] ModuleListTest.Insertion 2022-09-27T16:20:13.7693626Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-09-27T16:20:13.7693918Z [ RUN ] ModuleListTest.AccessWithAt 2022-09-27T16:20:13.7713625Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-09-27T16:20:13.7713963Z [ RUN ] ModuleListTest.AccessWithPtr 2022-09-27T16:20:13.7736269Z [ OK ] ModuleListTest.AccessWithPtr (2 ms) 2022-09-27T16:20:13.7736806Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-09-27T16:20:13.7738161Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:20:13.7738785Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-09-27T16:20:13.7739256Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-09-27T16:20:13.7739671Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-09-27T16:20:13.7740037Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-09-27T16:20:13.7740355Z [ RUN ] ModuleListTest.IsCloneable 2022-09-27T16:20:13.7743595Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-09-27T16:20:13.7744168Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-09-27T16:20:13.7744808Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:20:13.7745246Z [ RUN ] ModuleListTest.NestingIsPossible 2022-09-27T16:20:13.7745842Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-09-27T16:20:13.7746376Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-09-27T16:20:13.7746741Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-09-27T16:20:13.7747090Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-09-27T16:20:13.7747433Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-09-27T16:20:13.7747779Z [----------] 15 tests from ModuleListTest (5 ms total) 2022-09-27T16:20:13.7747922Z 2022-09-27T16:20:13.7748073Z [----------] 256 tests from ModulesTest 2022-09-27T16:20:13.7748341Z [ RUN ] ModulesTest.Conv1d 2022-09-27T16:20:13.7770469Z [ OK ] ModulesTest.Conv1d (2 ms) 2022-09-27T16:20:13.7770897Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-09-27T16:20:13.7807114Z [ OK ] ModulesTest.Conv1dSameStrided (3 ms) 2022-09-27T16:20:13.7807423Z [ RUN ] ModulesTest.Conv2dEven 2022-09-27T16:20:13.7811429Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-09-27T16:20:13.7811724Z [ RUN ] ModulesTest.Conv2dUneven 2022-09-27T16:20:13.7814139Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-09-27T16:20:13.7814460Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-09-27T16:20:13.7865923Z [ OK ] ModulesTest.Conv2dSameStrided (5 ms) 2022-09-27T16:20:13.7866241Z [ RUN ] ModulesTest.Conv3d 2022-09-27T16:20:13.7870900Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-09-27T16:20:13.7871246Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-09-27T16:20:13.7927877Z [ OK ] ModulesTest.Conv3dSameStrided (5 ms) 2022-09-27T16:20:13.7928216Z [ RUN ] ModulesTest.ConvTranspose1d 2022-09-27T16:20:13.7931116Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-09-27T16:20:13.7931431Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-09-27T16:20:13.7936013Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-09-27T16:20:13.7936427Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-09-27T16:20:13.7940932Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-09-27T16:20:13.7941324Z [ RUN ] ModulesTest.ConvTranspose3d 2022-09-27T16:20:13.7944906Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-09-27T16:20:13.7945331Z [ RUN ] ModulesTest.MaxPool1d 2022-09-27T16:20:13.7970197Z [ OK ] ModulesTest.MaxPool1d (2 ms) 2022-09-27T16:20:13.7970767Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-09-27T16:20:13.7971552Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-09-27T16:20:13.7972147Z [ RUN ] ModulesTest.MaxPool2dEven 2022-09-27T16:20:13.7972855Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-09-27T16:20:13.7973413Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-09-27T16:20:13.7973975Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-09-27T16:20:13.7974636Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-09-27T16:20:13.7975273Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-09-27T16:20:13.7975753Z [ RUN ] ModulesTest.MaxPool3d 2022-09-27T16:20:13.7976270Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-09-27T16:20:13.7976866Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-09-27T16:20:13.7977789Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-09-27T16:20:13.7978363Z [ RUN ] ModulesTest.AvgPool1d 2022-09-27T16:20:13.7979282Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-09-27T16:20:13.7979846Z [ RUN ] ModulesTest.AvgPool2dEven 2022-09-27T16:20:13.7980515Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-09-27T16:20:13.7981045Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-09-27T16:20:13.7981633Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-09-27T16:20:13.7982169Z [ RUN ] ModulesTest.AvgPool3d 2022-09-27T16:20:13.7982699Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-09-27T16:20:13.7983267Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-09-27T16:20:13.7984149Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-09-27T16:20:13.7984835Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-09-27T16:20:13.7985547Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-09-27T16:20:13.7986227Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-09-27T16:20:13.7987010Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:20:13.7987801Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-09-27T16:20:13.7988619Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-09-27T16:20:13.7989236Z [ RUN ] ModulesTest.LPPool1d 2022-09-27T16:20:13.7989951Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-09-27T16:20:13.7990439Z [ RUN ] ModulesTest.LPPool2d 2022-09-27T16:20:13.7990982Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-09-27T16:20:13.7991482Z [ RUN ] ModulesTest.Identity 2022-09-27T16:20:13.7992126Z [ OK ] ModulesTest.Identity (0 ms) 2022-09-27T16:20:13.7992625Z [ RUN ] ModulesTest.Flatten 2022-09-27T16:20:13.7994200Z [ OK ] ModulesTest.Flatten (0 ms) 2022-09-27T16:20:13.7994736Z [ RUN ] ModulesTest.Unflatten 2022-09-27T16:20:13.7995545Z [W TensorImpl.h:1694] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-09-27T16:20:13.7996288Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-09-27T16:20:13.7996586Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-09-27T16:20:13.7997497Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:20:13.7998144Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-09-27T16:20:13.7999061Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-09-27T16:20:13.7999657Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-09-27T16:20:13.8000587Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-09-27T16:20:13.8001231Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-09-27T16:20:13.8001856Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-09-27T16:20:13.8002516Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-09-27T16:20:13.8004345Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-09-27T16:20:13.8004929Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-09-27T16:20:13.8006655Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-09-27T16:20:13.8007256Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-09-27T16:20:13.8008113Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:20:13.8008635Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-09-27T16:20:13.8010818Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-09-27T16:20:13.8011240Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-09-27T16:20:13.8012318Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:20:13.8012733Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-09-27T16:20:13.8013699Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-09-27T16:20:13.8014089Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-09-27T16:20:13.8015036Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-09-27T16:20:13.8015422Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-09-27T16:20:13.8017184Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:20:13.8017573Z [ RUN ] ModulesTest.MaxUnpool1d 2022-09-27T16:20:13.8019484Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-09-27T16:20:13.8020004Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-09-27T16:20:13.8021709Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-09-27T16:20:13.8022311Z [ RUN ] ModulesTest.MaxUnpool2d 2022-09-27T16:20:13.8023868Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-09-27T16:20:13.8024443Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-09-27T16:20:13.8026023Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-09-27T16:20:13.8026725Z [ RUN ] ModulesTest.MaxUnpool3d 2022-09-27T16:20:13.8027280Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-09-27T16:20:13.8027853Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-09-27T16:20:13.8029819Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-09-27T16:20:13.8030358Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-09-27T16:20:13.9155980Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (112 ms) 2022-09-27T16:20:13.9156394Z [ RUN ] ModulesTest.Linear 2022-09-27T16:20:13.9160088Z [ OK ] ModulesTest.Linear (0 ms) 2022-09-27T16:20:13.9160437Z [ RUN ] ModulesTest.LocalResponseNorm 2022-09-27T16:20:13.9164544Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-09-27T16:20:13.9164869Z [ RUN ] ModulesTest.LayerNorm 2022-09-27T16:20:13.9166827Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-09-27T16:20:13.9167116Z [ RUN ] ModulesTest.GroupNorm 2022-09-27T16:20:13.9169016Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-09-27T16:20:13.9169423Z [ RUN ] ModulesTest.Bilinear 2022-09-27T16:20:13.9172294Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-09-27T16:20:13.9172571Z [ RUN ] ModulesTest.Fold 2022-09-27T16:20:13.9193354Z [ OK ] ModulesTest.Fold (2 ms) 2022-09-27T16:20:13.9193621Z [ RUN ] ModulesTest.Unfold 2022-09-27T16:20:13.9261326Z [ OK ] ModulesTest.Unfold (6 ms) 2022-09-27T16:20:13.9261631Z [ RUN ] ModulesTest.SimpleContainer 2022-09-27T16:20:13.9291809Z [ OK ] ModulesTest.SimpleContainer (2 ms) 2022-09-27T16:20:13.9292253Z [ RUN ] ModulesTest.EmbeddingBasic 2022-09-27T16:20:13.9292706Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-09-27T16:20:13.9293102Z [ RUN ] ModulesTest.EmbeddingList 2022-09-27T16:20:13.9294178Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-09-27T16:20:13.9294951Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-09-27T16:20:13.9295531Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-09-27T16:20:13.9295978Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-09-27T16:20:13.9298823Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-09-27T16:20:13.9299363Z [ RUN ] ModulesTest.AlphaDropout 2022-09-27T16:20:13.9299800Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-09-27T16:20:13.9300231Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-09-27T16:20:13.9301203Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-09-27T16:20:13.9301515Z [ RUN ] ModulesTest.Dropout 2022-09-27T16:20:13.9303502Z [ OK ] ModulesTest.Dropout (0 ms) 2022-09-27T16:20:13.9304031Z [ RUN ] ModulesTest.Dropout2d 2022-09-27T16:20:13.9309140Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-09-27T16:20:13.9309662Z [ RUN ] ModulesTest.Dropout3d 2022-09-27T16:20:13.9316344Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-09-27T16:20:13.9316851Z [ RUN ] ModulesTest.Parameters 2022-09-27T16:20:13.9318445Z [ OK ] ModulesTest.Parameters (0 ms) 2022-09-27T16:20:13.9319054Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-09-27T16:20:13.9319738Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-09-27T16:20:13.9320137Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-09-27T16:20:13.9320505Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-09-27T16:20:13.9320872Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-09-27T16:20:13.9321248Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-09-27T16:20:13.9321594Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-09-27T16:20:13.9322157Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-09-27T16:20:13.9322504Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-09-27T16:20:13.9323012Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-09-27T16:20:13.9323382Z [ RUN ] ModulesTest.BatchNorm1d 2022-09-27T16:20:13.9323689Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-09-27T16:20:13.9324002Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-09-27T16:20:13.9324321Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-09-27T16:20:13.9324649Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-09-27T16:20:13.9325015Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-09-27T16:20:13.9325323Z [ RUN ] ModulesTest.BatchNorm2d 2022-09-27T16:20:13.9326300Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-09-27T16:20:13.9326750Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-09-27T16:20:13.9327136Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-09-27T16:20:13.9327449Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-09-27T16:20:13.9327844Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-09-27T16:20:13.9328152Z [ RUN ] ModulesTest.BatchNorm3d 2022-09-27T16:20:13.9331196Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-09-27T16:20:13.9331782Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-09-27T16:20:13.9332260Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-09-27T16:20:13.9333269Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-09-27T16:20:13.9333669Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-09-27T16:20:13.9333997Z [ RUN ] ModulesTest.InstanceNorm1d 2022-09-27T16:20:13.9334319Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-09-27T16:20:13.9334649Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-09-27T16:20:13.9334993Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-09-27T16:20:13.9335346Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-09-27T16:20:13.9335704Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-09-27T16:20:13.9336278Z [ RUN ] ModulesTest.InstanceNorm2d 2022-09-27T16:20:13.9337044Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-09-27T16:20:13.9337783Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-09-27T16:20:13.9338257Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-09-27T16:20:13.9338610Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-09-27T16:20:13.9338964Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-09-27T16:20:13.9339291Z [ RUN ] ModulesTest.InstanceNorm3d 2022-09-27T16:20:13.9341304Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-09-27T16:20:13.9341811Z [ RUN ] ModulesTest.L1Loss 2022-09-27T16:20:13.9342628Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-09-27T16:20:13.9343114Z [ RUN ] ModulesTest.MSELoss 2022-09-27T16:20:13.9343806Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-09-27T16:20:13.9344319Z [ RUN ] ModulesTest.BCELoss 2022-09-27T16:20:13.9345366Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-09-27T16:20:13.9345869Z [ RUN ] ModulesTest.KLDivLoss 2022-09-27T16:20:13.9346709Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-09-27T16:20:13.9347665Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-09-27T16:20:13.9347974Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-09-27T16:20:13.9349256Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:20:13.9349914Z [ RUN ] ModulesTest.MultiMarginLoss 2022-09-27T16:20:13.9351010Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-09-27T16:20:13.9351338Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-09-27T16:20:13.9355613Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-09-27T16:20:13.9356039Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-09-27T16:20:13.9357556Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:20:13.9357996Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-09-27T16:20:13.9359369Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:20:13.9359858Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:20:13.9360906Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:20:13.9361430Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-09-27T16:20:13.9362405Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:20:13.9362762Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-09-27T16:20:13.9363325Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-09-27T16:20:13.9363734Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-09-27T16:20:13.9365166Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:20:13.9365543Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-09-27T16:20:13.9366466Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:20:13.9366829Z [ RUN ] ModulesTest.HuberLossDelta 2022-09-27T16:20:13.9367528Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-09-27T16:20:13.9368138Z [ RUN ] ModulesTest.TripletMarginLoss 2022-09-27T16:20:13.9371104Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-09-27T16:20:13.9371720Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:20:13.9527358Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (15 ms) 2022-09-27T16:20:13.9527872Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-09-27T16:20:13.9807275Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (27 ms) 2022-09-27T16:20:13.9807836Z [ RUN ] ModulesTest.NLLLoss 2022-09-27T16:20:13.9808368Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-09-27T16:20:13.9808779Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-09-27T16:20:13.9814695Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-09-27T16:20:13.9815219Z [ RUN ] ModulesTest.CosineSimilarity 2022-09-27T16:20:13.9818154Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-09-27T16:20:13.9818786Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-09-27T16:20:13.9820349Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:20:13.9821008Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:20:13.9823403Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:20:13.9824121Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-09-27T16:20:13.9825292Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-09-27T16:20:13.9826008Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:20:13.9828739Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-09-27T16:20:13.9829387Z [ RUN ] ModulesTest.PairwiseDistance 2022-09-27T16:20:13.9830099Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-09-27T16:20:13.9830473Z [ RUN ] ModulesTest.ELU 2022-09-27T16:20:13.9840792Z [ OK ] ModulesTest.ELU (1 ms) 2022-09-27T16:20:13.9841269Z [ RUN ] ModulesTest.SELU 2022-09-27T16:20:13.9843687Z [ OK ] ModulesTest.SELU (0 ms) 2022-09-27T16:20:13.9843958Z [ RUN ] ModulesTest.Hardshrink 2022-09-27T16:20:13.9851321Z [ OK ] ModulesTest.Hardshrink (0 ms) 2022-09-27T16:20:13.9851670Z [ RUN ] ModulesTest.Hardtanh 2022-09-27T16:20:13.9875100Z [ OK ] ModulesTest.Hardtanh (2 ms) 2022-09-27T16:20:13.9875433Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-09-27T16:20:13.9953492Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (7 ms) 2022-09-27T16:20:13.9953831Z [ RUN ] ModulesTest.LeakyReLU 2022-09-27T16:20:13.9964991Z [ OK ] ModulesTest.LeakyReLU (1 ms) 2022-09-27T16:20:13.9965293Z [ RUN ] ModulesTest.LogSigmoid 2022-09-27T16:20:13.9967046Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-09-27T16:20:13.9967325Z [ RUN ] ModulesTest.Softmax 2022-09-27T16:20:13.9969044Z [ OK ] ModulesTest.Softmax (0 ms) 2022-09-27T16:20:13.9969324Z [ RUN ] ModulesTest.Softmin 2022-09-27T16:20:13.9970860Z [ OK ] ModulesTest.Softmin (0 ms) 2022-09-27T16:20:13.9971211Z [ RUN ] ModulesTest.LogSoftmax 2022-09-27T16:20:13.9972643Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-09-27T16:20:13.9972994Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-09-27T16:20:13.9999001Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (2 ms) 2022-09-27T16:20:13.9999358Z [ RUN ] ModulesTest.Softmax2d 2022-09-27T16:20:14.0008783Z [ OK ] ModulesTest.Softmax2d (1 ms) 2022-09-27T16:20:14.0009086Z [ RUN ] ModulesTest.PReLU 2022-09-27T16:20:14.0013706Z [ OK ] ModulesTest.PReLU (0 ms) 2022-09-27T16:20:14.0014005Z [ RUN ] ModulesTest.ReLU 2022-09-27T16:20:14.0016610Z [ OK ] ModulesTest.ReLU (0 ms) 2022-09-27T16:20:14.0016874Z [ RUN ] ModulesTest.ReLU6 2022-09-27T16:20:14.0019868Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-09-27T16:20:14.0020141Z [ RUN ] ModulesTest.RReLU 2022-09-27T16:20:14.0054727Z [ OK ] ModulesTest.RReLU (3 ms) 2022-09-27T16:20:14.0055291Z [ RUN ] ModulesTest.CELU 2022-09-27T16:20:14.0064007Z [ OK ] ModulesTest.CELU (0 ms) 2022-09-27T16:20:14.0064262Z [ RUN ] ModulesTest.GLU 2022-09-27T16:20:14.0066654Z [ OK ] ModulesTest.GLU (0 ms) 2022-09-27T16:20:14.0067005Z [ RUN ] ModulesTest.GELU 2022-09-27T16:20:14.0068853Z [ OK ] ModulesTest.GELU (0 ms) 2022-09-27T16:20:14.0069209Z [ RUN ] ModulesTest.TanhGELU 2022-09-27T16:20:14.0070547Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-09-27T16:20:14.0071163Z [ RUN ] ModulesTest.Mish 2022-09-27T16:20:14.0071751Z [ OK ] ModulesTest.Mish (0 ms) 2022-09-27T16:20:14.0072340Z [ RUN ] ModulesTest.Sigmoid 2022-09-27T16:20:14.0073117Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-09-27T16:20:14.0073789Z [ RUN ] ModulesTest.PixelShuffle 2022-09-27T16:20:14.0075501Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-09-27T16:20:14.0076255Z [ RUN ] ModulesTest.PixelUnshuffle 2022-09-27T16:20:14.0077843Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-09-27T16:20:14.0078429Z [ RUN ] ModulesTest.Softplus 2022-09-27T16:20:14.0086139Z [ OK ] ModulesTest.Softplus (0 ms) 2022-09-27T16:20:14.0086717Z [ RUN ] ModulesTest.Softshrink 2022-09-27T16:20:14.0093016Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-09-27T16:20:14.0093802Z [ RUN ] ModulesTest.Softsign 2022-09-27T16:20:14.0094419Z [ OK ] ModulesTest.Softsign (0 ms) 2022-09-27T16:20:14.0094901Z [ RUN ] ModulesTest.Tanh 2022-09-27T16:20:14.0095398Z [ OK ] ModulesTest.Tanh (0 ms) 2022-09-27T16:20:14.0095674Z [ RUN ] ModulesTest.Tanhshrink 2022-09-27T16:20:14.0098840Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-09-27T16:20:14.0099371Z [ RUN ] ModulesTest.Threshold 2022-09-27T16:20:14.0110501Z [ OK ] ModulesTest.Threshold (1 ms) 2022-09-27T16:20:14.0111043Z [ RUN ] ModulesTest.Upsampling1D 2022-09-27T16:20:14.0112692Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0115029Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0117287Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0118288Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0121040Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-09-27T16:20:14.0121628Z [ RUN ] ModulesTest.Upsampling2D 2022-09-27T16:20:14.0122893Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0124232Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0125618Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0126964Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0128407Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0130079Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0132297Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0133382Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0135049Z [ OK ] ModulesTest.Upsampling2D (1 ms) 2022-09-27T16:20:14.0135366Z [ RUN ] ModulesTest.Upsampling3D 2022-09-27T16:20:14.0136916Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0138327Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0140803Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0141798Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:20:14.0143146Z [ OK ] ModulesTest.Upsampling3D (0 ms) 2022-09-27T16:20:14.0143473Z [ RUN ] ModulesTest.CTCLoss 2022-09-27T16:20:14.0145818Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-09-27T16:20:14.0146137Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-09-27T16:20:14.0147827Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-09-27T16:20:14.0148135Z [ RUN ] ModulesTest.MarginRankingLoss 2022-09-27T16:20:14.0150828Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-09-27T16:20:14.0151286Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-09-27T16:20:14.0213857Z [ OK ] ModulesTest.BCEWithLogitsLoss (6 ms) 2022-09-27T16:20:14.0214189Z [ RUN ] ModulesTest.MultiheadAttention 2022-09-27T16:20:22.7171692Z [ OK ] ModulesTest.MultiheadAttention (8695 ms) 2022-09-27T16:20:22.7172235Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-09-27T16:20:22.7172696Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-09-27T16:20:22.7173155Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-09-27T16:20:22.7173583Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-09-27T16:20:22.7174023Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-09-27T16:20:22.7174478Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-09-27T16:20:22.7174894Z [ RUN ] ModulesTest.ReflectionPad1d 2022-09-27T16:20:22.7175316Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-09-27T16:20:22.7175735Z [ RUN ] ModulesTest.ReflectionPad2d 2022-09-27T16:20:22.7176144Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-09-27T16:20:22.7176555Z [ RUN ] ModulesTest.ReflectionPad3d 2022-09-27T16:20:22.7179177Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-09-27T16:20:22.7179607Z [ RUN ] ModulesTest.ReplicationPad1d 2022-09-27T16:20:22.7180575Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-09-27T16:20:22.7180995Z [ RUN ] ModulesTest.ReplicationPad2d 2022-09-27T16:20:22.7182713Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-09-27T16:20:22.7183130Z [ RUN ] ModulesTest.ReplicationPad3d 2022-09-27T16:20:22.7186247Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-09-27T16:20:22.7186636Z [ RUN ] ModulesTest.ZeroPad2d 2022-09-27T16:20:22.7188361Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-09-27T16:20:22.7188735Z [ RUN ] ModulesTest.ConstantPad1d 2022-09-27T16:20:22.7189980Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-09-27T16:20:22.7190384Z [ RUN ] ModulesTest.ConstantPad2d 2022-09-27T16:20:22.7192585Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-09-27T16:20:22.7193157Z [ RUN ] ModulesTest.ConstantPad3d 2022-09-27T16:20:22.7195631Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-09-27T16:20:22.7195944Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-09-27T16:20:22.7202442Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-09-27T16:20:22.7202732Z [ RUN ] ModulesTest.RNNCell 2022-09-27T16:20:22.7205470Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-09-27T16:20:22.7205770Z [ RUN ] ModulesTest.LSTMCell 2022-09-27T16:20:22.7209668Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-09-27T16:20:22.7209954Z [ RUN ] ModulesTest.GRUCell 2022-09-27T16:20:22.7213429Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-09-27T16:20:22.7213871Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-09-27T16:20:22.7214315Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-09-27T16:20:22.7214752Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-09-27T16:20:22.7215193Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-09-27T16:20:22.7215615Z [ RUN ] ModulesTest.PrettyPrintConv 2022-09-27T16:20:22.7216126Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-09-27T16:20:22.7216569Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-09-27T16:20:22.7218317Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-09-27T16:20:22.7219034Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-09-27T16:20:22.7219501Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-09-27T16:20:22.7220160Z [ RUN ] ModulesTest.PrettyPrintFold 2022-09-27T16:20:22.7220928Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-09-27T16:20:22.7221497Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-09-27T16:20:22.7222561Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-09-27T16:20:22.7223120Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-09-27T16:20:22.7223638Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-09-27T16:20:22.7224166Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-09-27T16:20:22.7224754Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-09-27T16:20:22.7225370Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-09-27T16:20:22.7226046Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-09-27T16:20:22.7226620Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-09-27T16:20:22.7227174Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-09-27T16:20:22.7227764Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-09-27T16:20:22.7228459Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-09-27T16:20:22.7229103Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-09-27T16:20:22.7229745Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-09-27T16:20:22.7230335Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-09-27T16:20:22.7230912Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-09-27T16:20:22.7231444Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-09-27T16:20:22.7232035Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-09-27T16:20:22.7232647Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-09-27T16:20:22.7233252Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-09-27T16:20:22.7233797Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-09-27T16:20:22.7234428Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-09-27T16:20:22.7235029Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-09-27T16:20:22.7235617Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-09-27T16:20:22.7236226Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-09-27T16:20:22.7236823Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-09-27T16:20:22.7237610Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-09-27T16:20:22.7238226Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-09-27T16:20:22.7238870Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-09-27T16:20:22.7239490Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-09-27T16:20:22.7240131Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-09-27T16:20:22.7240805Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-09-27T16:20:22.7241475Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-09-27T16:20:22.7242087Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-09-27T16:20:22.7242775Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-09-27T16:20:22.7243455Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-09-27T16:20:22.7244065Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-09-27T16:20:22.7244695Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-09-27T16:20:22.7245290Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-09-27T16:20:22.7245948Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-09-27T16:20:22.7246549Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-09-27T16:20:22.7247254Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-09-27T16:20:22.7247776Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-09-27T16:20:22.7248151Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-09-27T16:20:22.7248496Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-09-27T16:20:22.7249027Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-09-27T16:20:22.7249367Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-09-27T16:20:22.7249681Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-09-27T16:20:22.7250011Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-09-27T16:20:22.7250350Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-09-27T16:20:22.7250666Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-09-27T16:20:22.7250997Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-09-27T16:20:22.7251322Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-09-27T16:20:22.7251635Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-09-27T16:20:22.7251993Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-09-27T16:20:22.7252389Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-09-27T16:20:22.7252784Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-09-27T16:20:22.7253168Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-09-27T16:20:22.7253557Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-09-27T16:20:22.7253950Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-09-27T16:20:22.7254360Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-09-27T16:20:22.7254830Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-09-27T16:20:22.7255285Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-09-27T16:20:22.7255710Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-09-27T16:20:22.7256067Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-09-27T16:20:22.7256467Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-09-27T16:20:22.7256856Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-09-27T16:20:22.7257252Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-09-27T16:20:22.7258005Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-09-27T16:20:22.7258592Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-09-27T16:20:22.7259421Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-09-27T16:20:22.7259795Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-09-27T16:20:22.7260174Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-09-27T16:20:22.7260740Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-09-27T16:20:22.7261113Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-09-27T16:20:22.7261492Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-09-27T16:20:22.7261859Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-09-27T16:20:22.7262210Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-09-27T16:20:22.7262579Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-09-27T16:20:22.7263012Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-09-27T16:20:22.7263368Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-09-27T16:20:22.7263703Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-09-27T16:20:22.7264046Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-09-27T16:20:22.7264396Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-09-27T16:20:22.7264728Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-09-27T16:20:22.7265077Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-09-27T16:20:22.7265403Z [ RUN ] ModulesTest.PrettyPrintELU 2022-09-27T16:20:22.7265706Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-09-27T16:20:22.7266013Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-09-27T16:20:22.7266406Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-09-27T16:20:22.7266713Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-09-27T16:20:22.7267012Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-09-27T16:20:22.7267341Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-09-27T16:20:22.7267722Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-09-27T16:20:22.7268095Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-09-27T16:20:22.7270808Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-09-27T16:20:22.7271455Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-09-27T16:20:22.7272080Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-09-27T16:20:22.7272671Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-09-27T16:20:22.7273022Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-09-27T16:20:22.7273355Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-09-27T16:20:22.7273679Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-09-27T16:20:22.7274006Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-09-27T16:20:22.7274334Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-09-27T16:20:22.7274655Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-09-27T16:20:22.7275000Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-09-27T16:20:22.7275341Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-09-27T16:20:22.7275863Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-09-27T16:20:22.7276380Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-09-27T16:20:22.7276891Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-09-27T16:20:22.7277463Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-09-27T16:20:22.7278105Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-09-27T16:20:22.7278666Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-09-27T16:20:22.7279256Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-09-27T16:20:22.7279829Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-09-27T16:20:22.7280185Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-09-27T16:20:22.7280588Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-09-27T16:20:22.7280908Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-09-27T16:20:22.7281217Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-09-27T16:20:22.7281548Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-09-27T16:20:22.7281887Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-09-27T16:20:22.7282248Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-09-27T16:20:22.7282598Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-09-27T16:20:22.7282967Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-09-27T16:20:22.7283317Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-09-27T16:20:22.7283641Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-09-27T16:20:22.7283978Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-09-27T16:20:22.7284322Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-09-27T16:20:22.7284648Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-09-27T16:20:22.7284981Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-09-27T16:20:22.7285295Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-09-27T16:20:22.7285608Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-09-27T16:20:22.7285921Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-09-27T16:20:22.7286266Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-09-27T16:20:22.7286604Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-09-27T16:20:22.7286928Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-09-27T16:20:22.7287308Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-09-27T16:20:22.7287639Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-09-27T16:20:22.7287973Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-09-27T16:20:22.7288346Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-09-27T16:20:22.7288810Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-09-27T16:20:22.7289199Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-09-27T16:20:22.7289561Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-09-27T16:20:22.7289926Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-09-27T16:20:22.7290287Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-09-27T16:20:22.7290632Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-09-27T16:20:22.7291011Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-09-27T16:20:22.7291418Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-09-27T16:20:22.7291796Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-09-27T16:20:22.7292180Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-09-27T16:20:22.7292567Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-09-27T16:20:22.7292964Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-09-27T16:20:22.7293310Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-09-27T16:20:22.7293645Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-09-27T16:20:22.7293979Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-09-27T16:20:22.7294304Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-09-27T16:20:22.7294634Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-09-27T16:20:22.7294962Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-09-27T16:20:22.7295344Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-09-27T16:20:22.7295794Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-09-27T16:20:22.7296206Z [----------] 256 tests from ModulesTest (8949 ms total) 2022-09-27T16:20:22.7296359Z 2022-09-27T16:20:22.7296551Z [----------] 1 test from NestedTest 2022-09-27T16:20:22.7296803Z [ RUN ] NestedTest.Nested 2022-09-27T16:20:22.7297158Z [W NestedTensorImpl.cpp:177] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator()) 2022-09-27T16:20:22.7297771Z [ OK ] NestedTest.Nested (0 ms) 2022-09-27T16:20:22.7298055Z [----------] 1 test from NestedTest (0 ms total) 2022-09-27T16:20:22.7298206Z 2022-09-27T16:20:22.7298370Z [----------] 10 tests from ParameterDictTest 2022-09-27T16:20:22.7298699Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-09-27T16:20:22.7299070Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-09-27T16:20:22.7299436Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-09-27T16:20:22.7299835Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-09-27T16:20:22.7300208Z [ RUN ] ParameterDictTest.InsertAndContains 2022-09-27T16:20:22.7300550Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-09-27T16:20:22.7300890Z [ RUN ] ParameterDictTest.InsertAndClear 2022-09-27T16:20:22.7301232Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-09-27T16:20:22.7301549Z [ RUN ] ParameterDictTest.InsertAndPop 2022-09-27T16:20:22.7301887Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-09-27T16:20:22.7302213Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-09-27T16:20:22.7302546Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-09-27T16:20:22.7302924Z [ RUN ] ParameterDictTest.Keys 2022-09-27T16:20:22.7303217Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-09-27T16:20:22.7303508Z [ RUN ] ParameterDictTest.Values 2022-09-27T16:20:22.7303795Z [ OK ] ParameterDictTest.Values (0 ms) 2022-09-27T16:20:22.7304083Z [ RUN ] ParameterDictTest.Get 2022-09-27T16:20:22.7304371Z [ OK ] ParameterDictTest.Get (0 ms) 2022-09-27T16:20:22.7304700Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-09-27T16:20:22.7305106Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-09-27T16:20:22.7305487Z [----------] 10 tests from ParameterDictTest (2 ms total) 2022-09-27T16:20:22.7305650Z 2022-09-27T16:20:22.7305811Z [----------] 8 tests from ParameterListTest 2022-09-27T16:20:22.7306153Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-09-27T16:20:22.7306574Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:20:22.7306932Z [ RUN ] ParameterListTest.isEmpty 2022-09-27T16:20:22.7307276Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-09-27T16:20:22.7307617Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-09-27T16:20:22.7308087Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:20:22.7308495Z [ RUN ] ParameterListTest.ForEachLoop 2022-09-27T16:20:22.7308835Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-09-27T16:20:22.7309389Z [ RUN ] ParameterListTest.AccessWithAt 2022-09-27T16:20:22.7309926Z [ OK ] ParameterListTest.AccessWithAt (3 ms) 2022-09-27T16:20:22.7310353Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-09-27T16:20:22.7311200Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-09-27T16:20:22.7312002Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-09-27T16:20:22.7312397Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-09-27T16:20:22.7312756Z [ RUN ] ParameterListTest.IncrementAdd 2022-09-27T16:20:22.7313092Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-09-27T16:20:22.7313515Z [----------] 8 tests from ParameterListTest (4 ms total) 2022-09-27T16:20:22.7313670Z 2022-09-27T16:20:22.7313824Z [----------] 1 test from NamespaceTests 2022-09-27T16:20:22.7314226Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-09-27T16:20:22.7314737Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-09-27T16:20:22.7315141Z [----------] 1 test from NamespaceTests (0 ms total) 2022-09-27T16:20:22.7315296Z 2022-09-27T16:20:22.7315444Z [----------] 7 tests from NNUtilsTest 2022-09-27T16:20:22.7315725Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-09-27T16:20:22.7325731Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-09-27T16:20:22.7326074Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-09-27T16:20:22.9097143Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (176 ms) 2022-09-27T16:20:22.9097814Z [ RUN ] NNUtilsTest.ClipGradValue 2022-09-27T16:20:22.9098129Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-09-27T16:20:22.9098445Z [ RUN ] NNUtilsTest.ConvertParameters 2022-09-27T16:20:22.9102911Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-09-27T16:20:22.9103384Z [ RUN ] NNUtilsTest.PackSequence 2022-09-27T16:20:22.9484734Z [ OK ] NNUtilsTest.PackSequence (37 ms) 2022-09-27T16:20:22.9485061Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-09-27T16:20:22.9642548Z [ OK ] NNUtilsTest.PackPaddedSequence (15 ms) 2022-09-27T16:20:22.9642860Z [ RUN ] NNUtilsTest.PadSequence 2022-09-27T16:20:22.9714147Z [ OK ] NNUtilsTest.PadSequence (7 ms) 2022-09-27T16:20:22.9714731Z [----------] 7 tests from NNUtilsTest (240 ms total) 2022-09-27T16:20:22.9715024Z 2022-09-27T16:20:22.9715238Z [----------] 3 tests from PackedSequenceTest 2022-09-27T16:20:22.9715546Z [ RUN ] PackedSequenceTest.WrongOrder 2022-09-27T16:20:22.9754912Z [ OK ] PackedSequenceTest.WrongOrder (4 ms) 2022-09-27T16:20:22.9755534Z [ RUN ] PackedSequenceTest.TotalLength 2022-09-27T16:20:22.9830885Z [ OK ] PackedSequenceTest.TotalLength (7 ms) 2022-09-27T16:20:22.9831458Z [ RUN ] PackedSequenceTest.To 2022-09-27T16:20:22.9832137Z [ OK ] PackedSequenceTest.To (0 ms) 2022-09-27T16:20:22.9832776Z [----------] 3 tests from PackedSequenceTest (11 ms total) 2022-09-27T16:20:22.9832995Z 2022-09-27T16:20:22.9833130Z [----------] 34 tests from OptimTest 2022-09-27T16:20:22.9833420Z [ RUN ] OptimTest.OptimizerAccessors 2022-09-27T16:20:22.9851450Z [ OK ] OptimTest.OptimizerAccessors (1 ms) 2022-09-27T16:20:22.9851809Z [ RUN ] OptimTest.OldInterface 2022-09-27T16:20:22.9853679Z [ OK ] OptimTest.OldInterface (0 ms) 2022-09-27T16:20:22.9853993Z [ RUN ] OptimTest.XORConvergence_SGD 2022-09-27T16:20:24.1805735Z [ OK ] OptimTest.XORConvergence_SGD (1194 ms) 2022-09-27T16:20:24.1806551Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-09-27T16:20:25.0168099Z [ OK ] OptimTest.XORConvergence_LBFGS (836 ms) 2022-09-27T16:20:25.0168501Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-09-27T16:20:25.4769785Z [ OK ] OptimTest.XORConvergence_Adagrad (460 ms) 2022-09-27T16:20:25.4770215Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-09-27T16:20:25.9325708Z [ OK ] OptimTest.XORConvergence_RMSprop (455 ms) 2022-09-27T16:20:25.9326348Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-09-27T16:20:27.2185237Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1285 ms) 2022-09-27T16:20:27.2185804Z [ RUN ] OptimTest.XORConvergence_Adam 2022-09-27T16:20:27.7226497Z [ OK ] OptimTest.XORConvergence_Adam (504 ms) 2022-09-27T16:20:27.7227118Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-09-27T16:20:28.2295403Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (506 ms) 2022-09-27T16:20:28.2296063Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-09-27T16:20:28.4171890Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (187 ms) 2022-09-27T16:20:28.4172324Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-09-27T16:20:28.6095515Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (192 ms) 2022-09-27T16:20:28.6095983Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-09-27T16:20:28.8109525Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (201 ms) 2022-09-27T16:20:28.8109951Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-09-27T16:20:29.3173009Z [ OK ] OptimTest.XORConvergence_AdamW (506 ms) 2022-09-27T16:20:29.3173418Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-09-27T16:20:29.8255021Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (508 ms) 2022-09-27T16:20:29.8255440Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-09-27T16:20:30.0201191Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (194 ms) 2022-09-27T16:20:30.0201767Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-09-27T16:20:30.2077747Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (187 ms) 2022-09-27T16:20:30.2078208Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-09-27T16:20:30.4076461Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (199 ms) 2022-09-27T16:20:30.4077018Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-09-27T16:20:30.5646527Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (156 ms) 2022-09-27T16:20:30.5647009Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-09-27T16:20:30.7298470Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (165 ms) 2022-09-27T16:20:30.7298971Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-09-27T16:20:30.8935120Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (163 ms) 2022-09-27T16:20:30.8935555Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-09-27T16:20:31.0605041Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (166 ms) 2022-09-27T16:20:31.0605480Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-09-27T16:20:31.2329286Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (172 ms) 2022-09-27T16:20:31.2329752Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-09-27T16:20:31.4219873Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (188 ms) 2022-09-27T16:20:31.4220480Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-09-27T16:20:31.6174285Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (195 ms) 2022-09-27T16:20:31.6174746Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-09-27T16:20:31.7445210Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (127 ms) 2022-09-27T16:20:31.7445609Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-09-27T16:20:31.8788918Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (134 ms) 2022-09-27T16:20:31.8789408Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-09-27T16:20:32.0308159Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (151 ms) 2022-09-27T16:20:32.0308876Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-09-27T16:20:32.1881139Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (157 ms) 2022-09-27T16:20:32.1881600Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-09-27T16:20:32.3334759Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (145 ms) 2022-09-27T16:20:32.3335183Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-09-27T16:20:32.9410284Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (607 ms) 2022-09-27T16:20:32.9410755Z [ RUN ] OptimTest.ZeroGrad 2022-09-27T16:20:32.9411142Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-09-27T16:20:32.9411469Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-09-27T16:20:32.9413261Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-09-27T16:20:32.9413777Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-09-27T16:20:32.9414588Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-09-27T16:20:32.9414999Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-09-27T16:20:32.9415346Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-09-27T16:20:32.9415685Z [----------] 34 tests from OptimTest (9958 ms total) 2022-09-27T16:20:32.9415825Z 2022-09-27T16:20:32.9415983Z [----------] 29 tests from OrderedDictTest 2022-09-27T16:20:32.9416348Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-09-27T16:20:32.9416781Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-09-27T16:20:32.9417605Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-09-27T16:20:32.9418112Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-09-27T16:20:32.9418590Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-09-27T16:20:32.9419040Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-09-27T16:20:32.9419491Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:20:32.9441685Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (2 ms) 2022-09-27T16:20:32.9442150Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-09-27T16:20:32.9442510Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-09-27T16:20:32.9442960Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-09-27T16:20:32.9465516Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-09-27T16:20:32.9466000Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-09-27T16:20:32.9466376Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-09-27T16:20:32.9466752Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-09-27T16:20:32.9476028Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-09-27T16:20:32.9476407Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-09-27T16:20:32.9476772Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-09-27T16:20:32.9477132Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-09-27T16:20:32.9486503Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-09-27T16:20:32.9487273Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-09-27T16:20:32.9487767Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-09-27T16:20:32.9488310Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-09-27T16:20:32.9488988Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-09-27T16:20:32.9489791Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:20:32.9490394Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-09-27T16:20:32.9491009Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-09-27T16:20:32.9491664Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-09-27T16:20:32.9492266Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-09-27T16:20:32.9510756Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-09-27T16:20:32.9511339Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-09-27T16:20:32.9511841Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-09-27T16:20:32.9512300Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-09-27T16:20:32.9522660Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-09-27T16:20:32.9523141Z [ RUN ] OrderedDictTest.CanIterateItems 2022-09-27T16:20:32.9523473Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-09-27T16:20:32.9523803Z [ RUN ] OrderedDictTest.EraseWorks 2022-09-27T16:20:32.9524118Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-09-27T16:20:32.9524462Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-09-27T16:20:32.9524827Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-09-27T16:20:32.9525398Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-09-27T16:20:32.9525741Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-09-27T16:20:32.9526057Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-09-27T16:20:32.9526380Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-09-27T16:20:32.9526712Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-09-27T16:20:32.9527042Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-09-27T16:20:32.9527366Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-09-27T16:20:32.9527690Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-09-27T16:20:32.9528017Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-09-27T16:20:32.9528376Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-09-27T16:20:32.9528873Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-09-27T16:20:32.9547450Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-09-27T16:20:32.9548074Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-09-27T16:20:32.9548441Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-09-27T16:20:32.9548805Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-09-27T16:20:32.9549207Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-09-27T16:20:32.9549576Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-09-27T16:20:32.9549947Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-09-27T16:20:32.9550317Z [----------] 29 tests from OrderedDictTest (13 ms total) 2022-09-27T16:20:32.9550481Z 2022-09-27T16:20:32.9550618Z [----------] 13 tests from RNNTest 2022-09-27T16:20:32.9550905Z [ RUN ] RNNTest.CheckOutputSizes 2022-09-27T16:20:32.9617650Z [ OK ] RNNTest.CheckOutputSizes (6 ms) 2022-09-27T16:20:32.9617967Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-09-27T16:20:32.9682243Z [ OK ] RNNTest.CheckOutputSizesProj (6 ms) 2022-09-27T16:20:32.9682598Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-09-27T16:20:32.9685664Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-09-27T16:20:32.9686215Z [ RUN ] RNNTest.EndToEndLSTM 2022-09-27T16:20:34.6070268Z [ OK ] RNNTest.EndToEndLSTM (1638 ms) 2022-09-27T16:20:34.6070705Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-09-27T16:20:36.2397822Z [ OK ] RNNTest.EndToEndLSTMProj (1632 ms) 2022-09-27T16:20:36.2398420Z [ RUN ] RNNTest.EndToEndGRU 2022-09-27T16:20:37.6992558Z [ OK ] RNNTest.EndToEndGRU (1459 ms) 2022-09-27T16:20:37.6992995Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-09-27T16:20:38.4979818Z [ OK ] RNNTest.EndToEndRNNRelu (798 ms) 2022-09-27T16:20:38.4980157Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-09-27T16:20:39.3947635Z [ OK ] RNNTest.EndToEndRNNTanh (896 ms) 2022-09-27T16:20:39.3947984Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-09-27T16:20:39.3969572Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-09-27T16:20:39.3970175Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-09-27T16:20:39.4079528Z [ OK ] RNNTest.BidirectionalFlattenParameters (10 ms) 2022-09-27T16:20:39.4080086Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-09-27T16:20:39.4092874Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-09-27T16:20:39.4093266Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-09-27T16:20:39.4103496Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-09-27T16:20:39.4103871Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-09-27T16:20:39.4120925Z [ OK ] RNNTest.UsePackedSequenceAsInput (1 ms) 2022-09-27T16:20:39.4121450Z [----------] 13 tests from RNNTest (6457 ms total) 2022-09-27T16:20:39.4122054Z 2022-09-27T16:20:39.4122323Z [----------] 19 tests from SequentialTest 2022-09-27T16:20:39.4122881Z [ RUN ] SequentialTest.CanContainThings 2022-09-27T16:20:39.4123496Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-09-27T16:20:39.4124124Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-09-27T16:20:39.4124630Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:20:39.4125026Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-09-27T16:20:39.4125419Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:20:39.4125789Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-09-27T16:20:39.4126174Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:20:39.4126548Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-09-27T16:20:39.4126906Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:20:39.4127237Z [ RUN ] SequentialTest.AccessWithAt 2022-09-27T16:20:39.4162960Z [ OK ] SequentialTest.AccessWithAt (3 ms) 2022-09-27T16:20:39.4163280Z [ RUN ] SequentialTest.AccessWithPtr 2022-09-27T16:20:39.4186202Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-09-27T16:20:39.4186624Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-09-27T16:20:39.4197994Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-09-27T16:20:39.4198536Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-09-27T16:20:39.4198940Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-09-27T16:20:39.4199396Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-09-27T16:20:39.4209301Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-09-27T16:20:39.4210055Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-09-27T16:20:39.4210534Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-09-27T16:20:39.4211350Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-09-27T16:20:39.4213712Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-09-27T16:20:39.4214436Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-09-27T16:20:39.4215855Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:20:39.4216673Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-09-27T16:20:39.4217699Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-09-27T16:20:39.4218399Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-09-27T16:20:39.4219027Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-09-27T16:20:39.4219467Z [ RUN ] SequentialTest.IsCloneable 2022-09-27T16:20:39.4221945Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-09-27T16:20:39.4222591Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-09-27T16:20:39.4223502Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:20:39.4224254Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-09-27T16:20:39.4225645Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-09-27T16:20:39.4226401Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-09-27T16:20:39.4257583Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (3 ms) 2022-09-27T16:20:39.4258088Z [----------] 19 tests from SequentialTest (13 ms total) 2022-09-27T16:20:39.4258278Z 2022-09-27T16:20:39.4258464Z [----------] 11 tests from TransformerTest 2022-09-27T16:20:39.4259086Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-09-27T16:20:39.4343833Z [ OK ] TransformerTest.TransformerEncoderLayer (8 ms) 2022-09-27T16:20:39.4344237Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-09-27T16:20:39.4414983Z [ OK ] TransformerTest.TransformerDecoderLayer (7 ms) 2022-09-27T16:20:39.4415419Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-09-27T16:20:39.4457792Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (4 ms) 2022-09-27T16:20:39.4458173Z [ RUN ] TransformerTest.TransformerEncoder 2022-09-27T16:20:39.4608443Z [ OK ] TransformerTest.TransformerEncoder (15 ms) 2022-09-27T16:20:39.4608983Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-09-27T16:20:39.4611825Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-09-27T16:20:39.4612331Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-09-27T16:20:39.4620615Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (0 ms) 2022-09-27T16:20:39.4621050Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-09-27T16:20:39.4622596Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-09-27T16:20:39.4623057Z [ RUN ] TransformerTest.TransformerDecoder 2022-09-27T16:20:39.5029187Z [ OK ] TransformerTest.TransformerDecoder (40 ms) 2022-09-27T16:20:39.5029735Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-09-27T16:20:39.5041999Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-09-27T16:20:39.5042505Z [ RUN ] TransformerTest.Transformer 2022-09-27T16:20:39.5204093Z [ OK ] TransformerTest.Transformer (16 ms) 2022-09-27T16:20:39.5204773Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-09-27T16:20:39.5274045Z [ OK ] TransformerTest.TransformerArgsCorrectness (7 ms) 2022-09-27T16:20:39.5274723Z [----------] 11 tests from TransformerTest (101 ms total) 2022-09-27T16:20:39.5274894Z 2022-09-27T16:20:39.5275035Z [----------] 22 tests from SerializeTest 2022-09-27T16:20:39.5275521Z [ RUN ] SerializeTest.KeysFunc 2022-09-27T16:20:39.5290524Z [ OK ] SerializeTest.KeysFunc (1 ms) 2022-09-27T16:20:39.5291090Z [ RUN ] SerializeTest.TryReadFunc 2022-09-27T16:20:39.5293250Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-09-27T16:20:39.5293790Z [ RUN ] SerializeTest.Basic 2022-09-27T16:20:39.5295912Z [ OK ] SerializeTest.Basic (0 ms) 2022-09-27T16:20:39.5296434Z [ RUN ] SerializeTest.BasicToFile 2022-09-27T16:20:39.5299670Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-09-27T16:20:39.5300242Z [ RUN ] SerializeTest.BasicViaFunc 2022-09-27T16:20:39.5303162Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-09-27T16:20:39.5303697Z [ RUN ] SerializeTest.Resized 2022-09-27T16:20:39.5305119Z [ OK ] SerializeTest.Resized (0 ms) 2022-09-27T16:20:39.5305652Z [ RUN ] SerializeTest.Sliced 2022-09-27T16:20:39.5307575Z [ OK ] SerializeTest.Sliced (0 ms) 2022-09-27T16:20:39.5308130Z [ RUN ] SerializeTest.NonContiguous 2022-09-27T16:20:39.5310078Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-09-27T16:20:39.5310662Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-09-27T16:20:39.5390871Z [ OK ] SerializeTest.ErrorOnMissingKey (8 ms) 2022-09-27T16:20:39.5391401Z [ RUN ] SerializeTest.XOR 2022-09-27T16:20:39.6975376Z [ OK ] SerializeTest.XOR (158 ms) 2022-09-27T16:20:39.6975834Z [ RUN ] SerializeTest.Optim 2022-09-27T16:20:39.6998687Z [ OK ] SerializeTest.Optim (2 ms) 2022-09-27T16:20:39.6999377Z [ RUN ] SerializeTest.Optim_Adagrad 2022-09-27T16:20:39.7029619Z [ OK ] SerializeTest.Optim_Adagrad (3 ms) 2022-09-27T16:20:39.7030152Z [ RUN ] SerializeTest.Optim_SGD 2022-09-27T16:20:39.7057151Z [ OK ] SerializeTest.Optim_SGD (2 ms) 2022-09-27T16:20:39.7057879Z [ RUN ] SerializeTest.Optim_Adam 2022-09-27T16:20:39.7092085Z [ OK ] SerializeTest.Optim_Adam (3 ms) 2022-09-27T16:20:39.7092632Z [ RUN ] SerializeTest.Optim_AdamW 2022-09-27T16:20:39.7125973Z [ OK ] SerializeTest.Optim_AdamW (3 ms) 2022-09-27T16:20:39.7126539Z [ RUN ] SerializeTest.Optim_RMSprop 2022-09-27T16:20:39.7159540Z [ OK ] SerializeTest.Optim_RMSprop (3 ms) 2022-09-27T16:20:39.7160097Z [ RUN ] SerializeTest.Optim_LBFGS 2022-09-27T16:20:39.7192653Z [ OK ] SerializeTest.Optim_LBFGS (3 ms) 2022-09-27T16:20:39.7193430Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-09-27T16:20:39.7197032Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-09-27T16:20:39.7197591Z [ RUN ] SerializeTest.VectorOfTensors 2022-09-27T16:20:39.7199374Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-09-27T16:20:39.7199914Z [ RUN ] SerializeTest.IValue 2022-09-27T16:20:39.7202211Z [ OK ] SerializeTest.IValue (0 ms) 2022-09-27T16:20:39.7202918Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-09-27T16:20:39.7203667Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-09-27T16:20:39.7204192Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-09-27T16:20:39.7209411Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-09-27T16:20:39.7210278Z [----------] 22 tests from SerializeTest (193 ms total) 2022-09-27T16:20:39.7210595Z 2022-09-27T16:20:39.7210856Z [----------] 1 test from SpecialTest 2022-09-27T16:20:39.7211288Z [ RUN ] SpecialTest.special 2022-09-27T16:20:39.7212011Z [ OK ] SpecialTest.special (0 ms) 2022-09-27T16:20:39.7212376Z [----------] 1 test from SpecialTest (0 ms total) 2022-09-27T16:20:39.7212514Z 2022-09-27T16:20:39.7212659Z [----------] 5 tests from TestStatic 2022-09-27T16:20:39.7212921Z [ RUN ] TestStatic.AllOf 2022-09-27T16:20:39.7213189Z [ OK ] TestStatic.AllOf (0 ms) 2022-09-27T16:20:39.7213432Z [ RUN ] TestStatic.AnyOf 2022-09-27T16:20:39.7213697Z [ OK ] TestStatic.AnyOf (0 ms) 2022-09-27T16:20:39.7213986Z [ RUN ] TestStatic.EnableIfModule 2022-09-27T16:20:39.7214290Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-09-27T16:20:39.7214594Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-09-27T16:20:39.7214922Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-09-27T16:20:39.7215206Z [ RUN ] TestStatic.Apply 2022-09-27T16:20:39.7215455Z [ OK ] TestStatic.Apply (0 ms) 2022-09-27T16:20:39.7215755Z [----------] 5 tests from TestStatic (0 ms total) 2022-09-27T16:20:39.7215902Z 2022-09-27T16:20:39.7216047Z [----------] 45 tests from TensorTest 2022-09-27T16:20:39.7216295Z [ RUN ] TensorTest.ToDtype 2022-09-27T16:20:39.7228766Z [ OK ] TensorTest.ToDtype (1 ms) 2022-09-27T16:20:39.7229207Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-09-27T16:20:39.7229593Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-09-27T16:20:39.7229944Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-09-27T16:20:39.7253457Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (2 ms) 2022-09-27T16:20:39.7254419Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-09-27T16:20:39.7254927Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-09-27T16:20:39.7255302Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-09-27T16:20:39.7255638Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-09-27T16:20:39.7255968Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-09-27T16:20:39.7256301Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-09-27T16:20:39.7256650Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-09-27T16:20:39.7257011Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-09-27T16:20:39.7257393Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-09-27T16:20:39.7309137Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (5 ms) 2022-09-27T16:20:39.7309843Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-09-27T16:20:39.7310516Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-09-27T16:20:39.7311044Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-09-27T16:20:39.7311529Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-09-27T16:20:39.7311934Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-09-27T16:20:39.7312309Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-09-27T16:20:39.7312715Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-09-27T16:20:39.7313145Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-09-27T16:20:39.7313567Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-09-27T16:20:39.7313979Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-09-27T16:20:39.7314386Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-09-27T16:20:39.7314792Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-09-27T16:20:39.7315188Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-09-27T16:20:39.7316174Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-09-27T16:20:39.7316789Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-09-27T16:20:39.7318563Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-09-27T16:20:39.7318977Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-09-27T16:20:39.7319539Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-09-27T16:20:39.7320006Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-09-27T16:20:39.7320484Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-09-27T16:20:39.7320904Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-09-27T16:20:39.7377610Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (5 ms) 2022-09-27T16:20:39.7378219Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-09-27T16:20:39.7378701Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-09-27T16:20:39.7379127Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-09-27T16:20:39.7379518Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-09-27T16:20:39.7390597Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-09-27T16:20:39.7391075Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-09-27T16:20:39.7391759Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-09-27T16:20:39.7392330Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-09-27T16:20:39.7392994Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-09-27T16:20:39.7393832Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-09-27T16:20:39.7394571Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-09-27T16:20:39.7395141Z [ RUN ] TensorTest.Arange 2022-09-27T16:20:39.7395621Z [ OK ] TensorTest.Arange (0 ms) 2022-09-27T16:20:39.7396239Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-09-27T16:20:39.7396945Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-09-27T16:20:39.7397377Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-09-27T16:20:39.7458008Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (6 ms) 2022-09-27T16:20:39.7458517Z [ RUN ] TensorTest.FromBlob 2022-09-27T16:20:39.7458898Z [ OK ] TensorTest.FromBlob (0 ms) 2022-09-27T16:20:39.7459264Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-09-27T16:20:39.7460360Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-09-27T16:20:39.7460853Z [ RUN ] TensorTest.FromBlobWithStrides 2022-09-27T16:20:39.7461473Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-09-27T16:20:39.7461779Z [ RUN ] TensorTest.Item 2022-09-27T16:20:39.7462047Z [ OK ] TensorTest.Item (0 ms) 2022-09-27T16:20:39.7462314Z [ RUN ] TensorTest.DataPtr 2022-09-27T16:20:39.7462577Z [ OK ] TensorTest.DataPtr (0 ms) 2022-09-27T16:20:39.7462845Z [ RUN ] TensorTest.Data 2022-09-27T16:20:39.7463105Z [ OK ] TensorTest.Data (0 ms) 2022-09-27T16:20:39.7463377Z [ RUN ] TensorTest.BackwardAndGrad 2022-09-27T16:20:39.7463686Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-09-27T16:20:39.7464011Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-09-27T16:20:39.7464349Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-09-27T16:20:39.7464710Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-09-27T16:20:39.7493346Z [ OK ] TensorTest.BackwardNonScalarOutputs (3 ms) 2022-09-27T16:20:39.7493847Z [ RUN ] TensorTest.IsLeaf 2022-09-27T16:20:39.7494264Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-09-27T16:20:39.7495029Z [ RUN ] TensorTest.OutputNr 2022-09-27T16:20:39.7495357Z [ OK ] TensorTest.OutputNr (0 ms) 2022-09-27T16:20:39.7495616Z [ RUN ] TensorTest.Version 2022-09-27T16:20:39.7495893Z [ OK ] TensorTest.Version (0 ms) 2022-09-27T16:20:39.7496161Z [ RUN ] TensorTest.Detach 2022-09-27T16:20:39.7496440Z [ OK ] TensorTest.Detach (0 ms) 2022-09-27T16:20:39.7496705Z [ RUN ] TensorTest.DetachInplace 2022-09-27T16:20:39.7497003Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-09-27T16:20:39.7497285Z [ RUN ] TensorTest.SetData 2022-09-27T16:20:39.7497761Z [ OK ] TensorTest.SetData (0 ms) 2022-09-27T16:20:39.7498078Z [ RUN ] TensorTest.RequiresGradInplace 2022-09-27T16:20:39.7520951Z [ OK ] TensorTest.RequiresGradInplace (2 ms) 2022-09-27T16:20:39.7521375Z [ RUN ] TensorTest.StdDimension 2022-09-27T16:20:39.7521726Z [ OK ] TensorTest.StdDimension (0 ms) 2022-09-27T16:20:39.7522018Z [ RUN ] TensorTest.ReshapeAlias 2022-09-27T16:20:39.7524102Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-09-27T16:20:39.7524651Z [----------] 45 tests from TensorTest (31 ms total) 2022-09-27T16:20:39.7524951Z 2022-09-27T16:20:39.7525158Z [----------] 36 tests from TensorIndexingTest 2022-09-27T16:20:39.7525452Z [ RUN ] TensorIndexingTest.Slice 2022-09-27T16:20:39.7525734Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-09-27T16:20:39.7526045Z [ RUN ] TensorIndexingTest.TensorIndex 2022-09-27T16:20:39.7537342Z [ OK ] TensorIndexingTest.TensorIndex (1 ms) 2022-09-27T16:20:39.7537922Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-09-27T16:20:39.7624866Z [ OK ] TensorIndexingTest.TestNoIndices (8 ms) 2022-09-27T16:20:39.7625496Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-09-27T16:20:39.7626433Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-09-27T16:20:39.7627038Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-09-27T16:20:39.7627454Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-09-27T16:20:39.7627806Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-09-27T16:20:39.7628159Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-09-27T16:20:39.7628574Z [ RUN ] TensorIndexingTest.TestNone 2022-09-27T16:20:39.7628891Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-09-27T16:20:39.7629209Z [ RUN ] TensorIndexingTest.TestStep 2022-09-27T16:20:39.7629519Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-09-27T16:20:39.7629895Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-09-27T16:20:39.7630479Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-09-27T16:20:39.7630847Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-09-27T16:20:39.7633208Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-09-27T16:20:39.7633952Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-09-27T16:20:39.7634577Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-09-27T16:20:39.7635048Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-09-27T16:20:39.7635686Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-09-27T16:20:39.7636143Z [ RUN ] TensorIndexingTest.TestByteMask 2022-09-27T16:20:39.7636589Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-09-27T16:20:39.7637171Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-09-27T16:20:39.7637730Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-09-27T16:20:39.7638373Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-09-27T16:20:39.7638895Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-09-27T16:20:39.7639352Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-09-27T16:20:39.7639858Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-09-27T16:20:39.7640293Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-09-27T16:20:39.7640627Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-09-27T16:20:39.7641041Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-09-27T16:20:39.7641423Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-09-27T16:20:39.7641779Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-09-27T16:20:39.7642179Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-09-27T16:20:39.7642547Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-09-27T16:20:39.7642901Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-09-27T16:20:39.7643245Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-09-27T16:20:39.7698961Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (5 ms) 2022-09-27T16:20:39.7699360Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-09-27T16:20:39.7719819Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (2 ms) 2022-09-27T16:20:39.7720324Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-09-27T16:20:39.7720778Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-09-27T16:20:39.7721224Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-09-27T16:20:39.7721874Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-09-27T16:20:39.7722308Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-09-27T16:20:39.7785528Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (6 ms) 2022-09-27T16:20:39.7786117Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-09-27T16:20:39.7786748Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-09-27T16:20:39.7787354Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-09-27T16:20:39.7899059Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (11 ms) 2022-09-27T16:20:39.7899609Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-09-27T16:20:39.7982786Z [ OK ] TensorIndexingTest.TestGetitemScalars (8 ms) 2022-09-27T16:20:39.7983333Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-09-27T16:20:39.8067018Z [ OK ] TensorIndexingTest.TestSetitemScalars (8 ms) 2022-09-27T16:20:39.8067539Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-09-27T16:20:39.8068277Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-09-27T16:20:39.8068674Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-09-27T16:20:39.8069048Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-09-27T16:20:39.8069445Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-09-27T16:20:39.8070579Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-09-27T16:20:39.8071155Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-09-27T16:20:39.8071669Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-09-27T16:20:39.8072117Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-09-27T16:20:39.8072494Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-09-27T16:20:39.8072867Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-09-27T16:20:39.8170774Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (9 ms) 2022-09-27T16:20:39.8171482Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-09-27T16:20:39.8192552Z [ OK ] TensorIndexingTest.TestZeroDimIndex (2 ms) 2022-09-27T16:20:39.8193041Z [----------] 36 tests from TensorIndexingTest (66 ms total) 2022-09-27T16:20:39.8193214Z 2022-09-27T16:20:39.8193370Z [----------] 18 tests from NumpyTests 2022-09-27T16:20:39.8193654Z [ RUN ] NumpyTests.TestNoneIndex 2022-09-27T16:20:39.8193959Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-09-27T16:20:39.8194261Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-09-27T16:20:39.8246887Z [ OK ] NumpyTests.TestEmptyFancyIndex (5 ms) 2022-09-27T16:20:39.8247227Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-09-27T16:20:39.8247537Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-09-27T16:20:39.8247876Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-09-27T16:20:39.8268266Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-09-27T16:20:39.8268700Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-09-27T16:20:39.8269539Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-09-27T16:20:39.8269902Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-09-27T16:20:39.8476998Z [ OK ] NumpyTests.TestBooleanShapeMismatch (20 ms) 2022-09-27T16:20:39.8477653Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-09-27T16:20:39.8478010Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-09-27T16:20:39.8478395Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-09-27T16:20:39.8628106Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (15 ms) 2022-09-27T16:20:39.8628782Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-09-27T16:20:39.8629756Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-09-27T16:20:39.8630131Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-09-27T16:20:39.8737047Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (10 ms) 2022-09-27T16:20:39.8737922Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-09-27T16:20:39.8845280Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (10 ms) 2022-09-27T16:20:39.8845893Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-09-27T16:20:39.8846309Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-09-27T16:20:39.8846655Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-09-27T16:20:39.8847467Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-09-27T16:20:39.8847873Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-09-27T16:20:39.8848262Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-09-27T16:20:39.8848663Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-09-27T16:20:39.9061548Z [ OK ] NumpyTests.TestBroaderrorsIndexing (21 ms) 2022-09-27T16:20:39.9061945Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-09-27T16:20:39.9331008Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (26 ms) 2022-09-27T16:20:39.9331746Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-09-27T16:20:39.9332247Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-09-27T16:20:39.9332767Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-09-27T16:20:39.9333341Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-09-27T16:20:39.9334364Z [----------] 18 tests from NumpyTests (114 ms total) 2022-09-27T16:20:39.9334659Z 2022-09-27T16:20:39.9334940Z [----------] 5 tests from TensorOptionsTest 2022-09-27T16:20:39.9335336Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-09-27T16:20:39.9335751Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-09-27T16:20:39.9336205Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-09-27T16:20:39.9336931Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-09-27T16:20:39.9337399Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-09-27T16:20:39.9337964Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-09-27T16:20:39.9338366Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-09-27T16:20:39.9338790Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-09-27T16:20:39.9339207Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-09-27T16:20:39.9339616Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-09-27T16:20:39.9340005Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-09-27T16:20:39.9340173Z 2022-09-27T16:20:39.9340313Z [----------] 1 test from DeviceTest 2022-09-27T16:20:39.9340629Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-09-27T16:20:39.9425265Z [ OK ] DeviceTest.ParsesCorrectlyFromString (8 ms) 2022-09-27T16:20:39.9425771Z [----------] 1 test from DeviceTest (8 ms total) 2022-09-27T16:20:39.9425962Z 2022-09-27T16:20:39.9426193Z [----------] 3 tests from DefaultDtypeTest 2022-09-27T16:20:39.9426639Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-09-27T16:20:39.9427126Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-09-27T16:20:39.9427668Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-09-27T16:20:39.9428248Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-09-27T16:20:39.9428797Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-09-27T16:20:39.9429637Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-09-27T16:20:39.9430148Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-09-27T16:20:39.9430352Z 2022-09-27T16:20:39.9430562Z [----------] 1 test from TorchIncludeTest 2022-09-27T16:20:39.9430952Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-09-27T16:20:39.9580915Z [ OK ] TorchIncludeTest.GetSetNumThreads (15 ms) 2022-09-27T16:20:39.9581609Z [----------] 1 test from TorchIncludeTest (15 ms total) 2022-09-27T16:20:39.9581777Z 2022-09-27T16:20:39.9581950Z [----------] 28 tests from InferenceModeTest 2022-09-27T16:20:39.9582249Z [ RUN ] InferenceModeTest.TestTLSState 2022-09-27T16:20:39.9582584Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-09-27T16:20:39.9582958Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-09-27T16:20:39.9583377Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-09-27T16:20:39.9583791Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-09-27T16:20:39.9655632Z [ OK ] InferenceModeTest.TestExistingAutogradSession (7 ms) 2022-09-27T16:20:39.9656309Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-09-27T16:20:39.9657029Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-09-27T16:20:39.9657865Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-09-27T16:20:39.9658573Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-09-27T16:20:39.9659219Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-09-27T16:20:39.9659876Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-09-27T16:20:39.9660568Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-09-27T16:20:39.9661277Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-09-27T16:20:39.9661958Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-09-27T16:20:39.9710138Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (5 ms) 2022-09-27T16:20:39.9711063Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-09-27T16:20:39.9711582Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-09-27T16:20:39.9712084Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-09-27T16:20:39.9712623Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-09-27T16:20:39.9713140Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-09-27T16:20:39.9713644Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-09-27T16:20:39.9714155Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-09-27T16:20:39.9714668Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-09-27T16:20:39.9715163Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-09-27T16:20:39.9743913Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (3 ms) 2022-09-27T16:20:39.9744586Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-09-27T16:20:39.9776763Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (3 ms) 2022-09-27T16:20:39.9777397Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-09-27T16:20:39.9860543Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (8 ms) 2022-09-27T16:20:39.9861393Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-09-27T16:20:39.9861882Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-09-27T16:20:39.9862316Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-09-27T16:20:39.9892029Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (3 ms) 2022-09-27T16:20:39.9892470Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-09-27T16:20:39.9915165Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-09-27T16:20:39.9915602Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-09-27T16:20:39.9978094Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (6 ms) 2022-09-27T16:20:39.9978543Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-09-27T16:20:40.0103357Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (12 ms) 2022-09-27T16:20:40.0103828Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-09-27T16:20:40.0176840Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (7 ms) 2022-09-27T16:20:40.0177775Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-09-27T16:20:40.0187712Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-09-27T16:20:40.0188319Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-09-27T16:20:40.0222226Z [ OK ] InferenceModeTest.TestAccessVersionCounter (3 ms) 2022-09-27T16:20:40.0222926Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-09-27T16:20:40.0294879Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (7 ms) 2022-09-27T16:20:40.0295715Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-09-27T16:20:40.0296322Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-09-27T16:20:40.0296964Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-09-27T16:20:40.0297621Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-09-27T16:20:40.0298261Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-09-27T16:20:40.0298639Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-09-27T16:20:40.0299077Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-09-27T16:20:40.0299588Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-09-27T16:20:40.0300013Z [----------] 28 tests from InferenceModeTest (71 ms total) 2022-09-27T16:20:40.0300181Z 2022-09-27T16:20:40.0300335Z [----------] 4 tests from GradModeTest 2022-09-27T16:20:40.0300671Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-09-27T16:20:40.0301075Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-09-27T16:20:40.0301464Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-09-27T16:20:40.0301848Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-09-27T16:20:40.0302217Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-09-27T16:20:40.0302563Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-09-27T16:20:40.0302954Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-09-27T16:20:40.0330356Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (3 ms) 2022-09-27T16:20:40.0330747Z [----------] 4 tests from GradModeTest (3 ms total) 2022-09-27T16:20:40.0330903Z 2022-09-27T16:20:40.0331058Z [----------] 3 tests from OperationTest 2022-09-27T16:20:40.0331328Z [ RUN ] OperationTest.Lerp 2022-09-27T16:20:40.0338027Z [ OK ] OperationTest.Lerp (0 ms) 2022-09-27T16:20:40.0338478Z [ RUN ] OperationTest.Cross 2022-09-27T16:20:40.0365636Z [ OK ] OperationTest.Cross (2 ms) 2022-09-27T16:20:40.0365939Z [ RUN ] OperationTest.Linear_out 2022-09-27T16:20:40.0368303Z [ OK ] OperationTest.Linear_out (0 ms) 2022-09-27T16:20:40.0368968Z [----------] 3 tests from OperationTest (3 ms total) 2022-09-27T16:20:40.0369164Z 2022-09-27T16:20:40.0369334Z [----------] Global test environment tear-down 2022-09-27T16:20:40.0506505Z [==========] 991 tests from 48 test suites ran. (41378 ms total) 2022-09-27T16:20:40.0506778Z [ PASSED ] 991 tests. 2022-09-27T16:20:40.1295933Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_tensorexpr --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml 2022-09-27T16:20:40.4289949Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:20:40.4294114Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:20:40.4294518Z [==========] Running 799 tests from 25 test suites. 2022-09-27T16:20:40.4294827Z [----------] Global test environment set-up. 2022-09-27T16:20:40.4295103Z [----------] 1 test from Approx 2022-09-27T16:20:40.4295350Z [ RUN ] Approx.log_vml 2022-09-27T16:20:41.6367314Z [ OK ] Approx.log_vml (1207 ms) 2022-09-27T16:20:41.6367752Z [----------] 1 test from Approx (1207 ms total) 2022-09-27T16:20:41.6367949Z 2022-09-27T16:20:41.6368137Z [----------] 34 tests from ATen 2022-09-27T16:20:41.6368472Z [ RUN ] ATen._cast_Float 2022-09-27T16:20:41.6371026Z [ OK ] ATen._cast_Float (0 ms) 2022-09-27T16:20:41.6371345Z [ RUN ] ATen.negInt 2022-09-27T16:20:41.6374928Z [ OK ] ATen.negInt (0 ms) 2022-09-27T16:20:41.6375259Z [ RUN ] ATen.negFloat 2022-09-27T16:20:41.6387973Z [ OK ] ATen.negFloat (1 ms) 2022-09-27T16:20:41.6388325Z [ RUN ] ATen.addInt 2022-09-27T16:20:41.6394330Z [ OK ] ATen.addInt (0 ms) 2022-09-27T16:20:41.6394580Z [ RUN ] ATen.addFloat 2022-09-27T16:20:41.6401259Z [ OK ] ATen.addFloat (0 ms) 2022-09-27T16:20:41.6401540Z [ RUN ] ATen.subInt 2022-09-27T16:20:41.6408045Z [ OK ] ATen.subInt (0 ms) 2022-09-27T16:20:41.6408292Z [ RUN ] ATen.subFloat 2022-09-27T16:20:41.6414697Z [ OK ] ATen.subFloat (0 ms) 2022-09-27T16:20:41.6414998Z [ RUN ] ATen.lerp 2022-09-27T16:20:41.6423540Z [ OK ] ATen.lerp (0 ms) 2022-09-27T16:20:41.6423815Z [ RUN ] ATen.addcmulInt 2022-09-27T16:20:41.6431944Z [ OK ] ATen.addcmulInt (0 ms) 2022-09-27T16:20:41.6432270Z [ RUN ] ATen.addcmulFloat 2022-09-27T16:20:41.6440378Z [ OK ] ATen.addcmulFloat (0 ms) 2022-09-27T16:20:41.6440688Z [ RUN ] ATen.mulInt 2022-09-27T16:20:41.6445055Z [ OK ] ATen.mulInt (0 ms) 2022-09-27T16:20:41.6445290Z [ RUN ] ATen.mulFloat 2022-09-27T16:20:41.6450043Z [ OK ] ATen.mulFloat (0 ms) 2022-09-27T16:20:41.6450303Z [ RUN ] ATen.divInt 2022-09-27T16:20:41.6454882Z [ OK ] ATen.divInt (0 ms) 2022-09-27T16:20:41.6455141Z [ RUN ] ATen.divFloat 2022-09-27T16:20:41.6459941Z [ OK ] ATen.divFloat (0 ms) 2022-09-27T16:20:41.6460213Z [ RUN ] ATen.maxInt 2022-09-27T16:20:41.6464708Z [ OK ] ATen.maxInt (0 ms) 2022-09-27T16:20:41.6464964Z [ RUN ] ATen.maxFloat 2022-09-27T16:20:41.6469516Z [ OK ] ATen.maxFloat (0 ms) 2022-09-27T16:20:41.6469746Z [ RUN ] ATen.minInt 2022-09-27T16:20:41.6474256Z [ OK ] ATen.minInt (0 ms) 2022-09-27T16:20:41.6474503Z [ RUN ] ATen.minFloat 2022-09-27T16:20:41.6478967Z [ OK ] ATen.minFloat (0 ms) 2022-09-27T16:20:41.6479520Z [ RUN ] ATen.reluInt 2022-09-27T16:20:41.6482455Z [ OK ] ATen.reluInt (0 ms) 2022-09-27T16:20:41.6482706Z [ RUN ] ATen.reluFloat 2022-09-27T16:20:41.6486220Z [ OK ] ATen.reluFloat (0 ms) 2022-09-27T16:20:41.6486473Z [ RUN ] ATen.logFloat 2022-09-27T16:20:41.6490192Z [ OK ] ATen.logFloat (0 ms) 2022-09-27T16:20:41.6490471Z [ RUN ] ATen.fastLogFloat 2022-09-27T16:20:41.6664754Z [ OK ] ATen.fastLogFloat (17 ms) 2022-09-27T16:20:41.6665047Z [ RUN ] ATen.fastTanhFloat 2022-09-27T16:20:41.6724250Z [ OK ] ATen.fastTanhFloat (5 ms) 2022-09-27T16:20:41.6724600Z [ RUN ] ATen.fastSigmoidFloat 2022-09-27T16:20:41.6802332Z [ OK ] ATen.fastSigmoidFloat (7 ms) 2022-09-27T16:20:41.6802829Z [ RUN ] ATen.log10Float 2022-09-27T16:20:41.6805658Z [ OK ] ATen.log10Float (0 ms) 2022-09-27T16:20:41.6805916Z [ RUN ] ATen.log2Float 2022-09-27T16:20:41.6809215Z [ OK ] ATen.log2Float (0 ms) 2022-09-27T16:20:41.6809459Z [ RUN ] ATen.expFloat 2022-09-27T16:20:41.6812863Z [ OK ] ATen.expFloat (0 ms) 2022-09-27T16:20:41.6813112Z [ RUN ] ATen.erfFloat 2022-09-27T16:20:41.6816753Z [ OK ] ATen.erfFloat (0 ms) 2022-09-27T16:20:41.6816989Z [ RUN ] ATen.cosFloat 2022-09-27T16:20:41.6820694Z [ OK ] ATen.cosFloat (0 ms) 2022-09-27T16:20:41.6820946Z [ RUN ] ATen.eqInt 2022-09-27T16:20:41.6825921Z [ OK ] ATen.eqInt (0 ms) 2022-09-27T16:20:41.6826166Z [ RUN ] ATen.geInt 2022-09-27T16:20:41.6831221Z [ OK ] ATen.geInt (0 ms) 2022-09-27T16:20:41.6831443Z [ RUN ] ATen.gtInt 2022-09-27T16:20:41.6836450Z [ OK ] ATen.gtInt (0 ms) 2022-09-27T16:20:41.6836688Z [ RUN ] ATen.leInt 2022-09-27T16:20:41.6841904Z [ OK ] ATen.leInt (0 ms) 2022-09-27T16:20:41.6842131Z [ RUN ] ATen.ltInt 2022-09-27T16:20:41.6847406Z [ OK ] ATen.ltInt (0 ms) 2022-09-27T16:20:41.6847770Z [----------] 34 tests from ATen (48 ms total) 2022-09-27T16:20:41.6847920Z 2022-09-27T16:20:41.6848278Z [----------] 26 tests from BoundsInference 2022-09-27T16:20:41.6848558Z [ RUN ] BoundsInference._1 2022-09-27T16:20:41.6850733Z [ OK ] BoundsInference._1 (0 ms) 2022-09-27T16:20:41.6851022Z [ RUN ] BoundsInference._2 2022-09-27T16:20:41.6853494Z [ OK ] BoundsInference._2 (0 ms) 2022-09-27T16:20:41.6853826Z [ RUN ] BoundsInference._3 2022-09-27T16:20:41.6856616Z [ OK ] BoundsInference._3 (0 ms) 2022-09-27T16:20:41.6856937Z [ RUN ] BoundsInference._4 2022-09-27T16:20:41.6862788Z [ OK ] BoundsInference._4 (0 ms) 2022-09-27T16:20:41.6863177Z [ RUN ] BoundsInference._5 2022-09-27T16:20:41.6879137Z [ OK ] BoundsInference._5 (1 ms) 2022-09-27T16:20:41.6879460Z [ RUN ] BoundsInference._6 2022-09-27T16:20:41.6888883Z [ OK ] BoundsInference._6 (1 ms) 2022-09-27T16:20:41.6889172Z [ RUN ] BoundsInference.Adjacent 2022-09-27T16:20:41.6895658Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-09-27T16:20:41.6896038Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-09-27T16:20:41.6901281Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-09-27T16:20:41.6901713Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-09-27T16:20:41.6906712Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-09-27T16:20:41.6907111Z [ RUN ] BoundsInference.CacheReads 2022-09-27T16:20:41.6935787Z [ OK ] BoundsInference.CacheReads (2 ms) 2022-09-27T16:20:41.6936145Z [ RUN ] BoundsInference.Flattened 2022-09-27T16:20:41.6950330Z [ OK ] BoundsInference.Flattened (1 ms) 2022-09-27T16:20:41.6950810Z [ RUN ] BoundsInference.GetPotentialHazards 2022-09-27T16:20:41.6951652Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-09-27T16:20:41.6952059Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-09-27T16:20:41.6956269Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-09-27T16:20:41.6956706Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-09-27T16:20:41.6961554Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-09-27T16:20:41.6961974Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-09-27T16:20:41.6974470Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-09-27T16:20:41.6974979Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-09-27T16:20:41.6980344Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-09-27T16:20:41.6980905Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-09-27T16:20:41.6982521Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-09-27T16:20:41.6983073Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-09-27T16:20:41.6985405Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-09-27T16:20:41.6985982Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-09-27T16:20:41.6988713Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-09-27T16:20:41.6989228Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-09-27T16:20:41.7003849Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (1 ms) 2022-09-27T16:20:41.7004357Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-09-27T16:20:41.7014487Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (1 ms) 2022-09-27T16:20:41.7014982Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-09-27T16:20:41.7018098Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-09-27T16:20:41.7018575Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-09-27T16:20:41.7021188Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-09-27T16:20:41.7021677Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-09-27T16:20:41.7024215Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-09-27T16:20:41.7024658Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-09-27T16:20:41.7027410Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-09-27T16:20:41.7027793Z [ RUN ] BoundsInference.IsOverlapping 2022-09-27T16:20:41.7051300Z [ OK ] BoundsInference.IsOverlapping (2 ms) 2022-09-27T16:20:41.7051905Z [----------] 26 tests from BoundsInference (20 ms total) 2022-09-27T16:20:41.7052221Z 2022-09-27T16:20:41.7052368Z [----------] 4 tests from Conv 2022-09-27T16:20:41.7052635Z [ RUN ] Conv.DepthwiseConv2D 2022-09-27T16:20:41.9649624Z [ OK ] Conv.DepthwiseConv2D (259 ms) 2022-09-27T16:20:41.9650186Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-09-27T16:20:42.2210617Z [ OK ] Conv.DepthwiseConv2DNoBias (256 ms) 2022-09-27T16:20:42.2211186Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-09-27T16:20:42.4242213Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (203 ms) 2022-09-27T16:20:42.4242645Z [ RUN ] Conv.Conv2D 2022-09-27T16:20:43.4052118Z [ OK ] Conv.Conv2D (980 ms) 2022-09-27T16:20:43.4052717Z [----------] 4 tests from Conv (1699 ms total) 2022-09-27T16:20:43.4052957Z 2022-09-27T16:20:43.4053289Z [----------] 28 tests from CppPrinter 2022-09-27T16:20:43.4053761Z [ RUN ] CppPrinter.IntImm 2022-09-27T16:20:43.4054280Z [ OK ] CppPrinter.IntImm (0 ms) 2022-09-27T16:20:43.4054751Z [ RUN ] CppPrinter.FloatImm 2022-09-27T16:20:43.4055247Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-09-27T16:20:43.4055756Z [ RUN ] CppPrinter.FloatImm1 2022-09-27T16:20:43.4056262Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-09-27T16:20:43.4056752Z [ RUN ] CppPrinter.DoubleImm 2022-09-27T16:20:43.4057080Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-09-27T16:20:43.4057361Z [ RUN ] CppPrinter.DoubleImm1 2022-09-27T16:20:43.4057808Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-09-27T16:20:43.4058080Z [ RUN ] CppPrinter.HalfImm 2022-09-27T16:20:43.4058365Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-09-27T16:20:43.4058627Z [ RUN ] CppPrinter.Add 2022-09-27T16:20:43.4058875Z [ OK ] CppPrinter.Add (0 ms) 2022-09-27T16:20:43.4059143Z [ RUN ] CppPrinter.AddExpr1 2022-09-27T16:20:43.4059431Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-09-27T16:20:43.4059692Z [ RUN ] CppPrinter.AddExpr2 2022-09-27T16:20:43.4059973Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-09-27T16:20:43.4060247Z [ RUN ] CppPrinter.AddExpr3 2022-09-27T16:20:43.4060510Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-09-27T16:20:43.4060776Z [ RUN ] CppPrinter.Mod 2022-09-27T16:20:43.4061038Z [ OK ] CppPrinter.Mod (0 ms) 2022-09-27T16:20:43.4061304Z [ RUN ] CppPrinter.ModFloat 2022-09-27T16:20:43.4061567Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-09-27T16:20:43.4061833Z [ RUN ] CppPrinter.Max 2022-09-27T16:20:43.4062093Z [ OK ] CppPrinter.Max (0 ms) 2022-09-27T16:20:43.4062342Z [ RUN ] CppPrinter.MaxFloat 2022-09-27T16:20:43.4062618Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-09-27T16:20:43.4063124Z [ RUN ] CppPrinter.MaxHalf 2022-09-27T16:20:43.4063394Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-09-27T16:20:43.4063657Z [ RUN ] CppPrinter.And 2022-09-27T16:20:43.4063919Z [ OK ] CppPrinter.And (0 ms) 2022-09-27T16:20:43.4064187Z [ RUN ] CppPrinter.CompareSelect 2022-09-27T16:20:43.4064497Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-09-27T16:20:43.4064789Z [ RUN ] CppPrinter.IfThenElse 2022-09-27T16:20:43.4065066Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-09-27T16:20:43.4065360Z [ RUN ] CppPrinter.AllocateFree 2022-09-27T16:20:43.4065659Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-09-27T16:20:43.4065946Z [ RUN ] CppPrinter.LoadStore 2022-09-27T16:20:43.4066215Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-09-27T16:20:43.4066477Z [ RUN ] CppPrinter.Var 2022-09-27T16:20:43.4066737Z [ OK ] CppPrinter.Var (0 ms) 2022-09-27T16:20:43.4066980Z [ RUN ] CppPrinter.Cast 2022-09-27T16:20:43.4067244Z [ OK ] CppPrinter.Cast (0 ms) 2022-09-27T16:20:43.4067506Z [ RUN ] CppPrinter.BitCast 2022-09-27T16:20:43.4067767Z [ OK ] CppPrinter.BitCast (0 ms) 2022-09-27T16:20:43.4068024Z [ RUN ] CppPrinter.Let 2022-09-27T16:20:43.4068279Z [ OK ] CppPrinter.Let (0 ms) 2022-09-27T16:20:43.4068513Z [ RUN ] CppPrinter.For 2022-09-27T16:20:43.4068767Z [ OK ] CppPrinter.For (0 ms) 2022-09-27T16:20:43.4069018Z [ RUN ] CppPrinter.Cond 2022-09-27T16:20:43.4069266Z [ OK ] CppPrinter.Cond (0 ms) 2022-09-27T16:20:43.4069606Z [ RUN ] CppPrinter.Intrinsics 2022-09-27T16:20:43.4069904Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-09-27T16:20:43.4070197Z [ RUN ] CppPrinter.ExternalCall 2022-09-27T16:20:43.4070481Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-09-27T16:20:43.4070807Z [----------] 28 tests from CppPrinter (0 ms total) 2022-09-27T16:20:43.4070963Z 2022-09-27T16:20:43.4071115Z [----------] 8 tests from DynamicShapes 2022-09-27T16:20:43.4071389Z [ RUN ] DynamicShapes.SimpleGraph 2022-09-27T16:20:43.4935026Z [ OK ] DynamicShapes.SimpleGraph (87 ms) 2022-09-27T16:20:43.4935401Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-09-27T16:20:43.5693960Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (75 ms) 2022-09-27T16:20:43.5694398Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-09-27T16:20:43.6430142Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (73 ms) 2022-09-27T16:20:43.6430609Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-09-27T16:20:43.6841238Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (41 ms) 2022-09-27T16:20:43.6842093Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-09-27T16:20:43.8540363Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (169 ms) 2022-09-27T16:20:43.8541130Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-09-27T16:20:44.3015416Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (447 ms) 2022-09-27T16:20:44.3016020Z [ RUN ] DynamicShapes.GraphFromModel 2022-09-27T16:20:44.6823101Z [ OK ] DynamicShapes.GraphFromModel (380 ms) 2022-09-27T16:20:44.6823768Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-09-27T16:20:44.7587725Z [ OK ] DynamicShapes.MultiThreadedExecution (76 ms) 2022-09-27T16:20:44.7588439Z [----------] 8 tests from DynamicShapes (1353 ms total) 2022-09-27T16:20:44.7588604Z 2022-09-27T16:20:44.7588757Z [----------] 30 tests from Expr 2022-09-27T16:20:44.7589008Z [ RUN ] Expr.BasicValueTest 2022-09-27T16:20:44.7589289Z [ OK ] Expr.BasicValueTest (0 ms) 2022-09-27T16:20:44.7589749Z [ RUN ] Expr.BasicValueTest02 2022-09-27T16:20:44.7590038Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-09-27T16:20:44.7590325Z [ RUN ] Expr.IsChannelsLastContiguous 2022-09-27T16:20:44.7590650Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-09-27T16:20:44.7590927Z [ RUN ] Expr.LetTest01 2022-09-27T16:20:44.7591169Z [ OK ] Expr.LetTest01 (0 ms) 2022-09-27T16:20:44.7591415Z [ RUN ] Expr.LetTest02 2022-09-27T16:20:44.7591665Z [ OK ] Expr.LetTest02 (0 ms) 2022-09-27T16:20:44.7591904Z [ RUN ] Expr.LetStmtTest01 2022-09-27T16:20:44.7598003Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-09-27T16:20:44.7598416Z [ RUN ] Expr.IntTest 2022-09-27T16:20:44.7598875Z [ OK ] Expr.IntTest (0 ms) 2022-09-27T16:20:44.7599291Z [ RUN ] Expr.FloatTest 2022-09-27T16:20:44.7599688Z [ OK ] Expr.FloatTest (0 ms) 2022-09-27T16:20:44.7599948Z [ RUN ] Expr.ByteTest 2022-09-27T16:20:44.7600266Z [ OK ] Expr.ByteTest (0 ms) 2022-09-27T16:20:44.7600682Z [ RUN ] Expr.CharTest 2022-09-27T16:20:44.7601127Z [ OK ] Expr.CharTest (0 ms) 2022-09-27T16:20:44.7601418Z [ RUN ] Expr.ShortTest 2022-09-27T16:20:44.7601670Z [ OK ] Expr.ShortTest (0 ms) 2022-09-27T16:20:44.7601912Z [ RUN ] Expr.LongTest 2022-09-27T16:20:44.7602156Z [ OK ] Expr.LongTest (0 ms) 2022-09-27T16:20:44.7602396Z [ RUN ] Expr.HalfTest 2022-09-27T16:20:44.7602642Z [ OK ] Expr.HalfTest (0 ms) 2022-09-27T16:20:44.7602990Z [ RUN ] Expr.DoubleTest 2022-09-27T16:20:44.7603252Z [ OK ] Expr.DoubleTest (0 ms) 2022-09-27T16:20:44.7603505Z [ RUN ] Expr.VectorAdd01 2022-09-27T16:20:44.7615116Z [ OK ] Expr.VectorAdd01 (1 ms) 2022-09-27T16:20:44.7615604Z [ RUN ] Expr.CompareSelectEQ 2022-09-27T16:20:44.7653325Z [ OK ] Expr.CompareSelectEQ (3 ms) 2022-09-27T16:20:44.7653811Z [ RUN ] Expr.CompareSelectDtypes 2022-09-27T16:20:44.7692123Z [ OK ] Expr.CompareSelectDtypes (3 ms) 2022-09-27T16:20:44.7692676Z [ RUN ] Expr.IntrinsicsDtypes 2022-09-27T16:20:44.7699250Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-09-27T16:20:44.7699787Z [ RUN ] Expr.Substitute01 2022-09-27T16:20:44.7700201Z [ OK ] Expr.Substitute01 (0 ms) 2022-09-27T16:20:44.7700452Z [ RUN ] Expr.Math01 2022-09-27T16:20:44.7700781Z [ OK ] Expr.Math01 (0 ms) 2022-09-27T16:20:44.7701113Z [ RUN ] Expr.UnaryMath01 2022-09-27T16:20:44.7701749Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-09-27T16:20:44.7702206Z [ RUN ] Expr.BinaryMath01 2022-09-27T16:20:44.7702675Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-09-27T16:20:44.7702960Z [ RUN ] Expr.LogicalOps01 2022-09-27T16:20:44.7703402Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-09-27T16:20:44.7703855Z [ RUN ] Expr.LogicalOps02 2022-09-27T16:20:44.7704365Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-09-27T16:20:44.7704687Z [ RUN ] Expr.LogicalOps03 2022-09-27T16:20:44.7705994Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-09-27T16:20:44.7706425Z [ RUN ] Expr.BitwiseOps 2022-09-27T16:20:44.7706919Z [ OK ] Expr.BitwiseOps (0 ms) 2022-09-27T16:20:44.7707261Z [ RUN ] Expr.DynamicShapeAdd 2022-09-27T16:20:44.7709146Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-09-27T16:20:44.7709642Z [ RUN ] Expr.OutOfBounds 2022-09-27T16:20:44.7736521Z [ OK ] Expr.OutOfBounds (2 ms) 2022-09-27T16:20:44.7737016Z [ RUN ] Expr.OutOfBounds2d 2022-09-27T16:20:44.7745253Z [ OK ] Expr.OutOfBounds2d (0 ms) 2022-09-27T16:20:44.7746012Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-09-27T16:20:44.7750330Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-09-27T16:20:44.7750932Z [----------] 30 tests from Expr (16 ms total) 2022-09-27T16:20:44.7751169Z 2022-09-27T16:20:44.7751325Z [----------] 16 tests from ExternalCall 2022-09-27T16:20:44.7751610Z [ RUN ] ExternalCall.Conv1d_float 2022-09-27T16:20:44.8040538Z [ OK ] ExternalCall.Conv1d_float (28 ms) 2022-09-27T16:20:44.8041066Z [ RUN ] ExternalCall.Conv1d_int 2022-09-27T16:20:44.8341026Z [ OK ] ExternalCall.Conv1d_int (30 ms) 2022-09-27T16:20:44.8342212Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-09-27T16:20:44.8598174Z [ OK ] ExternalCall.Conv1d_nobias_noargs (25 ms) 2022-09-27T16:20:44.8598681Z [ RUN ] ExternalCall.Conv2d_float 2022-09-27T16:20:44.8929857Z [ OK ] ExternalCall.Conv2d_float (33 ms) 2022-09-27T16:20:44.8930426Z [ RUN ] ExternalCall.Conv2d_int 2022-09-27T16:20:44.9274707Z [ OK ] ExternalCall.Conv2d_int (34 ms) 2022-09-27T16:20:44.9275156Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-09-27T16:20:44.9567412Z [ OK ] ExternalCall.Conv2d_nobias_noargs (29 ms) 2022-09-27T16:20:44.9567865Z [ RUN ] ExternalCall.Addmm_float 2022-09-27T16:20:44.9849480Z [ OK ] ExternalCall.Addmm_float (28 ms) 2022-09-27T16:20:44.9849912Z [ RUN ] ExternalCall.Embedding 2022-09-27T16:20:45.0110184Z [ OK ] ExternalCall.Embedding (26 ms) 2022-09-27T16:20:45.0110588Z [ RUN ] ExternalCall.MaxReduction 2022-09-27T16:20:45.0349646Z [ OK ] ExternalCall.MaxReduction (23 ms) 2022-09-27T16:20:45.0350251Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-09-27T16:20:45.0732651Z [ OK ] ExternalCall.Prepacked_Linear_float (38 ms) 2022-09-27T16:20:45.0734027Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-09-27T16:20:45.1471480Z [ OK ] ExternalCall.Prepacked_Conv2d_float (73 ms) 2022-09-27T16:20:45.1473224Z [ RUN ] ExternalCall.BinaryFloat 2022-09-27T16:20:45.2242873Z [ OK ] ExternalCall.BinaryFloat (77 ms) 2022-09-27T16:20:45.2243295Z [ RUN ] ExternalCall.UnaryFloat 2022-09-27T16:20:45.2717339Z [ OK ] ExternalCall.UnaryFloat (47 ms) 2022-09-27T16:20:45.2717690Z [ RUN ] ExternalCall.ComputeInterop 2022-09-27T16:20:46.3918944Z [ OK ] ExternalCall.ComputeInterop (1120 ms) 2022-09-27T16:20:46.3919292Z [ RUN ] ExternalCall.Inlining 2022-09-27T16:20:46.4657836Z [ OK ] ExternalCall.Inlining (73 ms) 2022-09-27T16:20:46.4658177Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-09-27T16:20:46.5960662Z [ OK ] ExternalCall.JitCustomFusionOp (130 ms) 2022-09-27T16:20:46.5961047Z [----------] 16 tests from ExternalCall (1820 ms total) 2022-09-27T16:20:46.5961214Z 2022-09-27T16:20:46.5961359Z [----------] 8 tests from GraphOpt 2022-09-27T16:20:46.5961618Z [ RUN ] GraphOpt.OptimizeCat 2022-09-27T16:20:46.6294226Z [ OK ] GraphOpt.OptimizeCat (33 ms) 2022-09-27T16:20:46.6294546Z [ RUN ] GraphOpt.OptimizeCat2 2022-09-27T16:20:46.6660052Z [ OK ] GraphOpt.OptimizeCat2 (36 ms) 2022-09-27T16:20:46.6660338Z [ RUN ] GraphOpt.OptimizeCat3 2022-09-27T16:20:46.7084802Z [ OK ] GraphOpt.OptimizeCat3 (42 ms) 2022-09-27T16:20:46.7085176Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-09-27T16:20:46.7422273Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (33 ms) 2022-09-27T16:20:46.7422709Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-09-27T16:20:46.8053564Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (63 ms) 2022-09-27T16:20:46.8054367Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-09-27T16:20:46.8449085Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (39 ms) 2022-09-27T16:20:46.8449537Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-09-27T16:20:46.8869205Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (41 ms) 2022-09-27T16:20:46.8869910Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-09-27T16:20:46.8870231Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-09-27T16:20:46.8870566Z [----------] 8 tests from GraphOpt (290 ms total) 2022-09-27T16:20:46.8870728Z 2022-09-27T16:20:46.8870871Z [----------] 4 tests from IRPrinter 2022-09-27T16:20:46.8871138Z [ RUN ] IRPrinter.BasicValueTest 2022-09-27T16:20:46.8871441Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-09-27T16:20:46.8871762Z [ RUN ] IRPrinter.BasicValueTest02 2022-09-27T16:20:46.8872154Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-09-27T16:20:46.8872424Z [ RUN ] IRPrinter.CastTest 2022-09-27T16:20:46.8872788Z [ OK ] IRPrinter.CastTest (0 ms) 2022-09-27T16:20:46.8873280Z [ RUN ] IRPrinter.FunctionName 2022-09-27T16:20:46.8873802Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-09-27T16:20:46.8874377Z [----------] 4 tests from IRPrinter (0 ms total) 2022-09-27T16:20:46.8874636Z 2022-09-27T16:20:46.8874891Z [----------] 8 tests from IRVerifier 2022-09-27T16:20:46.8875366Z [ RUN ] IRVerifier.BitwiseOps 2022-09-27T16:20:46.8875895Z [ OK ] IRVerifier.BitwiseOps (0 ms) 2022-09-27T16:20:46.8876730Z [ RUN ] IRVerifier.CompareSelect 2022-09-27T16:20:46.8877239Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-09-27T16:20:46.8877502Z [ RUN ] IRVerifier.Ramp 2022-09-27T16:20:46.8877765Z [ OK ] IRVerifier.Ramp (0 ms) 2022-09-27T16:20:46.8878019Z [ RUN ] IRVerifier.Load 2022-09-27T16:20:46.8878269Z [ OK ] IRVerifier.Load (0 ms) 2022-09-27T16:20:46.8878536Z [ RUN ] IRVerifier.IfThenElse 2022-09-27T16:20:46.8878823Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-09-27T16:20:46.8879069Z [ RUN ] IRVerifier.For 2022-09-27T16:20:46.8879326Z [ OK ] IRVerifier.For (0 ms) 2022-09-27T16:20:46.8879580Z [ RUN ] IRVerifier.Block 2022-09-27T16:20:46.8879833Z [ OK ] IRVerifier.Block (0 ms) 2022-09-27T16:20:46.8880092Z [ RUN ] IRVerifier.Store 2022-09-27T16:20:46.8880356Z [ OK ] IRVerifier.Store (0 ms) 2022-09-27T16:20:46.8880651Z [----------] 8 tests from IRVerifier (0 ms total) 2022-09-27T16:20:46.8880787Z 2022-09-27T16:20:46.8880923Z [----------] 35 tests from Kernel 2022-09-27T16:20:46.8881201Z [ RUN ] Kernel.InliningIntermediates 2022-09-27T16:20:46.9576176Z [ OK ] Kernel.InliningIntermediates (69 ms) 2022-09-27T16:20:46.9576607Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-09-27T16:20:47.0008719Z [ OK ] Kernel.PreAllocIntermediateBufs (43 ms) 2022-09-27T16:20:47.0009056Z [ RUN ] Kernel._1 2022-09-27T16:20:47.0315993Z [ OK ] Kernel._1 (30 ms) 2022-09-27T16:20:47.0316270Z [ RUN ] Kernel._2 2022-09-27T16:20:47.0646530Z [ OK ] Kernel._2 (33 ms) 2022-09-27T16:20:47.0646783Z [ RUN ] Kernel._3 2022-09-27T16:20:47.0987825Z [ OK ] Kernel._3 (34 ms) 2022-09-27T16:20:47.0988079Z [ RUN ] Kernel.Huge 2022-09-27T16:20:47.1246302Z [ OK ] Kernel.Huge (25 ms) 2022-09-27T16:20:47.1246586Z [ RUN ] Kernel.ParallelStrided 2022-09-27T16:20:47.2463572Z [ OK ] Kernel.ParallelStrided (121 ms) 2022-09-27T16:20:47.2464490Z [ RUN ] Kernel.CatInputTypesPromotion 2022-09-27T16:20:47.3430608Z [ OK ] Kernel.CatInputTypesPromotion (96 ms) 2022-09-27T16:20:47.3430990Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-09-27T16:20:47.3728497Z [ OK ] Kernel.CatAndInlineWithAConstantDim (29 ms) 2022-09-27T16:20:47.3729102Z [ RUN ] Kernel.CatWithEmptyInputs 2022-09-27T16:20:47.4465850Z [ OK ] Kernel.CatWithEmptyInputs (73 ms) 2022-09-27T16:20:47.4466182Z [ RUN ] Kernel.CatWoConditionals 2022-09-27T16:20:47.5226048Z [ OK ] Kernel.CatWoConditionals (75 ms) 2022-09-27T16:20:47.5226411Z [ RUN ] Kernel.OptimizeConditionals 2022-09-27T16:20:47.6216769Z [ OK ] Kernel.OptimizeConditionals (99 ms) 2022-09-27T16:20:47.6217078Z [ RUN ] Kernel.SumAllAxes 2022-09-27T16:20:47.6745631Z [ OK ] Kernel.SumAllAxes (52 ms) 2022-09-27T16:20:47.6745990Z [ RUN ] Kernel.SumOneAxis 2022-09-27T16:20:48.1107557Z [ OK ] Kernel.SumOneAxis (436 ms) 2022-09-27T16:20:48.1107944Z [ RUN ] Kernel.SumMultipleAxes 2022-09-27T16:20:48.5651620Z [ OK ] Kernel.SumMultipleAxes (454 ms) 2022-09-27T16:20:48.5651933Z [ RUN ] Kernel.Softmax2D 2022-09-27T16:20:48.9786517Z [ OK ] Kernel.Softmax2D (413 ms) 2022-09-27T16:20:48.9786904Z [ RUN ] Kernel.Softmax3D 2022-09-27T16:20:49.6697723Z [ OK ] Kernel.Softmax3D (691 ms) 2022-09-27T16:20:49.6698043Z [ RUN ] Kernel.Softmax4D 2022-09-27T16:20:50.5711941Z [ OK ] Kernel.Softmax4D (901 ms) 2022-09-27T16:20:50.5712291Z [ RUN ] Kernel.SignTest 2022-09-27T16:20:50.6441321Z [ OK ] Kernel.SignTest (72 ms) 2022-09-27T16:20:50.6441696Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-09-27T16:20:50.6737344Z [ OK ] Kernel.InlineProducerIntoReduction (29 ms) 2022-09-27T16:20:50.6737911Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-09-27T16:20:50.7093131Z [ OK ] Kernel.InlineReductionIntoConsumer (35 ms) 2022-09-27T16:20:50.7093441Z [ RUN ] Kernel.ConstantTensors 2022-09-27T16:20:50.7500005Z [ OK ] Kernel.ConstantTensors (40 ms) 2022-09-27T16:20:50.7500352Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-09-27T16:20:50.7907217Z [ OK ] Kernel.ConstantTensorsNonContiguous (40 ms) 2022-09-27T16:20:50.7907522Z [ RUN ] Kernel.RunFast 2022-09-27T16:20:50.8233477Z [ OK ] Kernel.RunFast (32 ms) 2022-09-27T16:20:50.8233784Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-09-27T16:20:50.8559512Z [ OK ] Kernel.RunWithAllocatedOutputs (32 ms) 2022-09-27T16:20:50.8559842Z [ RUN ] Kernel.CodegenInspection 2022-09-27T16:20:50.8965172Z [ OK ] Kernel.CodegenInspection (40 ms) 2022-09-27T16:20:50.8965480Z [ RUN ] Kernel.CustomLowering 2022-09-27T16:20:50.9218061Z [ OK ] Kernel.CustomLowering (25 ms) 2022-09-27T16:20:50.9218340Z [ RUN ] Kernel.Vectorize 2022-09-27T16:20:50.9532235Z [ OK ] Kernel.Vectorize (31 ms) 2022-09-27T16:20:50.9532547Z [ RUN ] Kernel.Strided1dWithinBounds 2022-09-27T16:20:50.9770941Z [ OK ] Kernel.Strided1dWithinBounds (23 ms) 2022-09-27T16:20:50.9771310Z [ RUN ] Kernel.InputAsOutput 2022-09-27T16:20:51.0119396Z [ OK ] Kernel.InputAsOutput (34 ms) 2022-09-27T16:20:51.0119678Z [ RUN ] Kernel.ScalarOut 2022-09-27T16:20:51.0326350Z [ OK ] Kernel.ScalarOut (20 ms) 2022-09-27T16:20:51.0326633Z [ RUN ] Kernel.ScalarTensorOut 2022-09-27T16:20:51.0603064Z [ OK ] Kernel.ScalarTensorOut (27 ms) 2022-09-27T16:20:51.0603401Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-09-27T16:20:51.5060747Z [ OK ] Kernel.FuseLoopsWithVariableBounds (445 ms) 2022-09-27T16:20:51.5061169Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-09-27T16:20:52.0144310Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (508 ms) 2022-09-27T16:20:52.0144815Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-09-27T16:20:52.3451883Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (330 ms) 2022-09-27T16:20:52.3452517Z [----------] 35 tests from Kernel (5457 ms total) 2022-09-27T16:20:52.3452656Z 2022-09-27T16:20:52.3452813Z [----------] 174 tests from LoopNest 2022-09-27T16:20:52.3453091Z [ RUN ] LoopNest.ExprSimple01 2022-09-27T16:20:52.3453453Z [ OK ] LoopNest.ExprSimple01 (0 ms) 2022-09-27T16:20:52.3453726Z [ RUN ] LoopNest.ExprLower01 2022-09-27T16:20:52.3468586Z [ OK ] LoopNest.ExprLower01 (1 ms) 2022-09-27T16:20:52.3468932Z [ RUN ] LoopNest.ExprSimple02 2022-09-27T16:20:52.3491135Z [ OK ] LoopNest.ExprSimple02 (2 ms) 2022-09-27T16:20:52.3491523Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-09-27T16:20:52.3493891Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-09-27T16:20:52.3494335Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-09-27T16:20:52.3496794Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-09-27T16:20:52.3497249Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-09-27T16:20:52.3508812Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (1 ms) 2022-09-27T16:20:52.3509358Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-09-27T16:20:52.3510154Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-09-27T16:20:52.3510618Z [ RUN ] LoopNest.ExprSliceHead 2022-09-27T16:20:52.3510918Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-09-27T16:20:52.3511244Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-09-27T16:20:52.3513622Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-09-27T16:20:52.3514243Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-09-27T16:20:52.3514767Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-09-27T16:20:52.3515374Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-09-27T16:20:52.3516091Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-09-27T16:20:52.3516448Z [ RUN ] LoopNest.ExprSliceTail 2022-09-27T16:20:52.3516735Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-09-27T16:20:52.3517046Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-09-27T16:20:52.3523424Z [ OK ] LoopNest.ExprSplitAndSlice (0 ms) 2022-09-27T16:20:52.3523762Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-09-27T16:20:52.3525665Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-09-27T16:20:52.3526023Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-09-27T16:20:52.3543427Z [ OK ] LoopNest.ExprSliceWithVariableDimension (1 ms) 2022-09-27T16:20:52.3543761Z [ RUN ] LoopNest.ExprSplitWithTail 2022-09-27T16:20:52.3551060Z [ OK ] LoopNest.ExprSplitWithTail (0 ms) 2022-09-27T16:20:52.3551398Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-09-27T16:20:52.3564398Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-09-27T16:20:52.3564942Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-09-27T16:20:52.3609007Z [ OK ] LoopNest.ExprSplitWithMask01 (4 ms) 2022-09-27T16:20:52.3609555Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-09-27T16:20:52.3613879Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-09-27T16:20:52.3614268Z [ RUN ] LoopNest.getLoopAt 2022-09-27T16:20:52.3614742Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-09-27T16:20:52.3615019Z [ RUN ] LoopNest.TileSimple 2022-09-27T16:20:52.4525706Z [ OK ] LoopNest.TileSimple (90 ms) 2022-09-27T16:20:52.4526002Z [ RUN ] LoopNest.TileWithTails 2022-09-27T16:20:52.5439562Z [ OK ] LoopNest.TileWithTails (91 ms) 2022-09-27T16:20:52.5440021Z [ RUN ] LoopNest.TileInMiddle 2022-09-27T16:20:52.6907834Z [ OK ] LoopNest.TileInMiddle (146 ms) 2022-09-27T16:20:52.6908252Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-09-27T16:20:52.6908634Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-09-27T16:20:52.6909011Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-09-27T16:20:52.6909366Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-09-27T16:20:52.6909726Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-09-27T16:20:52.6927365Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (1 ms) 2022-09-27T16:20:52.6927750Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-09-27T16:20:52.7006021Z [ OK ] LoopNest.ScheduleFunctionCall01 (7 ms) 2022-09-27T16:20:52.7006357Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-09-27T16:20:52.7130320Z [ OK ] LoopNest.ScheduleInlineSimple (12 ms) 2022-09-27T16:20:52.7130638Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-09-27T16:20:52.7707379Z [ OK ] LoopNest.ScheduleInlineFunc01 (57 ms) 2022-09-27T16:20:52.7707727Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-09-27T16:20:52.7710025Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-09-27T16:20:52.7710662Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-09-27T16:20:52.7714145Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-09-27T16:20:52.7714572Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-09-27T16:20:52.7717415Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-09-27T16:20:52.7717786Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-09-27T16:20:52.7810069Z [ OK ] LoopNest.ScheduleInlineIntrinsics (9 ms) 2022-09-27T16:20:52.7810457Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-09-27T16:20:52.7813175Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-09-27T16:20:52.7813550Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-09-27T16:20:52.7815093Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-09-27T16:20:52.7815465Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-09-27T16:20:52.7819691Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-09-27T16:20:52.7820093Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-09-27T16:20:52.7821190Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-09-27T16:20:52.7821610Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-09-27T16:20:52.7825164Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-09-27T16:20:52.7825528Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-09-27T16:20:52.7832937Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (0 ms) 2022-09-27T16:20:52.7833341Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-09-27T16:20:52.7834649Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-09-27T16:20:52.7835016Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-09-27T16:20:52.7839514Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-09-27T16:20:52.7839907Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-09-27T16:20:52.7844329Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-09-27T16:20:52.7844715Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-09-27T16:20:52.7849612Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-09-27T16:20:52.7850012Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-09-27T16:20:52.7851939Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-09-27T16:20:52.7852328Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-09-27T16:20:52.7856317Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-09-27T16:20:52.7856803Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-09-27T16:20:52.7858606Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-09-27T16:20:52.7859174Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-09-27T16:20:52.7859803Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-09-27T16:20:52.7860234Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-09-27T16:20:52.7860667Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-09-27T16:20:52.7861011Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-09-27T16:20:52.7911620Z [ OK ] LoopNest.ScheduleFuserStyle (5 ms) 2022-09-27T16:20:52.7911956Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-09-27T16:20:52.7973077Z [ OK ] LoopNest.ScheduleFuserThreeArg (6 ms) 2022-09-27T16:20:52.7973443Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-09-27T16:20:52.8098002Z [ OK ] LoopNest.ScheduleDynamicShape2D (12 ms) 2022-09-27T16:20:52.8098346Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-09-27T16:20:52.8106870Z [ OK ] LoopNest.LoopNestComputeAt_1 (0 ms) 2022-09-27T16:20:52.8107434Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-09-27T16:20:52.8600090Z [ OK ] LoopNest.LoopNestComputeAt_2 (49 ms) 2022-09-27T16:20:52.8600442Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-09-27T16:20:52.9090873Z [ OK ] LoopNest.LoopNestComputeAt_3 (49 ms) 2022-09-27T16:20:52.9091241Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-09-27T16:20:52.9927145Z [ OK ] LoopNest.Reduce2dComputeAt (83 ms) 2022-09-27T16:20:52.9927644Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-09-27T16:20:52.9928455Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-09-27T16:20:52.9928963Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-09-27T16:20:52.9938848Z [ OK ] LoopNest.LoopNestReorderPartialAxes (1 ms) 2022-09-27T16:20:52.9939237Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-09-27T16:20:52.9949356Z [ OK ] LoopNest.LoopNestReorderInternalAxis (1 ms) 2022-09-27T16:20:52.9949745Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-09-27T16:20:52.9959666Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (1 ms) 2022-09-27T16:20:52.9960190Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-09-27T16:20:52.9961022Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-09-27T16:20:52.9961370Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-09-27T16:20:52.9976364Z [ OK ] LoopNest.LoopNestReorderExtraStatements (1 ms) 2022-09-27T16:20:52.9976778Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-09-27T16:20:53.0545704Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (56 ms) 2022-09-27T16:20:53.0546138Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-09-27T16:20:53.1118740Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (57 ms) 2022-09-27T16:20:53.1119163Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-09-27T16:20:53.1836356Z [ OK ] LoopNest.LoopNestReorderLongStringFull (71 ms) 2022-09-27T16:20:53.1836971Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-09-27T16:20:53.1954743Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (11 ms) 2022-09-27T16:20:53.1955282Z [ RUN ] LoopNest.OuterLoopVectorization 2022-09-27T16:20:53.1955914Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-09-27T16:20:53.1956298Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-09-27T16:20:53.1958246Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-09-27T16:20:53.1958710Z [ RUN ] LoopNest.Unroll 2022-09-27T16:20:53.1959288Z [ OK ] LoopNest.Unroll (0 ms) 2022-09-27T16:20:53.1959577Z [ RUN ] LoopNest.UnrollOuter 2022-09-27T16:20:53.1961212Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-09-27T16:20:53.1961536Z [ RUN ] LoopNest.UnrollInner 2022-09-27T16:20:53.1962982Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-09-27T16:20:53.1963373Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-09-27T16:20:53.1964076Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-09-27T16:20:53.1964464Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-09-27T16:20:53.1965863Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-09-27T16:20:53.1966221Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-09-27T16:20:53.1982398Z [ OK ] LoopNest.UnrollNonConstantBounds (1 ms) 2022-09-27T16:20:53.1982999Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-09-27T16:20:53.1983367Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-09-27T16:20:53.1983725Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-09-27T16:20:53.1985433Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-09-27T16:20:53.1985985Z [ RUN ] LoopNest.UnrollEmpty 2022-09-27T16:20:53.1986552Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-09-27T16:20:53.1986819Z [ RUN ] LoopNest.NoUnroll 2022-09-27T16:20:53.1987163Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-09-27T16:20:53.1987478Z [ RUN ] LoopNest.UnrollWithLet 2022-09-27T16:20:53.1988110Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-09-27T16:20:53.1988423Z [ RUN ] LoopNest.IsNormalized 2022-09-27T16:20:53.1988786Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-09-27T16:20:53.1989097Z [ RUN ] LoopNest.NormalizeStartPositive 2022-09-27T16:20:53.1990704Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-09-27T16:20:53.1991107Z [ RUN ] LoopNest.NormalizeStartNegative 2022-09-27T16:20:53.1993535Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-09-27T16:20:53.1994054Z [ RUN ] LoopNest.NormalizeStartZero 2022-09-27T16:20:53.1994391Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-09-27T16:20:53.1994721Z [ RUN ] LoopNest.NormalizeStartVariable 2022-09-27T16:20:53.1997185Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-09-27T16:20:53.1997675Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-09-27T16:20:53.1999711Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-09-27T16:20:53.2000073Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-09-27T16:20:53.2002331Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-09-27T16:20:53.2002679Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-09-27T16:20:53.2006459Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-09-27T16:20:53.2006824Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-09-27T16:20:53.2011748Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-09-27T16:20:53.2012118Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-09-27T16:20:53.2022086Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (1 ms) 2022-09-27T16:20:53.2022474Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-09-27T16:20:53.2108527Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (8 ms) 2022-09-27T16:20:53.2108923Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-09-27T16:20:53.2134912Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (2 ms) 2022-09-27T16:20:53.2135340Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-09-27T16:20:53.2147468Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-09-27T16:20:53.2148050Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-09-27T16:20:53.2148480Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-09-27T16:20:53.2148879Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-09-27T16:20:53.2149307Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-09-27T16:20:53.2149719Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-09-27T16:20:53.2150198Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-09-27T16:20:53.2150636Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-09-27T16:20:53.2151016Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-09-27T16:20:53.2151429Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-09-27T16:20:53.2151766Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-09-27T16:20:53.2152108Z [ RUN ] LoopNest.CacheReadsSimple 2022-09-27T16:20:53.2525306Z [ OK ] LoopNest.CacheReadsSimple (37 ms) 2022-09-27T16:20:53.2525615Z [ RUN ] LoopNest.CacheReadsOuter 2022-09-27T16:20:53.2926783Z [ OK ] LoopNest.CacheReadsOuter (40 ms) 2022-09-27T16:20:53.2927366Z [ RUN ] LoopNest.CacheReadsInternal 2022-09-27T16:20:53.3355471Z [ OK ] LoopNest.CacheReadsInternal (42 ms) 2022-09-27T16:20:53.3355819Z [ RUN ] LoopNest.CacheReadsInner 2022-09-27T16:20:53.4022721Z [ OK ] LoopNest.CacheReadsInner (66 ms) 2022-09-27T16:20:53.4023108Z [ RUN ] LoopNest.CacheWritesSimple 2022-09-27T16:20:53.4773233Z [ OK ] LoopNest.CacheWritesSimple (74 ms) 2022-09-27T16:20:53.4773583Z [ RUN ] LoopNest.DeadStoreElimination 2022-09-27T16:20:53.4787665Z [ OK ] LoopNest.DeadStoreElimination (1 ms) 2022-09-27T16:20:53.4788040Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-09-27T16:20:53.4800335Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-09-27T16:20:53.4800726Z [ RUN ] LoopNest.CompoundTensorSimple 2022-09-27T16:20:53.4814708Z [ OK ] LoopNest.CompoundTensorSimple (1 ms) 2022-09-27T16:20:53.4815106Z [ RUN ] LoopNest.InlineConstantIndex 2022-09-27T16:20:53.4819042Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-09-27T16:20:53.4819368Z [ RUN ] LoopNest.CompoundTensorUsed 2022-09-27T16:20:53.4842455Z [ OK ] LoopNest.CompoundTensorUsed (2 ms) 2022-09-27T16:20:53.4842784Z [ RUN ] LoopNest.InlineFromLoad 2022-09-27T16:20:53.4843089Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-09-27T16:20:53.4843468Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-09-27T16:20:53.4844475Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-09-27T16:20:53.4844870Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-09-27T16:20:53.4847017Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-09-27T16:20:53.4847414Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-09-27T16:20:53.4849776Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-09-27T16:20:53.4850221Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-09-27T16:20:53.4855164Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-09-27T16:20:53.4855807Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-09-27T16:20:53.4858945Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-09-27T16:20:53.4859382Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-09-27T16:20:53.4862572Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-09-27T16:20:53.4863037Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-09-27T16:20:53.4865948Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-09-27T16:20:53.4866388Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-09-27T16:20:53.4869349Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-09-27T16:20:53.4869772Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-09-27T16:20:53.4872742Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-09-27T16:20:53.4873173Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-09-27T16:20:53.4876073Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-09-27T16:20:53.4876500Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-09-27T16:20:53.4878787Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-09-27T16:20:53.4879180Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-09-27T16:20:53.4880858Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-09-27T16:20:53.4881250Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-09-27T16:20:53.6404013Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (152 ms) 2022-09-27T16:20:53.6404431Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-09-27T16:20:53.7607619Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (120 ms) 2022-09-27T16:20:53.7608099Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-09-27T16:20:53.9117134Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (150 ms) 2022-09-27T16:20:53.9117527Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-09-27T16:20:54.0468905Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (135 ms) 2022-09-27T16:20:54.0469301Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-09-27T16:20:54.0471117Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-09-27T16:20:54.0471452Z [ RUN ] LoopNest.VectorizeUse 2022-09-27T16:20:54.0473677Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-09-27T16:20:54.0474185Z [ RUN ] LoopNest.Int64Direct 2022-09-27T16:20:54.0474700Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-09-27T16:20:54.0475168Z [ RUN ] LoopNest.Int64Compute 2022-09-27T16:20:54.0475674Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-09-27T16:20:54.0476289Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-09-27T16:20:54.0477012Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-09-27T16:20:54.0477719Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-09-27T16:20:54.0478385Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-09-27T16:20:54.0479073Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-09-27T16:20:54.0479742Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-09-27T16:20:54.0480373Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-09-27T16:20:54.0480978Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-09-27T16:20:54.0481684Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-09-27T16:20:54.0482480Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-09-27T16:20:54.0483087Z [ RUN ] LoopNest.fuseLoopsSimple 2022-09-27T16:20:54.0485103Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-09-27T16:20:54.0485672Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-09-27T16:20:54.0491555Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-09-27T16:20:54.0492087Z [ RUN ] LoopNest.fuseLoopsNested 2022-09-27T16:20:54.0499272Z [ OK ] LoopNest.fuseLoopsNested (0 ms) 2022-09-27T16:20:54.0499839Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-09-27T16:20:54.0503432Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-09-27T16:20:54.0504030Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-09-27T16:20:54.0506358Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-09-27T16:20:54.0507130Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-09-27T16:20:54.0507805Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-09-27T16:20:54.0508470Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-09-27T16:20:54.0509156Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-09-27T16:20:54.0509775Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-09-27T16:20:54.0510387Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-09-27T16:20:54.0510990Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-09-27T16:20:54.0511614Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-09-27T16:20:54.0512249Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-09-27T16:20:54.0512902Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-09-27T16:20:54.0513519Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-09-27T16:20:54.0519282Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-09-27T16:20:54.0519976Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-09-27T16:20:54.0524453Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-09-27T16:20:54.0525239Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-09-27T16:20:54.0529988Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-09-27T16:20:54.0530844Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-09-27T16:20:54.0539368Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (0 ms) 2022-09-27T16:20:54.0540098Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-09-27T16:20:54.0545407Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-09-27T16:20:54.0546052Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-09-27T16:20:54.0555754Z [ OK ] LoopNest.fuseLoopsWith2DReductions (1 ms) 2022-09-27T16:20:54.0556412Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-09-27T16:20:54.0564792Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (0 ms) 2022-09-27T16:20:54.0565530Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-09-27T16:20:54.0576994Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (1 ms) 2022-09-27T16:20:54.0577884Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-09-27T16:20:54.0583665Z [ OK ] LoopNest.fuseLoopsWithTranspose (0 ms) 2022-09-27T16:20:54.0584352Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-09-27T16:20:54.0589151Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-09-27T16:20:54.0589884Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-09-27T16:20:54.0594332Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-09-27T16:20:54.0595077Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-09-27T16:20:54.0603516Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (0 ms) 2022-09-27T16:20:54.0604252Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-09-27T16:20:54.0614873Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (1 ms) 2022-09-27T16:20:54.0615619Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-09-27T16:20:54.0620708Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-09-27T16:20:54.0621430Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-09-27T16:20:54.0626650Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-09-27T16:20:54.0627388Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-09-27T16:20:54.0632740Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-09-27T16:20:54.0633454Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-09-27T16:20:54.0634115Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-09-27T16:20:54.0634664Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-09-27T16:20:54.0635109Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-09-27T16:20:54.0635660Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-09-27T16:20:54.0636256Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-09-27T16:20:54.0636633Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-09-27T16:20:54.0637184Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-09-27T16:20:54.0637699Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-09-27T16:20:54.0638161Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-09-27T16:20:54.0638784Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-09-27T16:20:54.0639330Z [ OK ] LoopNest.reorderInvalidPermutations (0 ms) 2022-09-27T16:20:54.0640147Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-09-27T16:20:54.0640516Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-09-27T16:20:54.0641087Z [ RUN ] LoopNest.compressBufferSimple 2022-09-27T16:20:54.0641580Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-09-27T16:20:54.0641920Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-09-27T16:20:54.0642262Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-09-27T16:20:54.0642616Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-09-27T16:20:54.0642974Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-09-27T16:20:54.0643346Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-09-27T16:20:54.0643758Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-09-27T16:20:54.0644141Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-09-27T16:20:54.0644508Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-09-27T16:20:54.0644875Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-09-27T16:20:54.0645272Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-09-27T16:20:54.0645649Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-09-27T16:20:54.0645993Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-09-27T16:20:54.0646334Z [ RUN ] LoopNest.compressMultipleBuffers 2022-09-27T16:20:54.0646674Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-09-27T16:20:54.0646981Z [ RUN ] LoopNest.sanitizeNames 2022-09-27T16:20:54.0657968Z [ OK ] LoopNest.sanitizeNames (1 ms) 2022-09-27T16:20:54.0658597Z [----------] 174 tests from LoopNest (1720 ms total) 2022-09-27T16:20:54.0658846Z 2022-09-27T16:20:54.0659003Z [----------] 31 tests from MemDependency 2022-09-27T16:20:54.0659292Z [ RUN ] MemDependency.BoundOverlap 2022-09-27T16:20:54.0669409Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-09-27T16:20:54.0669997Z [ RUN ] MemDependency.BoundComparison 2022-09-27T16:20:54.0678639Z [ OK ] MemDependency.BoundComparison (0 ms) 2022-09-27T16:20:54.0679393Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-09-27T16:20:54.0687892Z [ OK ] MemDependency.BoundOverlapSymbolic (0 ms) 2022-09-27T16:20:54.0688546Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-09-27T16:20:54.0697084Z [ OK ] MemDependency.BoundOverlapMultiDim (0 ms) 2022-09-27T16:20:54.0697807Z [ RUN ] MemDependency.BoundSubtract 2022-09-27T16:20:54.0704693Z [ OK ] MemDependency.BoundSubtract (0 ms) 2022-09-27T16:20:54.0705324Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-09-27T16:20:54.0727109Z [ OK ] MemDependency.BoundSubtractSymbolic (2 ms) 2022-09-27T16:20:54.0727677Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-09-27T16:20:54.0752152Z [ OK ] MemDependency.BoundSubtractMultiDim (2 ms) 2022-09-27T16:20:54.0752761Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-09-27T16:20:54.0785696Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (3 ms) 2022-09-27T16:20:54.0786285Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-09-27T16:20:54.0786868Z [ OK ] MemDependency.MemDependencyCheckerSimple (0 ms) 2022-09-27T16:20:54.0787346Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-09-27T16:20:54.0787862Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-09-27T16:20:54.0788339Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-09-27T16:20:54.0788727Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-09-27T16:20:54.0789158Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-09-27T16:20:54.0789941Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-09-27T16:20:54.0790342Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-09-27T16:20:54.0792661Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (0 ms) 2022-09-27T16:20:54.0793112Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-09-27T16:20:54.0795399Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-09-27T16:20:54.0795852Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-09-27T16:20:54.0797450Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-09-27T16:20:54.0797991Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-09-27T16:20:54.0798697Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-09-27T16:20:54.0799132Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-09-27T16:20:54.0810217Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-09-27T16:20:54.0810675Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-09-27T16:20:54.0838529Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (2 ms) 2022-09-27T16:20:54.0838993Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-09-27T16:20:54.0979421Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (13 ms) 2022-09-27T16:20:54.0979908Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-09-27T16:20:54.0987942Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (0 ms) 2022-09-27T16:20:54.0988395Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-09-27T16:20:54.1007243Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (1 ms) 2022-09-27T16:20:54.1007683Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-09-27T16:20:54.1019827Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (1 ms) 2022-09-27T16:20:54.1020308Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-09-27T16:20:54.1039444Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (1 ms) 2022-09-27T16:20:54.1039875Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-09-27T16:20:54.1067838Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (2 ms) 2022-09-27T16:20:54.1068263Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-09-27T16:20:54.1103051Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (3 ms) 2022-09-27T16:20:54.1103484Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-09-27T16:20:54.1114005Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (1 ms) 2022-09-27T16:20:54.1114515Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-09-27T16:20:54.1122195Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (0 ms) 2022-09-27T16:20:54.1122926Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-09-27T16:20:54.1145347Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (2 ms) 2022-09-27T16:20:54.1145999Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-09-27T16:20:54.1159174Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (1 ms) 2022-09-27T16:20:54.1159797Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-09-27T16:20:54.1170611Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-09-27T16:20:54.1171254Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-09-27T16:20:54.1339762Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (16 ms) 2022-09-27T16:20:54.1340470Z [----------] 31 tests from MemDependency (68 ms total) 2022-09-27T16:20:54.1340652Z 2022-09-27T16:20:54.1340785Z [----------] 2 tests from Ops 2022-09-27T16:20:54.1341021Z [ RUN ] Ops.Sum 2022-09-27T16:20:54.1379969Z [ OK ] Ops.Sum (4 ms) 2022-09-27T16:20:54.1380275Z [ RUN ] Ops.ChannelsLastSum 2022-09-27T16:20:54.2498065Z [ OK ] Ops.ChannelsLastSum (111 ms) 2022-09-27T16:20:54.2498504Z [----------] 2 tests from Ops (115 ms total) 2022-09-27T16:20:54.2498701Z 2022-09-27T16:20:54.2498910Z [----------] 10 tests from Quantization 2022-09-27T16:20:54.2499302Z [ RUN ] Quantization.QuantDequantInt8 2022-09-27T16:20:54.2777379Z [ OK ] Quantization.QuantDequantInt8 (27 ms) 2022-09-27T16:20:54.2778061Z [ RUN ] Quantization.QuantDequantUInt8 2022-09-27T16:20:54.3049099Z [ OK ] Quantization.QuantDequantUInt8 (27 ms) 2022-09-27T16:20:54.3049570Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-09-27T16:20:54.3328918Z [ OK ] Quantization.QuantDequantUInt8_NLC (27 ms) 2022-09-27T16:20:54.3329407Z [ RUN ] Quantization.QuantAddDequantInt8 2022-09-27T16:20:54.3633871Z [ OK ] Quantization.QuantAddDequantInt8 (30 ms) 2022-09-27T16:20:54.3634365Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-09-27T16:20:54.3940400Z [ OK ] Quantization.QuantAddDequantUInt8 (30 ms) 2022-09-27T16:20:54.3940886Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-09-27T16:20:54.4287416Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (34 ms) 2022-09-27T16:20:54.4288012Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-09-27T16:20:54.4713890Z [ OK ] Quantization.QuantMulDequantUInt8 (42 ms) 2022-09-27T16:20:54.4714536Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-09-27T16:20:54.5190763Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (47 ms) 2022-09-27T16:20:54.5191479Z [ RUN ] Quantization.UpsampleNearst2d 2022-09-27T16:20:54.5503643Z [ OK ] Quantization.UpsampleNearst2d (31 ms) 2022-09-27T16:20:54.5504188Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-09-27T16:20:54.6134929Z [ OK ] Quantization.QuantCatDequantUInt8 (63 ms) 2022-09-27T16:20:54.6135551Z [----------] 10 tests from Quantization (363 ms total) 2022-09-27T16:20:54.6135842Z 2022-09-27T16:20:54.6136146Z [----------] 2 tests from BufLiveRange 2022-09-27T16:20:54.6136670Z [ RUN ] BufLiveRange.SingleRangeLine 2022-09-27T16:20:54.6137266Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-09-27T16:20:54.6137930Z [ RUN ] BufLiveRange.MulRangeLine 2022-09-27T16:20:54.6138399Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-09-27T16:20:54.6138727Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-09-27T16:20:54.6138893Z 2022-09-27T16:20:54.6139048Z [----------] 6 tests from MemPlanning 2022-09-27T16:20:54.6139355Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-09-27T16:20:54.6782423Z [ OK ] MemPlanning.MemReuseWithTypeCast (64 ms) 2022-09-27T16:20:54.6782805Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-09-27T16:20:54.7533256Z [ OK ] MemPlanning.NoMemReuseForLargerType (75 ms) 2022-09-27T16:20:54.7533598Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-09-27T16:20:55.0124138Z [ OK ] MemPlanning.SameBufSizeMemReuse (258 ms) 2022-09-27T16:20:55.0124517Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-09-27T16:20:55.2763370Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (263 ms) 2022-09-27T16:20:55.2763790Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-09-27T16:20:55.6142085Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (337 ms) 2022-09-27T16:20:55.6142737Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-09-27T16:20:55.7633496Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (149 ms) 2022-09-27T16:20:55.7634180Z [----------] 6 tests from MemPlanning (1149 ms total) 2022-09-27T16:20:55.7634379Z 2022-09-27T16:20:55.7634551Z [----------] 45 tests from Reductions 2022-09-27T16:20:55.7634901Z [ RUN ] Reductions.ReduceSum0D_1 2022-09-27T16:20:55.7635261Z [ OK ] Reductions.ReduceSum0D_1 (0 ms) 2022-09-27T16:20:55.7635622Z [ RUN ] Reductions.ReduceSum0D_2 2022-09-27T16:20:55.7636047Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-09-27T16:20:55.7636408Z [ RUN ] Reductions.ReduceSum1D 2022-09-27T16:20:55.7637321Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-09-27T16:20:55.7637696Z [ RUN ] Reductions.ReduceSum2D 2022-09-27T16:20:55.7641088Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-09-27T16:20:55.7641627Z [ RUN ] Reductions.ReduceSum3D 2022-09-27T16:20:55.7673902Z [ OK ] Reductions.ReduceSum3D (3 ms) 2022-09-27T16:20:55.7674430Z [ RUN ] Reductions.ReduceSum10D 2022-09-27T16:20:56.4532503Z [ OK ] Reductions.ReduceSum10D (685 ms) 2022-09-27T16:20:56.4532842Z [ RUN ] Reductions.ReduceProduct 2022-09-27T16:20:56.4535937Z [ OK ] Reductions.ReduceProduct (0 ms) 2022-09-27T16:20:56.4536301Z [ RUN ] Reductions.ReduceMax 2022-09-27T16:20:56.4540691Z [ OK ] Reductions.ReduceMax (0 ms) 2022-09-27T16:20:56.4541096Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-09-27T16:20:56.4542844Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-09-27T16:20:56.4543179Z [ RUN ] Reductions.ReduceAnyAll 2022-09-27T16:20:56.4564979Z [ OK ] Reductions.ReduceAnyAll (2 ms) 2022-09-27T16:20:56.4565375Z [ RUN ] Reductions.ReduceMatmul2D 2022-09-27T16:20:56.4574446Z [ OK ] Reductions.ReduceMatmul2D (0 ms) 2022-09-27T16:20:56.4574749Z [ RUN ] Reductions.ReduceRfactorLike 2022-09-27T16:20:56.4586100Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-09-27T16:20:56.4586620Z [ RUN ] Reductions.ReduceAsProducer 2022-09-27T16:20:56.4608814Z [ OK ] Reductions.ReduceAsProducer (2 ms) 2022-09-27T16:20:56.4609120Z [ RUN ] Reductions.ReduceAsConsumer 2022-09-27T16:20:56.4644585Z [ OK ] Reductions.ReduceAsConsumer (3 ms) 2022-09-27T16:20:56.4644919Z [ RUN ] Reductions.SplitReduceAxis 2022-09-27T16:20:56.4661251Z [ OK ] Reductions.SplitReduceAxis (1 ms) 2022-09-27T16:20:56.4661600Z [ RUN ] Reductions.SplitNonReduceAxis 2022-09-27T16:20:56.4695212Z [ OK ] Reductions.SplitNonReduceAxis (3 ms) 2022-09-27T16:20:56.4695600Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-09-27T16:20:56.4735236Z [ OK ] Reductions.ReorderedReductionInitializer (3 ms) 2022-09-27T16:20:56.4735581Z [ RUN ] Reductions.ReduceRfactor 2022-09-27T16:20:56.4746346Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-09-27T16:20:56.4746663Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-09-27T16:20:56.4875324Z [ OK ] Reductions.Reduce3DRfactorInner (12 ms) 2022-09-27T16:20:56.4875665Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-09-27T16:20:56.5007479Z [ OK ] Reductions.Reduce3DRfactorOuter (13 ms) 2022-09-27T16:20:56.5008088Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-09-27T16:20:56.6773149Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (176 ms) 2022-09-27T16:20:56.6773606Z [ RUN ] Reductions.ReduceSplitTail 2022-09-27T16:20:56.7180628Z [ OK ] Reductions.ReduceSplitTail (40 ms) 2022-09-27T16:20:56.7181394Z [ RUN ] Reductions.ReduceSplitNoTail 2022-09-27T16:20:56.7646485Z [ OK ] Reductions.ReduceSplitNoTail (46 ms) 2022-09-27T16:20:56.7647041Z [ RUN ] Reductions.ReduceOverSplitTail 2022-09-27T16:20:56.8039629Z [ OK ] Reductions.ReduceOverSplitTail (39 ms) 2022-09-27T16:20:56.8040168Z [ RUN ] Reductions.ReduceSplitMask 2022-09-27T16:20:56.8550995Z [ OK ] Reductions.ReduceSplitMask (51 ms) 2022-09-27T16:20:56.8551567Z [ RUN ] Reductions.ReduceSplitNoMask 2022-09-27T16:20:56.9016410Z [ OK ] Reductions.ReduceSplitNoMask (46 ms) 2022-09-27T16:20:56.9016989Z [ RUN ] Reductions.ReduceOverSplitMask 2022-09-27T16:20:56.9433400Z [ OK ] Reductions.ReduceOverSplitMask (41 ms) 2022-09-27T16:20:56.9433958Z [ RUN ] Reductions.ReduceSplitRfactor 2022-09-27T16:20:56.9476114Z [ OK ] Reductions.ReduceSplitRfactor (4 ms) 2022-09-27T16:20:56.9476709Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-09-27T16:20:56.9491546Z [ OK ] Reductions.ReduceOverSplitRfactor (1 ms) 2022-09-27T16:20:56.9492126Z [ RUN ] Reductions.ReduceInlineReduction 2022-09-27T16:20:56.9492681Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-09-27T16:20:56.9493003Z [ RUN ] Reductions.ReduceInlineConsumer 2022-09-27T16:20:56.9586458Z [ OK ] Reductions.ReduceInlineConsumer (9 ms) 2022-09-27T16:20:56.9586814Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-09-27T16:20:56.9680717Z [ OK ] Reductions.ReduceInlineReducerInternal (9 ms) 2022-09-27T16:20:56.9681117Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-09-27T16:20:56.9728855Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (4 ms) 2022-09-27T16:20:56.9729289Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-09-27T16:20:56.9773959Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (4 ms) 2022-09-27T16:20:56.9818978Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-09-27T16:20:56.9819424Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (4 ms) 2022-09-27T16:20:56.9820020Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-09-27T16:20:56.9834976Z [ OK ] Reductions.ReductionCacheBodyAccess (1 ms) 2022-09-27T16:20:56.9835349Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-09-27T16:20:56.9853546Z [ OK ] Reductions.ReductionCacheConsumerAccess (1 ms) 2022-09-27T16:20:56.9853964Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-09-27T16:20:56.9875005Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (2 ms) 2022-09-27T16:20:56.9875427Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-09-27T16:20:56.9893996Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (1 ms) 2022-09-27T16:20:56.9894399Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-09-27T16:20:57.0075506Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (18 ms) 2022-09-27T16:20:57.0075976Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-09-27T16:20:57.0220478Z [ OK ] Reductions.ReductionRfactorCacheTempInner (14 ms) 2022-09-27T16:20:57.0220819Z [ RUN ] Reductions.ReductionVectorize 2022-09-27T16:20:57.0232491Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-09-27T16:20:57.0232931Z [ RUN ] Reductions.ReductionVectorizeInner 2022-09-27T16:20:57.0233275Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-09-27T16:20:57.0233632Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-09-27T16:20:57.0246585Z [ OK ] Reductions.ReductionVectorizeRfactor (1 ms) 2022-09-27T16:20:57.0247175Z [ RUN ] Reductions.InitFunction 2022-09-27T16:20:57.0249013Z [ OK ] Reductions.InitFunction (0 ms) 2022-09-27T16:20:57.0249587Z [----------] 45 tests from Reductions (1261 ms total) 2022-09-27T16:20:57.0249880Z 2022-09-27T16:20:57.0250074Z [----------] 69 tests from Registerizer 2022-09-27T16:20:57.0250390Z [ RUN ] Registerizer.RegisterizerSimple 2022-09-27T16:20:57.0252116Z [ OK ] Registerizer.RegisterizerSimple (0 ms) 2022-09-27T16:20:57.0252713Z [ RUN ] Registerizer.RegisterizerLoop 2022-09-27T16:20:57.0253643Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-09-27T16:20:57.0254239Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-09-27T16:20:57.0255746Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-09-27T16:20:57.0256408Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-09-27T16:20:57.0257875Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-09-27T16:20:57.0258524Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-09-27T16:20:57.0260279Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-09-27T16:20:57.0260933Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-09-27T16:20:57.0264458Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-09-27T16:20:57.0264980Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-09-27T16:20:57.0268438Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-09-27T16:20:57.0268952Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-09-27T16:20:57.0272694Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-09-27T16:20:57.0273126Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-09-27T16:20:57.0289455Z [ OK ] Registerizer.RegisterizerMultiVar (1 ms) 2022-09-27T16:20:57.0289827Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-09-27T16:20:57.0291989Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-09-27T16:20:57.0292375Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-09-27T16:20:57.0294065Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-09-27T16:20:57.0294429Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-09-27T16:20:57.0296881Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-09-27T16:20:57.0297239Z [ RUN ] Registerizer.RegisterizerRepeated 2022-09-27T16:20:57.0300608Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-09-27T16:20:57.0300943Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-09-27T16:20:57.0302099Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-09-27T16:20:57.0302471Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-09-27T16:20:57.0304113Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-09-27T16:20:57.0304497Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-09-27T16:20:57.0307777Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-09-27T16:20:57.0308148Z [ RUN ] Registerizer.RegisterizerAllocs 2022-09-27T16:20:57.0311133Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-09-27T16:20:57.0311496Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-09-27T16:20:57.0312789Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-09-27T16:20:57.0313197Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-09-27T16:20:57.0314339Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-09-27T16:20:57.0314735Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-09-27T16:20:57.0316703Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-09-27T16:20:57.0317376Z [ RUN ] Registerizer.RegisterizerParallelized 2022-09-27T16:20:57.0331294Z [ OK ] Registerizer.RegisterizerParallelized (1 ms) 2022-09-27T16:20:57.0331893Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-09-27T16:20:57.0333329Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-09-27T16:20:57.0333973Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-09-27T16:20:57.0334967Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-09-27T16:20:57.0335591Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-09-27T16:20:57.0337703Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-09-27T16:20:57.0338343Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-09-27T16:20:57.0340515Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-09-27T16:20:57.0341145Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-09-27T16:20:57.0344269Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-09-27T16:20:57.0344879Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-09-27T16:20:57.0345661Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-09-27T16:20:57.0346281Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-09-27T16:20:57.0348080Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-09-27T16:20:57.0348693Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-09-27T16:20:57.0350235Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-09-27T16:20:57.0350882Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-09-27T16:20:57.0352364Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-09-27T16:20:57.0352986Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-09-27T16:20:57.0356309Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-09-27T16:20:57.0356933Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-09-27T16:20:57.0360791Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-09-27T16:20:57.0361316Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-09-27T16:20:57.0362545Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-09-27T16:20:57.0363160Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-09-27T16:20:57.0365134Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-09-27T16:20:57.0365816Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-09-27T16:20:57.0366860Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-09-27T16:20:57.0367597Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-09-27T16:20:57.0368970Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-09-27T16:20:57.0369611Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-09-27T16:20:57.0381470Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-09-27T16:20:57.0382102Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-09-27T16:20:57.0383844Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-09-27T16:20:57.0384469Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-09-27T16:20:57.0385586Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-09-27T16:20:57.0386242Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-09-27T16:20:57.0387447Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-09-27T16:20:57.0388085Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-09-27T16:20:57.0390403Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-09-27T16:20:57.0391023Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-09-27T16:20:57.0393126Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-09-27T16:20:57.0393738Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-09-27T16:20:57.0396813Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-09-27T16:20:57.0397433Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-09-27T16:20:57.0400961Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-09-27T16:20:57.0401614Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-09-27T16:20:57.0402659Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-09-27T16:20:57.0403327Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-09-27T16:20:57.0404326Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-09-27T16:20:57.0404946Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-09-27T16:20:57.0407321Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (0 ms) 2022-09-27T16:20:57.0407935Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-09-27T16:20:57.0409413Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-09-27T16:20:57.0410054Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-09-27T16:20:57.0411313Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-09-27T16:20:57.0411970Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-09-27T16:20:57.0413664Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-09-27T16:20:57.0414328Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-09-27T16:20:57.0416607Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (0 ms) 2022-09-27T16:20:57.0417274Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-09-27T16:20:57.0419601Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-09-27T16:20:57.0420430Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-09-27T16:20:57.0421199Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-09-27T16:20:57.0421842Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-09-27T16:20:57.0424022Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-09-27T16:20:57.0424675Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-09-27T16:20:57.0429947Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-09-27T16:20:57.0430560Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-09-27T16:20:57.0431621Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-09-27T16:20:57.0432244Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-09-27T16:20:57.0434912Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-09-27T16:20:57.0435527Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-09-27T16:20:57.0437742Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (0 ms) 2022-09-27T16:20:57.0438392Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-09-27T16:20:57.0441457Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-09-27T16:20:57.0442099Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-09-27T16:20:57.0444067Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-09-27T16:20:57.0444710Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-09-27T16:20:57.0447132Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (0 ms) 2022-09-27T16:20:57.0447745Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-09-27T16:20:57.0448726Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-09-27T16:20:57.0449344Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-09-27T16:20:57.0450334Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-09-27T16:20:57.0450939Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-09-27T16:20:57.0452360Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-09-27T16:20:57.0452973Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-09-27T16:20:57.0454955Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-09-27T16:20:57.0455583Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-09-27T16:20:57.0457874Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-09-27T16:20:57.0458520Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-09-27T16:20:57.0460631Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-09-27T16:20:57.0461266Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-09-27T16:20:57.0463791Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-09-27T16:20:57.0464444Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-09-27T16:20:57.0467278Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-09-27T16:20:57.0468028Z [----------] 69 tests from Registerizer (21 ms total) 2022-09-27T16:20:57.0468307Z 2022-09-27T16:20:57.0468515Z [----------] 92 tests from Simplify 2022-09-27T16:20:57.0469029Z [ RUN ] Simplify.ConstantFoldSimple 2022-09-27T16:20:57.0469562Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-09-27T16:20:57.0470098Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-09-27T16:20:57.0470687Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-09-27T16:20:57.0471146Z [ RUN ] Simplify.ConstantFoldShifts 2022-09-27T16:20:57.0471475Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-09-27T16:20:57.0472030Z [ RUN ] Simplify.ConstantFoldBitwise 2022-09-27T16:20:57.0472587Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-09-27T16:20:57.0473163Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-09-27T16:20:57.0473699Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-09-27T16:20:57.0474010Z [ RUN ] Simplify.ConstantFoldMinMax 2022-09-27T16:20:57.0474374Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-09-27T16:20:57.0474703Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-09-27T16:20:57.0475025Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-09-27T16:20:57.0475350Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-09-27T16:20:57.0475683Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-09-27T16:20:57.0475987Z [ RUN ] Simplify.ConstantFoldWithVar 2022-09-27T16:20:57.0476304Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-09-27T16:20:57.0476701Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-09-27T16:20:57.0477050Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-09-27T16:20:57.0477419Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-09-27T16:20:57.0477799Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-09-27T16:20:57.0478165Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-09-27T16:20:57.0489711Z [ OK ] Simplify.ConditionalSelectFoldWithVar (1 ms) 2022-09-27T16:20:57.0490446Z [ RUN ] Simplify.UnFoldableExpr 2022-09-27T16:20:57.0491132Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-09-27T16:20:57.0491843Z [ RUN ] Simplify.HashSimple 2022-09-27T16:20:57.0492361Z [ OK ] Simplify.HashSimple (0 ms) 2022-09-27T16:20:57.0492873Z [ RUN ] Simplify.HashEquivalence 2022-09-27T16:20:57.0493440Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-09-27T16:20:57.0493768Z [ RUN ] Simplify.HashEquivalenceRand 2022-09-27T16:20:57.0494089Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-09-27T16:20:57.0494429Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-09-27T16:20:57.0494787Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-09-27T16:20:57.0495125Z [ RUN ] Simplify.HashDifferenceTypes 2022-09-27T16:20:57.0495443Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-09-27T16:20:57.0495745Z [ RUN ] Simplify.HashLargeExpression 2022-09-27T16:20:57.0496065Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-09-27T16:20:57.0496374Z [ RUN ] Simplify.HashForLoopOptions 2022-09-27T16:20:57.0496693Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-09-27T16:20:57.0496972Z [ RUN ] Simplify.SimplifyAdd 2022-09-27T16:20:57.0503892Z [ OK ] Simplify.SimplifyAdd (1 ms) 2022-09-27T16:20:57.0504307Z [ RUN ] Simplify.SimplifySub 2022-09-27T16:20:57.0504640Z [ OK ] Simplify.SimplifySub (0 ms) 2022-09-27T16:20:57.0505027Z [ RUN ] Simplify.SimplifyMultiLayer 2022-09-27T16:20:57.0506340Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-09-27T16:20:57.0506967Z [ RUN ] Simplify.SimplifyMultiTerm 2022-09-27T16:20:57.0507320Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-09-27T16:20:57.0507603Z [ RUN ] Simplify.SimplifyCasts 2022-09-27T16:20:57.0507907Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-09-27T16:20:57.0508221Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-09-27T16:20:57.0508575Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-09-27T16:20:57.0508882Z [ RUN ] Simplify.SimplifyMultiVar 2022-09-27T16:20:57.0509390Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-09-27T16:20:57.0509884Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-09-27T16:20:57.0519422Z [ OK ] Simplify.SimplifyEliminatesVar (1 ms) 2022-09-27T16:20:57.0519773Z [ RUN ] Simplify.SimplifyAdds 2022-09-27T16:20:57.0521766Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-09-27T16:20:57.0522293Z [ RUN ] Simplify.SimplifyMuls 2022-09-27T16:20:57.0525792Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-09-27T16:20:57.0526334Z [ RUN ] Simplify.SimplifySubs 2022-09-27T16:20:57.0532311Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-09-27T16:20:57.0532849Z [ RUN ] Simplify.SimplifyDiv 2022-09-27T16:20:57.0534683Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-09-27T16:20:57.0535309Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-09-27T16:20:57.0536049Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-09-27T16:20:57.0536667Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-09-27T16:20:57.0538618Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-09-27T16:20:57.0539243Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-09-27T16:20:57.0540149Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-09-27T16:20:57.0540781Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-09-27T16:20:57.0541387Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-09-27T16:20:57.0541743Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-09-27T16:20:57.0543484Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-09-27T16:20:57.0543859Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-09-27T16:20:57.0545839Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-09-27T16:20:57.0546270Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-09-27T16:20:57.0548643Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-09-27T16:20:57.0549113Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-09-27T16:20:57.0549798Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-09-27T16:20:57.0550239Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-09-27T16:20:57.0551008Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-09-27T16:20:57.0551400Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-09-27T16:20:57.0553178Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-09-27T16:20:57.0553611Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-09-27T16:20:57.0555027Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-09-27T16:20:57.0555447Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-09-27T16:20:57.0556012Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-09-27T16:20:57.0556358Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-09-27T16:20:57.0558421Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-09-27T16:20:57.0558785Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-09-27T16:20:57.0561036Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-09-27T16:20:57.0561387Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-09-27T16:20:57.0564079Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-09-27T16:20:57.0564589Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-09-27T16:20:57.0565221Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-09-27T16:20:57.0565533Z [ RUN ] Simplify.SimplifyMod 2022-09-27T16:20:57.0567803Z [ OK ] Simplify.SimplifyMod (0 ms) 2022-09-27T16:20:57.0568106Z [ RUN ] Simplify.SimplifyMultiOp 2022-09-27T16:20:57.0570511Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-09-27T16:20:57.0570814Z [ RUN ] Simplify.SimplifyManyOps 2022-09-27T16:20:57.0574187Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-09-27T16:20:57.0574499Z [ RUN ] Simplify.SimplifyFactorization 2022-09-27T16:20:57.0579298Z [ OK ] Simplify.SimplifyFactorization (0 ms) 2022-09-27T16:20:57.0579634Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-09-27T16:20:57.0580784Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-09-27T16:20:57.0581237Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-09-27T16:20:57.0582045Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-09-27T16:20:57.0582515Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-09-27T16:20:57.0583274Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-09-27T16:20:57.0583664Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-09-27T16:20:57.0584916Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-09-27T16:20:57.0585523Z [ RUN ] Simplify.SimplifyIfComponents 2022-09-27T16:20:57.0586130Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-09-27T16:20:57.0586494Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-09-27T16:20:57.0587526Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-09-27T16:20:57.0588140Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-09-27T16:20:57.0588724Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-09-27T16:20:57.0589259Z [ RUN ] Simplify.SimplifyNestedMax 2022-09-27T16:20:57.0602150Z [ OK ] Simplify.SimplifyNestedMax (1 ms) 2022-09-27T16:20:57.0602710Z [ RUN ] Simplify.SimplifyNestedMin 2022-09-27T16:20:57.0626238Z [ OK ] Simplify.SimplifyNestedMin (2 ms) 2022-09-27T16:20:57.0626870Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-09-27T16:20:57.0627641Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-09-27T16:20:57.0628261Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-09-27T16:20:57.0644727Z [ OK ] Simplify.SimplifyRoundModPattern (1 ms) 2022-09-27T16:20:57.0645326Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-09-27T16:20:57.0648753Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-09-27T16:20:57.0649183Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-09-27T16:20:57.0652742Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-09-27T16:20:57.0653127Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-09-27T16:20:57.0657934Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-09-27T16:20:57.0658342Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-09-27T16:20:57.0665833Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (0 ms) 2022-09-27T16:20:57.0666267Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-09-27T16:20:57.0680585Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (1 ms) 2022-09-27T16:20:57.0681101Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-09-27T16:20:57.0681935Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-09-27T16:20:57.0682342Z [ RUN ] Simplify.SimplifyConstantBranches 2022-09-27T16:20:57.0682704Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-09-27T16:20:57.0683039Z [ RUN ] Simplify.SimplifyConstantCond 2022-09-27T16:20:57.0691566Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-09-27T16:20:57.0691917Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-09-27T16:20:57.0692289Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-09-27T16:20:57.0692648Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-09-27T16:20:57.0696568Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-09-27T16:20:57.0697168Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-09-27T16:20:57.0703868Z [ OK ] Simplify.SimplifySymbolicComparisons (0 ms) 2022-09-27T16:20:57.0704342Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-09-27T16:20:57.0705142Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-09-27T16:20:57.0706696Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-09-27T16:20:57.0707029Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-09-27T16:20:57.0707443Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-09-27T16:20:57.0707935Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-09-27T16:20:57.0708294Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-09-27T16:20:57.0708692Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-09-27T16:20:57.0708999Z [ RUN ] Simplify.SimplifyForCleansUp 2022-09-27T16:20:57.0711727Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-09-27T16:20:57.0712109Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-09-27T16:20:57.0713829Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-09-27T16:20:57.0714167Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-09-27T16:20:57.0714528Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-09-27T16:20:57.0714993Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-09-27T16:20:57.0715377Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-09-27T16:20:57.0715765Z [ RUN ] Simplify.DontSimplifyRand 2022-09-27T16:20:57.0716072Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-09-27T16:20:57.0716500Z [ RUN ] Simplify.SimplifyReorderForCond 2022-09-27T16:20:57.0720945Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-09-27T16:20:57.0721275Z [ RUN ] Simplify.SimplifyFuseConditions 2022-09-27T16:20:57.0727205Z [ OK ] Simplify.SimplifyFuseConditions (0 ms) 2022-09-27T16:20:57.0728129Z [ RUN ] Simplify.SimplifySyncThreads 2022-09-27T16:20:57.0728561Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-09-27T16:20:57.0729012Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-09-27T16:20:57.0729365Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-09-27T16:20:57.0729708Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-09-27T16:20:57.0730086Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-09-27T16:20:57.0730436Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-09-27T16:20:57.0819249Z [ OK ] Simplify.CompareSelectLoopBounds (8 ms) 2022-09-27T16:20:57.0819769Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-09-27T16:20:57.0820358Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:20:57.0820796Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-09-27T16:20:57.0821158Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:20:57.0821538Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-09-27T16:20:57.0823400Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:20:57.0824051Z [----------] 92 tests from Simplify (35 ms total) 2022-09-27T16:20:57.0824314Z 2022-09-27T16:20:57.0824498Z [----------] 12 tests from TEFuserPass 2022-09-27T16:20:57.0824784Z [ RUN ] TEFuserPass.FuserPass_1 2022-09-27T16:20:57.0830502Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-09-27T16:20:57.0831021Z [ RUN ] TEFuserPass.FuserPass_2 2022-09-27T16:20:57.0834283Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-09-27T16:20:57.0834795Z [ RUN ] TEFuserPass.FuserPass_3 2022-09-27T16:20:57.0837196Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-09-27T16:20:57.0837920Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-09-27T16:20:57.0840109Z [ OK ] TEFuserPass.FuserPass_0DimInput (0 ms) 2022-09-27T16:20:57.0840707Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-09-27T16:20:57.0841266Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-09-27T16:20:57.0841849Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-09-27T16:20:57.0842473Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-09-27T16:20:57.0842799Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-09-27T16:20:57.0850008Z [ OK ] TEFuserPass.FuserPass_Multidevice (0 ms) 2022-09-27T16:20:57.0850384Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-09-27T16:20:57.0852730Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-09-27T16:20:57.0853282Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-09-27T16:20:57.0853939Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-09-27T16:20:57.0854358Z [ RUN ] TEFuserPass.FuserPass_Where 2022-09-27T16:20:57.0857019Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-09-27T16:20:57.0857773Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-09-27T16:20:57.0858332Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-09-27T16:20:57.0858659Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-09-27T16:20:57.3472194Z [ OK ] TEFuserPass.DynamicShapeFusion (261 ms) 2022-09-27T16:20:57.3472719Z [----------] 12 tests from TEFuserPass (264 ms total) 2022-09-27T16:20:57.3472881Z 2022-09-27T16:20:57.3473268Z [----------] 3 tests from Type 2022-09-27T16:20:57.3473514Z [ RUN ] Type.Test01 2022-09-27T16:20:57.3473756Z [ OK ] Type.Test01 (0 ms) 2022-09-27T16:20:57.3473990Z [ RUN ] Type.BitCasting 2022-09-27T16:20:57.3474249Z [ OK ] Type.BitCasting (0 ms) 2022-09-27T16:20:57.3474517Z [ RUN ] Type.Propagation 2022-09-27T16:20:57.3474769Z [ OK ] Type.Propagation (0 ms) 2022-09-27T16:20:57.3475046Z [----------] 3 tests from Type (0 ms total) 2022-09-27T16:20:57.3475185Z 2022-09-27T16:20:57.3475376Z [----------] 1 test from SpecializationsInCustomPasses 2022-09-27T16:20:57.3475720Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-09-27T16:20:57.3488820Z [ OK ] SpecializationsInCustomPasses.Basic (1 ms) 2022-09-27T16:20:57.3489493Z [----------] 1 test from SpecializationsInCustomPasses (1 ms total) 2022-09-27T16:20:57.3489693Z 2022-09-27T16:20:57.3489834Z [----------] 150 tests from LLVM 2022-09-27T16:20:57.3490070Z [ RUN ] LLVM.ByteImmTest 2022-09-27T16:20:57.3705941Z [ OK ] LLVM.ByteImmTest (21 ms) 2022-09-27T16:20:57.3706441Z [ RUN ] LLVM.CharImmTest 2022-09-27T16:20:57.3892678Z [ OK ] LLVM.CharImmTest (18 ms) 2022-09-27T16:20:57.3893150Z [ RUN ] LLVM.ShortImmTest 2022-09-27T16:20:57.4079410Z [ OK ] LLVM.ShortImmTest (18 ms) 2022-09-27T16:20:57.4079902Z [ RUN ] LLVM.IntImmTest 2022-09-27T16:20:57.4261399Z [ OK ] LLVM.IntImmTest (18 ms) 2022-09-27T16:20:57.4261910Z [ RUN ] LLVM.LongImmTest 2022-09-27T16:20:57.4441896Z [ OK ] LLVM.LongImmTest (18 ms) 2022-09-27T16:20:57.4442395Z [ RUN ] LLVM.FloatImmTest 2022-09-27T16:20:57.4635693Z [ OK ] LLVM.FloatImmTest (19 ms) 2022-09-27T16:20:57.4636194Z [ RUN ] LLVM.DoubleImmTest 2022-09-27T16:20:57.4826908Z [ OK ] LLVM.DoubleImmTest (19 ms) 2022-09-27T16:20:57.4827403Z [ RUN ] LLVM.HalfImmTest 2022-09-27T16:20:57.5010163Z [ OK ] LLVM.HalfImmTest (18 ms) 2022-09-27T16:20:57.5010679Z [ RUN ] LLVM.ByteAddTest 2022-09-27T16:20:57.5194430Z [ OK ] LLVM.ByteAddTest (18 ms) 2022-09-27T16:20:57.5194833Z [ RUN ] LLVM.CharAddTest 2022-09-27T16:20:57.5378739Z [ OK ] LLVM.CharAddTest (18 ms) 2022-09-27T16:20:57.5379225Z [ RUN ] LLVM.ShortAddTest 2022-09-27T16:20:57.5564572Z [ OK ] LLVM.ShortAddTest (18 ms) 2022-09-27T16:20:57.5565058Z [ RUN ] LLVM.IntAddTest 2022-09-27T16:20:57.5750347Z [ OK ] LLVM.IntAddTest (18 ms) 2022-09-27T16:20:57.5750636Z [ RUN ] LLVM.LongAddTest 2022-09-27T16:20:57.5934486Z [ OK ] LLVM.LongAddTest (18 ms) 2022-09-27T16:20:57.5934757Z [ RUN ] LLVM.FloatAddTest 2022-09-27T16:20:57.6130446Z [ OK ] LLVM.FloatAddTest (19 ms) 2022-09-27T16:20:57.6130745Z [ RUN ] LLVM.DoubleAddTest 2022-09-27T16:20:57.6321612Z [ OK ] LLVM.DoubleAddTest (19 ms) 2022-09-27T16:20:57.6321933Z [ RUN ] LLVM.HalfAddTest 2022-09-27T16:20:57.6506084Z [ OK ] LLVM.HalfAddTest (18 ms) 2022-09-27T16:20:57.6506393Z [ RUN ] LLVM.ByteSubTest 2022-09-27T16:20:57.6688557Z [ OK ] LLVM.ByteSubTest (18 ms) 2022-09-27T16:20:57.6688945Z [ RUN ] LLVM.CharSubTest 2022-09-27T16:20:57.6869364Z [ OK ] LLVM.CharSubTest (18 ms) 2022-09-27T16:20:57.6869643Z [ RUN ] LLVM.ShortSubTest 2022-09-27T16:20:57.7052399Z [ OK ] LLVM.ShortSubTest (18 ms) 2022-09-27T16:20:57.7052905Z [ RUN ] LLVM.IntSubTest 2022-09-27T16:20:57.7234971Z [ OK ] LLVM.IntSubTest (18 ms) 2022-09-27T16:20:57.7235449Z [ RUN ] LLVM.LongSubTest 2022-09-27T16:20:57.7416373Z [ OK ] LLVM.LongSubTest (18 ms) 2022-09-27T16:20:57.7416876Z [ RUN ] LLVM.FloatSubTest 2022-09-27T16:20:57.7609255Z [ OK ] LLVM.FloatSubTest (19 ms) 2022-09-27T16:20:57.7609760Z [ RUN ] LLVM.DoubleSubTest 2022-09-27T16:20:57.7805374Z [ OK ] LLVM.DoubleSubTest (19 ms) 2022-09-27T16:20:57.7805651Z [ RUN ] LLVM.HalfSubTest 2022-09-27T16:20:57.7996554Z [ OK ] LLVM.HalfSubTest (19 ms) 2022-09-27T16:20:57.7996837Z [ RUN ] LLVM.ByteMulTest 2022-09-27T16:20:57.8188185Z [ OK ] LLVM.ByteMulTest (19 ms) 2022-09-27T16:20:57.8188469Z [ RUN ] LLVM.CharMulTest 2022-09-27T16:20:57.8377779Z [ OK ] LLVM.CharMulTest (18 ms) 2022-09-27T16:20:57.8378079Z [ RUN ] LLVM.ShortMulTest 2022-09-27T16:20:57.8566221Z [ OK ] LLVM.ShortMulTest (18 ms) 2022-09-27T16:20:57.8566524Z [ RUN ] LLVM.IntMulTest 2022-09-27T16:20:57.8755940Z [ OK ] LLVM.IntMulTest (18 ms) 2022-09-27T16:20:57.8756257Z [ RUN ] LLVM.LongMulTest 2022-09-27T16:20:57.8946480Z [ OK ] LLVM.LongMulTest (18 ms) 2022-09-27T16:20:57.8946736Z [ RUN ] LLVM.FloatMulTest 2022-09-27T16:20:57.9141560Z [ OK ] LLVM.FloatMulTest (19 ms) 2022-09-27T16:20:57.9141859Z [ RUN ] LLVM.DoubleMulTest 2022-09-27T16:20:57.9335194Z [ OK ] LLVM.DoubleMulTest (19 ms) 2022-09-27T16:20:57.9335524Z [ RUN ] LLVM.HalfMulTest 2022-09-27T16:20:57.9524436Z [ OK ] LLVM.HalfMulTest (18 ms) 2022-09-27T16:20:57.9524787Z [ RUN ] LLVM.ByteDivTest 2022-09-27T16:20:57.9715997Z [ OK ] LLVM.ByteDivTest (19 ms) 2022-09-27T16:20:57.9716294Z [ RUN ] LLVM.CharDivTest 2022-09-27T16:20:57.9909814Z [ OK ] LLVM.CharDivTest (19 ms) 2022-09-27T16:20:57.9910088Z [ RUN ] LLVM.ShortDivTest 2022-09-27T16:20:58.0105726Z [ OK ] LLVM.ShortDivTest (19 ms) 2022-09-27T16:20:58.0106013Z [ RUN ] LLVM.IntDivTest 2022-09-27T16:20:58.0300283Z [ OK ] LLVM.IntDivTest (19 ms) 2022-09-27T16:20:58.0300541Z [ RUN ] LLVM.LongDivTest 2022-09-27T16:20:58.0493866Z [ OK ] LLVM.LongDivTest (19 ms) 2022-09-27T16:20:58.0494152Z [ RUN ] LLVM.FloatDivTest 2022-09-27T16:20:58.0685521Z [ OK ] LLVM.FloatDivTest (19 ms) 2022-09-27T16:20:58.0685832Z [ RUN ] LLVM.DoubleDivTest 2022-09-27T16:20:58.0883707Z [ OK ] LLVM.DoubleDivTest (19 ms) 2022-09-27T16:20:58.0884019Z [ RUN ] LLVM.HalfDivTest 2022-09-27T16:20:58.1080863Z [ OK ] LLVM.HalfDivTest (19 ms) 2022-09-27T16:20:58.1081206Z [ RUN ] LLVM.IntToFloatCastTest 2022-09-27T16:20:58.1276291Z [ OK ] LLVM.IntToFloatCastTest (19 ms) 2022-09-27T16:20:58.1276615Z [ RUN ] LLVM.FloatToIntCastTest 2022-09-27T16:20:58.1471813Z [ OK ] LLVM.FloatToIntCastTest (19 ms) 2022-09-27T16:20:58.1472387Z [ RUN ] LLVM.IntToLongCastTest 2022-09-27T16:20:58.1666737Z [ OK ] LLVM.IntToLongCastTest (19 ms) 2022-09-27T16:20:58.1667298Z [ RUN ] LLVM.ByteToCharCastTest 2022-09-27T16:20:58.1861067Z [ OK ] LLVM.ByteToCharCastTest (19 ms) 2022-09-27T16:20:58.1861625Z [ RUN ] LLVM.HalfToLongCastTest 2022-09-27T16:20:58.2054805Z [ OK ] LLVM.HalfToLongCastTest (19 ms) 2022-09-27T16:20:58.2055351Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-09-27T16:20:58.2248306Z [ OK ] LLVM.ByteToDoubleCastTest (19 ms) 2022-09-27T16:20:58.2248979Z [ RUN ] LLVM.FloatToByteCastTest 2022-09-27T16:20:58.2445949Z [ OK ] LLVM.FloatToByteCastTest (19 ms) 2022-09-27T16:20:58.2446552Z [ RUN ] LLVM.FloatToCharCastTest 2022-09-27T16:20:58.2637883Z [ OK ] LLVM.FloatToCharCastTest (19 ms) 2022-09-27T16:20:58.2638763Z [ RUN ] LLVM.ByteToFloatCastTest 2022-09-27T16:20:58.2830818Z [ OK ] LLVM.ByteToFloatCastTest (19 ms) 2022-09-27T16:20:58.2831383Z [ RUN ] LLVM.CharToFloatCastTest 2022-09-27T16:20:58.3022909Z [ OK ] LLVM.CharToFloatCastTest (19 ms) 2022-09-27T16:20:58.3023394Z [ RUN ] LLVM.BitCast 2022-09-27T16:20:58.3782929Z [ OK ] LLVM.BitCast (75 ms) 2022-09-27T16:20:58.3783422Z [ RUN ] LLVM.fastLogFloat 2022-09-27T16:20:58.4377712Z [ OK ] LLVM.fastLogFloat (59 ms) 2022-09-27T16:20:58.4378219Z [ RUN ] LLVM.LetTest01 2022-09-27T16:20:58.4569504Z [ OK ] LLVM.LetTest01 (19 ms) 2022-09-27T16:20:58.4570006Z [ RUN ] LLVM.LetTest02 2022-09-27T16:20:58.4757950Z [ OK ] LLVM.LetTest02 (18 ms) 2022-09-27T16:20:58.4758483Z [ RUN ] LLVM.LetTestMultitype 2022-09-27T16:20:58.4945374Z [ OK ] LLVM.LetTestMultitype (18 ms) 2022-09-27T16:20:58.4945894Z [ RUN ] LLVM.BufferTest 2022-09-27T16:20:58.5133468Z [ OK ] LLVM.BufferTest (18 ms) 2022-09-27T16:20:58.5133949Z [ RUN ] LLVM.BlockTest 2022-09-27T16:20:58.5321173Z [ OK ] LLVM.BlockTest (18 ms) 2022-09-27T16:20:58.5321683Z [ RUN ] LLVM.LoadStoreTest 2022-09-27T16:20:58.5512678Z [ OK ] LLVM.LoadStoreTest (19 ms) 2022-09-27T16:20:58.5513240Z [ RUN ] LLVM.IfThenElseTest 2022-09-27T16:20:58.5721659Z [ OK ] LLVM.IfThenElseTest (20 ms) 2022-09-27T16:20:58.5722212Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-09-27T16:20:58.6324330Z [ OK ] LLVM.CondNoFalseBlockTest (60 ms) 2022-09-27T16:20:58.6324875Z [ RUN ] LLVM.CondTest 2022-09-27T16:20:58.6920317Z [ OK ] LLVM.CondTest (59 ms) 2022-09-27T16:20:58.6920825Z [ RUN ] LLVM.CondNestedTest 2022-09-27T16:20:58.7756307Z [ OK ] LLVM.CondNestedTest (83 ms) 2022-09-27T16:20:58.7756895Z [ RUN ] LLVM.DirectVectorization 2022-09-27T16:20:58.8018214Z [ OK ] LLVM.DirectVectorization (26 ms) 2022-09-27T16:20:58.8018774Z [ RUN ] LLVM.VecLoadStoreTest 2022-09-27T16:20:58.8210643Z [ OK ] LLVM.VecLoadStoreTest (19 ms) 2022-09-27T16:20:58.8211207Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-09-27T16:20:58.8408304Z [ OK ] LLVM.VecFloat_erfLane4Test (19 ms) 2022-09-27T16:20:58.8408965Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-09-27T16:20:58.8607077Z [ OK ] LLVM.VecFloat_erfcLane4Test (19 ms) 2022-09-27T16:20:58.8607636Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-09-27T16:20:58.8804444Z [ OK ] LLVM.VecFloat_acosLane4Test (19 ms) 2022-09-27T16:20:58.8805001Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-09-27T16:20:58.9002881Z [ OK ] LLVM.VecFloat_asinLane4Test (19 ms) 2022-09-27T16:20:58.9003443Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-09-27T16:20:58.9200205Z [ OK ] LLVM.VecFloat_atanLane4Test (19 ms) 2022-09-27T16:20:58.9200765Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-09-27T16:20:58.9400398Z [ OK ] LLVM.VecFloat_coshLane4Test (19 ms) 2022-09-27T16:20:58.9400934Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-09-27T16:20:58.9598328Z [ OK ] LLVM.VecFloat_sinhLane4Test (19 ms) 2022-09-27T16:20:58.9598866Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-09-27T16:20:58.9794493Z [ OK ] LLVM.VecFloat_tanhLane4Test (19 ms) 2022-09-27T16:20:58.9795052Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-09-27T16:20:58.9989511Z [ OK ] LLVM.VecFloat_expm1Lane4Test (19 ms) 2022-09-27T16:20:58.9990147Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-09-27T16:20:59.0186693Z [ OK ] LLVM.VecFloat_lgammaLane4Test (19 ms) 2022-09-27T16:20:59.0187581Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-09-27T16:20:59.0383361Z [ OK ] LLVM.VecFloat_erfLane8Test (19 ms) 2022-09-27T16:20:59.0383706Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-09-27T16:20:59.0578399Z [ OK ] LLVM.VecFloat_erfcLane8Test (19 ms) 2022-09-27T16:20:59.0578715Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-09-27T16:20:59.0772840Z [ OK ] LLVM.VecFloat_acosLane8Test (19 ms) 2022-09-27T16:20:59.0773165Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-09-27T16:20:59.0967959Z [ OK ] LLVM.VecFloat_asinLane8Test (19 ms) 2022-09-27T16:20:59.0968260Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-09-27T16:20:59.1166490Z [ OK ] LLVM.VecFloat_atanLane8Test (19 ms) 2022-09-27T16:20:59.1166837Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-09-27T16:20:59.1365878Z [ OK ] LLVM.VecFloat_coshLane8Test (19 ms) 2022-09-27T16:20:59.1366206Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-09-27T16:20:59.1566792Z [ OK ] LLVM.VecFloat_sinhLane8Test (19 ms) 2022-09-27T16:20:59.1567335Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-09-27T16:20:59.1768377Z [ OK ] LLVM.VecFloat_tanhLane8Test (20 ms) 2022-09-27T16:20:59.1768809Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-09-27T16:20:59.1970733Z [ OK ] LLVM.VecFloat_expm1Lane8Test (20 ms) 2022-09-27T16:20:59.1971150Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-09-27T16:20:59.2177881Z [ OK ] LLVM.VecFloat_lgammaLane8Test (20 ms) 2022-09-27T16:20:59.2178197Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-09-27T16:20:59.2381793Z [ OK ] LLVM.VecDouble_erfLane2Test (20 ms) 2022-09-27T16:20:59.2382088Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-09-27T16:20:59.2582834Z [ OK ] LLVM.VecDouble_erfcLane2Test (19 ms) 2022-09-27T16:20:59.2583169Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-09-27T16:20:59.2783174Z [ OK ] LLVM.VecDouble_acosLane2Test (19 ms) 2022-09-27T16:20:59.2783491Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-09-27T16:20:59.2982526Z [ OK ] LLVM.VecDouble_asinLane2Test (19 ms) 2022-09-27T16:20:59.2983003Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-09-27T16:20:59.3180049Z [ OK ] LLVM.VecDouble_atanLane2Test (19 ms) 2022-09-27T16:20:59.3180589Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-09-27T16:20:59.3376351Z [ OK ] LLVM.VecDouble_coshLane2Test (19 ms) 2022-09-27T16:20:59.3376915Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-09-27T16:20:59.3577097Z [ OK ] LLVM.VecDouble_sinhLane2Test (20 ms) 2022-09-27T16:20:59.3577821Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-09-27T16:20:59.3776829Z [ OK ] LLVM.VecDouble_tanhLane2Test (19 ms) 2022-09-27T16:20:59.3777539Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-09-27T16:20:59.3972232Z [ OK ] LLVM.VecDouble_expm1Lane2Test (19 ms) 2022-09-27T16:20:59.3972817Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-09-27T16:20:59.4168512Z [ OK ] LLVM.VecDouble_lgammaLane2Test (19 ms) 2022-09-27T16:20:59.4169076Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-09-27T16:20:59.4364729Z [ OK ] LLVM.VecDouble_erfLane4Test (19 ms) 2022-09-27T16:20:59.4365280Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-09-27T16:20:59.4562312Z [ OK ] LLVM.VecDouble_erfcLane4Test (19 ms) 2022-09-27T16:20:59.4562719Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-09-27T16:20:59.4757636Z [ OK ] LLVM.VecDouble_acosLane4Test (19 ms) 2022-09-27T16:20:59.4758191Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-09-27T16:20:59.4954156Z [ OK ] LLVM.VecDouble_asinLane4Test (19 ms) 2022-09-27T16:20:59.4954751Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-09-27T16:20:59.5151359Z [ OK ] LLVM.VecDouble_atanLane4Test (19 ms) 2022-09-27T16:20:59.5151698Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-09-27T16:20:59.5353569Z [ OK ] LLVM.VecDouble_coshLane4Test (20 ms) 2022-09-27T16:20:59.5353886Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-09-27T16:20:59.5559406Z [ OK ] LLVM.VecDouble_sinhLane4Test (20 ms) 2022-09-27T16:20:59.5559733Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-09-27T16:20:59.5763723Z [ OK ] LLVM.VecDouble_tanhLane4Test (20 ms) 2022-09-27T16:20:59.5764040Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-09-27T16:20:59.5965920Z [ OK ] LLVM.VecDouble_expm1Lane4Test (20 ms) 2022-09-27T16:20:59.5966264Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-09-27T16:20:59.6168182Z [ OK ] LLVM.VecDouble_lgammaLane4Test (20 ms) 2022-09-27T16:20:59.6168525Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-09-27T16:20:59.6367833Z [ OK ] LLVM.VectorizerLoadStoreTest (19 ms) 2022-09-27T16:20:59.6368127Z [ RUN ] LLVM.VectorizeBitCast 2022-09-27T16:20:59.6585430Z [ OK ] LLVM.VectorizeBitCast (21 ms) 2022-09-27T16:20:59.6585734Z [ RUN ] LLVM.MemcpyTest 2022-09-27T16:20:59.6799186Z [ OK ] LLVM.MemcpyTest (21 ms) 2022-09-27T16:20:59.6799443Z [ RUN ] LLVM.BzeroTest 2022-09-27T16:20:59.7010996Z [ OK ] LLVM.BzeroTest (21 ms) 2022-09-27T16:20:59.7011270Z [ RUN ] LLVM.ElemwiseAdd 2022-09-27T16:20:59.7509637Z [ OK ] LLVM.ElemwiseAdd (49 ms) 2022-09-27T16:20:59.7509950Z [ RUN ] LLVM.ElemwiseAddFloat 2022-09-27T16:20:59.7992735Z [ OK ] LLVM.ElemwiseAddFloat (48 ms) 2022-09-27T16:20:59.8231146Z [ RUN ] LLVM.ElemwiseLog10Float 2022-09-27T16:20:59.8231466Z [ OK ] LLVM.ElemwiseLog10Float (23 ms) 2022-09-27T16:20:59.8231770Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-09-27T16:20:59.8474983Z [ OK ] LLVM.ElemwiseLog1pFloat (24 ms) 2022-09-27T16:20:59.8475279Z [ RUN ] LLVM.ElemwiseMaxInt 2022-09-27T16:20:59.8807325Z [ OK ] LLVM.ElemwiseMaxInt (33 ms) 2022-09-27T16:20:59.8807623Z [ RUN ] LLVM.ElemwiseMinInt 2022-09-27T16:20:59.9131256Z [ OK ] LLVM.ElemwiseMinInt (32 ms) 2022-09-27T16:20:59.9131531Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-09-27T16:20:59.9421434Z [ OK ] LLVM.ElemwiseMaxFloat (29 ms) 2022-09-27T16:20:59.9421761Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-09-27T16:20:59.9712550Z [ OK ] LLVM.ElemwiseMaxNaNFloat (28 ms) 2022-09-27T16:20:59.9712863Z [ RUN ] LLVM.ElemwiseMinFloat 2022-09-27T16:21:00.0014226Z [ OK ] LLVM.ElemwiseMinFloat (30 ms) 2022-09-27T16:21:00.0014533Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-09-27T16:21:00.0305903Z [ OK ] LLVM.ElemwiseMinNaNFloat (29 ms) 2022-09-27T16:21:00.0306188Z [ RUN ] LLVM.ElemwiseMod 2022-09-27T16:21:00.0586532Z [ OK ] LLVM.ElemwiseMod (28 ms) 2022-09-27T16:21:00.0586824Z [ RUN ] LLVM.CompareSelectIntEQ 2022-09-27T16:21:00.0923694Z [ OK ] LLVM.CompareSelectIntEQ (33 ms) 2022-09-27T16:21:00.0924005Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-09-27T16:21:00.1257161Z [ OK ] LLVM.CompareSelectFloatEQ (33 ms) 2022-09-27T16:21:00.1257631Z [ RUN ] LLVM.CompareSelectByteGT 2022-09-27T16:21:00.1599247Z [ OK ] LLVM.CompareSelectByteGT (34 ms) 2022-09-27T16:21:00.1599574Z [ RUN ] LLVM.CompareSelectByteGE 2022-09-27T16:21:00.1940957Z [ OK ] LLVM.CompareSelectByteGE (34 ms) 2022-09-27T16:21:00.1941272Z [ RUN ] LLVM.CompareSelectByteLT 2022-09-27T16:21:00.2275748Z [ OK ] LLVM.CompareSelectByteLT (33 ms) 2022-09-27T16:21:00.2276074Z [ RUN ] LLVM.CompareSelectByteLE 2022-09-27T16:21:00.2612595Z [ OK ] LLVM.CompareSelectByteLE (33 ms) 2022-09-27T16:21:00.2612901Z [ RUN ] LLVM.StoreFloat 2022-09-27T16:21:00.2794675Z [ OK ] LLVM.StoreFloat (18 ms) 2022-09-27T16:21:00.2794950Z [ RUN ] LLVM.SimpleMath01 2022-09-27T16:21:00.3176073Z [ OK ] LLVM.SimpleMath01 (38 ms) 2022-09-27T16:21:00.3176343Z [ RUN ] LLVM.ComputeMul 2022-09-27T16:21:00.3649529Z [ OK ] LLVM.ComputeMul (47 ms) 2022-09-27T16:21:00.3649789Z [ RUN ] LLVM.BroadcastAdd 2022-09-27T16:21:00.4758716Z [ OK ] LLVM.BroadcastAdd (110 ms) 2022-09-27T16:21:00.4759031Z [ RUN ] LLVM.BitwiseOps 2022-09-27T16:21:00.4950769Z [ OK ] LLVM.BitwiseOps (19 ms) 2022-09-27T16:21:00.4951096Z [ RUN ] LLVM.ArithmeticRightShift 2022-09-27T16:21:00.5136887Z [ OK ] LLVM.ArithmeticRightShift (18 ms) 2022-09-27T16:21:00.5137180Z [ RUN ] LLVM.LogicalRightShift 2022-09-27T16:21:00.5321728Z [ OK ] LLVM.LogicalRightShift (18 ms) 2022-09-27T16:21:00.5322026Z [ RUN ] LLVM.DynamicShapeAdd 2022-09-27T16:21:00.6628590Z [ OK ] LLVM.DynamicShapeAdd (130 ms) 2022-09-27T16:21:00.6628909Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-09-27T16:21:00.7955502Z [ OK ] LLVM.BindDynamicShapeAdd (132 ms) 2022-09-27T16:21:00.7955845Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-09-27T16:21:00.9277450Z [ OK ] LLVM.TensorDynamicShapeAdd (132 ms) 2022-09-27T16:21:00.9277738Z [ RUN ] LLVM.DynamicShape2D 2022-09-27T16:21:01.1454190Z [ OK ] LLVM.DynamicShape2D (217 ms) 2022-09-27T16:21:01.1454508Z [ RUN ] LLVM.EmptyStmt 2022-09-27T16:21:01.1634285Z [ OK ] LLVM.EmptyStmt (18 ms) 2022-09-27T16:21:01.1634634Z [ RUN ] LLVM.EliminatedStmt 2022-09-27T16:21:01.1811568Z [ OK ] LLVM.EliminatedStmt (17 ms) 2022-09-27T16:21:01.1811884Z [ RUN ] LLVM.SimpleReduction 2022-09-27T16:21:01.2633559Z [ OK ] LLVM.SimpleReduction (82 ms) 2022-09-27T16:21:01.2634070Z [ RUN ] LLVM.RFactorReduction 2022-09-27T16:21:01.2958904Z [ OK ] LLVM.RFactorReduction (32 ms) 2022-09-27T16:21:01.2959228Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-09-27T16:21:01.3457918Z [ OK ] LLVM.RFactorVectorizedReduction (49 ms) 2022-09-27T16:21:01.3458227Z [ RUN ] LLVM.SimpleParallelSS 2022-09-27T16:21:01.3705973Z [ OK ] LLVM.SimpleParallelSS (24 ms) 2022-09-27T16:21:01.3706268Z [ RUN ] LLVM.SimpleParallelSP 2022-09-27T16:21:01.3974608Z [ OK ] LLVM.SimpleParallelSP (26 ms) 2022-09-27T16:21:01.3975065Z [ RUN ] LLVM.SimpleParallelPS 2022-09-27T16:21:01.4250431Z [ OK ] LLVM.SimpleParallelPS (27 ms) 2022-09-27T16:21:01.4250861Z [ RUN ] LLVM.SimpleParallelPP 2022-09-27T16:21:01.4523826Z [ OK ] LLVM.SimpleParallelPP (27 ms) 2022-09-27T16:21:01.4524203Z [ RUN ] LLVM.CompositeParallel 2022-09-27T16:21:04.5289980Z [ OK ] LLVM.CompositeParallel (3076 ms) 2022-09-27T16:21:04.5290526Z [ RUN ] LLVM.VectorizedGEMM 2022-09-27T16:21:04.6106029Z [ OK ] LLVM.VectorizedGEMM (81 ms) 2022-09-27T16:21:04.6106516Z [ RUN ] LLVM.CallRaw 2022-09-27T16:21:05.2845987Z [ OK ] LLVM.CallRaw (674 ms) 2022-09-27T16:21:05.2846488Z [ RUN ] LLVM.CustomTarget 2022-09-27T16:21:05.3076691Z [ OK ] LLVM.CustomTarget (23 ms) 2022-09-27T16:21:05.3077257Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-09-27T16:21:05.3455927Z [ OK ] LLVM.CodeGenKernelFuncName (37 ms) 2022-09-27T16:21:05.3456851Z [----------] 150 tests from LLVM (7996 ms total) 2022-09-27T16:21:05.3457112Z 2022-09-27T16:21:05.3457609Z [----------] Global test environment tear-down 2022-09-27T16:21:05.3558556Z [==========] 799 tests from 25 test suites ran. (24915 ms total) 2022-09-27T16:21:05.3559016Z [ PASSED ] 799 tests. 2022-09-27T16:21:05.3559201Z 2022-09-27T16:21:05.3559390Z  YOU HAVE 5 DISABLED TESTS 2022-09-27T16:21:05.3559581Z 2022-09-27T16:21:05.4325549Z + [[ linux-focal-py3.7-gcc7 == pytorch-linux-xenial-py3* ]] 2022-09-27T16:21:05.4325912Z + assert_git_not_dirty 2022-09-27T16:21:05.4326211Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:21:05.4326538Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T16:21:05.4327035Z ++ git status --porcelain 2022-09-27T16:21:05.5170280Z + git_status= 2022-09-27T16:21:05.5170837Z + [[ -n '' ]] 2022-09-27T16:21:05.5171179Z + test_aot_compilation 2022-09-27T16:21:05.5171490Z + echo 'Testing Ahead of Time compilation' 2022-09-27T16:21:05.5171731Z Testing Ahead of Time compilation 2022-09-27T16:21:05.5172195Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:21:05.5182955Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:21:05.5192188Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_aot_compilation 2022-09-27T16:21:05.5192568Z + mkdir -p test/test-reports/cpp-unittest/test_aot_compilation 2022-09-27T16:21:05.5201518Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-09-27T16:21:05.5202357Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc --gtest_output=xml:test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml 2022-09-27T16:21:05.7905833Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:21:05.7906193Z [==========] Running 6 tests from 2 test suites. 2022-09-27T16:21:05.7906800Z [----------] Global test environment set-up. 2022-09-27T16:21:05.7907084Z [----------] 4 tests from Function 2022-09-27T16:21:05.7907365Z [ RUN ] Function.ExecuteSlowMul 2022-09-27T16:21:05.8106054Z [ OK ] Function.ExecuteSlowMul (19 ms) 2022-09-27T16:21:05.8106538Z [ RUN ] Function.Serialization 2022-09-27T16:21:05.8106856Z [ OK ] Function.Serialization (0 ms) 2022-09-27T16:21:05.8107155Z [ RUN ] Function.ValidInput 2022-09-27T16:21:05.8107433Z [ OK ] Function.ValidInput (0 ms) 2022-09-27T16:21:05.8107696Z [ RUN ] Function.InvalidInput 2022-09-27T16:21:05.8114599Z [ OK ] Function.InvalidInput (0 ms) 2022-09-27T16:21:05.8115230Z [----------] 4 tests from Function (21 ms total) 2022-09-27T16:21:05.8115429Z 2022-09-27T16:21:05.8115590Z [----------] 2 tests from MobileNNCRegistryTest 2022-09-27T16:21:05.8115918Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-09-27T16:21:05.8116269Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-09-27T16:21:05.8116601Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-09-27T16:21:05.8116990Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-09-27T16:21:05.8117406Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-09-27T16:21:05.8117627Z 2022-09-27T16:21:05.8117797Z [----------] Global test environment tear-down 2022-09-27T16:21:05.8118304Z [==========] 6 tests from 2 test suites ran. (21 ms total) 2022-09-27T16:21:05.8118769Z [ PASSED ] 6 tests. 2022-09-27T16:21:05.8118896Z 2022-09-27T16:21:05.8119215Z  YOU HAVE 1 DISABLED TEST 2022-09-27T16:21:05.8119337Z 2022-09-27T16:21:05.8762403Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-09-27T16:21:05.8762723Z + source test/mobile/nnc/test_aot_compile.sh 2022-09-27T16:21:05.8762976Z ++ set -e -o pipefail 2022-09-27T16:21:05.8765242Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T16:21:05.8940682Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T16:21:05.8941044Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:21:05.8943612Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-09-27T16:21:05.8959101Z ++ CURRENT_DIR=test/mobile/nnc 2022-09-27T16:21:05.8959432Z ++ MODEL=aot_test_model.pt 2022-09-27T16:21:05.8959812Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-09-27T16:21:05.8960214Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-09-27T16:21:05.8963198Z +++ mktemp -d -t build_XXX 2022-09-27T16:21:05.8989202Z ++ TMP_DIR=/tmp/build_yqj 2022-09-27T16:21:05.8990178Z + test_custom_script_ops 2022-09-27T16:21:05.8990539Z + [[ linux-focal-py3.7-gcc7 != *asan* ]] 2022-09-27T16:21:05.8990813Z + echo 'Testing custom script operators' 2022-09-27T16:21:05.8991034Z Testing custom script operators 2022-09-27T16:21:05.8991455Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-09-27T16:21:05.8991733Z + pushd test/custom_operator 2022-09-27T16:21:05.8991947Z ~/workspace/test/custom_operator ~/workspace 2022-09-27T16:21:05.8992306Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-09-27T16:21:05.9154587Z + python test_custom_ops.py -v 2022-09-27T16:21:07.1381301Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-09-27T16:21:07.1391994Z 2022-09-27T16:21:07.1392128Z Running tests... 2022-09-27T16:21:07.1392700Z ---------------------------------------------------------------------- 2022-09-27T16:21:07.1433464Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-09-27T16:21:07.1886080Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.045s) 2022-09-27T16:21:07.1893882Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:21:07.1916907Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:199: 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 /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1061.) 2022-09-27T16:21:07.1917754Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-09-27T16:21:07.1929262Z ok (0.003s) 2022-09-27T16:21:07.1937982Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:21:07.1941998Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:21:07.2026729Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.008s) 2022-09-27T16:21:07.2027085Z 2022-09-27T16:21:07.2027500Z ---------------------------------------------------------------------- 2022-09-27T16:21:07.2027936Z Ran 7 tests in 0.063s 2022-09-27T16:21:07.2028098Z 2022-09-27T16:21:07.2028188Z OK 2022-09-27T16:21:07.2028336Z 2022-09-27T16:21:07.2028478Z Generating XML reports... 2022-09-27T16:21:07.2060343Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220927162107.xml 2022-09-27T16:21:07.4471367Z + python model.py --export-script-module=model.pt 2022-09-27T16:21:08.6944215Z + build/test_custom_ops ./model.pt 2022-09-27T16:21:08.9948178Z [W engine.cpp:1061] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-09-27T16:21:09.0492912Z ok 2022-09-27T16:21:09.1153266Z + popd 2022-09-27T16:21:09.1153522Z ~/workspace 2022-09-27T16:21:09.1153733Z + assert_git_not_dirty 2022-09-27T16:21:09.1154153Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:21:09.1154437Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T16:21:09.1156678Z ++ git status --porcelain 2022-09-27T16:21:09.1972098Z + git_status= 2022-09-27T16:21:09.1972623Z + [[ -n '' ]] 2022-09-27T16:21:09.1972967Z + test_custom_backend 2022-09-27T16:21:09.1973436Z + [[ linux-focal-py3.7-gcc7 != *asan* ]] 2022-09-27T16:21:09.1973725Z + echo 'Testing custom backends' 2022-09-27T16:21:09.1973927Z Testing custom backends 2022-09-27T16:21:09.1974288Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-09-27T16:21:09.1974575Z + pushd test/custom_backend 2022-09-27T16:21:09.1974802Z ~/workspace/test/custom_backend ~/workspace 2022-09-27T16:21:09.1975159Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-09-27T16:21:09.2034371Z + python test_custom_backend.py -v 2022-09-27T16:21:10.4245841Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-09-27T16:21:10.4256073Z 2022-09-27T16:21:10.4256183Z Running tests... 2022-09-27T16:21:10.4256642Z ---------------------------------------------------------------------- 2022-09-27T16:21:10.4263458Z test_execute (__main__.TestCustomBackend) 2022-09-27T16:21:10.4797720Z Test execution using the custom backend. ... ok (0.054s) 2022-09-27T16:21:10.4805801Z test_save_load (__main__.TestCustomBackend) 2022-09-27T16:21:10.5001764Z Test that a lowered module can be executed correctly ... ok (0.020s) 2022-09-27T16:21:10.5004681Z 2022-09-27T16:21:10.5005101Z ---------------------------------------------------------------------- 2022-09-27T16:21:10.5005574Z Ran 2 tests in 0.075s 2022-09-27T16:21:10.5006034Z 2022-09-27T16:21:10.5006103Z OK 2022-09-27T16:21:10.5006184Z 2022-09-27T16:21:10.5006276Z Generating XML reports... 2022-09-27T16:21:10.5035206Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220927162110.xml 2022-09-27T16:21:10.7586397Z + python backend.py --export-module-to=model.pt 2022-09-27T16:21:12.0867474Z + build/test_custom_backend ./model.pt 2022-09-27T16:21:12.3712404Z Testing custom_backend 2022-09-27T16:21:12.4568333Z OK 2022-09-27T16:21:12.5309009Z + rm -f ./model.pt 2022-09-27T16:21:12.5357834Z + popd 2022-09-27T16:21:12.5358041Z ~/workspace 2022-09-27T16:21:12.5358345Z + assert_git_not_dirty 2022-09-27T16:21:12.5358864Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:21:12.5359207Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T16:21:12.5360982Z ++ git status --porcelain 2022-09-27T16:21:12.6176508Z + git_status= 2022-09-27T16:21:12.6177063Z + [[ -n '' ]] 2022-09-27T16:21:12.6177297Z + test_torch_function_benchmark 2022-09-27T16:21:12.6177807Z + echo 'Testing __torch_function__ benchmarks' 2022-09-27T16:21:12.6178104Z Testing __torch_function__ benchmarks 2022-09-27T16:21:12.6178330Z + pushd benchmarks/overrides_benchmark 2022-09-27T16:21:12.6178588Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-09-27T16:21:12.6178872Z + python bench.py -n 1 -m 2 2022-09-27T16:21:13.6640328Z Type tensor had a minimum time of 0.0069141387939453125 us and a standard deviation of 0.1886492973426357 us. 2022-09-27T16:21:13.6641190Z Type SubTensor had a minimum time of 0.015735626220703125 us and a standard deviation of 0.03085149364778772 us. 2022-09-27T16:21:13.6642196Z Type WithTorchFunction had a minimum time of 0.010728836059570312 us and a standard deviation of 0.015341453035944141 us. 2022-09-27T16:21:13.6642969Z Type SubWithTorchFunction had a minimum time of 0.019073486328125 us and a standard deviation of 0.00927230667002732 us. 2022-09-27T16:21:13.8547186Z + python pyspybench.py Tensor -n 1 2022-09-27T16:21:15.1324274Z + python pyspybench.py SubTensor -n 1 2022-09-27T16:21:16.3748382Z + python pyspybench.py WithTorchFunction -n 1 2022-09-27T16:21:17.6386543Z + python pyspybench.py SubWithTorchFunction -n 1 2022-09-27T16:21:18.9055362Z + popd 2022-09-27T16:21:18.9055596Z ~/workspace 2022-09-27T16:21:18.9055773Z + assert_git_not_dirty 2022-09-27T16:21:18.9056152Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T16:21:18.9056434Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T16:21:18.9057890Z ++ git status --porcelain 2022-09-27T16:21:18.9847103Z + git_status= 2022-09-27T16:21:18.9847439Z + [[ -n '' ]] 2022-09-27T16:21:18.9918418Z Prepare all required actions 2022-09-27T16:21:18.9918741Z Getting action download info 2022-09-27T16:21:19.1521012Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:21:19.1521241Z with: 2022-09-27T16:21:19.1521554Z github-token: *** 2022-09-27T16:21:19.1521726Z env: 2022-09-27T16:21:19.1521899Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:19.1522071Z ##[endgroup] 2022-09-27T16:21:19.1548129Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:21:19.1548352Z with: 2022-09-27T16:21:19.1548511Z shell: bash 2022-09-27T16:21:19.1548684Z timeout_minutes: 10 2022-09-27T16:21:19.1548848Z max_attempts: 5 2022-09-27T16:21:19.1549024Z retry_wait_seconds: 30 2022-09-27T16:21:19.1549402Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T16:21:19.1549795Z polling_interval_seconds: 1 2022-09-27T16:21:19.1549988Z warning_on_retry: true 2022-09-27T16:21:19.1550180Z continue_on_error: false 2022-09-27T16:21:19.1550351Z env: 2022-09-27T16:21:19.1550506Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:19.1550813Z GITHUB_TOKEN: *** 2022-09-27T16:21:19.1550987Z ##[endgroup] 2022-09-27T16:21:19.5103625Z 2022-09-27T16:21:19.5147040Z + python3 -m pip install requests==2.26.0 2022-09-27T16:21:20.2714886Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:21:20.2994851Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:21:20.3130586Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-09-27T16:21:20.3158061Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-09-27T16:21:20.3173505Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-09-27T16:21:20.3335871Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-09-27T16:21:20.5238658Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-0590ad533056a1764 2022-09-27T16:21:26.6551642Z + GHA_WORKFLOW_JOB_ID=8576161065 2022-09-27T16:21:26.6552131Z + echo '::set-output name=job-id::8576161065' 2022-09-27T16:21:27.5234436Z Command completed after 1 attempt(s). 2022-09-27T16:21:27.5234649Z 2022-09-27T16:21:27.5338026Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:21:27.5338280Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:21:27.5905201Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:27.5905424Z env: 2022-09-27T16:21:27.5905610Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:27.5905820Z MONITOR_SCRIPT_PID: 2549 2022-09-27T16:21:27.5906132Z ##[endgroup] 2022-09-27T16:21:27.5987621Z Prepare all required actions 2022-09-27T16:21:27.5987899Z Getting action download info 2022-09-27T16:21:27.7873735Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:21:27.9375819Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:21:27.9376045Z with: 2022-09-27T16:21:27.9376253Z file-suffix: test-default-2-2-linux.2xlarge_8576161065 2022-09-27T16:21:27.9376469Z env: 2022-09-27T16:21:27.9376641Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:27.9376811Z ##[endgroup] 2022-09-27T16:21:27.9401629Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:21:27.9401922Z # Remove any previous test jsons if they exist 2022-09-27T16:21:27.9402155Z rm -f test-jsons-*.zip 2022-09-27T16:21:27.9402384Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:21:27.9414271Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:27.9414546Z env: 2022-09-27T16:21:27.9414710Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:27.9414956Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_8576161065 2022-09-27T16:21:27.9415181Z ##[endgroup] 2022-09-27T16:21:27.9548043Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:21:27.9574236Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:21:27.9580191Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:21:27.9581178Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:21:27.9586449Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:21:27.9606961Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:21:27.9607266Z # Remove any previous test reports if they exist 2022-09-27T16:21:27.9607504Z rm -f test-reports-*.zip 2022-09-27T16:21:27.9607741Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:21:27.9619588Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:27.9619810Z env: 2022-09-27T16:21:27.9619976Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:27.9620223Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_8576161065 2022-09-27T16:21:27.9620449Z ##[endgroup] 2022-09-27T16:21:27.9713530Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220927162110.xml (deflated 56%) 2022-09-27T16:21:27.9714158Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220927162107.xml (deflated 65%) 2022-09-27T16:21:27.9746766Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml (deflated 94%) 2022-09-27T16:21:27.9881528Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml (deflated 97%) 2022-09-27T16:21:27.9996981Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220927153458.xml (deflated 96%) 2022-09-27T16:21:27.9997588Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927154728.xml (deflated 77%) 2022-09-27T16:21:27.9998127Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927154728.xml (deflated 85%) 2022-09-27T16:21:27.9998673Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927154728.xml (deflated 85%) 2022-09-27T16:21:27.9999809Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927154728.xml (deflated 85%) 2022-09-27T16:21:28.0000932Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927154728.xml (deflated 74%) 2022-09-27T16:21:28.0001522Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927154728.xml (deflated 82%) 2022-09-27T16:21:28.0005997Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20220927154728.xml (deflated 86%) 2022-09-27T16:21:28.0007151Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927154728.xml (deflated 63%) 2022-09-27T16:21:28.0008493Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927154728.xml (deflated 94%) 2022-09-27T16:21:28.0019499Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220927154728.xml (deflated 95%) 2022-09-27T16:21:28.0020087Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927154728.xml (deflated 74%) 2022-09-27T16:21:28.0020947Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927154728.xml (deflated 86%) 2022-09-27T16:21:28.0022950Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220927154728.xml (deflated 89%) 2022-09-27T16:21:28.0023786Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927154728.xml (deflated 90%) 2022-09-27T16:21:28.0024345Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20220927155126.xml (deflated 62%) 2022-09-27T16:21:28.0025027Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20220927155126.xml (deflated 85%) 2022-09-27T16:21:28.0025747Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20220927155126.xml (deflated 85%) 2022-09-27T16:21:28.0026890Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20220927155126.xml (deflated 83%) 2022-09-27T16:21:28.0063999Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20220927155126.xml (deflated 94%) 2022-09-27T16:21:28.0064583Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20220927155126.xml (deflated 72%) 2022-09-27T16:21:28.0082580Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220927155428.xml (deflated 97%) 2022-09-27T16:21:28.0083126Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927155428.xml (deflated 40%) 2022-09-27T16:21:28.0110766Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220927155428.xml (deflated 98%) 2022-09-27T16:21:28.0111365Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927155632.xml (deflated 52%) 2022-09-27T16:21:28.0111919Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927155632.xml (deflated 53%) 2022-09-27T16:21:28.0112433Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927155632.xml (deflated 41%) 2022-09-27T16:21:28.0112935Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927155632.xml (deflated 40%) 2022-09-27T16:21:28.0113688Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927155632.xml (deflated 88%) 2022-09-27T16:21:28.0114669Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927155632.xml (deflated 71%) 2022-09-27T16:21:28.0148919Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20220927155632.xml (deflated 95%) 2022-09-27T16:21:28.0163628Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927155632.xml (deflated 95%) 2022-09-27T16:21:28.0164546Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927155632.xml (deflated 84%) 2022-09-27T16:21:28.0165116Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927155632.xml (deflated 73%) 2022-09-27T16:21:28.0166967Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220927155824.xml (deflated 79%) 2022-09-27T16:21:28.0181254Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220927155824.xml (deflated 94%) 2022-09-27T16:21:28.0185381Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220927155918.xml (deflated 90%) 2022-09-27T16:21:28.0187791Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220927155918.xml (deflated 97%) 2022-09-27T16:21:28.0188342Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220927155918.xml (deflated 40%) 2022-09-27T16:21:28.0199013Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220927155918.xml (deflated 98%) 2022-09-27T16:21:28.0199561Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220927155918.xml (deflated 58%) 2022-09-27T16:21:28.0307105Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220927155940.xml (deflated 98%) 2022-09-27T16:21:28.0307730Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927155940.xml (deflated 75%) 2022-09-27T16:21:28.0308827Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927155955.xml (deflated 95%) 2022-09-27T16:21:28.0309426Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927155955.xml (deflated 54%) 2022-09-27T16:21:28.0310590Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927155955.xml (deflated 81%) 2022-09-27T16:21:28.0312209Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927155955.xml (deflated 96%) 2022-09-27T16:21:28.0313247Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220927155957.xml (deflated 56%) 2022-09-27T16:21:28.0315142Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927160001.xml (deflated 89%) 2022-09-27T16:21:28.0315692Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220927160005.xml (deflated 52%) 2022-09-27T16:21:28.0316615Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220927160005.xml (deflated 90%) 2022-09-27T16:21:28.0317189Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220927160005.xml (deflated 38%) 2022-09-27T16:21:28.0317764Z adding: test/test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20220927160005.xml (deflated 60%) 2022-09-27T16:21:28.0318472Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927160008.xml (deflated 81%) 2022-09-27T16:21:28.0320485Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220927160010.xml (deflated 88%) 2022-09-27T16:21:28.0321053Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20220927160010.xml (deflated 55%) 2022-09-27T16:21:28.0321758Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220927160010.xml (deflated 69%) 2022-09-27T16:21:28.0322390Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927160013.xml (deflated 68%) 2022-09-27T16:21:28.0323025Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927160013.xml (deflated 48%) 2022-09-27T16:21:28.0326046Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927160013.xml (deflated 93%) 2022-09-27T16:21:28.0358901Z adding: test/test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927160016.xml (deflated 98%) 2022-09-27T16:21:28.0484126Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927160805.xml (deflated 97%) 2022-09-27T16:21:28.0498880Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220927161023.xml (deflated 97%) 2022-09-27T16:21:28.0501079Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927161150.xml (deflated 85%) 2022-09-27T16:21:28.0592203Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927161225.xml (deflated 97%) 2022-09-27T16:21:28.0592967Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927161335.xml (deflated 59%) 2022-09-27T16:21:28.0593534Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927161335.xml (deflated 56%) 2022-09-27T16:21:28.0594470Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927161335.xml (deflated 92%) 2022-09-27T16:21:28.0597381Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927161335.xml (deflated 90%) 2022-09-27T16:21:28.0597965Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927161335.xml (deflated 70%) 2022-09-27T16:21:28.0610531Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927161335.xml (deflated 97%) 2022-09-27T16:21:28.0611755Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927161335.xml (deflated 82%) 2022-09-27T16:21:28.0612938Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927161335.xml (deflated 58%) 2022-09-27T16:21:28.0614135Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927161335.xml (deflated 83%) 2022-09-27T16:21:28.0615222Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927161335.xml (deflated 76%) 2022-09-27T16:21:28.0616229Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927161335.xml (deflated 67%) 2022-09-27T16:21:28.0617307Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927161419.xml (deflated 41%) 2022-09-27T16:21:28.0618568Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927161419.xml (deflated 66%) 2022-09-27T16:21:28.0619469Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927161419.xml (deflated 73%) 2022-09-27T16:21:28.0620318Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927161419.xml (deflated 81%) 2022-09-27T16:21:28.0621251Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927161501.xml (deflated 95%) 2022-09-27T16:21:28.0622285Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927161501.xml (deflated 95%) 2022-09-27T16:21:28.0623369Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927161501.xml (deflated 76%) 2022-09-27T16:21:28.0624485Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927161501.xml (deflated 84%) 2022-09-27T16:21:28.0629140Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927161501.xml (deflated 93%) 2022-09-27T16:21:28.0630217Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220927161528.xml (deflated 43%) 2022-09-27T16:21:28.0631280Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927161528.xml (deflated 82%) 2022-09-27T16:21:28.0632320Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927161528.xml (deflated 84%) 2022-09-27T16:21:28.0633360Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927161528.xml (deflated 76%) 2022-09-27T16:21:28.0634675Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927161552.xml (deflated 52%) 2022-09-27T16:21:28.0636131Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927161616.xml (deflated 90%) 2022-09-27T16:21:28.0639093Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927161616.xml (deflated 94%) 2022-09-27T16:21:28.0642034Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927161616.xml (deflated 96%) 2022-09-27T16:21:28.0642981Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220927161634.xml (deflated 62%) 2022-09-27T16:21:28.0647214Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220927161634.xml (deflated 89%) 2022-09-27T16:21:28.0659101Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220927161634.xml (deflated 93%) 2022-09-27T16:21:28.0660148Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220927161634.xml (deflated 42%) 2022-09-27T16:21:28.0661120Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927161651.xml (deflated 90%) 2022-09-27T16:21:28.0662116Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927161651.xml (deflated 67%) 2022-09-27T16:21:28.0663147Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927161703.xml (deflated 62%) 2022-09-27T16:21:28.0664219Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927161703.xml (deflated 52%) 2022-09-27T16:21:28.0665294Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927161703.xml (deflated 65%) 2022-09-27T16:21:28.0666402Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927161703.xml (deflated 59%) 2022-09-27T16:21:28.0667649Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20220927161712.xml (deflated 55%) 2022-09-27T16:21:28.0668788Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927161715.xml (deflated 40%) 2022-09-27T16:21:28.0669850Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927161715.xml (deflated 43%) 2022-09-27T16:21:28.0670898Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927161715.xml (deflated 77%) 2022-09-27T16:21:28.0671876Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927161733.xml (deflated 92%) 2022-09-27T16:21:28.0672879Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927161733.xml (deflated 88%) 2022-09-27T16:21:28.0674178Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927161739.xml (deflated 87%) 2022-09-27T16:21:28.0675174Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220927161745.xml (deflated 55%) 2022-09-27T16:21:28.0676149Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927161749.xml (deflated 53%) 2022-09-27T16:21:28.0677116Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927161754.xml (deflated 73%) 2022-09-27T16:21:28.0678070Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927161758.xml (deflated 67%) 2022-09-27T16:21:28.0679001Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927161802.xml (deflated 81%) 2022-09-27T16:21:28.0679927Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927161802.xml (deflated 90%) 2022-09-27T16:21:28.0680920Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927161806.xml (deflated 93%) 2022-09-27T16:21:28.0683120Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220927161810.xml (deflated 93%) 2022-09-27T16:21:28.0684373Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220927161810.xml (deflated 80%) 2022-09-27T16:21:28.0685749Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927161810.xml (deflated 95%) 2022-09-27T16:21:28.0686812Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927161813.xml (deflated 81%) 2022-09-27T16:21:28.0687768Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220927161816.xml (deflated 84%) 2022-09-27T16:21:28.0688781Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220927161818.xml (deflated 75%) 2022-09-27T16:21:28.0689804Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927161821.xml (deflated 75%) 2022-09-27T16:21:28.0690875Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927161823.xml (deflated 82%) 2022-09-27T16:21:28.0691933Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220927161825.xml (deflated 81%) 2022-09-27T16:21:28.0692943Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220927161827.xml (deflated 59%) 2022-09-27T16:21:28.0693886Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927161829.xml (deflated 76%) 2022-09-27T16:21:28.0694877Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927161829.xml (deflated 42%) 2022-09-27T16:21:28.0695945Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927161831.xml (deflated 71%) 2022-09-27T16:21:28.0725912Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927161834.xml (deflated 65%) 2022-09-27T16:21:28.0726962Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927161834.xml (deflated 73%) 2022-09-27T16:21:28.0727911Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927161835.xml (deflated 85%) 2022-09-27T16:21:28.0728940Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927161837.xml (deflated 63%) 2022-09-27T16:21:28.0730071Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927161839.xml (deflated 57%) 2022-09-27T16:21:28.0731175Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220927161841.xml (deflated 84%) 2022-09-27T16:21:28.0732149Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20220927161843.xml (deflated 95%) 2022-09-27T16:21:28.0733169Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220927161855.xml (deflated 80%) 2022-09-27T16:21:28.0734206Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220927161855.xml (deflated 67%) 2022-09-27T16:21:28.0735206Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220927161855.xml (deflated 40%) 2022-09-27T16:21:28.0736224Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220927161855.xml (deflated 41%) 2022-09-27T16:21:28.0737262Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927161906.xml (deflated 80%) 2022-09-27T16:21:28.0738430Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927161906.xml (deflated 67%) 2022-09-27T16:21:28.0739620Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927161906.xml (deflated 40%) 2022-09-27T16:21:28.0740734Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927161906.xml (deflated 42%) 2022-09-27T16:21:28.0741742Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927161908.xml (deflated 75%) 2022-09-27T16:21:28.0742573Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 92%) 2022-09-27T16:21:28.0743283Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-09-27T16:21:28.0751399Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-09-27T16:21:28.0765108Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-09-27T16:21:28.0765831Z adding: test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml (deflated 75%) 2022-09-27T16:21:28.0789371Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:21:28.0789687Z # Remove any previous test reports if they exist 2022-09-27T16:21:28.0789922Z rm -f usage-log-*.zip 2022-09-27T16:21:28.0790185Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:21:28.0790480Z # so check to see if the file exists first 2022-09-27T16:21:28.0790716Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:21:28.0790949Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:21:28.0791173Z fi 2022-09-27T16:21:28.0802537Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:28.0802751Z env: 2022-09-27T16:21:28.0802938Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:28.0803188Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_8576161065 2022-09-27T16:21:28.0803409Z ##[endgroup] 2022-09-27T16:21:28.1011016Z adding: usage_log.txt (deflated 95%) 2022-09-27T16:21:28.1048614Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:21:28.1048913Z with: 2022-09-27T16:21:28.1049120Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:28.1049342Z retention-days: 14 2022-09-27T16:21:28.1049523Z if-no-files-found: warn 2022-09-27T16:21:28.1049721Z path: test-jsons-*.zip 2022-09-27T16:21:28.1049904Z name: artifact 2022-09-27T16:21:28.1050071Z s3-bucket: gha-artifacts 2022-09-27T16:21:28.1050265Z region: us-east-1 2022-09-27T16:21:28.1050432Z env: 2022-09-27T16:21:28.1050589Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:28.1050774Z ##[endgroup] 2022-09-27T16:21:28.4778839Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:21:28.4779150Z With the provided path, there will be 1 file uploaded 2022-09-27T16:21:28.4779411Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:28.4844449Z Starting upload of test-jsons-test-default-2-2-linux.2xlarge_8576161065.zip 2022-09-27T16:21:28.6427457Z Finished upload of test-jsons-test-default-2-2-linux.2xlarge_8576161065.zip 2022-09-27T16:21:28.6540865Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:21:28.6541085Z with: 2022-09-27T16:21:28.6541289Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:28.6541494Z retention-days: 14 2022-09-27T16:21:28.6541691Z if-no-files-found: error 2022-09-27T16:21:28.6541892Z path: test-reports-*.zip 2022-09-27T16:21:28.6542066Z name: artifact 2022-09-27T16:21:28.6542244Z s3-bucket: gha-artifacts 2022-09-27T16:21:28.6542429Z region: us-east-1 2022-09-27T16:21:28.6542579Z env: 2022-09-27T16:21:28.6542750Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:28.6542930Z ##[endgroup] 2022-09-27T16:21:28.9638661Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:21:28.9639193Z With the provided path, there will be 1 file uploaded 2022-09-27T16:21:28.9639559Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:28.9645294Z Starting upload of test-reports-test-default-2-2-linux.2xlarge_8576161065.zip 2022-09-27T16:21:29.0792920Z Finished upload of test-reports-test-default-2-2-linux.2xlarge_8576161065.zip 2022-09-27T16:21:29.0904157Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:21:29.0904377Z with: 2022-09-27T16:21:29.0904584Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:29.0904789Z retention-days: 14 2022-09-27T16:21:29.0904985Z if-no-files-found: ignore 2022-09-27T16:21:29.0905185Z path: usage-log-*.zip 2022-09-27T16:21:29.0905351Z name: artifact 2022-09-27T16:21:29.0905533Z s3-bucket: gha-artifacts 2022-09-27T16:21:29.0905724Z region: us-east-1 2022-09-27T16:21:29.0905874Z env: 2022-09-27T16:21:29.0906048Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:29.0906233Z ##[endgroup] 2022-09-27T16:21:29.4074507Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:21:29.4074828Z With the provided path, there will be 1 file uploaded 2022-09-27T16:21:29.4075092Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:29.4082232Z Starting upload of usage-log-test-default-2-2-linux.2xlarge_8576161065.zip 2022-09-27T16:21:29.5166305Z Finished upload of usage-log-test-default-2-2-linux.2xlarge_8576161065.zip 2022-09-27T16:21:29.5281378Z ##[group]Run set -x 2022-09-27T16:21:29.5281595Z set -x 2022-09-27T16:21:29.5281823Z python3 -m pip install -r requirements.txt 2022-09-27T16:21:29.5282063Z python3 -m pip install boto3==1.19.12 2022-09-27T16:21:29.5282356Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:21:29.5296783Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:29.5297011Z env: 2022-09-27T16:21:29.5297179Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:29.5297388Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:21:29.5297769Z BRANCH: pull/85462 2022-09-27T16:21:29.5297938Z TEST_CONFIG: default 2022-09-27T16:21:29.5298120Z SHARD_NUMBER: 2 2022-09-27T16:21:29.5298340Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T16:21:29.5298555Z PR_NUMBER: 85462 2022-09-27T16:21:29.5298746Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:21:29.5298957Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:21:29.5299203Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:21:29.5299387Z TAG: 2022-09-27T16:21:29.5299562Z WORKFLOW_ID: 3133193930 2022-09-27T16:21:29.5299890Z GITHUB_TOKEN: *** 2022-09-27T16:21:29.5300079Z GHA_WORKFLOW_JOB_ID: 8576161065 2022-09-27T16:21:29.5300252Z ##[endgroup] 2022-09-27T16:21:29.5324669Z + python3 -m pip install -r requirements.txt 2022-09-27T16:21:29.7482917Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:21:29.7743692Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T16:21:29.7770377Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T16:21:29.7778896Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T16:21:29.7788505Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T16:21:29.8157059Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T16:21:29.8167163Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:21:29.8245377Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T16:21:29.8254084Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:21:29.8478286Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:21:29.8645301Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T16:21:29.8655409Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-09-27T16:21:29.8662112Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T16:21:29.8672212Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T16:21:29.8693356Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T16:21:29.8718395Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T16:21:29.8741761Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T16:21:29.8991764Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T16:21:29.9003888Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:21:29.9013749Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:21:29.9035830Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:21:29.9047609Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:21:29.9199805Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T16:21:29.9832169Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:21:30.1983360Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:21:30.2168020Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:21:30.2219569Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-09-27T16:21:30.2232844Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-09-27T16:21:30.2275693Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-09-27T16:21:30.2311863Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-09-27T16:21:30.2332778Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:21:30.2485871Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T16:21:30.4153576Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:22:02.4211432Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:22:02.4213655Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage":"RequestId: 89687489-f31c-4013-921d-7d936a3e3c2a Error: Runtime exited with error: signal: killed","errorType":"Runtime.ExitError"} 2022-09-27T16:22:02.4214089Z 2022-09-27T16:22:02.4214359Z ----- Historic stats comparison result ------ 2022-09-27T16:22:02.4215136Z 2022-09-27T16:22:02.4215390Z job: linux-focal-py3.7-gcc7 2022-09-27T16:22:02.4216602Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:22:02.4216783Z 2022-09-27T16:22:02.4217030Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:22:02.4217366Z 2022-09-27T16:22:02.4217697Z : (master) 2022-09-27T16:22:02.4217933Z | 2022-09-27T16:22:02.4218113Z | * 52424e2bf3 (HEAD) total time 4586.73s 2022-09-27T16:22:02.4218307Z | | 2022-09-27T16:22:02.4218465Z | : (4 commits) 2022-09-27T16:22:02.4218621Z |/ 2022-09-27T16:22:02.4218989Z * c7c2578f93 (base) 6 reports, total time 2509.28s ± 1765.63s 2022-09-27T16:22:02.4220557Z * 99ad8a3048 6 reports, total time 2509.77s ± 1771.89s 2022-09-27T16:22:02.4220907Z * 34296e2f4c 6 reports, total time 2525.78s ± 1741.22s 2022-09-27T16:22:02.4221210Z * 4523ac7aa1 6 reports, total time 2546.75s ± 1751.11s 2022-09-27T16:22:02.4221528Z * f21e77d9a6 6 reports, total time 2521.77s ± 1744.10s 2022-09-27T16:22:02.4221843Z * 26a861cb27 6 reports, total time 2538.71s ± 1776.59s 2022-09-27T16:22:02.4222137Z * 56a41b5998 6 reports, total time 2537.11s ± 1781.85s 2022-09-27T16:22:02.4222444Z * 1910c5847e 6 reports, total time 2539.59s ± 1745.17s 2022-09-27T16:22:02.4222758Z * caa0ab557d 6 reports, total time 2502.08s ± 1718.61s 2022-09-27T16:22:02.4222963Z * 0336308be5 0 reports 2022-09-27T16:22:02.4223135Z | 2022-09-27T16:22:02.4223293Z : 2022-09-27T16:22:02.4223385Z 2022-09-27T16:22:02.4223502Z Removed (across 544 suites) 0 tests, totaling 0.00s 2022-09-27T16:22:02.4223755Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:22:02.4224011Z Added (across 348 suites) 69076 tests, totaling +4586.73s 2022-09-27T16:22:02.5551433Z Prepare all required actions 2022-09-27T16:22:02.5571522Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:22:02.5571723Z with: 2022-09-27T16:22:02.5571879Z env: 2022-09-27T16:22:02.5572051Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:02.5572224Z ##[endgroup] 2022-09-27T16:22:02.5587395Z ##[group]Run set -eou pipefail 2022-09-27T16:22:02.5587620Z set -eou pipefail 2022-09-27T16:22:02.5587787Z  2022-09-27T16:22:02.5588027Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:22:02.5588279Z for _ in $(seq 1440); do 2022-09-27T16:22:02.5588487Z  # Break if no ssh session exists anymore 2022-09-27T16:22:02.5588712Z  if [ "$(who)" = "" ]; then 2022-09-27T16:22:02.5588903Z  break 2022-09-27T16:22:02.5589059Z  fi 2022-09-27T16:22:02.5589225Z  echo "." 2022-09-27T16:22:02.5589395Z  sleep 5 2022-09-27T16:22:02.5589581Z done 2022-09-27T16:22:02.5601123Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:22:02.5601341Z env: 2022-09-27T16:22:02.5601516Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:02.5601693Z ##[endgroup] 2022-09-27T16:22:02.5625931Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:22:02.5711148Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:22:02.5711496Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:22:02.5711745Z # shellcheck disable=SC2046 2022-09-27T16:22:02.5711982Z docker stop $(docker ps -q) || true 2022-09-27T16:22:02.5712293Z # Prune all of the docker images 2022-09-27T16:22:02.5712513Z docker system prune -af 2022-09-27T16:22:02.5724123Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:22:02.5724347Z env: 2022-09-27T16:22:02.5724528Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:22:02.5724713Z ##[endgroup] 2022-09-27T16:22:03.0042509Z 7893ed3f3a37 2022-09-27T16:22:04.2656576Z Deleted Containers: 2022-09-27T16:22:04.2657058Z 7893ed3f3a3711a18614feeccbb833872573f95e7d94c7f83cb31a54dadd8240 2022-09-27T16:22:04.2657236Z 2022-09-27T16:22:10.7464625Z Deleted Images: 2022-09-27T16:22:10.7465322Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:22:10.7466070Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T16:22:10.7466693Z deleted: sha256:09cc5e0dbbe1120475828f67580c1e4ef0ac166558f7a9e82119c9daf09ed17b 2022-09-27T16:22:10.7467160Z deleted: sha256:4f4d0a1da9af50d9a8bd02155aaea8b254a8039b940db877e78a5b25776e1f97 2022-09-27T16:22:10.7467468Z deleted: sha256:40273608be9f35547c534c65183771d8d024a327b2f8231776e449a0c4be59e4 2022-09-27T16:22:10.7467877Z deleted: sha256:295b500c49641b27efb539c901bd567f2b8738ab1f67465c28c5209fef872936 2022-09-27T16:22:10.7468295Z deleted: sha256:aff7d79df966d7c1c7cf29b78408592957f0317054355d087aa59098aa32abda 2022-09-27T16:22:10.7468722Z deleted: sha256:0e0419c0016bdfbf589e8507dad2150575b0a84dd2b27be7703cfa05e2139c5b 2022-09-27T16:22:10.7469346Z deleted: sha256:0e1f7b9f93cf30ea54c8e6f1485a1a3fd9776d17cc90f1bfb5ce6b5b9185296e 2022-09-27T16:22:10.7469935Z deleted: sha256:d3deacfa23bfb0920ec3a625c1ee1963513159aaa5463910dd41bafa8e54de71 2022-09-27T16:22:10.7470287Z deleted: sha256:e66d036a902f9f1d15a19abacd7321bba3d8869b725e99b43a5d20fd6fdb01c9 2022-09-27T16:22:10.7470765Z deleted: sha256:c5e59df58f1aab354a2874070ad89a043c3178016eab17887ed9237f91887294 2022-09-27T16:22:10.7471236Z deleted: sha256:0d8f363a24f0b380db49f8fa69e9da0537d3a51ae051248dfd3563de574ca15d 2022-09-27T16:22:10.7471984Z deleted: sha256:55bb4ae9fce9854a9f8345d077cd37423d7b6f050034cadadbbf1974ff155061 2022-09-27T16:22:10.7485699Z deleted: sha256:124538c5717f1c1615e490bfd34cab23dc00516fbd43b4dbd0755e1a5119474b 2022-09-27T16:22:10.7486239Z deleted: sha256:98e71d41b4fb04ffa587728b6f070c0d922a9909fb272edae447c0ed732b17c6 2022-09-27T16:22:10.7486571Z deleted: sha256:dd100ce53375a22379598335be3a232a3eb20465df4376afdd481c3ab0a01666 2022-09-27T16:22:10.7486902Z deleted: sha256:06da69152df74c7a52462b8f1f7adf2d50e5f84ae02c20a48597f844e24832f4 2022-09-27T16:22:10.7487228Z deleted: sha256:7f90b14cc4e879de499e9c152c229852c1a71e1c6bb0216e21b433d34e401be0 2022-09-27T16:22:10.7487538Z deleted: sha256:2a332f12721f3199efd9441306d5d38a6f031cdfdf68beb90afb40116f7ac1ad 2022-09-27T16:22:10.7487864Z deleted: sha256:9c866de535edd7886f74437d3fbcafd6d58fe3322aa4af8606e46e720f022e9c 2022-09-27T16:22:10.7488206Z deleted: sha256:097a48bd86a6a3542f566d38833d93ded3bc082bdad7e4026debfbe895bb5105 2022-09-27T16:22:10.7488515Z deleted: sha256:a8b120c70115f75a61a81c96d1abef9e741618d32124b4994375a805a5941958 2022-09-27T16:22:10.7488959Z deleted: sha256:15a928b5307c0332ba50caffe867123de36c74475d7861b8cdf2dbfd58dd5320 2022-09-27T16:22:10.7489320Z deleted: sha256:eb93d3b8365b2da69ddeb34c24e5ba2fae6eb2fad4b6fadae3e298a9a0b26af2 2022-09-27T16:22:10.7489675Z deleted: sha256:e2ab13aa2f895ecf403ea9781db734f7b21a20aeb1478e32c5416f969604dc89 2022-09-27T16:22:10.7489993Z deleted: sha256:6faa89577c8237b30a828e6382086b71579a76333d2d79839246ed4c42daf433 2022-09-27T16:22:10.7490292Z deleted: sha256:94f3fc0358a54e1bab1cff99f032187d852d5a9e21539debb385d3e965e0f811 2022-09-27T16:22:10.7490618Z deleted: sha256:0890fc3c642cc4c11d7b3b400a3f6af80996973f0d1524071eb15cbdd5431266 2022-09-27T16:22:10.7490950Z deleted: sha256:ec7d767c32abaf566f084ffeb2d37bda985f13102952e21948f7b055ccccf7ab 2022-09-27T16:22:10.7491254Z deleted: sha256:2758607d82553d625e21563dec5e252097fd6804de79dd60b78d9452d8f0e384 2022-09-27T16:22:10.7491796Z deleted: sha256:1c30230d1bc09ce084c2c0d3c24c81e39a270b3359be353f188f13809b2e95ff 2022-09-27T16:22:10.7492108Z deleted: sha256:f66b31a4878493b2a4cf4b457a461d78c1275ce0b853312e14b5b205f5f54b12 2022-09-27T16:22:10.7492439Z deleted: sha256:c96b1aa08b8cdf00ede17699be953c554e540b97216fba81a59a101860c877c6 2022-09-27T16:22:10.7492749Z deleted: sha256:0853e57dc641a08006c8b8cd96caa8755d3981706b49748776bf6c7ee23abe6c 2022-09-27T16:22:10.7493071Z deleted: sha256:a88ebc418ab3040ebaafd029a4c80439225b1ce939f383ec70c503fff55528ee 2022-09-27T16:22:10.7493456Z deleted: sha256:5a86190b95485dba13fec16a89446426425223587ad649a56b4faf0f64305120 2022-09-27T16:22:10.7493755Z deleted: sha256:016eff1a025a65973028af96cf1fbe6c4b0e1c258e04e6a2dec976062924c0cf 2022-09-27T16:22:10.7494088Z deleted: sha256:3ce5ce7ae3df63641c9b8859e93e8f870c8bcfadc998c17b2169676be5e0812d 2022-09-27T16:22:10.7494415Z deleted: sha256:b161ee8936514898f92131df4d7de87314f3ed0639e31bbd2c3e83bdea170f16 2022-09-27T16:22:10.7494734Z deleted: sha256:e6a3a6ca01553128af3686d5bface6135e56f897e0f9ba754e9b924d446105e6 2022-09-27T16:22:10.7495358Z deleted: sha256:0cd4c1b082ed42bb2648c766b0746e3eb8771eafc8ce4130c649f3d29b634162 2022-09-27T16:22:10.7496872Z deleted: sha256:76a601a88697897790d443b0214d908f489395a5d4ea98726caf0a80a66ecd19 2022-09-27T16:22:10.7497181Z deleted: sha256:e9a0ce4d7b4ea637152093c92c0cbe039a7e810c4aa90c848f312c10262b974d 2022-09-27T16:22:10.7498233Z deleted: sha256:e4e7cd35b02c90bb1da4c482c1f10f82c7ef6daae84f9ceeac9815d19ce51dbd 2022-09-27T16:22:10.7500249Z deleted: sha256:8e15ae424f8839bb14c5629f1fec3c93cebec42642eabeabd208ca359a19db66 2022-09-27T16:22:10.7500598Z deleted: sha256:e43a9a37dcae4c22f906f9f4450ad78b70905cd289f7ad9f9d40d7c8b12d8f72 2022-09-27T16:22:10.7500924Z deleted: sha256:06bcf3094318f05722b94bc725806fc0d2367a7865af5b199f0567a72699f757 2022-09-27T16:22:10.7501223Z deleted: sha256:51f25a037328b3be1af44473dfa7a876a5355f74cef818b46bf003c33b1ec2c5 2022-09-27T16:22:10.7501556Z deleted: sha256:b17dd3db6bb4f4513025c933f6a63f1ed0921065fe34fd195c40c4acff4f696c 2022-09-27T16:22:10.7501871Z deleted: sha256:71ca3ec58848585b585c80e00986d5e8789e8169554706949b8a3d8dcdf72e3b 2022-09-27T16:22:10.7502167Z deleted: sha256:6f4b9ef5ee757f0395c054927ff65df65438bdf23c05109f7f3107fb94719eef 2022-09-27T16:22:10.7502613Z deleted: sha256:883eb0bcef572233ec6334ad982f16d8ba42bcffee0735ae8969fe257019481d 2022-09-27T16:22:10.7502941Z deleted: sha256:f0d75587c52d51e623884d33f223de82faa346a03a9e34271eaf6765e8995d2a 2022-09-27T16:22:10.7503256Z deleted: sha256:25ab06e14d5870622fe0c785fa28eedb95787ed7286d8c665289672a2e11334a 2022-09-27T16:22:10.7503574Z deleted: sha256:f9bb5b08ac5635a4a64adbfe88fe48bcb0ed9425ab68ecf412265012933639e6 2022-09-27T16:22:10.7503921Z deleted: sha256:aa9ab2200af3ee6cbe32d9703272a4a85de2def9b0c9a20bd09f3dca10f0e47d 2022-09-27T16:22:10.7504261Z deleted: sha256:30936d838a38cd0a0c2ddc832a2a17af9d84327e0f23cac0e773686bfed7e6e1 2022-09-27T16:22:10.7504573Z deleted: sha256:5c5425a2d9bb189d0f99b1c37511d370d599afca6b8b0d3348b3b2ace341ddaf 2022-09-27T16:22:10.7505004Z deleted: sha256:998fb9c2fa230ea5cc1f997926614d854d193df0b2129b2b12d7ede4e5d43f6e 2022-09-27T16:22:10.7505323Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T16:22:10.7505496Z 2022-09-27T16:22:10.7507624Z Total reclaimed space: 7.265GB 2022-09-27T16:22:10.7690590Z Post job cleanup. 2022-09-27T16:22:10.7782564Z Post job cleanup. 2022-09-27T16:22:11.2466801Z [command]/usr/bin/git version 2022-09-27T16:22:11.2524615Z git version 2.37.1 2022-09-27T16:22:11.2609025Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/924bdd9a-b26a-4b9f-a7d2-b5ea5ecb0ad7' before making global git config changes 2022-09-27T16:22:11.2609456Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:22:11.2615219Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:22:11.2679349Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:22:11.2711565Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T16:22:11.3133202Z Entering 'android/libs/fbjni' 2022-09-27T16:22:11.3170845Z Entering 'third_party/FP16' 2022-09-27T16:22:11.3216328Z Entering 'third_party/FXdiv' 2022-09-27T16:22:11.3255340Z Entering 'third_party/NNPACK' 2022-09-27T16:22:11.3301658Z Entering 'third_party/QNNPACK' 2022-09-27T16:22:11.3352530Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:22:11.3388703Z Entering 'third_party/XNNPACK' 2022-09-27T16:22:11.3499000Z Entering 'third_party/benchmark' 2022-09-27T16:22:11.3550702Z Entering 'third_party/cpuinfo' 2022-09-27T16:22:11.3592696Z Entering 'third_party/cub' 2022-09-27T16:22:11.3639400Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:22:11.3678719Z Entering 'third_party/cutlass' 2022-09-27T16:22:11.3720476Z Entering 'third_party/eigen' 2022-09-27T16:22:11.3783296Z Entering 'third_party/fbgemm' 2022-09-27T16:22:11.3843062Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:22:11.3904311Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:22:11.3964545Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:22:11.4058248Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:22:11.4103707Z Entering 'third_party/flatbuffers' 2022-09-27T16:22:11.4141709Z Entering 'third_party/fmt' 2022-09-27T16:22:11.4190545Z Entering 'third_party/foxi' 2022-09-27T16:22:11.4231088Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:22:11.4276990Z Entering 'third_party/gloo' 2022-09-27T16:22:11.4323532Z Entering 'third_party/googletest' 2022-09-27T16:22:11.4381091Z Entering 'third_party/ideep' 2022-09-27T16:22:11.4457185Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:22:11.4576282Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:22:11.4655541Z Entering 'third_party/ios-cmake' 2022-09-27T16:22:11.4694056Z Entering 'third_party/ittapi' 2022-09-27T16:22:11.4729610Z Entering 'third_party/kineto' 2022-09-27T16:22:11.4766830Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:22:11.4802347Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:22:11.4840684Z Entering 'third_party/nccl/nccl' 2022-09-27T16:22:11.4877866Z Entering 'third_party/neon2sse' 2022-09-27T16:22:11.4914588Z Entering 'third_party/nlohmann' 2022-09-27T16:22:11.4951365Z Entering 'third_party/onnx' 2022-09-27T16:22:11.5004447Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:22:11.5045338Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:22:11.5081491Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:22:11.5118117Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:22:11.5164055Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:22:11.5202213Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:22:11.5235827Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:22:11.5274002Z Entering 'third_party/pocketfft' 2022-09-27T16:22:11.5307839Z Entering 'third_party/protobuf' 2022-09-27T16:22:11.5358927Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:22:11.5391981Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:22:11.5429103Z Entering 'third_party/psimd' 2022-09-27T16:22:11.5463701Z Entering 'third_party/pthreadpool' 2022-09-27T16:22:11.5497045Z Entering 'third_party/pybind11' 2022-09-27T16:22:11.5530674Z Entering 'third_party/python-enum' 2022-09-27T16:22:11.5564350Z Entering 'third_party/python-peachpy' 2022-09-27T16:22:11.5597346Z Entering 'third_party/python-six' 2022-09-27T16:22:11.5630440Z Entering 'third_party/sleef' 2022-09-27T16:22:11.5665396Z Entering 'third_party/tbb' 2022-09-27T16:22:11.5700099Z Entering 'third_party/tensorpipe' 2022-09-27T16:22:11.5734103Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:22:11.5767962Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:22:11.5801445Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:22:11.5835469Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:22:11.5868013Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:22:11.5904228Z Entering 'third_party/zstd' 2022-09-27T16:22:11.5953896Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:22:11.5980151Z http.https://github.com/.extraheader 2022-09-27T16:22:11.5988109Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:22:11.6021793Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T16:22:11.6275739Z Entering 'android/libs/fbjni' 2022-09-27T16:22:11.6295174Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6336876Z Entering 'third_party/FP16' 2022-09-27T16:22:11.6356924Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6383974Z Entering 'third_party/FXdiv' 2022-09-27T16:22:11.6403410Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6429587Z Entering 'third_party/NNPACK' 2022-09-27T16:22:11.6448493Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6475514Z Entering 'third_party/QNNPACK' 2022-09-27T16:22:11.6495821Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6525287Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:22:11.6545945Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6574650Z Entering 'third_party/XNNPACK' 2022-09-27T16:22:11.6595696Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6645190Z Entering 'third_party/benchmark' 2022-09-27T16:22:11.6668112Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6696153Z Entering 'third_party/cpuinfo' 2022-09-27T16:22:11.6718230Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6749605Z Entering 'third_party/cub' 2022-09-27T16:22:11.6769951Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6804625Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:22:11.6825083Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6865997Z Entering 'third_party/cutlass' 2022-09-27T16:22:11.6885972Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6918759Z Entering 'third_party/eigen' 2022-09-27T16:22:11.6939791Z http.https://github.com/.extraheader 2022-09-27T16:22:11.6967440Z Entering 'third_party/fbgemm' 2022-09-27T16:22:11.6987507Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7013442Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:22:11.7032575Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7071902Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:22:11.7091918Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7117465Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:22:11.7137142Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7163307Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:22:11.7182678Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7210128Z Entering 'third_party/flatbuffers' 2022-09-27T16:22:11.7230339Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7258338Z Entering 'third_party/fmt' 2022-09-27T16:22:11.7277883Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7304455Z Entering 'third_party/foxi' 2022-09-27T16:22:11.7323988Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7350057Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:22:11.7369057Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7396016Z Entering 'third_party/gloo' 2022-09-27T16:22:11.7416576Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7442446Z Entering 'third_party/googletest' 2022-09-27T16:22:11.7462297Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7488214Z Entering 'third_party/ideep' 2022-09-27T16:22:11.7508580Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7533638Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:22:11.7553465Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7590288Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:22:11.7609548Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7641886Z Entering 'third_party/ios-cmake' 2022-09-27T16:22:11.7662792Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7688782Z Entering 'third_party/ittapi' 2022-09-27T16:22:11.7709481Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7735971Z Entering 'third_party/kineto' 2022-09-27T16:22:11.7755557Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7783405Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:22:11.7802568Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7828291Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:22:11.7847410Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7874940Z Entering 'third_party/nccl/nccl' 2022-09-27T16:22:11.7895107Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7921126Z Entering 'third_party/neon2sse' 2022-09-27T16:22:11.7940788Z http.https://github.com/.extraheader 2022-09-27T16:22:11.7966147Z Entering 'third_party/nlohmann' 2022-09-27T16:22:11.7986594Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8013774Z Entering 'third_party/onnx' 2022-09-27T16:22:11.8034924Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8072675Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:22:11.8091977Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8127770Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:22:11.8147712Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8188530Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:22:11.8208908Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8235112Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:22:11.8254300Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8295941Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:22:11.8316083Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8349894Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:22:11.8369917Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8402553Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:22:11.8422694Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8453416Z Entering 'third_party/pocketfft' 2022-09-27T16:22:11.8473281Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8508615Z Entering 'third_party/protobuf' 2022-09-27T16:22:11.8528716Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8570871Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:22:11.8590517Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8616677Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:22:11.8636236Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8676523Z Entering 'third_party/psimd' 2022-09-27T16:22:11.8696312Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8735876Z Entering 'third_party/pthreadpool' 2022-09-27T16:22:11.8757500Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8796687Z Entering 'third_party/pybind11' 2022-09-27T16:22:11.8818777Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8847674Z Entering 'third_party/python-enum' 2022-09-27T16:22:11.8870022Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8898929Z Entering 'third_party/python-peachpy' 2022-09-27T16:22:11.8920837Z http.https://github.com/.extraheader 2022-09-27T16:22:11.8950042Z Entering 'third_party/python-six' 2022-09-27T16:22:11.8972331Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9000469Z Entering 'third_party/sleef' 2022-09-27T16:22:11.9021502Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9048300Z Entering 'third_party/tbb' 2022-09-27T16:22:11.9069992Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9097227Z Entering 'third_party/tensorpipe' 2022-09-27T16:22:11.9117534Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9143422Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:22:11.9162718Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9189057Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:22:11.9208849Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9235997Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:22:11.9256820Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9282769Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:22:11.9302842Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9328284Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:22:11.9348458Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9377119Z Entering 'third_party/zstd' 2022-09-27T16:22:11.9397227Z http.https://github.com/.extraheader 2022-09-27T16:22:11.9625000Z Cleaning up orphan processes